@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.
- package/dist/MiniGames/SAWPrizeUI.d.ts +1 -0
- package/dist/SmarticoLib/index.d.ts +1 -0
- package/dist/WSAPI/WSAPI.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/docs/classes/WSAPI.md +2 -2
- package/package.json +1 -1
- package/src/MiniGames/SAWPrizeUI.ts +1 -0
- package/src/SmarticoLib/index.ts +1 -0
- package/src/WSAPI/WSAPI.ts +1 -1
package/dist/WSAPI/WSAPI.d.ts
CHANGED
|
@@ -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('
|
|
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('
|
|
2092
|
+
* _smartico.api.miniGameWinAcknowledgeRequest('2a189322-31bb-4119-b943-bx7868ff8dc3').then((result) => {
|
|
2093
2093
|
* console.log(result);
|
|
2094
2094
|
* });
|
|
2095
2095
|
* ```
|