@rtsdk/topia 0.15.5 → 0.15.6

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
@@ -39806,12 +39806,12 @@ var DroppedAssetMediaType;
39806
39806
  DroppedAssetMediaType["LINK"] = "link";
39807
39807
  })(DroppedAssetMediaType || (DroppedAssetMediaType = {}));
39808
39808
 
39809
- var WorldActivityTypes;
39810
- (function (WorldActivityTypes) {
39811
- WorldActivityTypes["GAME_ON"] = "GAME_ON";
39812
- WorldActivityTypes["GAME_WAITING"] = "GAME_WAITING";
39813
- WorldActivityTypes["GAME_HIGH_SCORE"] = "GAME_HIGH_SCORE";
39814
- })(WorldActivityTypes || (WorldActivityTypes = {}));
39809
+ var WorldActivityType;
39810
+ (function (WorldActivityType) {
39811
+ WorldActivityType["GAME_ON"] = "GAME_ON";
39812
+ WorldActivityType["GAME_WAITING"] = "GAME_WAITING";
39813
+ WorldActivityType["GAME_HIGH_SCORE"] = "GAME_HIGH_SCORE";
39814
+ })(WorldActivityType || (WorldActivityType = {}));
39815
39815
 
39816
39816
  const getBrowserWarning = () => {
39817
39817
  if (typeof window !== "undefined") {
package/dist/index.d.ts CHANGED
@@ -766,7 +766,7 @@ declare class World extends SDKController implements WorldInterface {
766
766
  * ```
767
767
  */
768
768
  triggerActivity({ type, assetId, excludeFromNotification, }: {
769
- type: WorldActivityTypes;
769
+ type: WorldActivityType;
770
770
  assetId: string;
771
771
  excludeFromNotification?: (string | number)[];
772
772
  }): Promise<ResponseType$1 | string>;
@@ -1539,7 +1539,7 @@ type VisitorsToMoveType = {
1539
1539
  };
1540
1540
  type VisitorsToMoveArrayType = Array<VisitorsToMoveType>;
1541
1541
 
1542
- declare enum WorldActivityTypes {
1542
+ declare enum WorldActivityType {
1543
1543
  GAME_ON = "GAME_ON",
1544
1544
  GAME_WAITING = "GAME_WAITING",
1545
1545
  GAME_HIGH_SCORE = "GAME_HIGH_SCORE"
@@ -2503,4 +2503,4 @@ declare class WorldFactory extends SDKController {
2503
2503
  }>;
2504
2504
  }
2505
2505
 
2506
- export { Asset, AssetFactory, AssetInterface, AssetOptionalInterface, AssetOptions, AssetType, DroppedAsset, DroppedAssetClickType, DroppedAssetFactory, DroppedAssetInterface, DroppedAssetMediaType, DroppedAssetOptionalInterface, DroppedAssetOptions, FireToastInterface, InteractiveCredentials, MoveAllVisitorsInterface, MoveVisitorInterface, OpenIframeInterface, ResponseType$1 as ResponseType, SDKController, SDKInterface, Scene, SceneFactory, SceneInterface, SceneOptionalInterface, Topia, TopiaInterface, UpdateBroadcastInterface, UpdateClickTypeInterface, UpdateDroppedAssetInterface, UpdateMediaTypeInterface, UpdatePrivateZoneInterface, User, UserFactory, UserInterface, UserOptionalInterface, UserOptions, Visitor, VisitorFactory, VisitorInterface, VisitorOptionalInterface, VisitorOptions, VisitorType, VisitorsToMoveArrayType, VisitorsToMoveType, WebRTCConnector, WebRTCConnectorFactory, WebRTCConnectorInterface, WebRTCConnectorOptionalInterface, WebhookInterface, World, WorldActivity, WorldActivityFactory, WorldActivityOptionalInterface, WorldActivityTypes, WorldDetailsInterface, WorldFactory, WorldInterface, WorldOptionalInterface, WorldOptions, WorldWebhooksInterface };
2506
+ export { Asset, AssetFactory, AssetInterface, AssetOptionalInterface, AssetOptions, AssetType, DroppedAsset, DroppedAssetClickType, DroppedAssetFactory, DroppedAssetInterface, DroppedAssetMediaType, DroppedAssetOptionalInterface, DroppedAssetOptions, FireToastInterface, InteractiveCredentials, MoveAllVisitorsInterface, MoveVisitorInterface, OpenIframeInterface, ResponseType$1 as ResponseType, SDKController, SDKInterface, Scene, SceneFactory, SceneInterface, SceneOptionalInterface, Topia, TopiaInterface, UpdateBroadcastInterface, UpdateClickTypeInterface, UpdateDroppedAssetInterface, UpdateMediaTypeInterface, UpdatePrivateZoneInterface, User, UserFactory, UserInterface, UserOptionalInterface, UserOptions, Visitor, VisitorFactory, VisitorInterface, VisitorOptionalInterface, VisitorOptions, VisitorType, VisitorsToMoveArrayType, VisitorsToMoveType, WebRTCConnector, WebRTCConnectorFactory, WebRTCConnectorInterface, WebRTCConnectorOptionalInterface, WebhookInterface, World, WorldActivity, WorldActivityFactory, WorldActivityOptionalInterface, WorldActivityType, WorldDetailsInterface, WorldFactory, WorldInterface, WorldOptionalInterface, WorldOptions, WorldWebhooksInterface };
package/dist/index.js CHANGED
@@ -39804,12 +39804,12 @@ var DroppedAssetMediaType;
39804
39804
  DroppedAssetMediaType["LINK"] = "link";
39805
39805
  })(DroppedAssetMediaType || (DroppedAssetMediaType = {}));
39806
39806
 
39807
- var WorldActivityTypes;
39808
- (function (WorldActivityTypes) {
39809
- WorldActivityTypes["GAME_ON"] = "GAME_ON";
39810
- WorldActivityTypes["GAME_WAITING"] = "GAME_WAITING";
39811
- WorldActivityTypes["GAME_HIGH_SCORE"] = "GAME_HIGH_SCORE";
39812
- })(WorldActivityTypes || (WorldActivityTypes = {}));
39807
+ var WorldActivityType;
39808
+ (function (WorldActivityType) {
39809
+ WorldActivityType["GAME_ON"] = "GAME_ON";
39810
+ WorldActivityType["GAME_WAITING"] = "GAME_WAITING";
39811
+ WorldActivityType["GAME_HIGH_SCORE"] = "GAME_HIGH_SCORE";
39812
+ })(WorldActivityType || (WorldActivityType = {}));
39813
39813
 
39814
39814
  const getBrowserWarning = () => {
39815
39815
  if (typeof window !== "undefined") {
package/package.json CHANGED
@@ -60,5 +60,5 @@
60
60
  "yalc-push": "yarn build && yalc publish --push --dev --no-scripts"
61
61
  },
62
62
  "type": "module",
63
- "version": "0.15.05"
63
+ "version": "0.15.06"
64
64
  }