@forge/cli-shared 3.19.0-next.16 → 3.19.0-next.18
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
|
+
## 3.19.0-next.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [342f87ac]
|
|
8
|
+
- @forge/manifest@4.20.1-next.10
|
|
9
|
+
|
|
10
|
+
## 3.19.0-next.17
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [be07192e]
|
|
15
|
+
- @forge/manifest@4.20.1-next.9
|
|
16
|
+
|
|
3
17
|
## 3.19.0-next.16
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -6868,6 +6868,7 @@ export type CsConnectApp = {
|
|
|
6868
6868
|
vendorName?: Maybe<Scalars['String']>;
|
|
6869
6869
|
distributionStatus: Scalars['String'];
|
|
6870
6870
|
installations: Array<CsConnectInstallations>;
|
|
6871
|
+
marketplaceApp?: Maybe<MarketplaceApp>;
|
|
6871
6872
|
};
|
|
6872
6873
|
export type CsConnectAppVersion = {
|
|
6873
6874
|
__typename?: 'CsConnectAppVersion';
|
|
@@ -7881,6 +7882,7 @@ export type DevOpsDesignProvider = DevOpsDataProvider & {
|
|
|
7881
7882
|
homeUrl?: Maybe<Scalars['URL']>;
|
|
7882
7883
|
logoUrl?: Maybe<Scalars['URL']>;
|
|
7883
7884
|
documentationUrl?: Maybe<Scalars['URL']>;
|
|
7885
|
+
handledDomainName?: Maybe<Scalars['String']>;
|
|
7884
7886
|
appInstallationId?: Maybe<Scalars['ID']>;
|
|
7885
7887
|
supportedActions?: Maybe<DevOpsSupportedActions>;
|
|
7886
7888
|
grant3LOUrl?: Maybe<Scalars['String']>;
|
|
@@ -14098,6 +14100,11 @@ export declare enum JiraEmailMimeType {
|
|
|
14098
14100
|
Html = "HTML",
|
|
14099
14101
|
Text = "TEXT"
|
|
14100
14102
|
}
|
|
14103
|
+
export type JiraEmailMimeTypeUpdateResult = {
|
|
14104
|
+
__typename?: 'JiraEmailMimeTypeUpdateResult';
|
|
14105
|
+
id: Scalars['ID'];
|
|
14106
|
+
emailMimeType?: Maybe<JiraEmailMimeType>;
|
|
14107
|
+
};
|
|
14101
14108
|
export type JiraEntityProperty = {
|
|
14102
14109
|
id: Scalars['ID'];
|
|
14103
14110
|
propertyKey?: Maybe<Scalars['String']>;
|
|
@@ -15502,6 +15509,7 @@ export type JiraIssueSearchViewPayload = Payload & {
|
|
|
15502
15509
|
};
|
|
15503
15510
|
export type JiraIssueTransitionFieldLevelInput = {
|
|
15504
15511
|
JiraSingleSelectField?: Maybe<Array<JiraUpdateSingleSelectFieldInput>>;
|
|
15512
|
+
JiraResolutionField?: Maybe<Array<JiraUpdateResolutionFieldInput>>;
|
|
15505
15513
|
};
|
|
15506
15514
|
export declare enum JiraIssueTransitionLayoutMessageType {
|
|
15507
15515
|
Error = "ERROR",
|
|
@@ -16750,6 +16758,7 @@ export declare enum JiraNotificationChannelType {
|
|
|
16750
16758
|
}
|
|
16751
16759
|
export type JiraNotificationGlobalPreference = {
|
|
16752
16760
|
__typename?: 'JiraNotificationGlobalPreference';
|
|
16761
|
+
id: Scalars['ID'];
|
|
16753
16762
|
preferences?: Maybe<JiraNotificationPreferences>;
|
|
16754
16763
|
emailMimeType?: Maybe<JiraEmailMimeType>;
|
|
16755
16764
|
isEmailMimeTypeEditable?: Maybe<Scalars['Boolean']>;
|
|
@@ -20430,7 +20439,7 @@ export type JiraUpdateEmailMimeTypePayload = Payload & {
|
|
|
20430
20439
|
__typename?: 'JiraUpdateEmailMimeTypePayload';
|
|
20431
20440
|
success: Scalars['Boolean'];
|
|
20432
20441
|
errors?: Maybe<Array<MutationError>>;
|
|
20433
|
-
|
|
20442
|
+
emailMimeTypeUpdateResult?: Maybe<JiraEmailMimeTypeUpdateResult>;
|
|
20434
20443
|
};
|
|
20435
20444
|
export type JiraUpdateGlobalNotificationPreferencesInput = {
|
|
20436
20445
|
preferences: Array<JiraNotificationPreferenceInput>;
|
|
@@ -28895,6 +28904,7 @@ export type TownsquareGoalState = {
|
|
|
28895
28904
|
export declare enum TownsquareGoalStateValue {
|
|
28896
28905
|
Archived = "archived",
|
|
28897
28906
|
AtRisk = "at_risk",
|
|
28907
|
+
Cancelled = "cancelled",
|
|
28898
28908
|
Done = "done",
|
|
28899
28909
|
OffTrack = "off_track",
|
|
28900
28910
|
OnTrack = "on_track",
|