@forge/cli-shared 3.17.0-next.12 → 3.17.0-next.14
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 +15 -0
- package/out/graphql/graphql-types.d.ts +10 -10
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.17.0-next.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f42e94b]
|
|
8
|
+
- @forge/manifest@4.18.0-next.9
|
|
9
|
+
|
|
10
|
+
## 3.17.0-next.13
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [35638fcc]
|
|
15
|
+
- Updated dependencies [d8a23797]
|
|
16
|
+
- @forge/manifest@4.18.0-next.8
|
|
17
|
+
|
|
3
18
|
## 3.17.0-next.12
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -21148,7 +21148,7 @@ export type PartnerCatalogApiPartnerOfferingDetailsArgs = {
|
|
|
21148
21148
|
};
|
|
21149
21149
|
export type PartnerCloudApp = PartnerOfferingNode & {
|
|
21150
21150
|
__typename?: 'PartnerCloudApp';
|
|
21151
|
-
|
|
21151
|
+
id: Scalars['ID'];
|
|
21152
21152
|
name?: Maybe<Scalars['String']>;
|
|
21153
21153
|
sku?: Maybe<Scalars['String']>;
|
|
21154
21154
|
level?: Maybe<Scalars['Int']>;
|
|
@@ -21172,18 +21172,18 @@ export declare enum PartnerCloudLicenseType {
|
|
|
21172
21172
|
export type PartnerCloudProduct = PartnerCloudProductNode & {
|
|
21173
21173
|
__typename?: 'PartnerCloudProduct';
|
|
21174
21174
|
chargeElements?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
21175
|
-
|
|
21175
|
+
id: Scalars['ID'];
|
|
21176
21176
|
name?: Maybe<Scalars['String']>;
|
|
21177
21177
|
offerings?: Maybe<Array<Maybe<PartnerOfferingItem>>>;
|
|
21178
21178
|
uncollectibleAction?: Maybe<PartnerUncollectibleAction>;
|
|
21179
21179
|
};
|
|
21180
21180
|
export type PartnerCloudProductItem = PartnerCloudProductNode & {
|
|
21181
21181
|
__typename?: 'PartnerCloudProductItem';
|
|
21182
|
-
|
|
21182
|
+
id: Scalars['ID'];
|
|
21183
21183
|
name?: Maybe<Scalars['String']>;
|
|
21184
21184
|
};
|
|
21185
21185
|
export type PartnerCloudProductNode = {
|
|
21186
|
-
|
|
21186
|
+
id: Scalars['ID'];
|
|
21187
21187
|
name?: Maybe<Scalars['String']>;
|
|
21188
21188
|
};
|
|
21189
21189
|
export declare enum PartnerCurrency {
|
|
@@ -21197,7 +21197,7 @@ export type PartnerOfferingBtfInput = {
|
|
|
21197
21197
|
};
|
|
21198
21198
|
export type PartnerOfferingCloudInput = {
|
|
21199
21199
|
currency?: Maybe<Array<Maybe<PartnerCurrency>>>;
|
|
21200
|
-
|
|
21200
|
+
id: Scalars['ID'];
|
|
21201
21201
|
pricingPlanType?: Maybe<Array<Maybe<PartnerCloudLicenseType>>>;
|
|
21202
21202
|
};
|
|
21203
21203
|
export type PartnerOfferingDetailsResponse = {
|
|
@@ -21215,7 +21215,7 @@ export type PartnerOfferingItem = PartnerOfferingNode & {
|
|
|
21215
21215
|
__typename?: 'PartnerOfferingItem';
|
|
21216
21216
|
billingType?: Maybe<Scalars['String']>;
|
|
21217
21217
|
hostingType?: Maybe<Scalars['String']>;
|
|
21218
|
-
|
|
21218
|
+
id: Scalars['ID'];
|
|
21219
21219
|
level?: Maybe<Scalars['Int']>;
|
|
21220
21220
|
name?: Maybe<Scalars['String']>;
|
|
21221
21221
|
parent?: Maybe<Scalars['String']>;
|
|
@@ -21230,7 +21230,7 @@ export type PartnerOfferingListResponse = {
|
|
|
21230
21230
|
cloudProducts?: Maybe<Array<Maybe<PartnerCloudProductItem>>>;
|
|
21231
21231
|
};
|
|
21232
21232
|
export type PartnerOfferingNode = {
|
|
21233
|
-
|
|
21233
|
+
id: Scalars['ID'];
|
|
21234
21234
|
name?: Maybe<Scalars['String']>;
|
|
21235
21235
|
};
|
|
21236
21236
|
export type PartnerOrderableItem = PartnerOrderableItemNode & {
|
|
@@ -21268,7 +21268,7 @@ export type PartnerPricingPlan = PartnerPricingPlanNode & {
|
|
|
21268
21268
|
currency?: Maybe<Scalars['String']>;
|
|
21269
21269
|
description?: Maybe<Scalars['String']>;
|
|
21270
21270
|
items?: Maybe<Array<Maybe<PartnerPricingPlanItem>>>;
|
|
21271
|
-
|
|
21271
|
+
id: Scalars['ID'];
|
|
21272
21272
|
primaryCycle?: Maybe<PartnerBillingCycle>;
|
|
21273
21273
|
sku?: Maybe<Scalars['String']>;
|
|
21274
21274
|
type?: Maybe<Scalars['String']>;
|
|
@@ -21284,7 +21284,7 @@ export type PartnerPricingPlanItem = {
|
|
|
21284
21284
|
export type PartnerPricingPlanNode = {
|
|
21285
21285
|
currency?: Maybe<Scalars['String']>;
|
|
21286
21286
|
description?: Maybe<Scalars['String']>;
|
|
21287
|
-
|
|
21287
|
+
id: Scalars['ID'];
|
|
21288
21288
|
type?: Maybe<Scalars['String']>;
|
|
21289
21289
|
};
|
|
21290
21290
|
export type PartnerPricingTier = {
|
|
@@ -27165,7 +27165,7 @@ export type TrelloChecklistEdge = {
|
|
|
27165
27165
|
node: TrelloChecklist;
|
|
27166
27166
|
};
|
|
27167
27167
|
export type TrelloCreateCardInput = {
|
|
27168
|
-
idList
|
|
27168
|
+
idList: Scalars['ID'];
|
|
27169
27169
|
name: Scalars['String'];
|
|
27170
27170
|
};
|
|
27171
27171
|
export type TrelloCreateCardPayload = Payload & {
|