@forge/cli-shared 8.12.0-next.6 → 8.12.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,21 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 8.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 8a5024f: Added proxy setting for running CLI commands behind a proxy
8
+
9
+ ### Patch Changes
10
+
11
+ - 8b24052: fix bug in forge containers tunnel docker compose logic
12
+ - 8bf8249: Remove (Preview) from forge build command
13
+ - Updated dependencies [c7544d8]
14
+ - Updated dependencies [7c2186c]
15
+ - Updated dependencies [0c3a0df]
16
+ - Updated dependencies [bb5cb57]
17
+ - @forge/manifest@11.3.0
18
+
3
19
  ## 8.12.0-next.6
4
20
 
5
21
  ### Minor Changes
@@ -8351,6 +8351,12 @@ export declare type CcpEntitlementMeteredChargeElementUsageLatestArgs = {
8351
8351
  export declare type CcpEntitlementOfferingTransitionRouteArgs = {
8352
8352
  routeBehaviour: CcpOfferingRouteBehaviourEnum;
8353
8353
  };
8354
+ export declare type CcpEntitlementRelatesFromEntitlementsArgs = {
8355
+ relationshipTypes?: InputMaybe<Array<Scalars['String']['input']>>;
8356
+ };
8357
+ export declare type CcpEntitlementRelatesToEntitlementsArgs = {
8358
+ relationshipTypes?: InputMaybe<Array<Scalars['String']['input']>>;
8359
+ };
8354
8360
  export declare type CcpEntitlementDisplayInfo = {
8355
8361
  __typename?: 'CcpEntitlementDisplayInfo';
8356
8362
  provisionedResource?: Maybe<CcpEntitlementProvisionedResource>;