gst-common 1.5.22 → 1.5.23

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
@@ -638,6 +638,14 @@ var OBJECT_WITHDRAW_REQUEST_STATUS = {
638
638
  ["REJECTED" /* REJECTED */]: {
639
639
  value: "REJECTED" /* REJECTED */,
640
640
  label: "T\u1EEB ch\u1ED1i"
641
+ },
642
+ ["COMBINED" /* COMBINED */]: {
643
+ value: "COMBINED" /* COMBINED */,
644
+ label: "G\u1ED9p"
645
+ },
646
+ ["CANCELLED" /* CANCELLED */]: {
647
+ value: "CANCELLED" /* CANCELLED */,
648
+ label: "\u0110\xE3 hu\u1EF7"
641
649
  }
642
650
  };
643
651
  // Annotate the CommonJS export names for ESM import in node:
package/dist/index.d.cts CHANGED
@@ -817,6 +817,14 @@ declare const OBJECT_WITHDRAW_REQUEST_STATUS: {
817
817
  value: WITHDRAW_REQUEST_STATUS;
818
818
  label: string;
819
819
  };
820
+ COMBINED: {
821
+ value: WITHDRAW_REQUEST_STATUS;
822
+ label: string;
823
+ };
824
+ CANCELLED: {
825
+ value: WITHDRAW_REQUEST_STATUS;
826
+ label: string;
827
+ };
820
828
  };
821
829
 
822
830
  type TRegisteredProgramCreatePost = {
package/dist/index.d.ts CHANGED
@@ -817,6 +817,14 @@ declare const OBJECT_WITHDRAW_REQUEST_STATUS: {
817
817
  value: WITHDRAW_REQUEST_STATUS;
818
818
  label: string;
819
819
  };
820
+ COMBINED: {
821
+ value: WITHDRAW_REQUEST_STATUS;
822
+ label: string;
823
+ };
824
+ CANCELLED: {
825
+ value: WITHDRAW_REQUEST_STATUS;
826
+ label: string;
827
+ };
820
828
  };
821
829
 
822
830
  type TRegisteredProgramCreatePost = {
package/dist/index.mjs CHANGED
@@ -553,6 +553,14 @@ var OBJECT_WITHDRAW_REQUEST_STATUS = {
553
553
  ["REJECTED" /* REJECTED */]: {
554
554
  value: "REJECTED" /* REJECTED */,
555
555
  label: "T\u1EEB ch\u1ED1i"
556
+ },
557
+ ["COMBINED" /* COMBINED */]: {
558
+ value: "COMBINED" /* COMBINED */,
559
+ label: "G\u1ED9p"
560
+ },
561
+ ["CANCELLED" /* CANCELLED */]: {
562
+ value: "CANCELLED" /* CANCELLED */,
563
+ label: "\u0110\xE3 hu\u1EF7"
556
564
  }
557
565
  };
558
566
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gst-common",
3
- "version": "1.5.22",
3
+ "version": "1.5.23",
4
4
  "description": "store all common variables that we need",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",