repzo 1.0.7 → 1.0.8

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.
@@ -4104,7 +4104,7 @@ export declare namespace Service {
4104
4104
  app: string;
4105
4105
  action: string;
4106
4106
  event: string;
4107
- join: string;
4107
+ join: boolean;
4108
4108
  }
4109
4109
  export interface Result {
4110
4110
  data: [JoinData];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",
@@ -4051,7 +4051,7 @@ export namespace Service {
4051
4051
  app: string;
4052
4052
  action: string;
4053
4053
  event: string;
4054
- join: string;
4054
+ join: boolean;
4055
4055
  }
4056
4056
  export interface Result {
4057
4057
  data: [JoinData];