Skip to content

Commit

Permalink
chore: Publish pr-feature-user-interest
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed May 15, 2024
1 parent d91636b commit b3adf9f
Show file tree
Hide file tree
Showing 39 changed files with 516 additions and 429 deletions.
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/core/Accessibility/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version Accessibility 1.2.0-feature-user-interest.0
Version Accessibility 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/core/Account/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version Account 1.2.0-feature-user-interest.0
Version Account 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/core/Advertising/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version Advertising 1.2.0-feature-user-interest.0
Version Advertising 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/core/Authentication/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version Authentication 1.2.0-feature-user-interest.0
Version Authentication 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/core/Capabilities/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version Capabilities 1.2.0-feature-user-interest.0
Version Capabilities 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/core/Device/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version Device 1.2.0-feature-user-interest.0
Version Device 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
99 changes: 66 additions & 33 deletions apis/pr-feature-user-interest/core/Discovery/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version Discovery 1.2.0-feature-user-interest.0
Version Discovery 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down Expand Up @@ -47,6 +47,9 @@ Version Discovery 1.2.0-feature-user-interest.0
- [PurchasesProvider](#purchasesprovider)
- [UserInterestProvider](#userinterestprovider)
- [Types](#types)
- [DetailsProviderParameters](#detailsproviderparameters)
- [PurchasesProviderParameters](#purchasesproviderparameters)
- [UserInterestProviderParameters](#userinterestproviderparameters)
- [DiscoveryPolicy](#discoverypolicy)
- [Availability](#availability)
- [PurchasedContentParameters](#purchasedcontentparameters)
Expand Down Expand Up @@ -3868,7 +3871,7 @@ Response:

### userInterest

Provide information about a program entity and its available watchable assets, such as entitlement status and price, via either a push or pull call flow.
Provide information about the entity currently displayed or selected on the screen.

```typescript
${method.signature}
Expand Down Expand Up @@ -4335,16 +4338,10 @@ See also: [listen()](#listen), [once()](#listen), [clear()](#listen).

Event value:

| Property | Type | Description |
| --------------- | ------- | ------------- | ---- | ----------- |
| `correlationId` | string | |
| `parameters` | [ | Property | Type | Description |
| ---------- | ------ | ------------- |
| `request` | [ | Property | Type | Description |
| ---------- | ------ | ------------- |
| `${property}` | ${type} | |
| ](#) | |
| ](#) | |
| Property | Type | Description |
| --------------- | ------ | ----------- |
| `correlationId` | string | |
| `parameters` | | |

Capabilities:

Expand Down Expand Up @@ -4476,16 +4473,10 @@ See also: [listen()](#listen), [once()](#listen), [clear()](#listen).

Event value:

| Property | Type | Description |
| --------------- | ------- | ------------- | ---- | ----------- |
| `correlationId` | string | |
| `parameters` | [ | Property | Type | Description |
| ---------- | ------ | ------------- |
| `request` | [ | Property | Type | Description |
| ---------- | ------ | ------------- |
| `${property}` | ${type} | |
| ](#) | |
| ](#) | |
| Property | Type | Description |
| --------------- | ------ | ----------- |
| `correlationId` | string | |
| `parameters` | | |

Capabilities:

Expand Down Expand Up @@ -4558,16 +4549,10 @@ See also: [listen()](#listen), [once()](#listen), [clear()](#listen).

Event value:

| Property | Type | Description |
| --------------- | ------- | ------------- | ---- | ----------- |
| `correlationId` | string | |
| `parameters` | [ | Property | Type | Description |
| ---------- | ------ | ------------- |
| `request` | [ | Property | Type | Description |
| ---------- | ------ | ------------- |
| `${property}` | ${type} | |
| ](#) | |
| ](#) | |
| Property | Type | Description |
| --------------- | ------ | ----------- |
| `correlationId` | string | |
| `parameters` | | |

Capabilities:

Expand Down Expand Up @@ -5170,7 +5155,7 @@ Response:

## Types

### DiscoveryPolicy
### DetailsProviderParameters

````typescript
```typescript
Expand All @@ -5181,6 +5166,54 @@ Response:
---
### PurchasesProviderParameters
```typescript
```typescript
````
````
---
### UserInterestProviderParameters
```typescript
```typescript
````
````
See also:
---
### DiscoveryPolicy
```typescript
```typescript
````
````
---
### Availability
Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/core/Internal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version Internal 1.2.0-feature-user-interest.0
Version Internal 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/core/Keyboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version Keyboard 1.2.0-feature-user-interest.0
Version Keyboard 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/core/Lifecycle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version Lifecycle 1.2.0-feature-user-interest.0
Version Lifecycle 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/core/Localization/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version Localization 1.2.0-feature-user-interest.0
Version Localization 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/core/Metrics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version Metrics 1.2.0-feature-user-interest.0
Version Metrics 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/core/Parameters/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version Parameters 1.2.0-feature-user-interest.0
Version Parameters 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/core/Profile/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version Profile 1.2.0-feature-user-interest.0
Version Profile 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/core/SecondScreen/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version SecondScreen 1.2.0-feature-user-interest.0
Version SecondScreen 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/core/SecureStorage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: core

---

Version SecureStorage 1.2.0-feature-user-interest.0
Version SecureStorage 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
4 changes: 2 additions & 2 deletions apis/pr-feature-user-interest/discovery/Content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: discovery

---

Version Content 1.2.0-feature-user-interest.0
Version Content 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down Expand Up @@ -644,7 +644,7 @@ Response:

### requestUserInterest

Provide information about a program entity and its available watchable assets, such as entitlement status and price, via either a push or pull call flow.
Provide information about the entity currently displayed or selected on the screen.

```typescript
${method.signature}
Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/manage/Account/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: manage

---

Version Account 1.2.0-feature-user-interest.0
Version Account 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: manage

---

Version AcknowledgeChallenge 1.2.0-feature-user-interest.0
Version AcknowledgeChallenge 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down Expand Up @@ -388,9 +388,7 @@ import { AcknowledgeChallenge } from '@firebolt-js/manage-sdk'

class MyChallengeProvider {
async challenge(parameters, session) {
return {
granted: true,
}
return null
}
}

Expand Down Expand Up @@ -459,9 +457,7 @@ Request:
"method": "AcknowledgeChallenge.challengeResponse",
"params": {
"correlationId": undefined,
"result": {
"granted": true
}
"result": null
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/manage/Advertising/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: manage

---

Version Advertising 1.2.0-feature-user-interest.0
Version Advertising 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: manage

---

Version AudioDescriptions 1.2.0-feature-user-interest.0
Version AudioDescriptions 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: manage

---

Version ClosedCaptions 1.2.0-feature-user-interest.0
Version ClosedCaptions 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/manage/Device/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: manage

---

Version Device 1.2.0-feature-user-interest.0
Version Device 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion apis/pr-feature-user-interest/manage/Discovery/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sdk: manage

---

Version Discovery 1.2.0-feature-user-interest.0
Version Discovery 1.2.0-feature-user-interest.1

## Table of Contents

Expand Down
Loading

0 comments on commit b3adf9f

Please sign in to comment.