@forge/cli-shared 3.23.3-next.6 → 3.23.3-next.8
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,21 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.23.3-next.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0d49d8f: Bumping dependencies via Renovate:
|
|
8
|
+
|
|
9
|
+
- semver
|
|
10
|
+
|
|
11
|
+
## 3.23.3-next.7
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 0940631: Bumping dependencies via Renovate:
|
|
16
|
+
|
|
17
|
+
- @sentry/node
|
|
18
|
+
|
|
3
19
|
## 3.23.3-next.6
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -1809,6 +1809,7 @@ export declare type AriGraphSubscriptions = {
|
|
|
1809
1809
|
__typename?: 'AriGraphSubscriptions';
|
|
1810
1810
|
onDeploymentCreatedOrUpdatedForProject?: Maybe<AriGraphRelationship>;
|
|
1811
1811
|
onPullRequestCreatedOrUpdatedForProject?: Maybe<AriGraphRelationshipConnection>;
|
|
1812
|
+
onVersionDeploymentCreatedOrUpdated?: Maybe<AriGraphRelationship>;
|
|
1812
1813
|
onVulnerabilityCreatedOrUpdatedForProject?: Maybe<AriGraphRelationship>;
|
|
1813
1814
|
};
|
|
1814
1815
|
export declare type AriGraphSubscriptionsOnDeploymentCreatedOrUpdatedForProjectArgs = {
|
|
@@ -1819,6 +1820,10 @@ export declare type AriGraphSubscriptionsOnPullRequestCreatedOrUpdatedForProject
|
|
|
1819
1820
|
projectId: Scalars['ID']['input'];
|
|
1820
1821
|
type?: Scalars['String']['input'];
|
|
1821
1822
|
};
|
|
1823
|
+
export declare type AriGraphSubscriptionsOnVersionDeploymentCreatedOrUpdatedArgs = {
|
|
1824
|
+
type?: Scalars['String']['input'];
|
|
1825
|
+
versionId: Scalars['ID']['input'];
|
|
1826
|
+
};
|
|
1822
1827
|
export declare type AriGraphSubscriptionsOnVulnerabilityCreatedOrUpdatedForProjectArgs = {
|
|
1823
1828
|
projectId: Scalars['ID']['input'];
|
|
1824
1829
|
type?: Scalars['String']['input'];
|