front-back-poker-types 5.0.178 → 5.0.179

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.
@@ -66,6 +66,7 @@ export type GetSettingsResponse = {
66
66
  chat?: boolean;
67
67
  valuesInBB?: boolean;
68
68
  avatarId?: number;
69
+ combinations?: boolean;
69
70
  };
70
71
  export type PostSettingsRequest = Partial<GetSettingsResponse>;
71
72
  export declare const REFERRALS_PATHNAME = "/referrals";
@@ -66,6 +66,7 @@ export type GetSettingsResponse = {
66
66
  chat?: boolean;
67
67
  valuesInBB?: boolean;
68
68
  avatarId?: number;
69
+ combinations?: boolean;
69
70
  };
70
71
  export type PostSettingsRequest = Partial<GetSettingsResponse>;
71
72
  export declare const REFERRALS_PATHNAME = "/referrals";
package/dist/index.d.ts CHANGED
@@ -103,6 +103,7 @@ type GetSettingsResponse = {
103
103
  chat?: boolean;
104
104
  valuesInBB?: boolean;
105
105
  avatarId?: number;
106
+ combinations?: boolean;
106
107
  };
107
108
  type PostSettingsRequest = Partial<GetSettingsResponse>;
108
109
  declare const REFERRALS_PATHNAME = "/referrals";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "front-back-poker-types",
3
- "version": "5.0.178",
3
+ "version": "5.0.179",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [