@forge/cli-shared 8.10.0-next.12 → 8.10.0-next.13
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
|
@@ -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']>;
|
|
@@ -103717,6 +103718,24 @@ export declare type Query = {
|
|
|
103717
103718
|
catchupGetLastViewedTime?: Maybe<CatchupLastViewedTimeResponse>;
|
|
103718
103719
|
catchupVersionDiffMetadataForContent?: Maybe<CatchupVersionDiffMetadataResponse>;
|
|
103719
103720
|
ccp?: Maybe<CcpQueryApi>;
|
|
103721
|
+
ccp_catalogAccounts?: Maybe<Array<Maybe<CcpCatalogAccount>>>;
|
|
103722
|
+
ccp_entitlement?: Maybe<CcpEntitlement>;
|
|
103723
|
+
ccp_entitlementTemplates?: Maybe<Array<Maybe<CcpEntitlementTemplate>>>;
|
|
103724
|
+
ccp_entitlements?: Maybe<Array<Maybe<CcpEntitlement>>>;
|
|
103725
|
+
ccp_experienceCapabilities?: Maybe<CcpRootExperienceCapabilities>;
|
|
103726
|
+
ccp_invoiceGroups?: Maybe<Array<Maybe<CcpInvoiceGroupV2>>>;
|
|
103727
|
+
ccp_offering?: Maybe<CcpOffering>;
|
|
103728
|
+
ccp_offeringRelationshipTemplates?: Maybe<Array<Maybe<CcpOfferingRelationshipTemplate>>>;
|
|
103729
|
+
ccp_offerings?: Maybe<Array<Maybe<CcpOffering>>>;
|
|
103730
|
+
ccp_paymentMethods?: Maybe<Array<Maybe<CcpPaymentMethod>>>;
|
|
103731
|
+
ccp_pricingPlan?: Maybe<CcpPricingPlan>;
|
|
103732
|
+
ccp_pricingPlans?: Maybe<Array<Maybe<CcpPricingPlan>>>;
|
|
103733
|
+
ccp_product?: Maybe<CcpProduct>;
|
|
103734
|
+
ccp_promotions?: Maybe<Array<Maybe<CcpPromotion>>>;
|
|
103735
|
+
ccp_quotes?: Maybe<Array<Maybe<CcpQuote>>>;
|
|
103736
|
+
ccp_shipToParties?: Maybe<Array<Maybe<CcpShipToParty>>>;
|
|
103737
|
+
ccp_transactionAccount?: Maybe<CcpTransactionAccount>;
|
|
103738
|
+
ccp_transactionAccounts?: Maybe<Array<Maybe<CcpTransactionAccount>>>;
|
|
103720
103739
|
channelPlatform_chatRequestDetails?: Maybe<ChannelPlatformGetChannelTokenResponse>;
|
|
103721
103740
|
channelPlatform_evaluateChannelAvailability?: Maybe<ChannelPlatformChannelAvailabilityResponse>;
|
|
103722
103741
|
channelPlatform_getAgentIdForAaid?: Maybe<Scalars['String']['output']>;
|
|
@@ -105247,6 +105266,57 @@ export declare type QueryCatchupVersionDiffMetadataForContentArgs = {
|
|
|
105247
105266
|
originalContentVersion: Scalars['Int']['input'];
|
|
105248
105267
|
revisedContentVersion: Scalars['Int']['input'];
|
|
105249
105268
|
};
|
|
105269
|
+
export declare type QueryCcp_CatalogAccountsArgs = {
|
|
105270
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105271
|
+
};
|
|
105272
|
+
export declare type QueryCcp_EntitlementArgs = {
|
|
105273
|
+
id: Scalars['ID']['input'];
|
|
105274
|
+
};
|
|
105275
|
+
export declare type QueryCcp_EntitlementTemplatesArgs = {
|
|
105276
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105277
|
+
};
|
|
105278
|
+
export declare type QueryCcp_EntitlementsArgs = {
|
|
105279
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105280
|
+
};
|
|
105281
|
+
export declare type QueryCcp_InvoiceGroupsArgs = {
|
|
105282
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105283
|
+
};
|
|
105284
|
+
export declare type QueryCcp_OfferingArgs = {
|
|
105285
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
105286
|
+
};
|
|
105287
|
+
export declare type QueryCcp_OfferingRelationshipTemplatesArgs = {
|
|
105288
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105289
|
+
};
|
|
105290
|
+
export declare type QueryCcp_OfferingsArgs = {
|
|
105291
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105292
|
+
};
|
|
105293
|
+
export declare type QueryCcp_PaymentMethodsArgs = {
|
|
105294
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105295
|
+
};
|
|
105296
|
+
export declare type QueryCcp_PricingPlanArgs = {
|
|
105297
|
+
id: Scalars['ID']['input'];
|
|
105298
|
+
};
|
|
105299
|
+
export declare type QueryCcp_PricingPlansArgs = {
|
|
105300
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105301
|
+
};
|
|
105302
|
+
export declare type QueryCcp_ProductArgs = {
|
|
105303
|
+
id: Scalars['ID']['input'];
|
|
105304
|
+
};
|
|
105305
|
+
export declare type QueryCcp_PromotionsArgs = {
|
|
105306
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105307
|
+
};
|
|
105308
|
+
export declare type QueryCcp_QuotesArgs = {
|
|
105309
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105310
|
+
};
|
|
105311
|
+
export declare type QueryCcp_ShipToPartiesArgs = {
|
|
105312
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105313
|
+
};
|
|
105314
|
+
export declare type QueryCcp_TransactionAccountArgs = {
|
|
105315
|
+
id: Scalars['ID']['input'];
|
|
105316
|
+
};
|
|
105317
|
+
export declare type QueryCcp_TransactionAccountsArgs = {
|
|
105318
|
+
ids: Array<Scalars['ID']['input']>;
|
|
105319
|
+
};
|
|
105250
105320
|
export declare type QueryChannelPlatform_ChatRequestDetailsArgs = {
|
|
105251
105321
|
request?: InputMaybe<ChannelPlatformChatRequestDetailsRequest>;
|
|
105252
105322
|
};
|