@ludeo/cloud-common 1.1.121-beta7 → 1.1.121-beta8

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.
@@ -1,7 +1,7 @@
1
1
  import { LudeoEvent } from "../../infra";
2
2
  import { CloudResourceContext } from "../contexts";
3
3
  import { CreateGameResourceRequestPayload } from "./create-game-resource-request";
4
- declare class AwsPollStreamSessionTaskPayload {
4
+ export declare class AwsPollStreamSessionTaskPayload {
5
5
  resourceContext: CloudResourceContext;
6
6
  creationPayload: CreateGameResourceRequestPayload;
7
7
  streamSessionId: string;
@@ -12,4 +12,3 @@ export declare class AwsPollStreamSessionTask extends LudeoEvent {
12
12
  context: never;
13
13
  payload: AwsPollStreamSessionTaskPayload;
14
14
  }
15
- export {};
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.AwsPollStreamSessionTask = void 0;
12
+ exports.AwsPollStreamSessionTask = exports.AwsPollStreamSessionTaskPayload = void 0;
13
13
  const infra_1 = require("../../infra");
14
14
  const decorators_1 = require("../../decorators");
15
15
  const contexts_1 = require("../contexts");
@@ -17,6 +17,7 @@ const class_validator_1 = require("class-validator");
17
17
  const create_game_resource_request_1 = require("./create-game-resource-request");
18
18
  class AwsPollStreamSessionTaskPayload {
19
19
  }
20
+ exports.AwsPollStreamSessionTaskPayload = AwsPollStreamSessionTaskPayload;
20
21
  __decorate([
21
22
  (0, decorators_1.ValidateNestedType)(() => contexts_1.CloudResourceContext),
22
23
  __metadata("design:type", contexts_1.CloudResourceContext)
@@ -1 +1 @@
1
- {"version":3,"file":"aws-poll-stream-session-task.js","sourceRoot":"","sources":["../../../src/v3/events/aws-poll-stream-session-task.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uCAAyC;AACzC,iDAAsD;AACtD,0CAAmD;AACnD,qDAA2C;AAC3C,iFAAkF;AAElF,MAAM,+BAA+B;CASpC;AAPC;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,+BAAoB,CAAC;8BAC9B,+BAAoB;wEAAC;AAGtC;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,+DAAgC,CAAC;8BAC1C,+DAAgC;wEAAC;AAGlD;IADC,IAAA,0BAAQ,GAAE;;wEACa;AAG1B,MAAa,wBAAyB,SAAQ,kBAAU;IAGtD,YAAY,OAAwC;QAClD,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,CAAC;QAC3C,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AANH,4DAYC;AAXiB,mCAAU,GAAG,8CAA8C,CAAC;AAU5E;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,+BAA+B,CAAC;8BACjD,+BAA+B;yDAAC"}
1
+ {"version":3,"file":"aws-poll-stream-session-task.js","sourceRoot":"","sources":["../../../src/v3/events/aws-poll-stream-session-task.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uCAAyC;AACzC,iDAAsD;AACtD,0CAAmD;AACnD,qDAA2C;AAC3C,iFAAkF;AAElF,MAAa,+BAA+B;CAS3C;AATD,0EASC;AAPC;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,+BAAoB,CAAC;8BAC9B,+BAAoB;wEAAC;AAGtC;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,+DAAgC,CAAC;8BAC1C,+DAAgC;wEAAC;AAGlD;IADC,IAAA,0BAAQ,GAAE;;wEACa;AAG1B,MAAa,wBAAyB,SAAQ,kBAAU;IAGtD,YAAY,OAAwC;QAClD,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,CAAC;QAC3C,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AANH,4DAYC;AAXiB,mCAAU,GAAG,8CAA8C,CAAC;AAU5E;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,+BAA+B,CAAC;8BACjD,+BAA+B;yDAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludeo/cloud-common",
3
- "version": "1.1.121-beta7",
3
+ "version": "1.1.121-beta8",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": "Yahil Didi",
@@ -4,7 +4,7 @@ import { CloudResourceContext } from "../contexts";
4
4
  import { IsString } from "class-validator";
5
5
  import { CreateGameResourceRequestPayload } from "./create-game-resource-request";
6
6
 
7
- class AwsPollStreamSessionTaskPayload {
7
+ export class AwsPollStreamSessionTaskPayload {
8
8
  @ValidateNestedType(() => CloudResourceContext)
9
9
  resourceContext: CloudResourceContext;
10
10