wedance-shared 1.0.179 → 1.0.180

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.
@@ -13,9 +13,7 @@ export type WeekendPoll = {
13
13
  saturday: DayPoll;
14
14
  };
15
15
  export type FeatureFlags = {
16
- tallinn: boolean;
17
- stockholm: boolean;
18
- paris: boolean;
16
+ privates: boolean;
19
17
  };
20
18
  export type RemoteConfigMessageType = {
21
19
  severity: "info" | "warning";
@@ -48,6 +48,7 @@ export type PrivateClass = {
48
48
  * column on the private_classes table; null when that document is gone.
49
49
  */
50
50
  teacher: UserSummary | null;
51
+ priority: number;
51
52
  };
52
53
  /**
53
54
  * `PUT /private-classes` — creates or replaces the caller's own listing. A full
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wedance-shared",
3
- "version": "1.0.179",
3
+ "version": "1.0.180",
4
4
  "description": "This repository contains shared TypeScript types and interfaces used across multiple WeDance applications:",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",