@forge/cli-shared 3.2.0-next.2 → 3.2.0-next.4
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.2.0-next.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f93ae31]
|
|
8
|
+
- @forge/manifest@4.3.1-next.1
|
|
9
|
+
|
|
10
|
+
## 3.2.0-next.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- a1c8607: Update debugging instructions when tunneling
|
|
15
|
+
|
|
3
16
|
## 3.2.0-next.2
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -6652,8 +6652,6 @@ export declare type EcosystemQuery = {
|
|
|
6652
6652
|
userGrants?: Maybe<UserGrantConnection>;
|
|
6653
6653
|
checkConsentPermissionByOAuthClientId?: Maybe<PermissionToConsentByOauthId>;
|
|
6654
6654
|
userInstallationRules?: Maybe<UserInstallationRules>;
|
|
6655
|
-
marketplacePartnerContactForCurrentUser?: Maybe<FortifiedMarketplaceAppWithContactPermissions>;
|
|
6656
|
-
marketplaceAppsByCurrentUserPartnerContactPermissions: Array<FortifiedMarketplaceApp>;
|
|
6657
6655
|
fortifiedMetrics?: Maybe<FortifiedMetricsQuery>;
|
|
6658
6656
|
forgeMetrics?: Maybe<ForgeMetricsQuery>;
|
|
6659
6657
|
forgeAlerts?: Maybe<ForgeAlertsQuery>;
|
|
@@ -6670,12 +6668,6 @@ export declare type EcosystemQueryCheckConsentPermissionByOAuthClientIdArgs = {
|
|
|
6670
6668
|
export declare type EcosystemQueryUserInstallationRulesArgs = {
|
|
6671
6669
|
cloudId: Scalars['ID'];
|
|
6672
6670
|
};
|
|
6673
|
-
export declare type EcosystemQueryMarketplacePartnerContactForCurrentUserArgs = {
|
|
6674
|
-
appKey: Scalars['String'];
|
|
6675
|
-
};
|
|
6676
|
-
export declare type EcosystemQueryMarketplaceAppsByCurrentUserPartnerContactPermissionsArgs = {
|
|
6677
|
-
permission: FortifiedMarketplacePartnerContactPermission;
|
|
6678
|
-
};
|
|
6679
6671
|
export declare type EcosystemQueryFortifiedMetricsArgs = {
|
|
6680
6672
|
appKey: Scalars['ID'];
|
|
6681
6673
|
};
|
|
@@ -7129,25 +7121,6 @@ export declare type ForgeMetricsSuccessRateValueData = ForgeMetricsData & {
|
|
|
7129
7121
|
series: Array<ForgeMetricsSuccessRateSeries>;
|
|
7130
7122
|
};
|
|
7131
7123
|
export declare type ForgeMetricsSuccessRateValueResult = ForgeMetricsSuccessRateValueData | QueryError;
|
|
7132
|
-
export declare type FortifiedMarketplaceApp = {
|
|
7133
|
-
__typename?: 'FortifiedMarketplaceApp';
|
|
7134
|
-
app?: Maybe<MarketplaceApp>;
|
|
7135
|
-
};
|
|
7136
|
-
export declare type FortifiedMarketplaceAppWithContactPermissions = {
|
|
7137
|
-
__typename?: 'FortifiedMarketplaceAppWithContactPermissions';
|
|
7138
|
-
app?: Maybe<MarketplaceApp>;
|
|
7139
|
-
permissions: Array<FortifiedMarketplacePartnerContactPermission>;
|
|
7140
|
-
};
|
|
7141
|
-
export declare enum FortifiedMarketplacePartnerContactPermission {
|
|
7142
|
-
AdministerPartner = "ADMINISTER_PARTNER",
|
|
7143
|
-
ManageAddonDetails = "MANAGE_ADDON_DETAILS",
|
|
7144
|
-
ManagePayment = "MANAGE_PAYMENT",
|
|
7145
|
-
ManagePricing = "MANAGE_PRICING",
|
|
7146
|
-
ManagePromotions = "MANAGE_PROMOTIONS",
|
|
7147
|
-
ManagePartnerDetails = "MANAGE_PARTNER_DETAILS",
|
|
7148
|
-
ViewSalesReports = "VIEW_SALES_REPORTS",
|
|
7149
|
-
ViewUsageReports = "VIEW_USAGE_REPORTS"
|
|
7150
|
-
}
|
|
7151
7124
|
export declare type FortifiedMetricsIntervalInput = {
|
|
7152
7125
|
start: Scalars['DateTime'];
|
|
7153
7126
|
end: Scalars['DateTime'];
|