gst-common 1.4.28 → 1.4.29

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/dist/index.cjs CHANGED
@@ -461,6 +461,14 @@ var OBJECT_QUESTION_TYPES = {
461
461
  ["WORD_ARRANGEMENT" /* WORD_ARRANGEMENT */]: {
462
462
  value: "WORD_ARRANGEMENT" /* WORD_ARRANGEMENT */,
463
463
  label: "S\u1EAFp x\u1EBFp t\u1EEB"
464
+ },
465
+ ["SPEAKING" /* SPEAKING */]: {
466
+ value: "SPEAKING" /* SPEAKING */,
467
+ label: "N\xF3i"
468
+ },
469
+ ["TEXT" /* TEXT */]: {
470
+ value: "TEXT" /* TEXT */,
471
+ label: "Ti\xEAu \u0111\u1EC1"
464
472
  }
465
473
  };
466
474
  var OBJECT_RATING = {
package/dist/index.d.cts CHANGED
@@ -602,6 +602,14 @@ declare const OBJECT_QUESTION_TYPES: {
602
602
  value: QUESTION_TYPES;
603
603
  label: string;
604
604
  };
605
+ SPEAKING: {
606
+ value: QUESTION_TYPES;
607
+ label: string;
608
+ };
609
+ TEXT: {
610
+ value: QUESTION_TYPES;
611
+ label: string;
612
+ };
605
613
  };
606
614
  declare const OBJECT_RATING: {
607
615
  1: {
package/dist/index.d.ts CHANGED
@@ -602,6 +602,14 @@ declare const OBJECT_QUESTION_TYPES: {
602
602
  value: QUESTION_TYPES;
603
603
  label: string;
604
604
  };
605
+ SPEAKING: {
606
+ value: QUESTION_TYPES;
607
+ label: string;
608
+ };
609
+ TEXT: {
610
+ value: QUESTION_TYPES;
611
+ label: string;
612
+ };
605
613
  };
606
614
  declare const OBJECT_RATING: {
607
615
  1: {
package/dist/index.mjs CHANGED
@@ -393,6 +393,14 @@ var OBJECT_QUESTION_TYPES = {
393
393
  ["WORD_ARRANGEMENT" /* WORD_ARRANGEMENT */]: {
394
394
  value: "WORD_ARRANGEMENT" /* WORD_ARRANGEMENT */,
395
395
  label: "S\u1EAFp x\u1EBFp t\u1EEB"
396
+ },
397
+ ["SPEAKING" /* SPEAKING */]: {
398
+ value: "SPEAKING" /* SPEAKING */,
399
+ label: "N\xF3i"
400
+ },
401
+ ["TEXT" /* TEXT */]: {
402
+ value: "TEXT" /* TEXT */,
403
+ label: "Ti\xEAu \u0111\u1EC1"
396
404
  }
397
405
  };
398
406
  var OBJECT_RATING = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.4.28",
3
+ "version": "1.4.29",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",