front-back-poker-types 5.0.179 → 5.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.
|
@@ -66,7 +66,7 @@ export type GetSettingsResponse = {
|
|
|
66
66
|
chat?: boolean;
|
|
67
67
|
valuesInBB?: boolean;
|
|
68
68
|
avatarId?: number;
|
|
69
|
-
|
|
69
|
+
withCombinations?: boolean;
|
|
70
70
|
};
|
|
71
71
|
export type PostSettingsRequest = Partial<GetSettingsResponse>;
|
|
72
72
|
export declare const REFERRALS_PATHNAME = "/referrals";
|
|
@@ -66,7 +66,7 @@ export type GetSettingsResponse = {
|
|
|
66
66
|
chat?: boolean;
|
|
67
67
|
valuesInBB?: boolean;
|
|
68
68
|
avatarId?: number;
|
|
69
|
-
|
|
69
|
+
withCombinations?: boolean;
|
|
70
70
|
};
|
|
71
71
|
export type PostSettingsRequest = Partial<GetSettingsResponse>;
|
|
72
72
|
export declare const REFERRALS_PATHNAME = "/referrals";
|
package/dist/index.d.ts
CHANGED
|
@@ -103,7 +103,7 @@ type GetSettingsResponse = {
|
|
|
103
103
|
chat?: boolean;
|
|
104
104
|
valuesInBB?: boolean;
|
|
105
105
|
avatarId?: number;
|
|
106
|
-
|
|
106
|
+
withCombinations?: boolean;
|
|
107
107
|
};
|
|
108
108
|
type PostSettingsRequest = Partial<GetSettingsResponse>;
|
|
109
109
|
declare const REFERRALS_PATHNAME = "/referrals";
|