@forge/cli-shared 6.4.0-next.5 → 6.4.0-next.7

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,22 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.4.0-next.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2993e98]
8
+ - @forge/manifest@8.1.0-next.5
9
+
10
+ ## 6.4.0-next.6
11
+
12
+ ### Patch Changes
13
+
14
+ - a2eed13: Update test for deprecated feature flag
15
+ - Updated dependencies [80f2659]
16
+ - Updated dependencies [6fddb0a]
17
+ - Updated dependencies [cefd0cd]
18
+ - @forge/manifest@8.1.0-next.4
19
+
3
20
  ## 6.4.0-next.5
4
21
 
5
22
  ### Patch Changes
@@ -4331,7 +4331,7 @@ export declare type CompassComponentTypeEdge = {
4331
4331
  cursor: Scalars['String']['output'];
4332
4332
  node?: Maybe<CompassComponentTypeObject>;
4333
4333
  };
4334
- export declare type CompassComponentTypeObject = {
4334
+ export declare type CompassComponentTypeObject = Node & {
4335
4335
  __typename?: 'CompassComponentTypeObject';
4336
4336
  componentCount?: Maybe<Scalars['Int']['output']>;
4337
4337
  description?: Maybe<Scalars['String']['output']>;
@@ -5807,7 +5807,7 @@ export declare type CompassMetricDefinitionsQuery = {
5807
5807
  first?: InputMaybe<Scalars['Int']['input']>;
5808
5808
  };
5809
5809
  export declare type CompassMetricDefinitionsQueryResult = CompassMetricDefinitionsConnection | QueryError;
5810
- export declare type CompassMetricSource = {
5810
+ export declare type CompassMetricSource = Node & {
5811
5811
  __typename?: 'CompassMetricSource';
5812
5812
  component?: Maybe<CompassComponent>;
5813
5813
  derivedFrom?: Maybe<Array<EventSource>>;
@@ -15010,11 +15010,13 @@ export declare type ContentPlatformIpmInlineDialog = {
15010
15010
  createdAt?: Maybe<Scalars['String']['output']>;
15011
15011
  featuredImage?: Maybe<ContentPlatformIpmCompImage>;
15012
15012
  id: Scalars['String']['output'];
15013
+ ipmNumber: Scalars['String']['output'];
15013
15014
  primaryButton: ContentPlatformIpmComponentLinkButtonAndIpmComponentGsacButtonUnion;
15014
15015
  secondaryButton?: Maybe<ContentPlatformIpmComponentRemindMeLater>;
15015
15016
  title: Scalars['String']['output'];
15016
15017
  trigger: ContentPlatformIpmTrigger;
15017
15018
  updatedAt?: Maybe<Scalars['String']['output']>;
15019
+ variant: Scalars['String']['output'];
15018
15020
  };
15019
15021
  export declare type ContentPlatformIpmInlineDialogResultEdge = {
15020
15022
  __typename?: 'ContentPlatformIpmInlineDialogResultEdge';
@@ -44074,6 +44076,7 @@ export declare type JiraForgeExtension = {
44074
44076
  properties: Scalars['JSON']['output'];
44075
44077
  scopes: Array<Scalars['String']['output']>;
44076
44078
  type: Scalars['String']['output'];
44079
+ userAccess?: Maybe<JiraUserAppAccess>;
44077
44080
  };
44078
44081
  export declare type JiraForgeExtensionLicense = {
44079
44082
  __typename?: 'JiraForgeExtensionLicense';
@@ -45509,6 +45512,7 @@ export declare type JiraIssueItemPanelItem = {
45509
45512
  export declare enum JiraIssueItemSystemContainerType {
45510
45513
  Content = "CONTENT",
45511
45514
  Context = "CONTEXT",
45515
+ CustomerContext = "CUSTOMER_CONTEXT",
45512
45516
  HiddenItems = "HIDDEN_ITEMS",
45513
45517
  Primary = "PRIMARY",
45514
45518
  Request = "REQUEST",
@@ -54286,6 +54290,10 @@ export declare type JiraUser = {
54286
54290
  displayName?: Maybe<Scalars['String']['output']>;
54287
54291
  email?: Maybe<Scalars['String']['output']>;
54288
54292
  };
54293
+ export declare type JiraUserAppAccess = {
54294
+ __typename?: 'JiraUserAppAccess';
54295
+ hasAccess: Scalars['Boolean']['output'];
54296
+ };
54289
54297
  export declare type JiraUserBroadcastMessage = Node & {
54290
54298
  __typename?: 'JiraUserBroadcastMessage';
54291
54299
  id: Scalars['ID']['output'];
@@ -60577,7 +60585,7 @@ export declare type Mutation = {
60577
60585
  polarisAddReaction?: Maybe<PolarisAddReactionPayload>;
60578
60586
  polarisDeleteReaction?: Maybe<PolarisDeleteReactionPayload>;
60579
60587
  publishReleaseNote: ContentPlatformReleaseNote;
60580
- radar_updateFocusAreaMappings: RadarMutationResponse;
60588
+ radar_updateFocusAreaMappings?: Maybe<RadarMutationResponse>;
60581
60589
  rankCardParent?: Maybe<GenericMutationResponse>;
60582
60590
  rankColumn?: Maybe<RankColumnOutput>;
60583
60591
  rankCustomFilter?: Maybe<GenericMutationResponse>;
@@ -63562,8 +63570,8 @@ export declare type Query = {
63562
63570
  pricings: ContentPlatformPricingSearchConnection;
63563
63571
  productListing?: Maybe<ProductListingResult>;
63564
63572
  productListings: Array<ProductListingResult>;
63565
- radar_fieldValues: RadarFieldValuesConnectionResult;
63566
- radar_positions: RadarPositionConnectionResult;
63573
+ radar_fieldValues?: Maybe<RadarFieldValuesConnection>;
63574
+ radar_positions?: Maybe<RadarPositionConnection>;
63567
63575
  radar_workspace: RadarWorkspace;
63568
63576
  releaseNote?: Maybe<ContentPlatformReleaseNote>;
63569
63577
  releaseNotes: ContentPlatformReleaseNotesConnection;
@@ -65138,7 +65146,7 @@ export declare type RadarEdge = {
65138
65146
  cursor: Scalars['String']['output'];
65139
65147
  };
65140
65148
  export declare type RadarEntity = {
65141
- fieldValues?: Maybe<Array<Maybe<RadarFieldValueIdPair>>>;
65149
+ fieldValues: Array<RadarFieldValueIdPair>;
65142
65150
  id: Scalars['ID']['output'];
65143
65151
  type?: Maybe<RadarEntityType>;
65144
65152
  };
@@ -65147,21 +65155,6 @@ export declare enum RadarEntityType {
65147
65155
  Person = "person",
65148
65156
  Position = "position"
65149
65157
  }
65150
- export declare type RadarError = {
65151
- __typename?: 'RadarError';
65152
- errorCode: Scalars['String']['output'];
65153
- errorType?: Maybe<Scalars['String']['output']>;
65154
- extensions?: Maybe<Array<RadarErrorExtension>>;
65155
- location?: Maybe<Array<RadarLocation>>;
65156
- message?: Maybe<Scalars['String']['output']>;
65157
- stackTrace?: Maybe<Array<Scalars['String']['output']>>;
65158
- statusCode?: Maybe<Scalars['Int']['output']>;
65159
- };
65160
- export declare type RadarErrorExtension = {
65161
- __typename?: 'RadarErrorExtension';
65162
- property: Scalars['String']['output'];
65163
- value?: Maybe<Scalars['String']['output']>;
65164
- };
65165
65158
  export declare type RadarFieldDefinition = Node & {
65166
65159
  __typename?: 'RadarFieldDefinition';
65167
65160
  displayName: Scalars['String']['output'];
@@ -65194,17 +65187,6 @@ export declare type RadarFieldValuesConnection = RadarConnection & {
65194
65187
  pageInfo: PageInfo;
65195
65188
  totalCount: Scalars['Int']['output'];
65196
65189
  };
65197
- export declare type RadarFieldValuesConnectionResult = {
65198
- __typename?: 'RadarFieldValuesConnectionResult';
65199
- errors?: Maybe<Array<RadarError>>;
65200
- result?: Maybe<RadarFieldValuesConnection>;
65201
- };
65202
- export declare type RadarFieldValuesConnectionResultResultArgs = {
65203
- after?: InputMaybe<Scalars['String']['input']>;
65204
- before?: InputMaybe<Scalars['String']['input']>;
65205
- first?: InputMaybe<Scalars['Int']['input']>;
65206
- last?: InputMaybe<Scalars['Int']['input']>;
65207
- };
65208
65190
  export declare type RadarFieldValuesEdge = RadarEdge & {
65209
65191
  __typename?: 'RadarFieldValuesEdge';
65210
65192
  cursor: Scalars['String']['output'];
@@ -65239,14 +65221,8 @@ export declare type RadarFocusAreaMappingsInput = {
65239
65221
  focusAreaAri: Scalars['ID']['input'];
65240
65222
  positionId: Scalars['ID']['input'];
65241
65223
  };
65242
- export declare type RadarLocation = {
65243
- __typename?: 'RadarLocation';
65244
- column: Scalars['Int']['output'];
65245
- line: Scalars['Int']['output'];
65246
- };
65247
65224
  export declare type RadarMutationResponse = {
65248
65225
  __typename?: 'RadarMutationResponse';
65249
- errors?: Maybe<Array<RadarError>>;
65250
65226
  success?: Maybe<Scalars['Boolean']['output']>;
65251
65227
  };
65252
65228
  export declare type RadarNumericFieldValue = {
@@ -65256,7 +65232,7 @@ export declare type RadarNumericFieldValue = {
65256
65232
  };
65257
65233
  export declare type RadarPosition = Node & RadarEntity & {
65258
65234
  __typename?: 'RadarPosition';
65259
- fieldValues?: Maybe<Array<Maybe<RadarFieldValueIdPair>>>;
65235
+ fieldValues: Array<RadarFieldValueIdPair>;
65260
65236
  id: Scalars['ID']['output'];
65261
65237
  type?: Maybe<RadarEntityType>;
65262
65238
  };
@@ -65267,17 +65243,6 @@ export declare type RadarPositionConnection = RadarConnection & {
65267
65243
  pageInfo: PageInfo;
65268
65244
  totalCount: Scalars['Int']['output'];
65269
65245
  };
65270
- export declare type RadarPositionConnectionResult = {
65271
- __typename?: 'RadarPositionConnectionResult';
65272
- errors?: Maybe<Array<RadarError>>;
65273
- result?: Maybe<RadarPositionConnection>;
65274
- };
65275
- export declare type RadarPositionConnectionResultResultArgs = {
65276
- after?: InputMaybe<Scalars['String']['input']>;
65277
- before?: InputMaybe<Scalars['String']['input']>;
65278
- first?: InputMaybe<Scalars['Int']['input']>;
65279
- last?: InputMaybe<Scalars['Int']['input']>;
65280
- };
65281
65246
  export declare type RadarPositionEdge = RadarEdge & {
65282
65247
  __typename?: 'RadarPositionEdge';
65283
65248
  cursor: Scalars['String']['output'];
@@ -72187,6 +72152,8 @@ export declare type TrelloQueryApi = {
72187
72152
  plannerAccountsByMemberId?: Maybe<TrelloPlannerCalendarAccountConnection>;
72188
72153
  plannerByWorkspaceId?: Maybe<TrelloPlanner>;
72189
72154
  plannerCalendarAccountById?: Maybe<TrelloPlannerCalendarAccount>;
72155
+ plannerCalendarById?: Maybe<TrelloPlannerCalendar>;
72156
+ plannerCalendarEventById?: Maybe<TrelloPlannerCalendarEvent>;
72190
72157
  plannerCalendarEventsByCalendarId?: Maybe<TrelloPlannerCalendarEventConnection>;
72191
72158
  providerPlannerCalendarsByAccountId?: Maybe<TrelloPlannerProviderCalendarConnection>;
72192
72159
  recentBoardsByIds?: Maybe<Array<Maybe<TrelloBoard>>>;
@@ -72242,6 +72209,15 @@ export declare type TrelloQueryApiPlannerCalendarAccountByIdArgs = {
72242
72209
  id: Scalars['ID']['input'];
72243
72210
  workspaceId: Scalars['ID']['input'];
72244
72211
  };
72212
+ export declare type TrelloQueryApiPlannerCalendarByIdArgs = {
72213
+ id: Scalars['ID']['input'];
72214
+ providerAccountId: Scalars['ID']['input'];
72215
+ };
72216
+ export declare type TrelloQueryApiPlannerCalendarEventByIdArgs = {
72217
+ id: Scalars['ID']['input'];
72218
+ plannerCalendarId: Scalars['ID']['input'];
72219
+ providerAccountId: Scalars['ID']['input'];
72220
+ };
72245
72221
  export declare type TrelloQueryApiPlannerCalendarEventsByCalendarIdArgs = {
72246
72222
  accountId: Scalars['ID']['input'];
72247
72223
  after?: InputMaybe<Scalars['String']['input']>;
@@ -72587,6 +72563,23 @@ export declare type UnifiedAccount = UnifiedINode & {
72587
72563
  linkedAccount?: Maybe<UnifiedLinkedAccount>;
72588
72564
  parentAccount?: Maybe<UnifiedParentAccount>;
72589
72565
  };
72566
+ export declare type UnifiedAccount2 = UnifiedINode & {
72567
+ __typename?: 'UnifiedAccount2';
72568
+ aaid?: Maybe<Scalars['String']['output']>;
72569
+ id: Scalars['ID']['output'];
72570
+ internalId?: Maybe<Scalars['String']['output']>;
72571
+ isLinked?: Maybe<Scalars['Boolean']['output']>;
72572
+ isManaged?: Maybe<Scalars['Boolean']['output']>;
72573
+ isPrimary?: Maybe<Scalars['Boolean']['output']>;
72574
+ linkedAccounts?: Maybe<UnifiedULinkedAccount2Result>;
72575
+ };
72576
+ export declare type UnifiedAccountDetails = UnifiedINode & {
72577
+ __typename?: 'UnifiedAccountDetails';
72578
+ aaid?: Maybe<Scalars['String']['output']>;
72579
+ emailId?: Maybe<Scalars['String']['output']>;
72580
+ id: Scalars['ID']['output'];
72581
+ orgId?: Maybe<Scalars['String']['output']>;
72582
+ };
72590
72583
  export declare type UnifiedAdmins = UnifiedINode & {
72591
72584
  __typename?: 'UnifiedAdmins';
72592
72585
  admins?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
@@ -72859,6 +72852,11 @@ export declare type UnifiedLearningCertificationEdge = UnifiedIEdge & {
72859
72852
  cursor?: Maybe<Scalars['String']['output']>;
72860
72853
  node?: Maybe<UnifiedLearningCertification>;
72861
72854
  };
72855
+ export declare type UnifiedLinkTransaction = {
72856
+ __typename?: 'UnifiedLinkTransaction';
72857
+ id: Scalars['ID']['output'];
72858
+ transactionId?: Maybe<Scalars['String']['output']>;
72859
+ };
72862
72860
  export declare type UnifiedLinkedAccount = UnifiedINode & {
72863
72861
  __typename?: 'UnifiedLinkedAccount';
72864
72862
  aaid?: Maybe<Scalars['String']['output']>;
@@ -72870,18 +72868,47 @@ export declare type UnifiedLinkedAccount = UnifiedINode & {
72870
72868
  linkedAccountInternalId?: Maybe<Scalars['ID']['output']>;
72871
72869
  parentAccountInternalId?: Maybe<Scalars['ID']['output']>;
72872
72870
  };
72871
+ export declare type UnifiedLinkedAccount2Connection = UnifiedIConnection & {
72872
+ __typename?: 'UnifiedLinkedAccount2Connection';
72873
+ edges?: Maybe<Array<Maybe<UnifiedLinkedAccount2Edge>>>;
72874
+ pageInfo: UnifiedPageInfo;
72875
+ totalCount?: Maybe<Scalars['Int']['output']>;
72876
+ };
72877
+ export declare type UnifiedLinkedAccount2Edge = UnifiedIEdge & {
72878
+ __typename?: 'UnifiedLinkedAccount2Edge';
72879
+ cursor?: Maybe<Scalars['String']['output']>;
72880
+ node?: Maybe<UnifiedAccount2>;
72881
+ };
72873
72882
  export declare type UnifiedLinkedAccountPayload = UnifiedPayload & {
72874
72883
  __typename?: 'UnifiedLinkedAccountPayload';
72875
72884
  errors?: Maybe<Array<UnifiedMutationError>>;
72876
72885
  success: Scalars['Boolean']['output'];
72877
72886
  unifiedLinkedAccount?: Maybe<UnifiedLinkedAccount>;
72878
72887
  };
72888
+ export declare type UnifiedLinkingMutation = {
72889
+ __typename?: 'UnifiedLinkingMutation';
72890
+ authenticateTransaction?: Maybe<UnifiedULinkTransactionResult>;
72891
+ completeTransaction?: Maybe<UnifiedULinkTransactionResult>;
72892
+ initializeTransaction?: Maybe<UnifiedULinkTransactionResult>;
72893
+ };
72894
+ export declare type UnifiedLinkingMutationAuthenticateTransactionArgs = {
72895
+ isLoggedInPrimary?: InputMaybe<Scalars['Boolean']['input']>;
72896
+ token: Scalars['String']['input'];
72897
+ };
72898
+ export declare type UnifiedLinkingMutationCompleteTransactionArgs = {
72899
+ token: Scalars['String']['input'];
72900
+ };
72901
+ export declare type UnifiedLinkingMutationInitializeTransactionArgs = {
72902
+ account2Aaid?: InputMaybe<Scalars['String']['input']>;
72903
+ primaryAccountType?: InputMaybe<UnifiedPrimaryAccountType>;
72904
+ };
72879
72905
  export declare type UnifiedMutation = {
72880
72906
  __typename?: 'UnifiedMutation';
72881
72907
  createLinkedAccount?: Maybe<UnifiedLinkedAccountPayload>;
72882
72908
  createParentAccount?: Maybe<UnifiedParentAccountPayload>;
72883
72909
  createUnifiedSystem?: Maybe<UnifiedProfilePayload>;
72884
72910
  gating?: Maybe<UnifiedGatingMutation>;
72911
+ linking?: Maybe<UnifiedLinkingMutation>;
72885
72912
  updateUnifiedProfile?: Maybe<UnifiedProfilePayload>;
72886
72913
  };
72887
72914
  export declare type UnifiedMutationCreateLinkedAccountArgs = {
@@ -72933,6 +72960,10 @@ export declare type UnifiedPayload = {
72933
72960
  errors?: Maybe<Array<UnifiedMutationError>>;
72934
72961
  success: Scalars['Boolean']['output'];
72935
72962
  };
72963
+ export declare enum UnifiedPrimaryAccountType {
72964
+ Input = "INPUT",
72965
+ LoggedIn = "LOGGED_IN"
72966
+ }
72936
72967
  export declare type UnifiedProfile = UnifiedINode & {
72937
72968
  __typename?: 'UnifiedProfile';
72938
72969
  badges?: Maybe<UnifiedUProfileBadgesResult>;
@@ -73007,6 +73038,8 @@ export declare type UnifiedProfilePayload = UnifiedPayload & {
73007
73038
  };
73008
73039
  export declare type UnifiedQuery = {
73009
73040
  __typename?: 'UnifiedQuery';
73041
+ account?: Maybe<UnifiedUAccount2Result>;
73042
+ accountDetails?: Maybe<UnifiedUAccountDetailsResult>;
73010
73043
  atlassianProducts?: Maybe<UnifiedUAtlassianProductResult>;
73011
73044
  gating?: Maybe<UnifiedGatingQuery>;
73012
73045
  node?: Maybe<UnifiedINode>;
@@ -73015,6 +73048,13 @@ export declare type UnifiedQuery = {
73015
73048
  unifiedProfile?: Maybe<UnifiedUProfileResult>;
73016
73049
  unifiedProfiles?: Maybe<Array<Maybe<UnifiedUProfileResult>>>;
73017
73050
  };
73051
+ export declare type UnifiedQueryAccountArgs = {
73052
+ aaid?: InputMaybe<Scalars['String']['input']>;
73053
+ };
73054
+ export declare type UnifiedQueryAccountDetailsArgs = {
73055
+ aaid?: InputMaybe<Scalars['String']['input']>;
73056
+ emailId?: InputMaybe<Scalars['String']['input']>;
73057
+ };
73018
73058
  export declare type UnifiedQueryAtlassianProductsArgs = {
73019
73059
  after?: InputMaybe<Scalars['String']['input']>;
73020
73060
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -73058,6 +73098,8 @@ export declare type UnifiedRecentCourseEdge = UnifiedIEdge & {
73058
73098
  cursor?: Maybe<Scalars['String']['output']>;
73059
73099
  node?: Maybe<UnifiedRecentCourse>;
73060
73100
  };
73101
+ export declare type UnifiedUAccount2Result = UnifiedAccount2 | UnifiedQueryError;
73102
+ export declare type UnifiedUAccountDetailsResult = UnifiedAccountDetails | UnifiedQueryError;
73061
73103
  export declare type UnifiedUAccountResult = UnifiedAccount | UnifiedQueryError;
73062
73104
  export declare type UnifiedUAdminsResult = UnifiedAdmins | UnifiedQueryError;
73063
73105
  export declare type UnifiedUAllowListResult = UnifiedAllowList | UnifiedQueryError;
@@ -73073,6 +73115,8 @@ export declare type UnifiedUGamificationResult = UnifiedGamification | UnifiedQu
73073
73115
  export declare type UnifiedUGatingStatusResult = UnifiedAccessStatus | UnifiedQueryError;
73074
73116
  export declare type UnifiedULearningCertificationResult = UnifiedLearningCertificationConnection | UnifiedQueryError;
73075
73117
  export declare type UnifiedULearningResult = UnifiedLearning | UnifiedQueryError;
73118
+ export declare type UnifiedULinkTransactionResult = UnifiedLinkTransaction | UnifiedQueryError;
73119
+ export declare type UnifiedULinkedAccount2Result = UnifiedLinkedAccount2Connection | UnifiedQueryError;
73076
73120
  export declare type UnifiedUProfileBadgesResult = UnifiedProfileBadgesConnection | UnifiedQueryError;
73077
73121
  export declare type UnifiedUProfileResult = UnifiedProfile | UnifiedQueryError;
73078
73122
  export declare type UnifiedURecentCourseResult = UnifiedQueryError | UnifiedRecentCourseConnection;