@forge/cli-shared 5.4.1-next.3 → 5.4.1-next.5
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,19 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 5.4.1-next.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b0ad6d7]
|
|
8
|
+
- @forge/manifest@7.7.0-next.5
|
|
9
|
+
|
|
10
|
+
## 5.4.1-next.4
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [c341349]
|
|
15
|
+
- @forge/manifest@7.7.0-next.4
|
|
16
|
+
|
|
3
17
|
## 5.4.1-next.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -2558,6 +2558,11 @@ export declare type CcpMapEntry = {
|
|
|
2558
2558
|
key?: Maybe<Scalars['String']['output']>;
|
|
2559
2559
|
value?: Maybe<Scalars['String']['output']>;
|
|
2560
2560
|
};
|
|
2561
|
+
export declare type CcpMultipleProductUpgradesExperienceCapability = CommerceExperienceCapability & {
|
|
2562
|
+
__typename?: 'CcpMultipleProductUpgradesExperienceCapability';
|
|
2563
|
+
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
2564
|
+
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
2565
|
+
};
|
|
2561
2566
|
export declare type CcpOffering = CommerceOffering & Node & {
|
|
2562
2567
|
__typename?: 'CcpOffering';
|
|
2563
2568
|
allowReactivationOnDifferentOffering?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -2798,6 +2803,7 @@ export declare type CcpTransactionAccountExperienceCapabilities = CommerceTransa
|
|
|
2798
2803
|
__typename?: 'CcpTransactionAccountExperienceCapabilities';
|
|
2799
2804
|
addPaymentMethod?: Maybe<CcpExperienceCapability>;
|
|
2800
2805
|
addPaymentMethodV2?: Maybe<CcpAddPaymentMethodExperienceCapability>;
|
|
2806
|
+
multipleProductUpgrades?: Maybe<CcpMultipleProductUpgradesExperienceCapability>;
|
|
2801
2807
|
};
|
|
2802
2808
|
export declare type CcpTrial = CommerceTrial & {
|
|
2803
2809
|
__typename?: 'CcpTrial';
|
|
@@ -4079,6 +4085,7 @@ export declare type CompassComponentTypeEdge = {
|
|
|
4079
4085
|
};
|
|
4080
4086
|
export declare type CompassComponentTypeObject = {
|
|
4081
4087
|
__typename?: 'CompassComponentTypeObject';
|
|
4088
|
+
componentCount?: Maybe<Scalars['Int']['output']>;
|
|
4082
4089
|
description?: Maybe<Scalars['String']['output']>;
|
|
4083
4090
|
fieldDefinitions?: Maybe<CompassFieldDefinitionsResult>;
|
|
4084
4091
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -15323,6 +15330,7 @@ export declare type CreateCompassScorecardInput = {
|
|
|
15323
15330
|
criterias?: InputMaybe<Array<CreateCompassScorecardCriteriaInput>>;
|
|
15324
15331
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
15325
15332
|
importance: CompassScorecardImportance;
|
|
15333
|
+
isDeactivationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
15326
15334
|
name: Scalars['String']['input'];
|
|
15327
15335
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
15328
15336
|
};
|
|
@@ -35733,6 +35741,7 @@ export declare type HelpCenter = Node & {
|
|
|
35733
35741
|
topics?: Maybe<Array<HelpCenterTopic>>;
|
|
35734
35742
|
type?: Maybe<HelpCenterType>;
|
|
35735
35743
|
userLanguageTag?: Maybe<Scalars['String']['output']>;
|
|
35744
|
+
virtualAgentEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
35736
35745
|
};
|
|
35737
35746
|
export declare type HelpCenterHelpDesksArgs = {
|
|
35738
35747
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -36276,6 +36285,7 @@ export declare type HelpCenterUpdateInput = {
|
|
|
36276
36285
|
helpCenterBranding?: InputMaybe<HelpCenterBrandingInput>;
|
|
36277
36286
|
name?: InputMaybe<HelpCenterNameInput>;
|
|
36278
36287
|
slug?: InputMaybe<Scalars['String']['input']>;
|
|
36288
|
+
virtualAgentEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
36279
36289
|
};
|
|
36280
36290
|
export declare type HelpCenterUpdatePayload = Payload & {
|
|
36281
36291
|
__typename?: 'HelpCenterUpdatePayload';
|
|
@@ -37120,6 +37130,7 @@ export declare type HelpObjectStoreSearchInput = {
|
|
|
37120
37130
|
portalIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
37121
37131
|
queryTerm: Scalars['String']['input'];
|
|
37122
37132
|
resultLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
37133
|
+
skipSearchingRestrictedPages?: InputMaybe<Scalars['Boolean']['input']>;
|
|
37123
37134
|
};
|
|
37124
37135
|
export declare type HelpObjectStoreSearchMetaData = {
|
|
37125
37136
|
__typename?: 'HelpObjectStoreSearchMetaData';
|
|
@@ -38706,6 +38717,7 @@ export declare type JiraAttachment = {
|
|
|
38706
38717
|
mediaApiFileId?: Maybe<Scalars['String']['output']>;
|
|
38707
38718
|
mediaReadToken?: Maybe<Scalars['String']['output']>;
|
|
38708
38719
|
mimeType?: Maybe<Scalars['String']['output']>;
|
|
38720
|
+
parent?: Maybe<JiraAttachmentParentName>;
|
|
38709
38721
|
parentId?: Maybe<Scalars['String']['output']>;
|
|
38710
38722
|
parentName?: Maybe<Scalars['String']['output']>;
|
|
38711
38723
|
};
|
|
@@ -38750,6 +38762,15 @@ export declare type JiraAttachmentFilterInput = {
|
|
|
38750
38762
|
fileName?: InputMaybe<Scalars['String']['input']>;
|
|
38751
38763
|
mimeTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
38752
38764
|
};
|
|
38765
|
+
export declare enum JiraAttachmentParentName {
|
|
38766
|
+
Comment = "COMMENT",
|
|
38767
|
+
Customfield = "CUSTOMFIELD",
|
|
38768
|
+
Description = "DESCRIPTION",
|
|
38769
|
+
Environment = "ENVIRONMENT",
|
|
38770
|
+
Form = "FORM",
|
|
38771
|
+
Issue = "ISSUE",
|
|
38772
|
+
Worklog = "WORKLOG"
|
|
38773
|
+
}
|
|
38753
38774
|
export declare type JiraAttachmentSearchViewContext = {
|
|
38754
38775
|
__typename?: 'JiraAttachmentSearchViewContext';
|
|
38755
38776
|
matchesSearch: Scalars['Boolean']['output'];
|
|
@@ -45899,6 +45920,7 @@ export declare type JiraPlatformAttachment = JiraAttachment & Node & {
|
|
|
45899
45920
|
mediaApiFileId?: Maybe<Scalars['String']['output']>;
|
|
45900
45921
|
mediaReadToken?: Maybe<Scalars['String']['output']>;
|
|
45901
45922
|
mimeType?: Maybe<Scalars['String']['output']>;
|
|
45923
|
+
parent?: Maybe<JiraAttachmentParentName>;
|
|
45902
45924
|
parentId?: Maybe<Scalars['String']['output']>;
|
|
45903
45925
|
parentName?: Maybe<Scalars['String']['output']>;
|
|
45904
45926
|
searchViewContext?: Maybe<JiraAttachmentSearchViewContext>;
|
|
@@ -48659,6 +48681,7 @@ export declare type JiraServiceManagementAttachment = JiraAttachment & Node & {
|
|
|
48659
48681
|
mediaApiFileId?: Maybe<Scalars['String']['output']>;
|
|
48660
48682
|
mediaReadToken?: Maybe<Scalars['String']['output']>;
|
|
48661
48683
|
mimeType?: Maybe<Scalars['String']['output']>;
|
|
48684
|
+
parent?: Maybe<JiraAttachmentParentName>;
|
|
48662
48685
|
parentCommentVisibility?: Maybe<JiraServiceManagementCommentVisibility>;
|
|
48663
48686
|
parentId?: Maybe<Scalars['String']['output']>;
|
|
48664
48687
|
parentName?: Maybe<Scalars['String']['output']>;
|
|
@@ -50029,6 +50052,10 @@ export declare type JiraStoryPointEstimateFieldPayload = Payload & {
|
|
|
50029
50052
|
field?: Maybe<JiraNumberField>;
|
|
50030
50053
|
success: Scalars['Boolean']['output'];
|
|
50031
50054
|
};
|
|
50055
|
+
export declare type JiraStreamHubResourceIdentifier = {
|
|
50056
|
+
__typename?: 'JiraStreamHubResourceIdentifier';
|
|
50057
|
+
resource?: Maybe<Scalars['ID']['output']>;
|
|
50058
|
+
};
|
|
50032
50059
|
export declare type JiraSubmitBulkOperationInput = {
|
|
50033
50060
|
bulkOperationInput: JiraBulkOperationInput;
|
|
50034
50061
|
bulkOperationType: JiraBulkOperationType;
|
|
@@ -50051,6 +50078,9 @@ export declare type JiraSubscription = {
|
|
|
50051
50078
|
onAttachmentCreatedByProjects?: Maybe<JiraPlatformAttachment>;
|
|
50052
50079
|
onAttachmentDeletedByProjects?: Maybe<JiraAttachmentDeletedStreamHubPayload>;
|
|
50053
50080
|
onAutodevJobUpdated?: Maybe<JiraAutodevJobConnection>;
|
|
50081
|
+
onCalendarIssueCreated?: Maybe<JiraCalendar>;
|
|
50082
|
+
onCalendarIssueDeleted?: Maybe<JiraStreamHubResourceIdentifier>;
|
|
50083
|
+
onCalendarIssueUpdated?: Maybe<JiraCalendar>;
|
|
50054
50084
|
onIssueCreatedByProject?: Maybe<JiraIssue>;
|
|
50055
50085
|
onIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
|
|
50056
50086
|
onIssueExported?: Maybe<JiraIssueExportEvent>;
|
|
@@ -50064,7 +50094,7 @@ export declare type JiraSubscription = {
|
|
|
50064
50094
|
};
|
|
50065
50095
|
export declare type JiraSubscriptionBulkOperationProgressSubscriptionArgs = {
|
|
50066
50096
|
cloudId: Scalars['ID']['input'];
|
|
50067
|
-
|
|
50097
|
+
subscriptionId: Scalars['ID']['input'];
|
|
50068
50098
|
};
|
|
50069
50099
|
export declare type JiraSubscriptionOnAttachmentCreatedByProjectsArgs = {
|
|
50070
50100
|
cloudId: Scalars['ID']['input'];
|
|
@@ -50078,6 +50108,22 @@ export declare type JiraSubscriptionOnAutodevJobUpdatedArgs = {
|
|
|
50078
50108
|
issueAri: Scalars['ID']['input'];
|
|
50079
50109
|
jobId: Scalars['ID']['input'];
|
|
50080
50110
|
};
|
|
50111
|
+
export declare type JiraSubscriptionOnCalendarIssueCreatedArgs = {
|
|
50112
|
+
cloudId: Scalars['ID']['input'];
|
|
50113
|
+
configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
|
|
50114
|
+
projectIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
50115
|
+
scope?: InputMaybe<JiraViewScopeInput>;
|
|
50116
|
+
};
|
|
50117
|
+
export declare type JiraSubscriptionOnCalendarIssueDeletedArgs = {
|
|
50118
|
+
cloudId: Scalars['ID']['input'];
|
|
50119
|
+
projectIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
50120
|
+
};
|
|
50121
|
+
export declare type JiraSubscriptionOnCalendarIssueUpdatedArgs = {
|
|
50122
|
+
cloudId: Scalars['ID']['input'];
|
|
50123
|
+
configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
|
|
50124
|
+
projectIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
50125
|
+
scope?: InputMaybe<JiraViewScopeInput>;
|
|
50126
|
+
};
|
|
50081
50127
|
export declare type JiraSubscriptionOnIssueCreatedByProjectArgs = {
|
|
50082
50128
|
cloudId: Scalars['ID']['input'];
|
|
50083
50129
|
projectId: Scalars['String']['input'];
|
|
@@ -53848,7 +53894,7 @@ export declare type MarketplaceConsoleAppSoftwareVersions = {
|
|
|
53848
53894
|
};
|
|
53849
53895
|
export declare type MarketplaceConsoleAppSoftwares = {
|
|
53850
53896
|
__typename?: 'MarketplaceConsoleAppSoftwares';
|
|
53851
|
-
appSoftwares
|
|
53897
|
+
appSoftwares: Array<MarketplaceConsoleAppSoftwareShort>;
|
|
53852
53898
|
};
|
|
53853
53899
|
export declare type MarketplaceConsoleAppVersionDeleteRequestInput = {
|
|
53854
53900
|
appId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -66702,6 +66748,10 @@ export declare type TrelloArchiveCardPayload = Payload & {
|
|
|
66702
66748
|
errors?: Maybe<Array<MutationError>>;
|
|
66703
66749
|
success: Scalars['Boolean']['output'];
|
|
66704
66750
|
};
|
|
66751
|
+
export declare type TrelloAtlassianIntelligence = {
|
|
66752
|
+
__typename?: 'TrelloAtlassianIntelligence';
|
|
66753
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
66754
|
+
};
|
|
66705
66755
|
export declare type TrelloAttachment = {
|
|
66706
66756
|
__typename?: 'TrelloAttachment';
|
|
66707
66757
|
bytes?: Maybe<Scalars['Float']['output']>;
|
|
@@ -67303,6 +67353,11 @@ export declare type TrelloEnterprise = {
|
|
|
67303
67353
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
67304
67354
|
id: Scalars['ID']['output'];
|
|
67305
67355
|
objectId: Scalars['ID']['output'];
|
|
67356
|
+
prefs: TrelloEnterprisePrefs;
|
|
67357
|
+
};
|
|
67358
|
+
export declare type TrelloEnterprisePrefs = {
|
|
67359
|
+
__typename?: 'TrelloEnterprisePrefs';
|
|
67360
|
+
atlassianIntelligence?: Maybe<TrelloAtlassianIntelligence>;
|
|
67306
67361
|
};
|
|
67307
67362
|
export declare type TrelloImagePreview = {
|
|
67308
67363
|
__typename?: 'TrelloImagePreview';
|
|
@@ -68237,9 +68292,13 @@ export declare type UnifiedMutationCreateLinkedAccountArgs = {
|
|
|
68237
68292
|
connectedProductsReferenceId: Scalars['String']['input'];
|
|
68238
68293
|
parentAccountInternalId: Scalars['String']['input'];
|
|
68239
68294
|
};
|
|
68295
|
+
export declare type UnifiedMutationCreateParentAccountArgs = {
|
|
68296
|
+
parentAccountEmailId: Scalars['String']['input'];
|
|
68297
|
+
};
|
|
68240
68298
|
export declare type UnifiedMutationCreateUnifiedSystemArgs = {
|
|
68241
68299
|
aaid: Scalars['String']['input'];
|
|
68242
68300
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
68301
|
+
parentAccountEmailId: Scalars['String']['input'];
|
|
68243
68302
|
unifiedProfileUsername?: InputMaybe<Scalars['String']['input']>;
|
|
68244
68303
|
};
|
|
68245
68304
|
export declare type UnifiedMutationUpdateUnifiedProfileArgs = {
|
|
@@ -68265,6 +68324,7 @@ export declare type UnifiedPageInfo = {
|
|
|
68265
68324
|
export declare type UnifiedParentAccount = UnifiedINode & {
|
|
68266
68325
|
__typename?: 'UnifiedParentAccount';
|
|
68267
68326
|
id: Scalars['ID']['output'];
|
|
68327
|
+
parentAccountEmailId?: Maybe<Scalars['String']['output']>;
|
|
68268
68328
|
parentAccountInternalId?: Maybe<Scalars['ID']['output']>;
|
|
68269
68329
|
};
|
|
68270
68330
|
export declare type UnifiedParentAccountPayload = UnifiedPayload & {
|
|
@@ -68622,6 +68682,7 @@ export declare type UpdateCompassScorecardInput = {
|
|
|
68622
68682
|
deleteCriteria?: InputMaybe<Array<DeleteCompassScorecardCriteriaInput>>;
|
|
68623
68683
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
68624
68684
|
importance?: InputMaybe<CompassScorecardImportance>;
|
|
68685
|
+
isDeactivationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
68625
68686
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
68626
68687
|
ownerId?: InputMaybe<Scalars['ID']['input']>;
|
|
68627
68688
|
updateCriteria?: InputMaybe<Array<UpdateCompassScorecardCriteriaInput>>;
|