@smartico/public-api 0.0.215 → 0.0.216

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.
@@ -5,6 +5,7 @@ export interface SAWPrizeUI {
5
5
  position?: number;
6
6
  name: string;
7
7
  name_original?: string;
8
+ hide_prize_popup: boolean;
8
9
  aknowledge_message?: string;
9
10
  sectors?: number[];
10
11
  acknowledge_type?: SAWAcknowledgeType;
@@ -346,6 +346,7 @@ export interface SAWPrizeUI {
346
346
  position?: number;
347
347
  name: string;
348
348
  name_original: string;
349
+ hide_prize_popup: boolean;
349
350
  aknowledge_message: string;
350
351
  sectors: number[];
351
352
  acknowledge_type: SAWAcknowledgeType;
@@ -293,7 +293,7 @@ export declare class WSAPI {
293
293
  * Sends the acknowledge request with specific client_request_id from minigame history in order to claim prize
294
294
  * **Example**:
295
295
  * ```
296
- * _smartico.api.miniGameWinAcknowledgeRequest('12dvq1r24b6h').then((result) => {
296
+ * _smartico.api.miniGameWinAcknowledgeRequest('2a189322-31bb-4119-b943-bx7868ff8dc3').then((result) => {
297
297
  * console.log(result);
298
298
  * });
299
299
  * ```
package/dist/index.js CHANGED
@@ -2089,7 +2089,7 @@ var WSAPI = /*#__PURE__*/function () {
2089
2089
  * Sends the acknowledge request with specific client_request_id from minigame history in order to claim prize
2090
2090
  * **Example**:
2091
2091
  * ```
2092
- * _smartico.api.miniGameWinAcknowledgeRequest('12dvq1r24b6h').then((result) => {
2092
+ * _smartico.api.miniGameWinAcknowledgeRequest('2a189322-31bb-4119-b943-bx7868ff8dc3').then((result) => {
2093
2093
  * console.log(result);
2094
2094
  * });
2095
2095
  * ```