@forge/cli-shared 8.1.0-experimental-b2e5f99 → 8.1.0-experimental-cb85ac6

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,6 +1,6 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 8.1.0-experimental-b2e5f99
3
+ ## 8.1.0-experimental-cb85ac6
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -19807,6 +19807,10 @@ export declare type DevAiWorkspace = {
19807
19807
  status?: Maybe<Scalars['String']['output']>;
19808
19808
  workspaceAri: Scalars['ID']['output'];
19809
19809
  };
19810
+ export declare type DevConsoleBulkDeveloperSpaceDetailsResponse = {
19811
+ __typename?: 'DevConsoleBulkDeveloperSpaceDetailsResponse';
19812
+ results: Array<DevConsoleDeveloperSpaceDetailsResult>;
19813
+ };
19810
19814
  export declare type DevConsoleCreateDeveloperSpaceInput = {
19811
19815
  name: Scalars['String']['input'];
19812
19816
  };
@@ -19824,6 +19828,18 @@ export declare type DevConsoleDeveloperSpaceDetails = {
19824
19828
  logo?: Maybe<Scalars['String']['output']>;
19825
19829
  name: Scalars['String']['output'];
19826
19830
  };
19831
+ export declare type DevConsoleDeveloperSpaceDetailsError = {
19832
+ __typename?: 'DevConsoleDeveloperSpaceDetailsError';
19833
+ code: Scalars['String']['output'];
19834
+ message: Scalars['String']['output'];
19835
+ };
19836
+ export declare type DevConsoleDeveloperSpaceDetailsResult = {
19837
+ __typename?: 'DevConsoleDeveloperSpaceDetailsResult';
19838
+ details?: Maybe<DevConsoleDeveloperSpaceDetails>;
19839
+ developerSpaceId: Scalars['String']['output'];
19840
+ error?: Maybe<DevConsoleDeveloperSpaceDetailsError>;
19841
+ success: Scalars['Boolean']['output'];
19842
+ };
19827
19843
  export declare enum DevConsoleDeveloperSpaceType {
19828
19844
  AtlassianExternal = "ATLASSIAN_EXTERNAL",
19829
19845
  AtlassianInternal = "ATLASSIAN_INTERNAL"
@@ -19837,11 +19853,11 @@ export declare type DevConsoleMutationCreateDeveloperSpaceArgs = {
19837
19853
  };
19838
19854
  export declare type DevConsoleQuery = {
19839
19855
  __typename?: 'DevConsoleQuery';
19840
- getDeveloperSpaceDetails: DevConsoleDeveloperSpaceDetails;
19856
+ getDeveloperSpaceDetails: DevConsoleBulkDeveloperSpaceDetailsResponse;
19841
19857
  getDeveloperSpaceWithLinkingAccess: Array<Maybe<Scalars['String']['output']>>;
19842
19858
  };
19843
19859
  export declare type DevConsoleQueryGetDeveloperSpaceDetailsArgs = {
19844
- developerSpaceId: Scalars['String']['input'];
19860
+ developerSpaceIds: Array<Scalars['String']['input']>;
19845
19861
  };
19846
19862
  export declare type DevOps = {
19847
19863
  __typename?: 'DevOps';
@@ -79693,7 +79709,6 @@ export declare type Mutation = {
79693
79709
  updatePolarisPlayContribution?: Maybe<UpdatePolarisPlayContributionPayload>;
79694
79710
  updatePolarisView?: Maybe<UpdatePolarisViewPayload>;
79695
79711
  updatePolarisViewArrangementInfo?: Maybe<UpdatePolarisViewArrangementInfoPayload>;
79696
- updatePolarisViewLastViewedTimestamp?: Maybe<UpdatePolarisViewTimestampPayload>;
79697
79712
  updatePolarisViewRankV2?: Maybe<UpdatePolarisViewRankV2Payload>;
79698
79713
  updatePolarisViewSet?: Maybe<UpdatePolarisViewSetPayload>;
79699
79714
  updatePushNotificationCustomSettings?: Maybe<ConfluencePushNotificationSettings>;
@@ -81297,10 +81312,6 @@ export declare type MutationUpdatePolarisViewArrangementInfoArgs = {
81297
81312
  id: Scalars['ID']['input'];
81298
81313
  input?: InputMaybe<Scalars['JSON']['input']>;
81299
81314
  };
81300
- export declare type MutationUpdatePolarisViewLastViewedTimestampArgs = {
81301
- timestampInput?: InputMaybe<Scalars['String']['input']>;
81302
- viewId: Scalars['ID']['input'];
81303
- };
81304
81315
  export declare type MutationUpdatePolarisViewRankV2Args = {
81305
81316
  id: Scalars['ID']['input'];
81306
81317
  input: UpdatePolarisViewRankInput;
@@ -100608,11 +100619,6 @@ export declare type UpdatePolarisViewSetPayload = Payload & {
100608
100619
  node?: Maybe<PolarisViewSet>;
100609
100620
  success: Scalars['Boolean']['output'];
100610
100621
  };
100611
- export declare type UpdatePolarisViewTimestampPayload = Payload & {
100612
- __typename?: 'UpdatePolarisViewTimestampPayload';
100613
- errors?: Maybe<Array<MutationError>>;
100614
- success: Scalars['Boolean']['output'];
100615
- };
100616
100622
  export declare type UpdatePolarisWhiteboardConfig = {
100617
100623
  id: Scalars['ID']['input'];
100618
100624
  };