@forge/cli-shared 3.17.1-next.2 → 3.17.1-next.4

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,19 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.17.1-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - ac89229: Bumping dependencies via Renovate:
8
+
9
+ - @atlassian/xen-test-util
10
+
11
+ ## 3.17.1-next.3
12
+
13
+ ### Patch Changes
14
+
15
+ - 2cba32e: Fixes for error reporting
16
+
3
17
  ## 3.17.1-next.2
4
18
 
5
19
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"create-app-graphql-client.d.ts","sourceRoot":"","sources":["../../src/apps/create-app-graphql-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,aAAa,EAA+C,MAAM,YAAY,CAAC;AAGlG,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAExF,qBAAa,oBAAqB,SAAQ,KAAK;CAAG;AAElD,qBAAa,sBAAuB,YAAW,eAAe;IAChD,OAAO,CAAC,QAAQ,CAAC,aAAa;gBAAb,aAAa,EAAE,aAAa;IAE5C,SAAS,CAAC,KAAK,EAAE,oBAAoB,GAAG,OAAO,CAAC,eAAe,CAAC;CA6C9E"}
1
+ {"version":3,"file":"create-app-graphql-client.d.ts","sourceRoot":"","sources":["../../src/apps/create-app-graphql-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,aAAa,EAA+C,MAAM,YAAY,CAAC;AAGlG,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAExF,qBAAa,oBAAqB,SAAQ,KAAK;CAAG;AAElD,qBAAa,sBAAuB,YAAW,eAAe;IAChD,OAAO,CAAC,QAAQ,CAAC,aAAa;gBAAb,aAAa,EAAE,aAAa;IAE5C,SAAS,CAAC,KAAK,EAAE,oBAAoB,GAAG,OAAO,CAAC,eAAe,CAAC;CA8C9E"}
@@ -19,6 +19,7 @@ class CreateAppGraphQLClient {
19
19
  message
20
20
  extensions {
21
21
  errorType
22
+ statusCode
22
23
  }
23
24
  }
24
25
  app {
@@ -6662,34 +6662,34 @@ export type CreatedSprint = {
6662
6662
  canUpdateSprint?: Maybe<Scalars['Boolean']>;
6663
6663
  };
6664
6664
  export type CsApp = App | CsConnectApp;
6665
- export type CsAppIdsInstalledInContextsEdge = {
6666
- __typename?: 'CsAppIdsInstalledInContextsEdge';
6665
+ export type CsAppsInstalledInContextsConnection = {
6666
+ __typename?: 'CsAppsInstalledInContextsConnection';
6667
+ edges: Array<CsAppsInstalledInContextsEdge>;
6668
+ pageInfo: PageInfo;
6669
+ };
6670
+ export type CsAppsInstalledInContextsEdge = {
6671
+ __typename?: 'CsAppsInstalledInContextsEdge';
6667
6672
  node?: Maybe<CsApp>;
6668
6673
  cursor: Scalars['String'];
6669
6674
  };
6670
- export type CsAppIdsInstalledInContextsEdgeNodeArgs = {
6675
+ export type CsAppsInstalledInContextsEdgeNodeArgs = {
6671
6676
  contextIds: Array<Scalars['ID']>;
6672
6677
  };
6673
- export type CsAppIdsInstalledInContextsFilter = {
6674
- type: CsAppIdsInstalledInContextsFilterType;
6678
+ export type CsAppsInstalledInContextsFilter = {
6679
+ type: CsAppsInstalledInContextsFilterType;
6675
6680
  values: Array<Scalars['String']>;
6676
6681
  };
6677
- export declare enum CsAppIdsInstalledInContextsFilterType {
6682
+ export declare enum CsAppsInstalledInContextsFilterType {
6678
6683
  ExcludeAppIds = "EXCLUDE_APP_IDS",
6679
6684
  IncludeAppIds = "INCLUDE_APP_IDS"
6680
6685
  }
6681
- export type CsAppIdsInstalledInContextsOrderBy = {
6682
- sortKey: CsAppIdsInstalledInContextsSortKey;
6686
+ export type CsAppsInstalledInContextsOrderBy = {
6687
+ sortKey: CsAppsInstalledInContextsSortKey;
6683
6688
  direction: SortDirection;
6684
6689
  };
6685
- export declare enum CsAppIdsInstalledInContextsSortKey {
6690
+ export declare enum CsAppsInstalledInContextsSortKey {
6686
6691
  Name = "NAME"
6687
6692
  }
6688
- export type CsAppsInstalledInContextsConnection = {
6689
- __typename?: 'CsAppsInstalledInContextsConnection';
6690
- edges: Array<CsAppIdsInstalledInContextsEdge>;
6691
- pageInfo: PageInfo;
6692
- };
6693
6693
  export type CsConnectApp = {
6694
6694
  __typename?: 'CsConnectApp';
6695
6695
  id: Scalars['ID'];
@@ -8008,6 +8008,7 @@ export type DevOpsRepository = {
8008
8008
  name?: Maybe<Scalars['String']>;
8009
8009
  url?: Maybe<Scalars['URL']>;
8010
8010
  avatarUrl?: Maybe<Scalars['URL']>;
8011
+ externalId?: Maybe<Scalars['String']>;
8011
8012
  };
8012
8013
  export declare enum DevOpsRepositoryHostingProviderFilter {
8013
8014
  BitbucketCloud = "BITBUCKET_CLOUD",
@@ -8812,8 +8813,8 @@ export type EcosystemQueryFortifiedMetricsArgs = {
8812
8813
  };
8813
8814
  export type EcosystemQueryAppsInstalledInContextsArgs = {
8814
8815
  contextIds: Array<Scalars['ID']>;
8815
- filters?: Maybe<Array<CsAppIdsInstalledInContextsFilter>>;
8816
- orderBy?: Maybe<Array<CsAppIdsInstalledInContextsOrderBy>>;
8816
+ filters?: Maybe<Array<CsAppsInstalledInContextsFilter>>;
8817
+ orderBy?: Maybe<Array<CsAppsInstalledInContextsOrderBy>>;
8817
8818
  first?: Maybe<Scalars['Int']>;
8818
8819
  last?: Maybe<Scalars['Int']>;
8819
8820
  before?: Maybe<Scalars['String']>;
@@ -12798,6 +12799,17 @@ export type JiraEstimate = {
12798
12799
  export type JiraEstimateInput = {
12799
12800
  timeInSeconds: Scalars['Long'];
12800
12801
  };
12802
+ export type JiraFallbackField = Node & JiraIssueField & JiraIssueFieldConfiguration & {
12803
+ __typename?: 'JiraFallbackField';
12804
+ id: Scalars['ID'];
12805
+ fieldId: Scalars['String'];
12806
+ aliasFieldId?: Maybe<Scalars['ID']>;
12807
+ type: Scalars['String'];
12808
+ name: Scalars['String'];
12809
+ description?: Maybe<Scalars['String']>;
12810
+ renderedFieldHtml?: Maybe<Scalars['String']>;
12811
+ fieldConfig?: Maybe<JiraFieldConfig>;
12812
+ };
12801
12813
  export type JiraFavourite = JiraProject;
12802
12814
  export type JiraFavouriteConnection = {
12803
12815
  __typename?: 'JiraFavouriteConnection';
@@ -16354,7 +16366,8 @@ export type JiraPullRequestReviewer = {
16354
16366
  export declare enum JiraPullRequestState {
16355
16367
  Open = "OPEN",
16356
16368
  Declined = "DECLINED",
16357
- Merged = "MERGED"
16369
+ Merged = "MERGED",
16370
+ Draft = "DRAFT"
16358
16371
  }
16359
16372
  export type JiraQuery = {
16360
16373
  __typename?: 'JiraQuery';
@@ -24067,7 +24080,7 @@ export type SandboxEvent = {
24067
24080
  result: SandboxEventResult;
24068
24081
  source: SandboxEventSource;
24069
24082
  groupId: Scalars['String'];
24070
- timestamp: Scalars['Int'];
24083
+ timestamp: Scalars['Float'];
24071
24084
  };
24072
24085
  export declare enum SandboxEventResult {
24073
24086
  Successful = "successful",