@forge/cli-shared 8.8.1-next.5-experimental-ab371ba → 8.8.1-next.7

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,22 +1,16 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 8.8.1-next.5-experimental-ab371ba
3
+ ## 8.8.1-next.7
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - f751b9b:
8
- - 9cb69da: Enable force forge container deletion
9
- - 4a9136d: Add Halloween-themed loading spinner for October. Features rotating Halloween colors (🎃🟠⚫🟤) with consistent character width to prevent text alignment issues. No API changes.
10
- - 94243f1: Split development and contribution guidelines
11
- - Updated dependencies [b3792e4]
12
- - Updated dependencies [fae0e71]
13
- - Updated dependencies [0ea6722]
14
- - Updated dependencies [4718346]
15
- - Updated dependencies [94243f1]
16
- - Updated dependencies [0ef937d]
17
- - Updated dependencies [dcd46a4]
18
- - @forge/manifest@10.8.0-next.5-experimental-ab371ba
19
- - @forge/util@2.0.1-next.0-experimental-ab371ba
7
+ - 4a9136d: Add Halloween spinner during October deployments
8
+
9
+ ## 8.8.1-next.6
10
+
11
+ ### Patch Changes
12
+
13
+ - 8183db5: added cli command to hit decoupled state endpoint
20
14
 
21
15
  ## 8.8.1-next.5
22
16
 
@@ -7320,6 +7320,7 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
7320
7320
  defaultStandaloneOfferingTransitions?: Maybe<Array<Maybe<CcpEntitlementOfferingTransition>>>;
7321
7321
  developerLicense?: Maybe<CcpDeveloperLicense>;
7322
7322
  developerLicenseV2?: Maybe<CcpDeveloperLicenseResult>;
7323
+ displayInfo?: Maybe<CcpEntitlementDisplayInfo>;
7323
7324
  enableAbuseProneFeatures?: Maybe<Scalars['Boolean']['output']>;
7324
7325
  entitlementId?: Maybe<Scalars['ID']['output']>;
7325
7326
  entitlementProfile?: Maybe<GrowthUnifiedProfileEntitlementProfileResult>;
@@ -7374,6 +7375,10 @@ export declare type CcpEntitlementMeteredChargeElementUsageAggregatedArgs = {
7374
7375
  export declare type CcpEntitlementMeteredChargeElementUsageLatestArgs = {
7375
7376
  input: CcpMeteredChargeElementLatestUsageInput;
7376
7377
  };
7378
+ export declare type CcpEntitlementDisplayInfo = {
7379
+ __typename?: 'CcpEntitlementDisplayInfo';
7380
+ provisionedResource?: Maybe<CcpEntitlementProvisionedResource>;
7381
+ };
7377
7382
  export declare type CcpEntitlementExperienceCapabilities = CommerceEntitlementExperienceCapabilities & {
7378
7383
  __typename?: 'CcpEntitlementExperienceCapabilities';
7379
7384
  applyEntitlementPromotion?: Maybe<CcpApplyEntitlementPromotionExperienceCapability>;
@@ -7419,6 +7424,11 @@ export declare enum CcpEntitlementPreDunningStatus {
7419
7424
  InPreDunning = "IN_PRE_DUNNING",
7420
7425
  NotInPreDunning = "NOT_IN_PRE_DUNNING"
7421
7426
  }
7427
+ export declare type CcpEntitlementProvisionedResource = {
7428
+ __typename?: 'CcpEntitlementProvisionedResource';
7429
+ ari?: Maybe<Scalars['String']['output']>;
7430
+ name?: Maybe<Scalars['String']['output']>;
7431
+ };
7422
7432
  export declare type CcpEntitlementRelationship = CommerceEntitlementRelationship & {
7423
7433
  __typename?: 'CcpEntitlementRelationship';
7424
7434
  entitlementId?: Maybe<Scalars['ID']['output']>;