@forge/cli-shared 2.1.5-next.5 → 2.1.5-next.6

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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 2.1.5-next.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0e82242]
8
+ - @forge/manifest@2.5.0-next.6
9
+
3
10
  ## 2.1.5-next.5
4
11
 
5
12
  ### Patch Changes
@@ -4037,6 +4037,7 @@ export declare type EcosystemMutationDeleteUserGrantArgs = {
4037
4037
  export declare type EcosystemQuery = {
4038
4038
  __typename?: 'EcosystemQuery';
4039
4039
  userGrants?: Maybe<UserGrantConnection>;
4040
+ hasPermissionToConsentInContext?: Maybe<PermissionToConsentInContext>;
4040
4041
  forgeMetrics?: Maybe<ForgeMetricsQuery>;
4041
4042
  };
4042
4043
  export declare type EcosystemQueryUserGrantsArgs = {
@@ -4045,6 +4046,11 @@ export declare type EcosystemQueryUserGrantsArgs = {
4045
4046
  before?: Maybe<Scalars['String']>;
4046
4047
  after?: Maybe<Scalars['String']>;
4047
4048
  };
4049
+ export declare type EcosystemQueryHasPermissionToConsentInContextArgs = {
4050
+ installationContext: Scalars['ID'];
4051
+ environmentKey: Scalars['String'];
4052
+ appId: Scalars['ID'];
4053
+ };
4048
4054
  export declare type EcosystemQueryForgeMetricsArgs = {
4049
4055
  appId: Scalars['ID'];
4050
4056
  };
@@ -5562,11 +5568,11 @@ export declare type JiraGrantTypeValueEdge = {
5562
5568
  node: JiraGrantTypeValue;
5563
5569
  cursor: Scalars['String'];
5564
5570
  };
5565
- export declare type JiraGroup = {
5571
+ export declare type JiraGroup = Node & {
5566
5572
  __typename?: 'JiraGroup';
5567
- id?: Maybe<Scalars['ID']>;
5568
- groupId?: Maybe<Scalars['String']>;
5569
- name?: Maybe<Scalars['String']>;
5573
+ id: Scalars['ID'];
5574
+ groupId: Scalars['String'];
5575
+ name: Scalars['String'];
5570
5576
  };
5571
5577
  export declare type JiraGroupConnection = {
5572
5578
  __typename?: 'JiraGroupConnection';
@@ -9570,6 +9576,11 @@ export declare type Payload = {
9570
9576
  success: Scalars['Boolean'];
9571
9577
  errors?: Maybe<Array<MutationError>>;
9572
9578
  };
9579
+ export declare type PermissionToConsentInContext = {
9580
+ __typename?: 'PermissionToConsentInContext';
9581
+ isAllowed: Scalars['Boolean'];
9582
+ userType?: Maybe<Scalars['String']>;
9583
+ };
9573
9584
  export declare type PolarisAnonymousVisitorHash = PolarisAnonymousVisitorViewHash;
9574
9585
  export declare type PolarisAnonymousVisitorViewHash = {
9575
9586
  __typename?: 'PolarisAnonymousVisitorViewHash';