@forge/bridge
Advanced tools
Comparing version 2.6.1 to 3.0.0-experimental-5c9420a
# @forge/bridge | ||
## 3.0.0-experimental-5c9420a | ||
### Major Changes | ||
- e734722: Add invokeRemote API which is used by Custom UI apps to perform a request against a remote resource | ||
## 3.0.0 | ||
### Major Changes | ||
- 1de47d7: The `license` field from an app's context object now has updated properties and returns additional information. Updating the `license` type in this version to reflect these changes. | ||
## 3.0.0-next.0 | ||
### Major Changes | ||
- 1de47d7: The `license` field from an app's context object now has updated properties and returns additional information. Updating the `license` type in this version to reflect these changes. | ||
## 2.6.1 | ||
@@ -4,0 +22,0 @@ |
export * from './invoke'; | ||
export * from './invokeRemote'; | ||
export * from './view'; | ||
@@ -3,0 +4,0 @@ export * from './router'; |
@@ -5,2 +5,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./invoke"), exports); | ||
tslib_1.__exportStar(require("./invokeRemote"), exports); | ||
tslib_1.__exportStar(require("./view"), exports); | ||
@@ -7,0 +8,0 @@ tslib_1.__exportStar(require("./router"), exports); |
@@ -16,3 +16,3 @@ export type InvokePayload = { | ||
extension: ExtensionData; | ||
license?: LicenseState; | ||
license?: LicenseDetails; | ||
localId: string; | ||
@@ -27,4 +27,12 @@ locale: string; | ||
} | ||
interface LicenseState { | ||
isActive?: boolean; | ||
export interface LicenseDetails { | ||
active: boolean; | ||
billingPeriod: string; | ||
ccpEntitlementId: string; | ||
ccpEntitlementSlug: string; | ||
isEvaluation: boolean; | ||
subscriptionEndDate: string | null; | ||
supportEntitlementNumber: string | null; | ||
trialEndDate: string | null; | ||
type: string; | ||
} | ||
@@ -31,0 +39,0 @@ export type Subscription = { |
{ | ||
"name": "@forge/bridge", | ||
"version": "2.6.1", | ||
"version": "3.0.0-experimental-5c9420a", | ||
"description": "Forge bridge API for custom UI apps", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41454
87
547
2