@forge/cli-shared 3.23.1 → 3.23.2-next.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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.23.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0166203]
8
+ - @forge/manifest@5.5.2-next.0
9
+
3
10
  ## 3.23.1
4
11
 
5
12
  ### Patch Changes
@@ -23051,6 +23051,11 @@ export declare type GrowthRecJiraTemplateRecommendation = GrowthRecRecommendatio
23051
23051
  entityId: Scalars['ID']['output'];
23052
23052
  reasons?: Maybe<Array<Scalars['String']['output']>>;
23053
23053
  };
23054
+ export declare type GrowthRecNonHydratedRecommendation = GrowthRecRecommendation & {
23055
+ __typename?: 'GrowthRecNonHydratedRecommendation';
23056
+ entityId: Scalars['ID']['output'];
23057
+ reasons?: Maybe<Array<Scalars['String']['output']>>;
23058
+ };
23054
23059
  export declare type GrowthRecProductRecommendation = GrowthRecRecommendation & {
23055
23060
  __typename?: 'GrowthRecProductRecommendation';
23056
23061
  entityId: Scalars['ID']['output'];
@@ -40177,6 +40182,7 @@ export declare type SearchExternalFilter = {
40177
40182
  export declare type SearchFilterInput = {
40178
40183
  confluenceFilters?: InputMaybe<SearchConfluenceFilter>;
40179
40184
  entities: Array<Scalars['String']['input']>;
40185
+ externalFilters?: InputMaybe<SearchExternalFilter>;
40180
40186
  jiraFilters?: InputMaybe<SearchJiraFilter>;
40181
40187
  locations: Array<Scalars['String']['input']>;
40182
40188
  };
@@ -40813,7 +40819,7 @@ export declare type ShepherdCreateTestAlertPayload = Payload & {
40813
40819
  success: Scalars['Boolean']['output'];
40814
40820
  };
40815
40821
  export declare type ShepherdCreateWebhookInput = {
40816
- authToken?: InputMaybe<Scalars['String']['input']>;
40822
+ authHeader?: InputMaybe<Scalars['String']['input']>;
40817
40823
  callbackURL: Scalars['URL']['input'];
40818
40824
  destinationType?: InputMaybe<ShepherdWebhookDestinationType>;
40819
40825
  status?: InputMaybe<ShepherdSubscriptionStatus>;
@@ -41212,6 +41218,7 @@ export declare type ShepherdUpdateSubscriptionPayload = Payload & {
41212
41218
  success: Scalars['Boolean']['output'];
41213
41219
  };
41214
41220
  export declare type ShepherdUpdateWebhookInput = {
41221
+ authHeader?: InputMaybe<Scalars['String']['input']>;
41215
41222
  callbackURL?: InputMaybe<Scalars['URL']['input']>;
41216
41223
  destinationType?: InputMaybe<ShepherdWebhookDestinationType>;
41217
41224
  status?: InputMaybe<ShepherdSubscriptionStatus>;
@@ -41238,7 +41245,7 @@ export declare type ShepherdWebhookEdge = ShepherdSubscriptionEdge & {
41238
41245
  };
41239
41246
  export declare type ShepherdWebhookSubscription = Node & ShepherdSubscription & {
41240
41247
  __typename?: 'ShepherdWebhookSubscription';
41241
- authToken: Scalars['String']['output'];
41248
+ authHeaderTruncated?: Maybe<Scalars['String']['output']>;
41242
41249
  callbackURL: Scalars['String']['output'];
41243
41250
  createdBy: Scalars['String']['output'];
41244
41251
  createdOn: Scalars['DateTime']['output'];