@forge/cli-shared 3.23.2-next.3 → 3.23.3-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,32 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.23.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 32fa518: Bumping dependencies via Renovate:
8
+
9
+ - @types/node-fetch
10
+
11
+ - Updated dependencies [32fa518]
12
+ - @forge/manifest@5.5.3-next.0
13
+
14
+ ## 3.23.2
15
+
16
+ ### Patch Changes
17
+
18
+ - 1548c5b: Don't silently fail when ngrok config path isn't set
19
+ - f26e69c: Bumping dependencies via Renovate:
20
+
21
+ - @sentry/node
22
+
23
+ - e3f15f1: Bumping dependencies via Renovate:
24
+
25
+ - @sentry/node
26
+
27
+ - Updated dependencies [0166203]
28
+ - @forge/manifest@5.5.2
29
+
3
30
  ## 3.23.2-next.3
4
31
 
5
32
  ### Patch Changes
@@ -6376,6 +6376,7 @@ export declare type ConfluenceSpaceMetadata = {
6376
6376
  recentCommenters?: Maybe<Array<Maybe<ConfluenceUserInfo>>>;
6377
6377
  recentWatchers?: Maybe<Array<Maybe<ConfluenceUserInfo>>>;
6378
6378
  totalCommenters?: Maybe<Scalars['Int']['output']>;
6379
+ totalCurrentBlogPosts?: Maybe<Scalars['Int']['output']>;
6379
6380
  totalCurrentPages?: Maybe<Scalars['Int']['output']>;
6380
6381
  totalWatchers?: Maybe<Scalars['Int']['output']>;
6381
6382
  };
@@ -10289,7 +10290,8 @@ export declare type EcosystemAppsInstalledInContextsOrderBy = {
10289
10290
  sortKey: EcosystemAppsInstalledInContextsSortKey;
10290
10291
  };
10291
10292
  export declare enum EcosystemAppsInstalledInContextsSortKey {
10292
- Name = "NAME"
10293
+ Name = "NAME",
10294
+ RelatedApps = "RELATED_APPS"
10293
10295
  }
10294
10296
  export declare type EcosystemConnectApp = {
10295
10297
  __typename?: 'EcosystemConnectApp';
@@ -15687,23 +15689,31 @@ export declare type GraphStoreProjectAssociatedPrRelationshipArgs = {
15687
15689
  };
15688
15690
  export declare type GraphStoreProjectAssociatedRepoArgs = {
15689
15691
  after?: InputMaybe<Scalars['String']['input']>;
15692
+ filter?: InputMaybe<GraphStoreProjectAssociatedRepoFilterInput>;
15690
15693
  first?: InputMaybe<Scalars['Int']['input']>;
15691
15694
  id: Scalars['ID']['input'];
15695
+ sort?: InputMaybe<GraphStoreProjectAssociatedRepoSortInput>;
15692
15696
  };
15693
15697
  export declare type GraphStoreProjectAssociatedRepoInverseArgs = {
15694
15698
  after?: InputMaybe<Scalars['String']['input']>;
15699
+ filter?: InputMaybe<GraphStoreProjectAssociatedRepoFilterInput>;
15695
15700
  first?: InputMaybe<Scalars['Int']['input']>;
15696
15701
  id: Scalars['ID']['input'];
15702
+ sort?: InputMaybe<GraphStoreProjectAssociatedRepoSortInput>;
15697
15703
  };
15698
15704
  export declare type GraphStoreProjectAssociatedRepoInverseRelationshipArgs = {
15699
15705
  after?: InputMaybe<Scalars['String']['input']>;
15706
+ filter?: InputMaybe<GraphStoreProjectAssociatedRepoFilterInput>;
15700
15707
  first?: InputMaybe<Scalars['Int']['input']>;
15701
15708
  id: Scalars['ID']['input'];
15709
+ sort?: InputMaybe<GraphStoreProjectAssociatedRepoSortInput>;
15702
15710
  };
15703
15711
  export declare type GraphStoreProjectAssociatedRepoRelationshipArgs = {
15704
15712
  after?: InputMaybe<Scalars['String']['input']>;
15713
+ filter?: InputMaybe<GraphStoreProjectAssociatedRepoFilterInput>;
15705
15714
  first?: InputMaybe<Scalars['Int']['input']>;
15706
15715
  id: Scalars['ID']['input'];
15716
+ sort?: InputMaybe<GraphStoreProjectAssociatedRepoSortInput>;
15707
15717
  };
15708
15718
  export declare type GraphStoreProjectAssociatedServiceInverseArgs = {
15709
15719
  after?: InputMaybe<Scalars['String']['input']>;
@@ -17054,6 +17064,7 @@ export declare type GraphStoreCreateVulnerabilityAssociatedIssueRelationshipInpu
17054
17064
  };
17055
17065
  export declare type GraphStoreCreateVulnerabilityAssociatedIssueRelationshipSubjectMetadataInput = {
17056
17066
  container?: InputMaybe<GraphStoreCreateVulnerabilityAssociatedIssueContainerInput>;
17067
+ introducedDate?: InputMaybe<Scalars['DateTime']['input']>;
17057
17068
  severity?: InputMaybe<GraphStoreCreateVulnerabilityAssociatedIssueVulnerabilitySeverityInput>;
17058
17069
  status?: InputMaybe<GraphStoreCreateVulnerabilityAssociatedIssueVulnerabilityStatusInput>;
17059
17070
  type?: InputMaybe<GraphStoreCreateVulnerabilityAssociatedIssueVulnerabilityTypeInput>;
@@ -19914,6 +19925,7 @@ export declare type GraphStoreFullSprintAssociatedVulnerabilityRelationshipMetad
19914
19925
  };
19915
19926
  export declare type GraphStoreFullSprintAssociatedVulnerabilityRelationshipObjectMetadataOutput = {
19916
19927
  __typename?: 'GraphStoreFullSprintAssociatedVulnerabilityRelationshipObjectMetadataOutput';
19928
+ introducedDate?: Maybe<Scalars['Long']['output']>;
19917
19929
  severity?: Maybe<GraphStoreFullSprintAssociatedVulnerabilityVulnerabilitySeverityOutput>;
19918
19930
  status?: Maybe<GraphStoreFullSprintAssociatedVulnerabilityVulnerabilityStatusOutput>;
19919
19931
  };
@@ -20557,6 +20569,7 @@ export declare type GraphStoreFullVulnerabilityAssociatedIssueNode = Node & {
20557
20569
  export declare type GraphStoreFullVulnerabilityAssociatedIssueRelationshipSubjectMetadataOutput = {
20558
20570
  __typename?: 'GraphStoreFullVulnerabilityAssociatedIssueRelationshipSubjectMetadataOutput';
20559
20571
  container?: Maybe<GraphStoreFullVulnerabilityAssociatedIssueContainerOutput>;
20572
+ introducedDate?: Maybe<Scalars['Long']['output']>;
20560
20573
  severity?: Maybe<GraphStoreFullVulnerabilityAssociatedIssueVulnerabilitySeverityOutput>;
20561
20574
  status?: Maybe<GraphStoreFullVulnerabilityAssociatedIssueVulnerabilityStatusOutput>;
20562
20575
  type?: Maybe<GraphStoreFullVulnerabilityAssociatedIssueVulnerabilityTypeOutput>;
@@ -20953,6 +20966,24 @@ export declare type GraphStoreProjectAssociatedPrSortInput = {
20953
20966
  to_status?: InputMaybe<GraphStoreSortInput>;
20954
20967
  to_taskCount?: InputMaybe<GraphStoreSortInput>;
20955
20968
  };
20969
+ export declare type GraphStoreProjectAssociatedRepoConditionalFilterInput = {
20970
+ createdAt?: InputMaybe<GraphStoreDateFilterInput>;
20971
+ fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
20972
+ lastModified?: InputMaybe<GraphStoreDateFilterInput>;
20973
+ toAti?: InputMaybe<GraphStoreAtiFilterInput>;
20974
+ to_providerAri?: InputMaybe<GraphStoreAriFilterInput>;
20975
+ };
20976
+ export declare type GraphStoreProjectAssociatedRepoFilterInput = {
20977
+ and?: InputMaybe<Array<InputMaybe<GraphStoreProjectAssociatedRepoConditionalFilterInput>>>;
20978
+ or?: InputMaybe<Array<InputMaybe<GraphStoreProjectAssociatedRepoConditionalFilterInput>>>;
20979
+ };
20980
+ export declare type GraphStoreProjectAssociatedRepoSortInput = {
20981
+ createdAt?: InputMaybe<GraphStoreSortInput>;
20982
+ fromAti?: InputMaybe<GraphStoreSortInput>;
20983
+ lastModified?: InputMaybe<GraphStoreSortInput>;
20984
+ toAti?: InputMaybe<GraphStoreSortInput>;
20985
+ to_providerAri?: InputMaybe<GraphStoreSortInput>;
20986
+ };
20956
20987
  export declare type GraphStoreProjectAssociatedVulnerabilityConditionalFilterInput = {
20957
20988
  createdAt?: InputMaybe<GraphStoreDateFilterInput>;
20958
20989
  fromAti?: InputMaybe<GraphStoreAtiFilterInput>;
@@ -23148,6 +23179,7 @@ export declare type GraphStoreSprintAssociatedVulnerabilityConditionalFilterInpu
23148
23179
  relationship_statusAri?: InputMaybe<GraphStoreAriFilterInput>;
23149
23180
  relationship_statusCategory?: InputMaybe<GraphStoreSprintAssociatedVulnerabilityStatusCategoryFilterInput>;
23150
23181
  toAti?: InputMaybe<GraphStoreAtiFilterInput>;
23182
+ to_introducedDate?: InputMaybe<GraphStoreLongFilterInput>;
23151
23183
  to_severity?: InputMaybe<GraphStoreSprintAssociatedVulnerabilityVulnerabilitySeverityFilterInput>;
23152
23184
  to_status?: InputMaybe<GraphStoreSprintAssociatedVulnerabilityVulnerabilityStatusFilterInput>;
23153
23185
  };
@@ -23163,6 +23195,7 @@ export declare type GraphStoreSprintAssociatedVulnerabilitySortInput = {
23163
23195
  relationship_statusAri?: InputMaybe<GraphStoreSortInput>;
23164
23196
  relationship_statusCategory?: InputMaybe<GraphStoreSortInput>;
23165
23197
  toAti?: InputMaybe<GraphStoreSortInput>;
23198
+ to_introducedDate?: InputMaybe<GraphStoreSortInput>;
23166
23199
  to_severity?: InputMaybe<GraphStoreSortInput>;
23167
23200
  to_status?: InputMaybe<GraphStoreSortInput>;
23168
23201
  };
@@ -28458,6 +28491,7 @@ export declare type JiraIssueTransitionFieldLevelInput = {
28458
28491
  JiraLabelsField?: InputMaybe<Array<JiraUpdateLabelsFieldInput>>;
28459
28492
  JiraMultipleSelectField?: InputMaybe<Array<JiraUpdateMultipleSelectFieldInput>>;
28460
28493
  JiraMultipleVersionPickerField?: InputMaybe<Array<JiraUpdateMultipleVersionPickerFieldInput>>;
28494
+ JiraNumberField?: InputMaybe<Array<JiraUpdateNumberFieldInput>>;
28461
28495
  JiraParentField?: InputMaybe<Array<JiraUpdateParentFieldInput>>;
28462
28496
  JiraPriorityField?: InputMaybe<Array<JiraUpdatePriorityFieldInput>>;
28463
28497
  JiraRadioSelectField?: InputMaybe<Array<JiraUpdateRadioSelectFieldInput>>;
@@ -28630,7 +28664,6 @@ export declare enum JiraJqlAutocompleteType {
28630
28664
  }
28631
28665
  export declare type JiraJqlBuilder = {
28632
28666
  __typename?: 'JiraJqlBuilder';
28633
- cascadingSelectOptions?: Maybe<JiraJqlOptionFieldValueConnection>;
28634
28667
  cascadingSelectValues?: Maybe<JiraJqlCascadingOptionFieldValueConnection>;
28635
28668
  fieldValues?: Maybe<JiraJqlFieldValueConnection>;
28636
28669
  fields?: Maybe<JiraJqlFieldConnectionResult>;
@@ -28645,16 +28678,6 @@ export declare type JiraJqlBuilder = {
28645
28678
  suggestedGroups?: Maybe<JiraJqlGroupFieldValueConnection>;
28646
28679
  versions?: Maybe<JiraJqlVersions>;
28647
28680
  };
28648
- export declare type JiraJqlBuilderCascadingSelectOptionsArgs = {
28649
- after?: InputMaybe<Scalars['String']['input']>;
28650
- before?: InputMaybe<Scalars['String']['input']>;
28651
- filter: JiraCascadingSelectOptionsFilter;
28652
- first?: InputMaybe<Scalars['Int']['input']>;
28653
- jqlContext?: InputMaybe<Scalars['String']['input']>;
28654
- jqlTerm: Scalars['String']['input'];
28655
- last?: InputMaybe<Scalars['Int']['input']>;
28656
- searchString?: InputMaybe<Scalars['String']['input']>;
28657
- };
28658
28681
  export declare type JiraJqlBuilderCascadingSelectValuesArgs = {
28659
28682
  after?: InputMaybe<Scalars['String']['input']>;
28660
28683
  before?: InputMaybe<Scalars['String']['input']>;
@@ -33459,6 +33482,7 @@ export declare type JiraSprintFieldSprintsArgs = {
33459
33482
  after?: InputMaybe<Scalars['String']['input']>;
33460
33483
  before?: InputMaybe<Scalars['String']['input']>;
33461
33484
  currentProjectOnly?: InputMaybe<Scalars['Boolean']['input']>;
33485
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
33462
33486
  first?: InputMaybe<Scalars['Int']['input']>;
33463
33487
  last?: InputMaybe<Scalars['Int']['input']>;
33464
33488
  searchBy?: InputMaybe<Scalars['String']['input']>;