gst-common 1.7.33 → 1.7.36
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 +7 -0
- package/dist/index.d.cts +1089 -1061
- package/dist/index.d.ts +1089 -1061
- package/dist/index.mjs +6 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -101,6 +101,7 @@ __export(index_exports, {
|
|
|
101
101
|
REGISTER_PROGRAM_MODE: () => REGISTER_PROGRAM_MODE,
|
|
102
102
|
REGISTER_PROGRAM_TIME: () => REGISTER_PROGRAM_TIME,
|
|
103
103
|
REQUEST_TUTOR_FORM_STATUS: () => REQUEST_TUTOR_FORM_STATUS,
|
|
104
|
+
RTC_ROLES: () => RTC_ROLES,
|
|
104
105
|
ResponseStatus: () => ResponseStatus,
|
|
105
106
|
SCHOOL_STATUS: () => SCHOOL_STATUS,
|
|
106
107
|
SESSION_GROUP_QUESTION: () => SESSION_GROUP_QUESTION,
|
|
@@ -996,6 +997,11 @@ var OBJECT_ACCOUNT_STATUS = {
|
|
|
996
997
|
label: "Moi"
|
|
997
998
|
}
|
|
998
999
|
};
|
|
1000
|
+
var RTC_ROLES = /* @__PURE__ */ ((RTC_ROLES2) => {
|
|
1001
|
+
RTC_ROLES2["PUBLISHER"] = "PUBLISHER";
|
|
1002
|
+
RTC_ROLES2["SUBSCRIBER"] = "SUBSCRIBER";
|
|
1003
|
+
return RTC_ROLES2;
|
|
1004
|
+
})(RTC_ROLES || {});
|
|
999
1005
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1000
1006
|
0 && (module.exports = {
|
|
1001
1007
|
ACCEPTED_AUDIO_TYPES,
|
|
@@ -1079,6 +1085,7 @@ var OBJECT_ACCOUNT_STATUS = {
|
|
|
1079
1085
|
REGISTER_PROGRAM_MODE,
|
|
1080
1086
|
REGISTER_PROGRAM_TIME,
|
|
1081
1087
|
REQUEST_TUTOR_FORM_STATUS,
|
|
1088
|
+
RTC_ROLES,
|
|
1082
1089
|
ResponseStatus,
|
|
1083
1090
|
SCHOOL_STATUS,
|
|
1084
1091
|
SESSION_GROUP_QUESTION,
|