@forge/cli-shared 4.2.0-next.4 → 4.2.1-next.0
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,26 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 4.2.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [77d16a9]
|
|
8
|
+
- @forge/manifest@7.2.3-next.0
|
|
9
|
+
|
|
10
|
+
## 4.2.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 35b01cd: Move tunnel to Cloudflare
|
|
15
|
+
- 8ace637: Fix egress related error messages during deployment
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [ebaf7ed]
|
|
20
|
+
- Updated dependencies [6f758c0]
|
|
21
|
+
- Updated dependencies [6f17340]
|
|
22
|
+
- @forge/manifest@7.2.2
|
|
23
|
+
|
|
3
24
|
## 4.2.0-next.4
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -9223,7 +9223,7 @@ export declare type CustomerServiceUpdateCustomDetailValuePayload = Payload & {
|
|
|
9223
9223
|
};
|
|
9224
9224
|
export declare type CustomerServiceUserDetailValue = {
|
|
9225
9225
|
__typename?: 'CustomerServiceUserDetailValue';
|
|
9226
|
-
accountId
|
|
9226
|
+
accountId?: Maybe<Scalars['ID']['output']>;
|
|
9227
9227
|
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
9228
9228
|
name?: Maybe<Scalars['String']['output']>;
|
|
9229
9229
|
};
|
|
@@ -27393,9 +27393,15 @@ export declare type InfluentsNotificationEntityModel = {
|
|
|
27393
27393
|
};
|
|
27394
27394
|
export declare type InfluentsNotificationFeedConnection = {
|
|
27395
27395
|
__typename?: 'InfluentsNotificationFeedConnection';
|
|
27396
|
+
edges: Array<InfluentsNotificationFeedEdge>;
|
|
27396
27397
|
nodes: Array<InfluentsNotificationHeadItem>;
|
|
27397
27398
|
pageInfo: InfluentsNotificationPageInfo;
|
|
27398
27399
|
};
|
|
27400
|
+
export declare type InfluentsNotificationFeedEdge = {
|
|
27401
|
+
__typename?: 'InfluentsNotificationFeedEdge';
|
|
27402
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
27403
|
+
node: InfluentsNotificationHeadItem;
|
|
27404
|
+
};
|
|
27399
27405
|
export declare type InfluentsNotificationFilter = {
|
|
27400
27406
|
categoryFilter?: InputMaybe<InfluentsNotificationCategory>;
|
|
27401
27407
|
productFilter?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -27404,9 +27410,15 @@ export declare type InfluentsNotificationFilter = {
|
|
|
27404
27410
|
};
|
|
27405
27411
|
export declare type InfluentsNotificationGroupConnection = {
|
|
27406
27412
|
__typename?: 'InfluentsNotificationGroupConnection';
|
|
27413
|
+
edges: Array<InfluentsNotificationGroupEdge>;
|
|
27407
27414
|
nodes: Array<InfluentsNotificationItem>;
|
|
27408
27415
|
pageInfo: InfluentsNotificationPageInfo;
|
|
27409
27416
|
};
|
|
27417
|
+
export declare type InfluentsNotificationGroupEdge = {
|
|
27418
|
+
__typename?: 'InfluentsNotificationGroupEdge';
|
|
27419
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
27420
|
+
node: InfluentsNotificationItem;
|
|
27421
|
+
};
|
|
27410
27422
|
export declare type InfluentsNotificationHeadItem = {
|
|
27411
27423
|
__typename?: 'InfluentsNotificationHeadItem';
|
|
27412
27424
|
additionalActors: Array<InfluentsNotificationActor>;
|
|
@@ -40933,7 +40945,19 @@ export declare type KnowledgeBaseSources = {
|
|
|
40933
40945
|
edge: Array<Maybe<KnowledgeBaseSourceEdge>>;
|
|
40934
40946
|
totalCount: Scalars['Int']['output'];
|
|
40935
40947
|
};
|
|
40948
|
+
export declare type KnowledgeDiscoveryConfluenceBlogpost = KnowledgeDiscoveryEntity & {
|
|
40949
|
+
__typename?: 'KnowledgeDiscoveryConfluenceBlogpost';
|
|
40950
|
+
id: Scalars['ID']['output'];
|
|
40951
|
+
};
|
|
40936
40952
|
export declare type KnowledgeDiscoveryConfluenceEntity = ConfluenceBlogPost | ConfluencePage;
|
|
40953
|
+
export declare type KnowledgeDiscoveryConfluencePage = KnowledgeDiscoveryEntity & {
|
|
40954
|
+
__typename?: 'KnowledgeDiscoveryConfluencePage';
|
|
40955
|
+
id: Scalars['ID']['output'];
|
|
40956
|
+
};
|
|
40957
|
+
export declare type KnowledgeDiscoveryConfluenceSpace = KnowledgeDiscoveryEntity & {
|
|
40958
|
+
__typename?: 'KnowledgeDiscoveryConfluenceSpace';
|
|
40959
|
+
id: Scalars['ID']['output'];
|
|
40960
|
+
};
|
|
40937
40961
|
export declare type KnowledgeDiscoveryCreateDefinitionInput = {
|
|
40938
40962
|
definition: Scalars['String']['input'];
|
|
40939
40963
|
keyPhrase: Scalars['String']['input'];
|
|
@@ -40976,6 +41000,10 @@ export declare enum KnowledgeDiscoveryEntityType {
|
|
|
40976
41000
|
Topic = "TOPIC",
|
|
40977
41001
|
User = "USER"
|
|
40978
41002
|
}
|
|
41003
|
+
export declare type KnowledgeDiscoveryJiraProject = KnowledgeDiscoveryEntity & {
|
|
41004
|
+
__typename?: 'KnowledgeDiscoveryJiraProject';
|
|
41005
|
+
id: Scalars['ID']['output'];
|
|
41006
|
+
};
|
|
40979
41007
|
export declare type KnowledgeDiscoveryKeyPhrase = {
|
|
40980
41008
|
__typename?: 'KnowledgeDiscoveryKeyPhrase';
|
|
40981
41009
|
keyPhrase: Scalars['String']['output'];
|
|
@@ -41089,6 +41117,10 @@ export declare enum KnowledgeDiscoveryTopicType {
|
|
|
41089
41117
|
Program = "PROGRAM",
|
|
41090
41118
|
Team = "TEAM"
|
|
41091
41119
|
}
|
|
41120
|
+
export declare type KnowledgeDiscoveryUser = KnowledgeDiscoveryEntity & {
|
|
41121
|
+
__typename?: 'KnowledgeDiscoveryUser';
|
|
41122
|
+
id: Scalars['ID']['output'];
|
|
41123
|
+
};
|
|
41092
41124
|
export declare type LabelUsage = {
|
|
41093
41125
|
__typename?: 'LabelUsage';
|
|
41094
41126
|
count: Scalars['Int']['output'];
|
|
@@ -41684,7 +41716,7 @@ export declare type MarketplaceStoreLoggedInUser = {
|
|
|
41684
41716
|
email: Scalars['String']['output'];
|
|
41685
41717
|
id: Scalars['ID']['output'];
|
|
41686
41718
|
lastVisitedDeveloperSpace?: Maybe<MarketplaceStoreLoggedInUserDeveloperSpace>;
|
|
41687
|
-
links
|
|
41719
|
+
links: MarketplaceStoreLoggedInUserLinks;
|
|
41688
41720
|
name: Scalars['String']['output'];
|
|
41689
41721
|
picture: Scalars['String']['output'];
|
|
41690
41722
|
};
|
|
@@ -41705,9 +41737,14 @@ export declare type MarketplaceStoreLoggedInUserLinks = {
|
|
|
41705
41737
|
createAddon: Scalars['String']['output'];
|
|
41706
41738
|
logout: Scalars['String']['output'];
|
|
41707
41739
|
manageAccount: Scalars['String']['output'];
|
|
41740
|
+
manageDeveloperSpace?: Maybe<Scalars['String']['output']>;
|
|
41708
41741
|
profile: Scalars['String']['output'];
|
|
41709
41742
|
switchAccount: Scalars['String']['output'];
|
|
41710
41743
|
};
|
|
41744
|
+
export declare type MarketplaceStoreLoggedInUserLinksManageDeveloperSpaceArgs = {
|
|
41745
|
+
developerId?: InputMaybe<Scalars['ID']['input']>;
|
|
41746
|
+
vendorId: Scalars['ID']['input'];
|
|
41747
|
+
};
|
|
41711
41748
|
export declare type MarketplaceStoreMutationApi = {
|
|
41712
41749
|
__typename?: 'MarketplaceStoreMutationApi';
|
|
41713
41750
|
installApp: MarketplaceStoreInstallAppResponse;
|