@forge/cli-shared 5.2.1-next.1-experimental-567ca77 → 5.3.0-next.2-experimental-3de2053

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,17 +1,30 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 5.2.1-next.1-experimental-567ca77
3
+ ## 5.3.0-next.2-experimental-3de2053
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 8ee83a7: adding templates for rovo ai modules
7
+ - 22c4801: adding templates for rovo ai modules
8
8
 
9
9
  ### Patch Changes
10
10
 
11
+ - 3de2053: template
12
+ - Updated dependencies [844a726]
11
13
  - Updated dependencies [b55fa5a]
12
14
  - Updated dependencies [d335c40]
13
15
  - Updated dependencies [116a97f]
14
- - @forge/manifest@7.5.1-next.1-experimental-567ca77
16
+ - @forge/manifest@7.5.1-next.2-experimental-3de2053
17
+
18
+ ## 5.3.0-next.2
19
+
20
+ ### Minor Changes
21
+
22
+ - 22c4801: adding templates for rovo ai modules
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies [844a726]
27
+ - @forge/manifest@7.5.1-next.2
15
28
 
16
29
  ## 5.2.1-next.1
17
30
 
@@ -17902,6 +17902,16 @@ export declare type EcosystemConnectInstallation = {
17902
17902
  appVersion: EcosystemConnectAppVersion;
17903
17903
  dataClassifications?: Maybe<EcosystemDataClassificationsContext>;
17904
17904
  installationContext?: Maybe<Scalars['String']['output']>;
17905
+ license?: Maybe<EcosystemConnectInstallationLicense>;
17906
+ };
17907
+ export declare type EcosystemConnectInstallationLicense = {
17908
+ __typename?: 'EcosystemConnectInstallationLicense';
17909
+ active?: Maybe<Scalars['Boolean']['output']>;
17910
+ ccpEntitlementId?: Maybe<Scalars['String']['output']>;
17911
+ ccpEntitlementSlug?: Maybe<Scalars['String']['output']>;
17912
+ isEvaluation?: Maybe<Scalars['Boolean']['output']>;
17913
+ supportEntitlementNumber?: Maybe<Scalars['String']['output']>;
17914
+ type?: Maybe<Scalars['String']['output']>;
17905
17915
  };
17906
17916
  export declare type EcosystemConnectScope = {
17907
17917
  __typename?: 'EcosystemConnectScope';
@@ -44003,6 +44013,7 @@ export declare enum JiraProjectStyle {
44003
44013
  }
44004
44014
  export declare enum JiraProjectType {
44005
44015
  Business = "BUSINESS",
44016
+ CustomerService = "CUSTOMER_SERVICE",
44006
44017
  ProductDiscovery = "PRODUCT_DISCOVERY",
44007
44018
  ServiceDesk = "SERVICE_DESK",
44008
44019
  Software = "SOFTWARE"