@laboratoria/sdk-js 5.1.0-beta.2 → 5.1.0-beta.3

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/lib/core.js CHANGED
@@ -253,6 +253,7 @@ const extended = {
253
253
  'educationSubject',
254
254
  'university',
255
255
  'isStudying',
256
+ 'englishLevel',
256
257
  'workStatus',
257
258
  'isLookingForWork',
258
259
  'monthsLookingForWork',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laboratoria/sdk-js",
3
- "version": "5.1.0-beta.2",
3
+ "version": "5.1.0-beta.3",
4
4
  "description": "Laboratoria JavaScript (browser) SDK",
5
5
  "license": "MIT",
6
6
  "scripts": {
package/schemas/core.json CHANGED
@@ -859,6 +859,21 @@
859
859
  "isStudying": {
860
860
  "type": "boolean"
861
861
  },
862
+ "englishLevel": {
863
+ "type": [
864
+ "string",
865
+ "null"
866
+ ],
867
+ "enum": [
868
+ "NO",
869
+ "A1",
870
+ "A2",
871
+ "B1",
872
+ "B2",
873
+ "C1",
874
+ "C2"
875
+ ]
876
+ },
862
877
  "workStatus": {
863
878
  "type": "string",
864
879
  "enum": [