@swipegames/public-api 1.2.12 → 1.2.16

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.
@@ -4,7 +4,7 @@
4
4
  * Swipe Games Core Public API
5
5
  * This is the Core API for Swipe Games Public API. It provides endpoints to create new games, manage free rounds campaigns, and more.
6
6
 
7
- * OpenAPI spec version: 1.2.12
7
+ * OpenAPI spec version: 1.2.16
8
8
  */
9
9
  /**
10
10
  * Platform type where the game can be launched
@@ -4,7 +4,7 @@
4
4
  * Swipe Games Core Public API
5
5
  * This is the Core API for Swipe Games Public API. It provides endpoints to create new games, manage free rounds campaigns, and more.
6
6
 
7
- * OpenAPI spec version: 1.2.12
7
+ * OpenAPI spec version: 1.2.16
8
8
  */
9
9
  import * as zod from 'zod';
10
10
  /**
@@ -4,7 +4,7 @@
4
4
  * Swipe Games Core Public API
5
5
  * This is the Core API for Swipe Games Public API. It provides endpoints to create new games, manage free rounds campaigns, and more.
6
6
 
7
- * OpenAPI spec version: 1.2.12
7
+ * OpenAPI spec version: 1.2.16
8
8
  */
9
9
  import * as zod from 'zod';
10
10
  /**
@@ -6,7 +6,7 @@
6
6
  It is used to make reverse calls to integrations working through Public API.
7
7
  Please implement this API on your side to support Swipe Games Public API.
8
8
 
9
- * OpenAPI spec version: 1.2.12
9
+ * OpenAPI spec version: 1.2.16
10
10
  */
11
11
  /**
12
12
  * Error code. Could be handled by client accordingly (with localized message and related action).
@@ -6,7 +6,7 @@
6
6
  It is used to make reverse calls to integrations working through Public API.
7
7
  Please implement this API on your side to support Swipe Games Public API.
8
8
 
9
- * OpenAPI spec version: 1.2.12
9
+ * OpenAPI spec version: 1.2.16
10
10
  */
11
11
  import * as zod from 'zod';
12
12
  /**
@@ -6,7 +6,7 @@
6
6
  It is used to make reverse calls to integrations working through Public API.
7
7
  Please implement this API on your side to support Swipe Games Public API.
8
8
 
9
- * OpenAPI spec version: 1.2.12
9
+ * OpenAPI spec version: 1.2.16
10
10
  */
11
11
  import * as zod from 'zod';
12
12
  /**
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@swipegames/public-api",
3
- "version": "1.2.12",
3
+ "version": "1.2.16",
4
4
  "type": "module",
5
- "main": "./dist/packages/types/index.js",
6
- "types": "./dist/packages/types/index.d.ts",
5
+ "main": "./dist/packages/node/index.js",
6
+ "types": "./dist/packages/node/index.d.ts",
7
7
  "exports": {
8
8
  ".": {
9
- "types": "./dist/packages/types/index.d.ts",
10
- "import": "./dist/packages/types/index.js"
9
+ "types": "./dist/packages/node/index.d.ts",
10
+ "import": "./dist/packages/node/index.js"
11
11
  }
12
12
  },
13
13
  "repository": {
File without changes
File without changes
File without changes
File without changes