@forge/cli-shared 2.3.0-next.7 → 2.3.0-next.8

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
+ ## 2.3.0-next.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8e35955]
8
+ - @forge/manifest@3.3.0-next.7
9
+
3
10
  ## 2.3.0-next.7
4
11
 
5
12
  ### Patch Changes
@@ -1859,8 +1859,8 @@ export declare type CompassCreateAlertEventInput = {
1859
1859
  displayName: Scalars['String'];
1860
1860
  lastUpdated: Scalars['DateTime'];
1861
1861
  updateSequenceNumber: Scalars['Long'];
1862
- description?: Maybe<Scalars['String']>;
1863
- url?: Maybe<Scalars['URL']>;
1862
+ description: Scalars['String'];
1863
+ url: Scalars['URL'];
1864
1864
  externalEventSourceId: Scalars['ID'];
1865
1865
  alertProperties: CompassAlertEventPropertiesInput;
1866
1866
  };
@@ -1880,8 +1880,8 @@ export declare type CompassCreateBuildEventInput = {
1880
1880
  displayName: Scalars['String'];
1881
1881
  lastUpdated: Scalars['DateTime'];
1882
1882
  updateSequenceNumber: Scalars['Long'];
1883
- description?: Maybe<Scalars['String']>;
1884
- url?: Maybe<Scalars['URL']>;
1883
+ description: Scalars['String'];
1884
+ url: Scalars['URL'];
1885
1885
  externalEventSourceId: Scalars['ID'];
1886
1886
  buildProperties: CompassBuildEventPropertiesInput;
1887
1887
  };
@@ -1889,8 +1889,8 @@ export declare type CompassCreateCustomEventInput = {
1889
1889
  displayName: Scalars['String'];
1890
1890
  lastUpdated: Scalars['DateTime'];
1891
1891
  updateSequenceNumber: Scalars['Long'];
1892
- description?: Maybe<Scalars['String']>;
1893
- url?: Maybe<Scalars['URL']>;
1892
+ description: Scalars['String'];
1893
+ url: Scalars['URL'];
1894
1894
  externalEventSourceId: Scalars['ID'];
1895
1895
  customEventProperties: CompassCustomEventPropertiesInput;
1896
1896
  };
@@ -1922,8 +1922,8 @@ export declare type CompassCreateFlagEventInput = {
1922
1922
  displayName: Scalars['String'];
1923
1923
  lastUpdated: Scalars['DateTime'];
1924
1924
  updateSequenceNumber: Scalars['Long'];
1925
- description?: Maybe<Scalars['String']>;
1926
- url?: Maybe<Scalars['URL']>;
1925
+ description: Scalars['String'];
1926
+ url: Scalars['URL'];
1927
1927
  externalEventSourceId: Scalars['ID'];
1928
1928
  flagProperties: CompassCreateFlagEventPropertiesInput;
1929
1929
  };
@@ -1935,8 +1935,8 @@ export declare type CompassCreateIncidentEventInput = {
1935
1935
  displayName: Scalars['String'];
1936
1936
  lastUpdated: Scalars['DateTime'];
1937
1937
  updateSequenceNumber: Scalars['Long'];
1938
- description?: Maybe<Scalars['String']>;
1939
- url?: Maybe<Scalars['URL']>;
1938
+ description: Scalars['String'];
1939
+ url: Scalars['URL'];
1940
1940
  externalEventSourceId: Scalars['ID'];
1941
1941
  incidentProperties: CompassCreateIncidentEventPropertiesInput;
1942
1942
  };
@@ -1948,8 +1948,8 @@ export declare type CompassCreateLifecycleEventInput = {
1948
1948
  displayName: Scalars['String'];
1949
1949
  lastUpdated: Scalars['DateTime'];
1950
1950
  updateSequenceNumber: Scalars['Long'];
1951
- description?: Maybe<Scalars['String']>;
1952
- url?: Maybe<Scalars['URL']>;
1951
+ description: Scalars['String'];
1952
+ url: Scalars['URL'];
1953
1953
  externalEventSourceId: Scalars['ID'];
1954
1954
  lifecycleProperties: CompassLifecycleEventInputProperties;
1955
1955
  };
@@ -10472,6 +10472,7 @@ export declare type JiraVersion = Node & {
10472
10472
  startDate?: Maybe<Scalars['DateTime']>;
10473
10473
  releaseDate?: Maybe<Scalars['DateTime']>;
10474
10474
  warningConfig?: Maybe<JiraVersionWarningConfig>;
10475
+ connectAddonIframeData?: Maybe<Array<Maybe<JiraVersionConnectAddonIframeData>>>;
10475
10476
  issues?: Maybe<JiraIssueConnection>;
10476
10477
  };
10477
10478
  export declare type JiraVersionIssuesArgs = {
@@ -10481,6 +10482,14 @@ export declare type JiraVersionIssuesArgs = {
10481
10482
  before?: Maybe<Scalars['String']>;
10482
10483
  filter?: Maybe<JiraVersionIssuesFilter>;
10483
10484
  };
10485
+ export declare type JiraVersionConnectAddonIframeData = {
10486
+ __typename?: 'JiraVersionConnectAddonIframeData';
10487
+ appKey?: Maybe<Scalars['String']>;
10488
+ moduleKey?: Maybe<Scalars['String']>;
10489
+ appName?: Maybe<Scalars['String']>;
10490
+ location?: Maybe<Scalars['String']>;
10491
+ options?: Maybe<Scalars['JSON']>;
10492
+ };
10484
10493
  export declare type JiraVersionConnection = {
10485
10494
  __typename?: 'JiraVersionConnection';
10486
10495
  totalCount?: Maybe<Scalars['Int']>;