@examplary/schemas 1.3.0 → 1.4.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/.serverless/cloudformation-template-update-stack.json +7 -10
- package/.serverless/meta.json +27 -26
- package/.serverless/serverless-state.json +22 -24
- package/.turbo/turbo-deploy.log +14 -13
- package/.turbo/turbo-release.log +78 -68
- package/dist/index.d.ts +8 -0
- package/dist/index.js +6 -0
- package/dist/question-type-components.d.ts +11 -0
- package/dist/question-type-components.js +20 -0
- package/dist/question-type-generation-options.d.ts +6 -0
- package/dist/question-type-generation-options.js +15 -0
- package/dist/question-type-grading-options.d.ts +6 -0
- package/dist/question-type-grading-options.js +15 -0
- package/dist/question-type-setting.d.ts +33 -0
- package/dist/question-type-setting.js +60 -0
- package/dist/question-type.d.ts +11 -42
- package/dist/question-type.js +17 -85
- package/dist/schemas/question-type.json +44 -3
- package/dist/translatable.d.ts +3 -0
- package/dist/translatable.js +12 -0
- package/package.json +7 -7
- package/src/index.ts +11 -0
- package/src/question-type-components.ts +36 -0
- package/src/question-type-generation-options.ts +21 -0
- package/src/question-type-grading-options.ts +21 -0
- package/src/question-type-setting.ts +67 -0
- package/src/question-type.ts +12 -108
- package/src/translatable.ts +17 -0
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"AutoPublish": true,
|
|
59
59
|
"FunctionCode": "function handler(event) {\n var response = event.response;\n response.headers = Object.assign({}, {\n \"x-frame-options\": {\n \"value\": \"SAMEORIGIN\"\n },\n \"x-content-type-options\": {\n \"value\": \"nosniff\"\n },\n \"x-xss-protection\": {\n \"value\": \"1; mode=block\"\n },\n \"strict-transport-security\": {\n \"value\": \"max-age=63072000\"\n }\n}, response.headers);\n return response;\n}",
|
|
60
60
|
"FunctionConfig": {
|
|
61
|
-
"Comment": "schemas-
|
|
61
|
+
"Comment": "schemas-production-eu-central-1-schemas-response",
|
|
62
62
|
"Runtime": "cloudfront-js-1.0"
|
|
63
63
|
},
|
|
64
|
-
"Name": "schemas-
|
|
64
|
+
"Name": "schemas-production-eu-central-1-schemas-response"
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"schemasCDNE849A679": {
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
"Properties": {
|
|
70
70
|
"DistributionConfig": {
|
|
71
71
|
"Aliases": [
|
|
72
|
-
"schemas
|
|
72
|
+
"schemas.examplary.ai"
|
|
73
73
|
],
|
|
74
|
-
"Comment": "schemas-
|
|
74
|
+
"Comment": "schemas-production schemas website CDN",
|
|
75
75
|
"CustomErrorResponses": [
|
|
76
76
|
{
|
|
77
77
|
"ErrorCachingMinTTL": 0,
|
|
@@ -92,10 +92,7 @@
|
|
|
92
92
|
{
|
|
93
93
|
"EventType": "viewer-response",
|
|
94
94
|
"FunctionARN": {
|
|
95
|
-
"
|
|
96
|
-
"schemasResponseFunctionC5B753EB",
|
|
97
|
-
"FunctionARN"
|
|
98
|
-
]
|
|
95
|
+
"Ref": "schemasResponseFunctionC5B753EB"
|
|
99
96
|
}
|
|
100
97
|
}
|
|
101
98
|
],
|
|
@@ -146,7 +143,7 @@
|
|
|
146
143
|
"ServerlessDeploymentBucketName": {
|
|
147
144
|
"Value": "serverless-framework-deployments-eu-central-1-fe769196-9095",
|
|
148
145
|
"Export": {
|
|
149
|
-
"Name": "sls-schemas-
|
|
146
|
+
"Name": "sls-schemas-production-ServerlessDeploymentBucketName"
|
|
150
147
|
}
|
|
151
148
|
},
|
|
152
149
|
"schemasBucketName814EA6EC": {
|
|
@@ -157,7 +154,7 @@
|
|
|
157
154
|
},
|
|
158
155
|
"schemasDomainC1437202": {
|
|
159
156
|
"Description": "Website domain name.",
|
|
160
|
-
"Value": "schemas
|
|
157
|
+
"Value": "schemas.examplary.ai"
|
|
161
158
|
},
|
|
162
159
|
"schemasCloudFrontCName05CBFC31": {
|
|
163
160
|
"Description": "CloudFront CNAME.",
|
package/.serverless/meta.json
CHANGED
|
@@ -1,20 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"/home/runner/work/examplary/examplary/schemas/serverless.yml": {
|
|
3
|
-
"versionFramework": "4.
|
|
3
|
+
"versionFramework": "4.19.1",
|
|
4
4
|
"servicePath": "/home/runner/work/examplary/examplary/schemas/serverless.yml",
|
|
5
5
|
"serviceConfigFileName": "serverless.yml",
|
|
6
6
|
"service": {
|
|
7
7
|
"service": "schemas",
|
|
8
8
|
"params": {
|
|
9
9
|
"default": {
|
|
10
|
-
"domain": "schemas-
|
|
10
|
+
"domain": "schemas-production.examplary.ai",
|
|
11
|
+
"certificateArn": "arn:aws:acm:us-east-1:864899853846:certificate/98929ce6-38a5-41ec-ac3c-6abd2f46087f"
|
|
12
|
+
},
|
|
13
|
+
"production": {
|
|
14
|
+
"domain": "schemas.examplary.ai",
|
|
11
15
|
"certificateArn": "arn:aws:acm:us-east-1:864899853846:certificate/98929ce6-38a5-41ec-ac3c-6abd2f46087f"
|
|
12
16
|
}
|
|
13
17
|
},
|
|
14
18
|
"provider": {
|
|
15
19
|
"name": "aws",
|
|
16
20
|
"region": "eu-central-1",
|
|
17
|
-
"stage": "
|
|
21
|
+
"stage": "production",
|
|
18
22
|
"deploymentMethod": "direct",
|
|
19
23
|
"versionFunctions": true
|
|
20
24
|
},
|
|
@@ -25,7 +29,7 @@
|
|
|
25
29
|
"schemas": {
|
|
26
30
|
"type": "static-website",
|
|
27
31
|
"path": "dist/schemas",
|
|
28
|
-
"domain": "schemas
|
|
32
|
+
"domain": "schemas.examplary.ai",
|
|
29
33
|
"certificate": "arn:aws:acm:us-east-1:864899853846:certificate/98929ce6-38a5-41ec-ac3c-6abd2f46087f"
|
|
30
34
|
}
|
|
31
35
|
}
|
|
@@ -33,7 +37,7 @@
|
|
|
33
37
|
"provider": {
|
|
34
38
|
"name": "aws",
|
|
35
39
|
"region": "eu-central-1",
|
|
36
|
-
"stage": "
|
|
40
|
+
"stage": "production",
|
|
37
41
|
"deploymentMethod": "direct",
|
|
38
42
|
"versionFunctions": true
|
|
39
43
|
},
|
|
@@ -52,43 +56,43 @@
|
|
|
52
56
|
],
|
|
53
57
|
"options": {
|
|
54
58
|
"verbose": true,
|
|
55
|
-
"stage": "
|
|
59
|
+
"stage": "production"
|
|
56
60
|
},
|
|
57
61
|
"orgId": "5d3064e1-8166-4393-8f8f-cc3391651697",
|
|
58
62
|
"orgName": "examplary",
|
|
59
63
|
"userId": "1KmmvFzp9d3Ns75m6V",
|
|
60
64
|
"userName": "tschoffelen",
|
|
61
65
|
"serviceProviderAwsAccountId": "864899853846",
|
|
62
|
-
"serviceProviderAwsCfStackName": "schemas-
|
|
63
|
-
"serviceProviderAwsCfStackId": "arn:aws:cloudformation:eu-central-1:864899853846:stack/schemas-
|
|
64
|
-
"serviceProviderAwsCfStackCreated": "2025-06-
|
|
65
|
-
"serviceProviderAwsCfStackUpdated":
|
|
66
|
-
"serviceProviderAwsCfStackStatus": "
|
|
66
|
+
"serviceProviderAwsCfStackName": "schemas-production",
|
|
67
|
+
"serviceProviderAwsCfStackId": "arn:aws:cloudformation:eu-central-1:864899853846:stack/schemas-production/a2a7bd10-4ee3-11f0-b7fe-0aa88b30c07b",
|
|
68
|
+
"serviceProviderAwsCfStackCreated": "2025-06-21T21:06:44.314Z",
|
|
69
|
+
"serviceProviderAwsCfStackUpdated": "2025-09-20T12:05:42.880Z",
|
|
70
|
+
"serviceProviderAwsCfStackStatus": "UPDATE_COMPLETE",
|
|
67
71
|
"serviceProviderAwsCfStackOutputs": [
|
|
68
72
|
{
|
|
69
73
|
"OutputKey": "schemasBucketName814EA6EC",
|
|
70
|
-
"OutputValue": "schemas-
|
|
74
|
+
"OutputValue": "schemas-production-schemasbucketbe9e7d9f-q1aisqmk2pik",
|
|
71
75
|
"Description": "Name of the bucket that stores the static website."
|
|
72
76
|
},
|
|
73
77
|
{
|
|
74
78
|
"OutputKey": "schemasCloudFrontCName05CBFC31",
|
|
75
|
-
"OutputValue": "
|
|
79
|
+
"OutputValue": "djykovp21c0ec.cloudfront.net",
|
|
76
80
|
"Description": "CloudFront CNAME."
|
|
77
81
|
},
|
|
78
82
|
{
|
|
79
83
|
"OutputKey": "schemasDistributionIdF843C7D9",
|
|
80
|
-
"OutputValue": "
|
|
84
|
+
"OutputValue": "E1Z7GHEM2TF0UN",
|
|
81
85
|
"Description": "ID of the CloudFront distribution."
|
|
82
86
|
},
|
|
83
87
|
{
|
|
84
88
|
"OutputKey": "schemasDomainC1437202",
|
|
85
|
-
"OutputValue": "schemas
|
|
89
|
+
"OutputValue": "schemas.examplary.ai",
|
|
86
90
|
"Description": "Website domain name."
|
|
87
91
|
},
|
|
88
92
|
{
|
|
89
93
|
"OutputKey": "ServerlessDeploymentBucketName",
|
|
90
94
|
"OutputValue": "serverless-framework-deployments-eu-central-1-fe769196-9095",
|
|
91
|
-
"ExportName": "sls-schemas-
|
|
95
|
+
"ExportName": "sls-schemas-production-ServerlessDeploymentBucketName"
|
|
92
96
|
}
|
|
93
97
|
],
|
|
94
98
|
"compiledCloudFormationTemplate": {
|
|
@@ -151,10 +155,10 @@
|
|
|
151
155
|
"AutoPublish": true,
|
|
152
156
|
"FunctionCode": "function handler(event) {\n var response = event.response;\n response.headers = Object.assign({}, {\n \"x-frame-options\": {\n \"value\": \"SAMEORIGIN\"\n },\n \"x-content-type-options\": {\n \"value\": \"nosniff\"\n },\n \"x-xss-protection\": {\n \"value\": \"1; mode=block\"\n },\n \"strict-transport-security\": {\n \"value\": \"max-age=63072000\"\n }\n}, response.headers);\n return response;\n}",
|
|
153
157
|
"FunctionConfig": {
|
|
154
|
-
"Comment": "schemas-
|
|
158
|
+
"Comment": "schemas-production-eu-central-1-schemas-response",
|
|
155
159
|
"Runtime": "cloudfront-js-1.0"
|
|
156
160
|
},
|
|
157
|
-
"Name": "schemas-
|
|
161
|
+
"Name": "schemas-production-eu-central-1-schemas-response"
|
|
158
162
|
}
|
|
159
163
|
},
|
|
160
164
|
"schemasCDNE849A679": {
|
|
@@ -162,9 +166,9 @@
|
|
|
162
166
|
"Properties": {
|
|
163
167
|
"DistributionConfig": {
|
|
164
168
|
"Aliases": [
|
|
165
|
-
"schemas
|
|
169
|
+
"schemas.examplary.ai"
|
|
166
170
|
],
|
|
167
|
-
"Comment": "schemas-
|
|
171
|
+
"Comment": "schemas-production schemas website CDN",
|
|
168
172
|
"CustomErrorResponses": [
|
|
169
173
|
{
|
|
170
174
|
"ErrorCachingMinTTL": 0,
|
|
@@ -185,10 +189,7 @@
|
|
|
185
189
|
{
|
|
186
190
|
"EventType": "viewer-response",
|
|
187
191
|
"FunctionARN": {
|
|
188
|
-
"
|
|
189
|
-
"schemasResponseFunctionC5B753EB",
|
|
190
|
-
"FunctionARN"
|
|
191
|
-
]
|
|
192
|
+
"Ref": "schemasResponseFunctionC5B753EB"
|
|
192
193
|
}
|
|
193
194
|
}
|
|
194
195
|
],
|
|
@@ -239,7 +240,7 @@
|
|
|
239
240
|
"ServerlessDeploymentBucketName": {
|
|
240
241
|
"Value": "serverless-framework-deployments-eu-central-1-fe769196-9095",
|
|
241
242
|
"Export": {
|
|
242
|
-
"Name": "sls-schemas-
|
|
243
|
+
"Name": "sls-schemas-production-ServerlessDeploymentBucketName"
|
|
243
244
|
}
|
|
244
245
|
},
|
|
245
246
|
"schemasBucketName814EA6EC": {
|
|
@@ -250,7 +251,7 @@
|
|
|
250
251
|
},
|
|
251
252
|
"schemasDomainC1437202": {
|
|
252
253
|
"Description": "Website domain name.",
|
|
253
|
-
"Value": "schemas
|
|
254
|
+
"Value": "schemas.examplary.ai"
|
|
254
255
|
},
|
|
255
256
|
"schemasCloudFrontCName05CBFC31": {
|
|
256
257
|
"Description": "CloudFront CNAME.",
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"provider": {
|
|
8
8
|
"name": "aws",
|
|
9
9
|
"region": "eu-central-1",
|
|
10
|
-
"stage": "
|
|
10
|
+
"stage": "production",
|
|
11
11
|
"deploymentMethod": "direct",
|
|
12
12
|
"versionFunctions": true,
|
|
13
13
|
"compiledCloudFormationTemplate": {
|
|
@@ -70,10 +70,10 @@
|
|
|
70
70
|
"AutoPublish": true,
|
|
71
71
|
"FunctionCode": "function handler(event) {\n var response = event.response;\n response.headers = Object.assign({}, {\n \"x-frame-options\": {\n \"value\": \"SAMEORIGIN\"\n },\n \"x-content-type-options\": {\n \"value\": \"nosniff\"\n },\n \"x-xss-protection\": {\n \"value\": \"1; mode=block\"\n },\n \"strict-transport-security\": {\n \"value\": \"max-age=63072000\"\n }\n}, response.headers);\n return response;\n}",
|
|
72
72
|
"FunctionConfig": {
|
|
73
|
-
"Comment": "schemas-
|
|
73
|
+
"Comment": "schemas-production-eu-central-1-schemas-response",
|
|
74
74
|
"Runtime": "cloudfront-js-1.0"
|
|
75
75
|
},
|
|
76
|
-
"Name": "schemas-
|
|
76
|
+
"Name": "schemas-production-eu-central-1-schemas-response"
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
"schemasCDNE849A679": {
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
"Properties": {
|
|
82
82
|
"DistributionConfig": {
|
|
83
83
|
"Aliases": [
|
|
84
|
-
"schemas
|
|
84
|
+
"schemas.examplary.ai"
|
|
85
85
|
],
|
|
86
|
-
"Comment": "schemas-
|
|
86
|
+
"Comment": "schemas-production schemas website CDN",
|
|
87
87
|
"CustomErrorResponses": [
|
|
88
88
|
{
|
|
89
89
|
"ErrorCachingMinTTL": 0,
|
|
@@ -104,10 +104,7 @@
|
|
|
104
104
|
{
|
|
105
105
|
"EventType": "viewer-response",
|
|
106
106
|
"FunctionARN": {
|
|
107
|
-
"
|
|
108
|
-
"schemasResponseFunctionC5B753EB",
|
|
109
|
-
"FunctionARN"
|
|
110
|
-
]
|
|
107
|
+
"Ref": "schemasResponseFunctionC5B753EB"
|
|
111
108
|
}
|
|
112
109
|
}
|
|
113
110
|
],
|
|
@@ -158,7 +155,7 @@
|
|
|
158
155
|
"ServerlessDeploymentBucketName": {
|
|
159
156
|
"Value": "serverless-framework-deployments-eu-central-1-fe769196-9095",
|
|
160
157
|
"Export": {
|
|
161
|
-
"Name": "sls-schemas-
|
|
158
|
+
"Name": "sls-schemas-production-ServerlessDeploymentBucketName"
|
|
162
159
|
}
|
|
163
160
|
},
|
|
164
161
|
"schemasBucketName814EA6EC": {
|
|
@@ -169,7 +166,7 @@
|
|
|
169
166
|
},
|
|
170
167
|
"schemasDomainC1437202": {
|
|
171
168
|
"Description": "Website domain name.",
|
|
172
|
-
"Value": "schemas
|
|
169
|
+
"Value": "schemas.examplary.ai"
|
|
173
170
|
},
|
|
174
171
|
"schemasCloudFrontCName05CBFC31": {
|
|
175
172
|
"Description": "CloudFront CNAME.",
|
|
@@ -252,10 +249,10 @@
|
|
|
252
249
|
"AutoPublish": true,
|
|
253
250
|
"FunctionCode": "function handler(event) {\n var response = event.response;\n response.headers = Object.assign({}, {\n \"x-frame-options\": {\n \"value\": \"SAMEORIGIN\"\n },\n \"x-content-type-options\": {\n \"value\": \"nosniff\"\n },\n \"x-xss-protection\": {\n \"value\": \"1; mode=block\"\n },\n \"strict-transport-security\": {\n \"value\": \"max-age=63072000\"\n }\n}, response.headers);\n return response;\n}",
|
|
254
251
|
"FunctionConfig": {
|
|
255
|
-
"Comment": "schemas-
|
|
252
|
+
"Comment": "schemas-production-eu-central-1-schemas-response",
|
|
256
253
|
"Runtime": "cloudfront-js-1.0"
|
|
257
254
|
},
|
|
258
|
-
"Name": "schemas-
|
|
255
|
+
"Name": "schemas-production-eu-central-1-schemas-response"
|
|
259
256
|
}
|
|
260
257
|
},
|
|
261
258
|
"schemasCDNE849A679": {
|
|
@@ -263,9 +260,9 @@
|
|
|
263
260
|
"Properties": {
|
|
264
261
|
"DistributionConfig": {
|
|
265
262
|
"Aliases": [
|
|
266
|
-
"schemas
|
|
263
|
+
"schemas.examplary.ai"
|
|
267
264
|
],
|
|
268
|
-
"Comment": "schemas-
|
|
265
|
+
"Comment": "schemas-production schemas website CDN",
|
|
269
266
|
"CustomErrorResponses": [
|
|
270
267
|
{
|
|
271
268
|
"ErrorCachingMinTTL": 0,
|
|
@@ -286,10 +283,7 @@
|
|
|
286
283
|
{
|
|
287
284
|
"EventType": "viewer-response",
|
|
288
285
|
"FunctionARN": {
|
|
289
|
-
"
|
|
290
|
-
"schemasResponseFunctionC5B753EB",
|
|
291
|
-
"FunctionARN"
|
|
292
|
-
]
|
|
286
|
+
"Ref": "schemasResponseFunctionC5B753EB"
|
|
293
287
|
}
|
|
294
288
|
}
|
|
295
289
|
],
|
|
@@ -345,7 +339,7 @@
|
|
|
345
339
|
},
|
|
346
340
|
"schemasDomainC1437202": {
|
|
347
341
|
"Description": "Website domain name.",
|
|
348
|
-
"Value": "schemas
|
|
342
|
+
"Value": "schemas.examplary.ai"
|
|
349
343
|
},
|
|
350
344
|
"schemasCloudFrontCName05CBFC31": {
|
|
351
345
|
"Description": "CloudFront CNAME.",
|
|
@@ -370,14 +364,18 @@
|
|
|
370
364
|
"service": "schemas",
|
|
371
365
|
"params": {
|
|
372
366
|
"default": {
|
|
373
|
-
"domain": "schemas-
|
|
367
|
+
"domain": "schemas-production.examplary.ai",
|
|
368
|
+
"certificateArn": "arn:aws:acm:us-east-1:864899853846:certificate/98929ce6-38a5-41ec-ac3c-6abd2f46087f"
|
|
369
|
+
},
|
|
370
|
+
"production": {
|
|
371
|
+
"domain": "schemas.examplary.ai",
|
|
374
372
|
"certificateArn": "arn:aws:acm:us-east-1:864899853846:certificate/98929ce6-38a5-41ec-ac3c-6abd2f46087f"
|
|
375
373
|
}
|
|
376
374
|
},
|
|
377
375
|
"provider": {
|
|
378
376
|
"name": "aws",
|
|
379
377
|
"region": "eu-central-1",
|
|
380
|
-
"stage": "
|
|
378
|
+
"stage": "production",
|
|
381
379
|
"deploymentMethod": "direct",
|
|
382
380
|
"versionFunctions": true
|
|
383
381
|
},
|
|
@@ -388,7 +386,7 @@
|
|
|
388
386
|
"schemas": {
|
|
389
387
|
"type": "static-website",
|
|
390
388
|
"path": "dist/schemas",
|
|
391
|
-
"domain": "schemas
|
|
389
|
+
"domain": "schemas.examplary.ai",
|
|
392
390
|
"certificate": "arn:aws:acm:us-east-1:864899853846:certificate/98929ce6-38a5-41ec-ac3c-6abd2f46087f"
|
|
393
391
|
}
|
|
394
392
|
}
|
|
@@ -398,7 +396,7 @@
|
|
|
398
396
|
"layers": {}
|
|
399
397
|
},
|
|
400
398
|
"package": {
|
|
401
|
-
"artifactDirectoryName": "serverless/schemas/
|
|
399
|
+
"artifactDirectoryName": "serverless/schemas/production/1758713544077-2025-09-24T11:32:24.077Z",
|
|
402
400
|
"artifact": ""
|
|
403
401
|
}
|
|
404
402
|
}
|
package/.turbo/turbo-deploy.log
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
2
|
|
|
4
|
-
|
|
3
|
+
|
|
5
4
|
|
|
5
|
+
Disable auto-updates by adding "frameworkVersion" to your serverless.yml (frameworkVersion: ~4.19.1)
|
|
6
6
|
|
|
7
7
|
Initializing
|
|
8
8
|
Initializing
|
|
9
9
|
Authenticating
|
|
10
10
|
Resolving variables
|
|
11
11
|
Resolving variables
|
|
12
|
-
Deploying "schemas" to stage "
|
|
12
|
+
Deploying "schemas" to stage "production" (eu-central-1)
|
|
13
13
|
[WARNING] aws-cdk-lib.aws_cloudfront_origins.S3Origin is deprecated.
|
|
14
14
|
Use `S3BucketOrigin` or `S3StaticWebsiteOrigin` instead.
|
|
15
15
|
This API will be removed in the next major release.
|
|
@@ -24,20 +24,21 @@ Uploading State file to S3
|
|
|
24
24
|
Updating AWS CloudFormation stack
|
|
25
25
|
Fetching Service Information
|
|
26
26
|
Updating
|
|
27
|
-
Uploading directory 'dist/schemas' to bucket 'schemas-
|
|
28
|
-
Uploading directory 'dist/schemas' to bucket 'schemas-
|
|
29
|
-
|
|
27
|
+
Uploading directory 'dist/schemas' to bucket 'schemas-production-schemasbucketbe9e7d9f-q1aisqmk2pik'
|
|
28
|
+
Uploading directory 'dist/schemas' to bucket 'schemas-production-schemasbucketbe9e7d9f-q1aisqmk2pik'
|
|
29
|
+
Uploading question-type.json
|
|
30
|
+
Clearing CloudFront DNS cache
|
|
30
31
|
Removing old service artifacts from S3
|
|
31
|
-
✔ Service deployed to stack schemas-
|
|
32
|
+
✔ Service deployed to stack schemas-production (12s)
|
|
32
33
|
Stack Outputs:
|
|
33
|
-
schemasBucketName814EA6EC: schemas-
|
|
34
|
-
schemasCloudFrontCName05CBFC31:
|
|
35
|
-
schemasDistributionIdF843C7D9:
|
|
36
|
-
schemasDomainC1437202: schemas
|
|
34
|
+
schemasBucketName814EA6EC: schemas-production-schemasbucketbe9e7d9f-q1aisqmk2pik
|
|
35
|
+
schemasCloudFrontCName05CBFC31: djykovp21c0ec.cloudfront.net
|
|
36
|
+
schemasDistributionIdF843C7D9: E1Z7GHEM2TF0UN
|
|
37
|
+
schemasDomainC1437202: schemas.examplary.ai
|
|
37
38
|
ServerlessDeploymentBucketName: serverless-framework-deployments-eu-central-1-fe769196-9095
|
|
38
39
|
|
|
39
40
|
schemas:
|
|
40
|
-
url: https://schemas
|
|
41
|
-
cname:
|
|
41
|
+
url: https://schemas.examplary.ai
|
|
42
|
+
cname: djykovp21c0ec.cloudfront.net
|
|
42
43
|
|
|
43
44
|
Finalizing
|
package/.turbo/turbo-release.log
CHANGED
|
@@ -1,69 +1,79 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
6
|
-
[
|
|
7
|
-
[
|
|
8
|
-
[
|
|
9
|
-
[
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
[
|
|
1
|
+
[11:37:25 AM] [semantic-release] › ℹ Running semantic-release version 24.2.7
|
|
2
|
+
[11:37:26 AM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/npm"
|
|
3
|
+
[11:37:26 AM] [semantic-release] › ✔ Loaded plugin "verifyConditions" from "@semantic-release/github"
|
|
4
|
+
[11:37:26 AM] [semantic-release] › ✔ Loaded plugin "prepare" from "@semantic-release/npm"
|
|
5
|
+
[11:37:26 AM] [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/npm"
|
|
6
|
+
[11:37:26 AM] [semantic-release] › ✔ Loaded plugin "publish" from "@semantic-release/github"
|
|
7
|
+
[11:37:26 AM] [semantic-release] › ✔ Loaded plugin "addChannel" from "@semantic-release/npm"
|
|
8
|
+
[11:37:26 AM] [semantic-release] › ✔ Loaded plugin "addChannel" from "@semantic-release/github"
|
|
9
|
+
[11:37:34 AM] [semantic-release] › ✔ Run automated release from branch main on repository https://github.com/examplary-ai/examplary
|
|
10
|
+
[11:37:35 AM] [semantic-release] › ✔ Allowed to push to the Git repository
|
|
11
|
+
[11:37:35 AM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/npm"
|
|
12
|
+
[11:37:35 AM] [semantic-release] [@semantic-release/npm] › ℹ Verify authentication for registry https://registry.npmjs.org/
|
|
13
|
+
[11:37:35 AM] [semantic-release] [@semantic-release/npm] › ℹ Reading npm config from /home/runner/work/examplary/examplary/.npmrc
|
|
14
|
+
[11:37:35 AM] [semantic-release] [@semantic-release/npm] › ℹ Wrote NPM_TOKEN to /tmp/72bdc23a762a9bc2f2a5b092c28d213c/.npmrc
|
|
15
15
|
tschoffelen
|
|
16
|
-
[
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[
|
|
20
|
-
[
|
|
21
|
-
[
|
|
22
|
-
[
|
|
23
|
-
[
|
|
24
|
-
[
|
|
25
|
-
[
|
|
26
|
-
[
|
|
27
|
-
[
|
|
28
|
-
[
|
|
29
|
-
[
|
|
30
|
-
[
|
|
31
|
-
[
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
[
|
|
47
|
-
[
|
|
48
|
-
[
|
|
49
|
-
[
|
|
50
|
-
[
|
|
51
|
-
[
|
|
52
|
-
[
|
|
53
|
-
[
|
|
54
|
-
[
|
|
55
|
-
[
|
|
56
|
-
[
|
|
57
|
-
[
|
|
58
|
-
[
|
|
59
|
-
[
|
|
60
|
-
[
|
|
61
|
-
[
|
|
62
|
-
[
|
|
63
|
-
[
|
|
64
|
-
[
|
|
65
|
-
[
|
|
66
|
-
[
|
|
67
|
-
[
|
|
68
|
-
[
|
|
69
|
-
[
|
|
16
|
+
[11:37:36 AM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/npm"
|
|
17
|
+
[11:37:36 AM] [semantic-release] › ℹ Start step "verifyConditions" of plugin "@semantic-release/github"
|
|
18
|
+
[11:37:36 AM] [semantic-release] [@semantic-release/github] › ℹ Verify GitHub authentication (https://api.github.com)
|
|
19
|
+
[11:37:36 AM] [semantic-release] › ✔ Completed step "verifyConditions" of plugin "@semantic-release/github"
|
|
20
|
+
[11:37:36 AM] [semantic-release] › ℹ Found git tag @examplary/schemas-v1.3.0 associated with version 1.3.0 on branch main
|
|
21
|
+
[11:37:36 AM] [semantic-release] › ℹ Found 279 commits since last release
|
|
22
|
+
[11:37:36 AM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
23
|
+
[11:37:37 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Start step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
|
|
24
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Found 5 commits for package @examplary/schemas since last release
|
|
25
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: chore(schemas): add automated grading options for question types
|
|
26
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The commit should not trigger a release
|
|
27
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: feat(schemas): add question generation instructions field
|
|
28
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The release type for the commit is minor
|
|
29
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: chore(schemas): support string-array type
|
|
30
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The commit should not trigger a release
|
|
31
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: chore(deps): bump zod from 3.25.28 to 4.1.1
|
|
32
|
+
|
|
33
|
+
Bumps [zod](https://github.com/colinhacks/zod) from 3.25.28 to 4.1.1.
|
|
34
|
+
- [Release notes](https://github.com/colinhacks/zod/releases)
|
|
35
|
+
- [Commits](https://github.com/colinhacks/zod/compare/v3.25.28...v4.1.1)
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
updated-dependencies:
|
|
39
|
+
- dependency-name: zod
|
|
40
|
+
dependency-version: 4.1.1
|
|
41
|
+
dependency-type: direct:production
|
|
42
|
+
update-type: version-update:semver-major
|
|
43
|
+
...
|
|
44
|
+
|
|
45
|
+
Signed-off-by: dependabot[bot] <support@github.com>
|
|
46
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The commit should not trigger a release
|
|
47
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analyzing commit: chore: support hidden question settings
|
|
48
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ The commit should not trigger a release
|
|
49
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Analysis of 5 commits complete: minor release
|
|
50
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Completed step "analyzeCommits" of plugin "@semantic-release/commit-analyzer"
|
|
51
|
+
[11:37:41 AM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
52
|
+
[11:37:41 AM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
53
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Plugin "@semantic-release/release-notes-generator" does not provide step "analyzeCommits"
|
|
54
|
+
[11:37:41 AM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
55
|
+
[11:37:41 AM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
56
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Plugin "@semantic-release/npm" does not provide step "analyzeCommits"
|
|
57
|
+
[11:37:41 AM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
58
|
+
[11:37:41 AM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
59
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ Plugin "@semantic-release/github" does not provide step "analyzeCommits"
|
|
60
|
+
[11:37:41 AM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
61
|
+
[11:37:41 AM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
62
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
|
|
63
|
+
[11:37:41 AM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
64
|
+
[11:37:41 AM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
65
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
|
|
66
|
+
[11:37:41 AM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
67
|
+
[11:37:41 AM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
68
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
|
|
69
|
+
[11:37:41 AM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
70
|
+
[11:37:41 AM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
71
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
|
|
72
|
+
[11:37:41 AM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
73
|
+
[11:37:41 AM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
74
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
|
|
75
|
+
[11:37:41 AM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
76
|
+
[11:37:41 AM] [semantic-release] › ℹ Start step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
77
|
+
[11:37:41 AM] [semantic-release] [[Function: semantic-release-monorepo]] › ℹ No more plugins
|
|
78
|
+
[11:37:41 AM] [semantic-release] › ✔ Completed step "analyzeCommits" of plugin "[Function: semantic-release-monorepo]"
|
|
79
|
+
[11:37:41 AM] [semantic-release] › ℹ The next release version is 1.4.0
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
export * from "./translatable";
|
|
2
|
+
export type * from "./translatable";
|
|
1
3
|
export * from "./question-type";
|
|
2
4
|
export type * from "./question-type";
|
|
5
|
+
export * from "./question-type-setting";
|
|
6
|
+
export type * from "./question-type-setting";
|
|
7
|
+
export * from "./question-type-components";
|
|
8
|
+
export type * from "./question-type-components";
|
|
9
|
+
export * from "./question-type-generation-options";
|
|
10
|
+
export type * from "./question-type-generation-options";
|
package/dist/index.js
CHANGED
|
@@ -14,4 +14,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
// General
|
|
18
|
+
__exportStar(require("./translatable"), exports);
|
|
19
|
+
// Question types
|
|
17
20
|
__exportStar(require("./question-type"), exports);
|
|
21
|
+
__exportStar(require("./question-type-setting"), exports);
|
|
22
|
+
__exportStar(require("./question-type-components"), exports);
|
|
23
|
+
__exportStar(require("./question-type-generation-options"), exports);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const PathOrUrlReference: z.ZodString;
|
|
3
|
+
export declare const ComponentReference: z.ZodString;
|
|
4
|
+
export declare const QuestionTypeComponents: z.ZodObject<{
|
|
5
|
+
assessment: z.ZodOptional<z.ZodString>;
|
|
6
|
+
print: z.ZodOptional<z.ZodString>;
|
|
7
|
+
"settings-area": z.ZodOptional<z.ZodString>;
|
|
8
|
+
results: z.ZodOptional<z.ZodString>;
|
|
9
|
+
}, z.core.$strict>;
|
|
10
|
+
export type ComponentReferenceType = z.infer<typeof ComponentReference>;
|
|
11
|
+
export type ComponentsType = z.infer<typeof QuestionTypeComponents>;
|