@forge/cli-shared 8.10.0-next.12 → 8.10.0-next.12-experimental-f76634b
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 +29 -0
- package/out/graphql/graphql-types.d.ts +77 -0
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/ui/text.d.ts +10 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +10 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.10.0-next.12-experimental-f76634b
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- bdec87e: Add list subcommand to webtrigger
|
|
8
|
+
- 895128b: Added shard option to all show commands
|
|
9
|
+
- 84a6923: Added new webtrigger create subcommand
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- e1a1a98:
|
|
14
|
+
- f3d2047:
|
|
15
|
+
- 0592764:
|
|
16
|
+
- 949f9df: improve docker compose startup failure error message
|
|
17
|
+
- 128d1f8: Error handling logic for install upgrade code
|
|
18
|
+
- 0e50442: Update Developer Terms link
|
|
19
|
+
- 0c4a82e:
|
|
20
|
+
- Updated dependencies [559c541]
|
|
21
|
+
- Updated dependencies [b5f0775]
|
|
22
|
+
- Updated dependencies [2f0c3c2]
|
|
23
|
+
- Updated dependencies [00eaa35]
|
|
24
|
+
- Updated dependencies [b9cefff]
|
|
25
|
+
- Updated dependencies [b5f0775]
|
|
26
|
+
- Updated dependencies [069288e]
|
|
27
|
+
- Updated dependencies [d317f2e]
|
|
28
|
+
- Updated dependencies [bf0e0f6]
|
|
29
|
+
- Updated dependencies [bb6e58a]
|
|
30
|
+
- @forge/manifest@11.1.0-next.6-experimental-f76634b
|
|
31
|
+
|
|
3
32
|
## 8.10.0-next.12
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|
|
@@ -16030,6 +16030,7 @@ export declare type ConfluenceContentAccessRequest = {
|
|
|
16030
16030
|
__typename?: 'ConfluenceContentAccessRequest';
|
|
16031
16031
|
accessRequestedAaid: Scalars['ID']['output'];
|
|
16032
16032
|
contentId: Scalars['ID']['output'];
|
|
16033
|
+
creationDateTimestamp?: Maybe<Scalars['Long']['output']>;
|
|
16033
16034
|
creatorAaid?: Maybe<Scalars['ID']['output']>;
|
|
16034
16035
|
id: Scalars['ID']['output'];
|
|
16035
16036
|
lastModifierAaid?: Maybe<Scalars['ID']['output']>;
|
|
@@ -74837,6 +74838,13 @@ export declare type JiraJqlFunction = {
|
|
|
74837
74838
|
isList?: Maybe<Scalars['Boolean']['output']>;
|
|
74838
74839
|
value?: Maybe<Scalars['String']['output']>;
|
|
74839
74840
|
};
|
|
74841
|
+
export declare type JiraJqlFunctionFieldValue = JiraJqlFieldValue & {
|
|
74842
|
+
__typename?: 'JiraJqlFunctionFieldValue';
|
|
74843
|
+
displayName: Scalars['String']['output'];
|
|
74844
|
+
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
|
|
74845
|
+
isSelected?: Maybe<Scalars['Boolean']['output']>;
|
|
74846
|
+
jqlTerm: Scalars['String']['output'];
|
|
74847
|
+
};
|
|
74840
74848
|
export declare type JiraJqlFunctionProcessingStatus = {
|
|
74841
74849
|
__typename?: 'JiraJqlFunctionProcessingStatus';
|
|
74842
74850
|
app?: Maybe<Scalars['String']['output']>;
|
|
@@ -103717,6 +103725,24 @@ export declare type Query = {
|
|
|
103717
103725
|
catchupGetLastViewedTime?: Maybe<CatchupLastViewedTimeResponse>;
|
|
103718
103726
|
catchupVersionDiffMetadataForContent?: Maybe<CatchupVersionDiffMetadataResponse>;
|
|
103719
103727
|
ccp?: Maybe<CcpQueryApi>;
|
|
103728
|
+
ccp_catalogAccounts?: Maybe<Array<Maybe<CcpCatalogAccount>>>;
|
|
103729
|
+
ccp_entitlement?: Maybe<CcpEntitlement>;
|
|
103730
|
+
ccp_entitlementTemplates?: Maybe<Array<Maybe<CcpEntitlementTemplate>>>;
|
|
103731
|
+
ccp_entitlements?: Maybe<Array<Maybe<CcpEntitlement>>>;
|
|
103732
|
+
ccp_experienceCapabilities?: Maybe<CcpRootExperienceCapabilities>;
|
|
103733
|
+
ccp_invoiceGroups?: Maybe<Array<Maybe<CcpInvoiceGroupV2>>>;
|
|
103734
|
+
ccp_offering?: Maybe<CcpOffering>;
|
|
103735
|
+
ccp_offeringRelationshipTemplates?: Maybe<Array<Maybe<CcpOfferingRelationshipTemplate>>>;
|
|
103736
|
+
ccp_offerings?: Maybe<Array<Maybe<CcpOffering>>>;
|
|
103737
|
+
ccp_paymentMethods?: Maybe<Array<Maybe<CcpPaymentMethod>>>;
|
|
103738
|
+
ccp_pricingPlan?: Maybe<CcpPricingPlan>;
|
|
103739
|
+
ccp_pricingPlans?: Maybe<Array<Maybe<CcpPricingPlan>>>;
|
|
103740
|
+
ccp_product?: Maybe<CcpProduct>;
|
|
103741
|
+
ccp_promotions?: Maybe<Array<Maybe<CcpPromotion>>>;
|
|
103742
|
+
ccp_quotes?: Maybe<Array<Maybe<CcpQuote>>>;
|
|
103743
|
+
ccp_shipToParties?: Maybe<Array<Maybe<CcpShipToParty>>>;
|
|
103744
|
+
ccp_transactionAccount?: Maybe<CcpTransactionAccount>;
|
|
103745
|
+
ccp_transactionAccounts?: Maybe<Array<Maybe<CcpTransactionAccount>>>;
|
|
103720
103746
|
channelPlatform_chatRequestDetails?: Maybe<ChannelPlatformGetChannelTokenResponse>;
|
|
103721
103747
|
channelPlatform_evaluateChannelAvailability?: Maybe<ChannelPlatformChannelAvailabilityResponse>;
|
|
103722
103748
|
channelPlatform_getAgentIdForAaid?: Maybe<Scalars['String']['output']>;
|
|
@@ -105247,6 +105273,57 @@ export declare type QueryCatchupVersionDiffMetadataForContentArgs = {
|
|
|
105247
105273
|
originalContentVersion: Scalars['Int']['input'];
|
|
105248
105274
|
revisedContentVersion: Scalars['Int']['input'];
|
|
105249
105275
|
};
|
|
105276
|
+
export declare type QueryCcp_CatalogAccountsArgs = {
|
|
105277
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105278
|
+
};
|
|
105279
|
+
export declare type QueryCcp_EntitlementArgs = {
|
|
105280
|
+
id: Scalars['ID']['input'];
|
|
105281
|
+
};
|
|
105282
|
+
export declare type QueryCcp_EntitlementTemplatesArgs = {
|
|
105283
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105284
|
+
};
|
|
105285
|
+
export declare type QueryCcp_EntitlementsArgs = {
|
|
105286
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105287
|
+
};
|
|
105288
|
+
export declare type QueryCcp_InvoiceGroupsArgs = {
|
|
105289
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105290
|
+
};
|
|
105291
|
+
export declare type QueryCcp_OfferingArgs = {
|
|
105292
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
105293
|
+
};
|
|
105294
|
+
export declare type QueryCcp_OfferingRelationshipTemplatesArgs = {
|
|
105295
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105296
|
+
};
|
|
105297
|
+
export declare type QueryCcp_OfferingsArgs = {
|
|
105298
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105299
|
+
};
|
|
105300
|
+
export declare type QueryCcp_PaymentMethodsArgs = {
|
|
105301
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105302
|
+
};
|
|
105303
|
+
export declare type QueryCcp_PricingPlanArgs = {
|
|
105304
|
+
id: Scalars['ID']['input'];
|
|
105305
|
+
};
|
|
105306
|
+
export declare type QueryCcp_PricingPlansArgs = {
|
|
105307
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105308
|
+
};
|
|
105309
|
+
export declare type QueryCcp_ProductArgs = {
|
|
105310
|
+
id: Scalars['ID']['input'];
|
|
105311
|
+
};
|
|
105312
|
+
export declare type QueryCcp_PromotionsArgs = {
|
|
105313
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105314
|
+
};
|
|
105315
|
+
export declare type QueryCcp_QuotesArgs = {
|
|
105316
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105317
|
+
};
|
|
105318
|
+
export declare type QueryCcp_ShipToPartiesArgs = {
|
|
105319
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105320
|
+
};
|
|
105321
|
+
export declare type QueryCcp_TransactionAccountArgs = {
|
|
105322
|
+
id: Scalars['ID']['input'];
|
|
105323
|
+
};
|
|
105324
|
+
export declare type QueryCcp_TransactionAccountsArgs = {
|
|
105325
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105326
|
+
};
|
|
105250
105327
|
export declare type QueryChannelPlatform_ChatRequestDetailsArgs = {
|
|
105251
105328
|
request?: InputMaybe<ChannelPlatformChatRequestDetailsRequest>;
|
|
105252
105329
|
};
|