This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'source' of https://github.com/overwolf/overwolf.github.io…
… into source
- Loading branch information
Showing
58 changed files
with
627 additions
and
426 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
pages/api/changelogs/electron-platform/ow-electron/v28.3.2.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
id: v28.3.2 | ||
image: "/img/embed/changelogs.jpg" | ||
title: "Version 28.3.2" | ||
sidebar_custom_props: | ||
tags: | ||
overwolf_platform: false | ||
electron_platform: true | ||
--- | ||
|
||
## Platform | ||
|
||
- Updated the underlying [electron](https://www.npmjs.com/package/electron/v/28.3.3) version to [**`28.3.3`**](https://www.npmjs.com/package/electron/v/28.3.3). | ||
|
||
## Sub-Version Summary | ||
|
||
- [`28.3.2`](https://www.npmjs.com/package/@overwolf/ow-electron/v/28.3.2) - Initial version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
pages/endpoints/subscriptions-api.overwolf.com/_categories.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
```yaml | ||
Request Type: 'GET' | ||
Hostname: 'https://subscriptions-api.overwolf.com' | ||
Path: '/subscriptions/${STORE_ID}/categories' | ||
Search Params: | ||
extensionId: string | ||
Headers: | ||
Authorization: 'Bearer ${token}' | ||
|
||
Result: Array of: | ||
name: 'string' | ||
description: 'string' | ||
active_tier?: | ||
tier_id: 'number' | ||
package: | ||
base_price: 'number' | ||
category: | ||
id: 'number' | ||
name: 'string' | ||
created_at: 'string' | ||
description: 'string' | ||
disable_gifting: 'boolean' | ||
disable_quantity: 'boolean' | ||
discount: 'number' | ||
expiration_date?: 'string' | ||
id: 'number' | ||
image?: 'string' | ||
name: 'string' | ||
sales_tax: 'number' | ||
total_price: 'number' | ||
type: 'subscription' | 'single' | ||
updated_at: 'string' | ||
prorate_price?: 'number' | ||
currency: 'string' | ||
active: 'boolean' | ||
created_at: 'string' | ||
next_payment_date: 'string' | ||
status: | ||
id: 'string' | ||
description: 'string' | ||
packages: Array of: | ||
base_price: 'number' | ||
category: | ||
id: 'number' | ||
name: 'string' | ||
created_at: 'string' | ||
description: 'string' | ||
disable_gifting: 'boolean' | ||
disable_quantity: 'boolean' | ||
discount: 'number' | ||
expiration_date?: 'string' | ||
id: 'number' | ||
image?: 'string' | ||
name: 'string' | ||
sales_tax: 'number' | ||
total_price: 'number' | ||
type: 'subscription' | 'single' | ||
updated_at: 'string' | ||
prorate_price?: 'number' | ||
currency: 'string' | ||
``` |
19 changes: 19 additions & 0 deletions
19
pages/endpoints/subscriptions-api.overwolf.com/_pgrade-downgrade.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
```yaml | ||
Request Type: 'PUT' | ||
Hostname: 'https://subscriptions-api.overwolf.com' | ||
Path: '/subscriptions/${STORE_ID}' | ||
Search Params: | ||
extensionId: string | ||
Headers: | ||
Authorization: 'Bearer ${token}' | ||
|
||
Body: | ||
{ | ||
// The tierId from the activeTier object received by the get categories method. | ||
"tierId": number, | ||
// The packageId you want to change to. | ||
"packageId": number, | ||
// Whether to upgrade or downgrade to a package. | ||
"type": "upgrade" | "downgrade" | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
position: 50 | ||
position: 0 | ||
collapsed: false |
Oops, something went wrong.