@forge/cli-shared 8.8.1-next.6 → 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,5 +1,11 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 8.8.1-next.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 4a9136d: Add Halloween spinner during October deployments
8
+
3
9
  ## 8.8.1-next.6
4
10
 
5
11
  ### Patch Changes
@@ -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']>;