@forge/cli-shared 8.23.1-next.4 → 8.23.1-next.5

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
+ ## 8.23.1-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4493006]
8
+ - @forge/manifest@12.9.0-next.4
9
+
3
10
  ## 8.23.1-next.4
4
11
 
5
12
  ### Patch Changes
@@ -7409,6 +7409,7 @@ export declare type AgentWorkspaceCreateDraftedRoutingTableEntriesInput = {
7409
7409
  };
7410
7410
  export declare type AgentWorkspaceCreateDraftedRoutingTableEntriesPayload = {
7411
7411
  __typename?: 'AgentWorkspaceCreateDraftedRoutingTableEntriesPayload';
7412
+ draftId: Scalars['ID']['output'];
7412
7413
  pageInfo: AgentWorkspacePageInfo;
7413
7414
  rows: Array<AgentWorkspaceDraftedRoutingTableEntry>;
7414
7415
  rowsInserted: Scalars['Int']['output'];
@@ -7480,11 +7481,13 @@ export declare type AgentWorkspaceDeleteShiftPayload = {
7480
7481
  };
7481
7482
  export declare type AgentWorkspaceDiscardDraftedRoutingTableInput = {
7482
7483
  cloudId: Scalars['ID']['input'];
7484
+ draftId?: InputMaybe<Scalars['ID']['input']>;
7483
7485
  projectKey: Scalars['String']['input'];
7484
7486
  serviceFieldId: Scalars['String']['input'];
7485
7487
  };
7486
7488
  export declare type AgentWorkspaceDiscardDraftedRoutingTablePayload = {
7487
7489
  __typename?: 'AgentWorkspaceDiscardDraftedRoutingTablePayload';
7490
+ draftId: Scalars['ID']['output'];
7488
7491
  entriesDeleted: Scalars['Int']['output'];
7489
7492
  serviceFieldId: Scalars['String']['output'];
7490
7493
  };
@@ -7496,6 +7499,7 @@ export declare type AgentWorkspaceDraftedRoutingTableEntry = {
7496
7499
  __typename?: 'AgentWorkspaceDraftedRoutingTableEntry';
7497
7500
  confidence?: Maybe<Scalars['Float']['output']>;
7498
7501
  description?: Maybe<Scalars['String']['output']>;
7502
+ draftId: Scalars['ID']['output'];
7499
7503
  serviceId: Scalars['ID']['output'];
7500
7504
  serviceName: Scalars['String']['output'];
7501
7505
  skills?: Maybe<Array<AgentWorkspaceSkill>>;
@@ -7510,6 +7514,7 @@ export declare type AgentWorkspaceDraftedRoutingTableEntryPatch = {
7510
7514
  };
7511
7515
  export declare type AgentWorkspaceDraftedRoutingTableStatus = {
7512
7516
  __typename?: 'AgentWorkspaceDraftedRoutingTableStatus';
7517
+ draftId?: Maybe<Scalars['ID']['output']>;
7513
7518
  serviceFieldId?: Maybe<Scalars['String']['output']>;
7514
7519
  };
7515
7520
  export declare type AgentWorkspaceEditCoverShiftInput = {
@@ -7618,6 +7623,7 @@ export declare type AgentWorkspaceProjectRoutingHistory = {
7618
7623
  export declare type AgentWorkspaceProjectRoutingHistoryEventsArgs = {
7619
7624
  after?: InputMaybe<Scalars['String']['input']>;
7620
7625
  first?: InputMaybe<Scalars['Int']['input']>;
7626
+ kinds?: InputMaybe<Array<AgentWorkspaceRoutingHistoryEventKind>>;
7621
7627
  };
7622
7628
  export declare type AgentWorkspaceProjectSkill = {
7623
7629
  __typename?: 'AgentWorkspaceProjectSkill';
@@ -7965,11 +7971,13 @@ export declare type AgentWorkspaceSetDefaultCapacityPayload = {
7965
7971
  };
7966
7972
  export declare type AgentWorkspaceSetDraftedRoutingTableServiceFieldInput = {
7967
7973
  cloudId: Scalars['ID']['input'];
7974
+ draftId?: InputMaybe<Scalars['ID']['input']>;
7968
7975
  projectKey: Scalars['String']['input'];
7969
7976
  serviceFieldId: Scalars['String']['input'];
7970
7977
  };
7971
7978
  export declare type AgentWorkspaceSetDraftedRoutingTableServiceFieldPayload = {
7972
7979
  __typename?: 'AgentWorkspaceSetDraftedRoutingTableServiceFieldPayload';
7980
+ draftId?: Maybe<Scalars['ID']['output']>;
7973
7981
  serviceFieldId: Scalars['String']['output'];
7974
7982
  };
7975
7983
  export declare type AgentWorkspaceSetProjectDefaultAvailabilityInput = {
@@ -8188,6 +8196,7 @@ export declare type AgentWorkspaceStartBulkImportPayload = {
8188
8196
  export declare type AgentWorkspaceStartGenerateRoutingTableInput = {
8189
8197
  cloudId: Scalars['ID']['input'];
8190
8198
  days?: InputMaybe<Scalars['Int']['input']>;
8199
+ draftId?: InputMaybe<Scalars['ID']['input']>;
8191
8200
  maxIssues?: InputMaybe<Scalars['Int']['input']>;
8192
8201
  projectKey: Scalars['String']['input'];
8193
8202
  selectedRows?: InputMaybe<Array<AgentWorkspaceSelectedRowVersion>>;
@@ -8196,17 +8205,21 @@ export declare type AgentWorkspaceStartGenerateRoutingTableInput = {
8196
8205
  };
8197
8206
  export declare type AgentWorkspaceStartGenerateRoutingTablePayload = {
8198
8207
  __typename?: 'AgentWorkspaceStartGenerateRoutingTablePayload';
8208
+ draftId?: Maybe<Scalars['ID']['output']>;
8199
8209
  generationId: Scalars['ID']['output'];
8200
8210
  status: AgentWorkspaceRoutingTableGenerationStatus;
8201
8211
  };
8202
8212
  export declare type AgentWorkspaceSubmitDraftedRoutingTableInput = {
8203
8213
  cloudId: Scalars['ID']['input'];
8214
+ draftId?: InputMaybe<Scalars['ID']['input']>;
8204
8215
  expectedSetupVersion: Scalars['Int']['input'];
8205
8216
  fieldId: Scalars['String']['input'];
8206
8217
  projectKey: Scalars['String']['input'];
8218
+ selectedServiceIds?: InputMaybe<Array<Scalars['String']['input']>>;
8207
8219
  };
8208
8220
  export declare type AgentWorkspaceSubmitDraftedRoutingTablePayload = {
8209
8221
  __typename?: 'AgentWorkspaceSubmitDraftedRoutingTablePayload';
8222
+ draftId: Scalars['ID']['output'];
8210
8223
  rowsWritten: Scalars['Int']['output'];
8211
8224
  teamsNewlyConnected: Scalars['Int']['output'];
8212
8225
  };
@@ -8401,6 +8414,7 @@ export declare type AgentWorkspaceUpdateSmartRoutingConfigPayload = {
8401
8414
  };
8402
8415
  export declare type AgentWorkspaceUpsertDraftedRoutingTableEntryInput = {
8403
8416
  cloudId: Scalars['ID']['input'];
8417
+ draftId?: InputMaybe<Scalars['ID']['input']>;
8404
8418
  expectedVersion: Scalars['Int']['input'];
8405
8419
  included?: InputMaybe<Scalars['Boolean']['input']>;
8406
8420
  projectKey: Scalars['String']['input'];
@@ -8410,6 +8424,7 @@ export declare type AgentWorkspaceUpsertDraftedRoutingTableEntryInput = {
8410
8424
  };
8411
8425
  export declare type AgentWorkspaceUpsertDraftedRoutingTableEntryPayload = {
8412
8426
  __typename?: 'AgentWorkspaceUpsertDraftedRoutingTableEntryPayload';
8427
+ draftId: Scalars['ID']['output'];
8413
8428
  entry: AgentWorkspaceDraftedRoutingTableEntry;
8414
8429
  errors?: Maybe<Array<AgentWorkspaceMutationError>>;
8415
8430
  };
@@ -45239,6 +45254,7 @@ export declare type EcosystemQuery = {
45239
45254
  fortifiedMetrics?: Maybe<FortifiedMetricsQuery>;
45240
45255
  globalInstallationConfig?: Maybe<Array<Maybe<EcosystemGlobalInstallationOverride>>>;
45241
45256
  marketplaceData?: Maybe<EcosystemMarketplaceData>;
45257
+ rollingRelease?: Maybe<EcosystemRollingRelease>;
45242
45258
  rollingReleaseEligibility?: Maybe<EcosystemRollingReleaseEligibility>;
45243
45259
  rollingReleases?: Maybe<EcosystemRollingReleaseConnection>;
45244
45260
  siteEntitlements?: Maybe<EcosystemSiteEntitlementsResult>;
@@ -45324,6 +45340,10 @@ export declare type EcosystemQueryMarketplaceDataArgs = {
45324
45340
  appKey?: InputMaybe<Scalars['ID']['input']>;
45325
45341
  cloudAppId?: InputMaybe<Scalars['ID']['input']>;
45326
45342
  };
45343
+ export declare type EcosystemQueryRollingReleaseArgs = {
45344
+ environmentId: Scalars['ID']['input'];
45345
+ rolloutId: Scalars['ID']['input'];
45346
+ };
45327
45347
  export declare type EcosystemQueryRollingReleaseEligibilityArgs = {
45328
45348
  appId: Scalars['ID']['input'];
45329
45349
  environmentId: Scalars['ID']['input'];
@@ -47361,6 +47381,7 @@ export declare type ExternalSpace = Node & {
47361
47381
  labels?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
47362
47382
  lastUpdated?: Maybe<Scalars['String']['output']>;
47363
47383
  lastUpdatedBy?: Maybe<ExternalUser>;
47384
+ overrideChildPermissionsWithContainer?: Maybe<Scalars['Boolean']['output']>;
47364
47385
  owners?: Maybe<Array<Maybe<ExternalUser>>>;
47365
47386
  parent?: Maybe<ExternalEntity>;
47366
47387
  parentId?: Maybe<Scalars['ID']['output']>;
@@ -50469,6 +50490,7 @@ export declare type GraphIntegrationCreateSkillInput = {
50469
50490
  displayName: Scalars['String']['input'];
50470
50491
  instructions: Scalars['String']['input'];
50471
50492
  name: Scalars['String']['input'];
50493
+ tags?: InputMaybe<Array<Scalars['String']['input']>>;
50472
50494
  tools?: InputMaybe<Array<GraphIntegrationSkillToolInput>>;
50473
50495
  };
50474
50496
  export declare type GraphIntegrationDataConnector = {
@@ -50746,6 +50768,7 @@ export declare type GraphIntegrationMcpServer = {
50746
50768
  displayName: Scalars['String']['output'];
50747
50769
  iconUrl?: Maybe<Scalars['String']['output']>;
50748
50770
  id: Scalars['ID']['output'];
50771
+ productAri?: Maybe<Scalars['String']['output']>;
50749
50772
  tags: Array<GraphIntegrationDirectoryFilterDimension>;
50750
50773
  tools?: Maybe<GraphIntegrationMcpToolNodeConnection>;
50751
50774
  };
@@ -116600,6 +116623,7 @@ export declare type JiraBoardViewWorkflow = {
116600
116623
  export declare type JiraBoardViewWorkflowEligibleTransitionsArgs = {
116601
116624
  after?: InputMaybe<Scalars['String']['input']>;
116602
116625
  first?: InputMaybe<Scalars['Int']['input']>;
116626
+ includeRestricted?: InputMaybe<Scalars['Boolean']['input']>;
116603
116627
  };
116604
116628
  export declare type JiraBoardViewWorkflowIssueTypesArgs = {
116605
116629
  after?: InputMaybe<Scalars['String']['input']>;
@@ -122565,6 +122589,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraListRow & JiraScen
122565
122589
  incidentActionItems?: Maybe<GraphIncidentHasActionItemRelationshipConnection>;
122566
122590
  incidentLinkedJswIssues?: Maybe<GraphIncidentLinkedJswIssueRelationshipConnection>;
122567
122591
  isArchived?: Maybe<Scalars['Boolean']['output']>;
122592
+ isChatOpsEntitlementEnabled?: Maybe<Scalars['Boolean']['output']>;
122568
122593
  isFlagged?: Maybe<Scalars['Boolean']['output']>;
122569
122594
  isIncidentManagementEnabled?: Maybe<Scalars['Boolean']['output']>;
122570
122595
  isRemoteIssue?: Maybe<Scalars['Boolean']['output']>;
@@ -122982,6 +123007,7 @@ export declare type JiraIssueMediaReadTokenArgs = {
122982
123007
  maxTokenLength: Scalars['Int']['input'];
122983
123008
  };
122984
123009
  export declare type JiraIssueNextActionSuggestionsArgs = {
123010
+ childIssueCount?: InputMaybe<Scalars['Int']['input']>;
122985
123011
  excludeWorkItemIds?: InputMaybe<Array<Scalars['String']['input']>>;
122986
123012
  };
122987
123013
  export declare type JiraIssuePlanScenarioValuesArgs = {
@@ -137456,7 +137482,6 @@ export declare type JiraSubscription = {
137456
137482
  onAttachmentCreatedByProjects?: Maybe<JiraPlatformAttachment>;
137457
137483
  onAttachmentCreatedByProjectsV2?: Maybe<JiraAttachmentByAriResult>;
137458
137484
  onAttachmentDeletedByProjects?: Maybe<JiraAttachmentDeletedStreamHubPayload>;
137459
- onAutodevJobUpdated?: Maybe<JiraAutodevJobConnection>;
137460
137485
  onCalendarIssueCreated?: Maybe<JiraIssueWithScenario>;
137461
137486
  onCalendarIssueDeleted?: Maybe<JiraStreamHubResourceIdentifier>;
137462
137487
  onCalendarIssueUpdated?: Maybe<JiraIssueWithScenario>;
@@ -137485,9 +137510,6 @@ export declare type JiraSubscription = {
137485
137510
  onJourneyTypeUpdated?: Maybe<JiraJourneyTypeUpdatedEventPayload>;
137486
137511
  onJpdIssueSubscription?: Maybe<JiraProductDiscoveryIssueEventPayload>;
137487
137512
  onJwmFieldMutation?: Maybe<JiraJwmField>;
137488
- onJwmIssueCreatedByProject?: Maybe<JiraIssueCreatedStreamHubPayload>;
137489
- onJwmIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
137490
- onJwmIssueUpdatedByProject?: Maybe<JiraIssueUpdatedStreamHubPayload>;
137491
137513
  onProjectCleanupTaskStatusChange?: Maybe<JiraProjectCleanupTaskStatus>;
137492
137514
  onSprintDeleted?: Maybe<JiraSprintStreamHubPayload>;
137493
137515
  onSprintUpdated?: Maybe<JiraSprintStreamHubPayload>;
@@ -137522,10 +137544,6 @@ export declare type JiraSubscriptionOnAttachmentDeletedByProjectsArgs = {
137522
137544
  cloudId: Scalars['ID']['input'];
137523
137545
  projectIds: Array<Scalars['String']['input']>;
137524
137546
  };
137525
- export declare type JiraSubscriptionOnAutodevJobUpdatedArgs = {
137526
- issueAri: Scalars['ID']['input'];
137527
- jobId: Scalars['ID']['input'];
137528
- };
137529
137547
  export declare type JiraSubscriptionOnCalendarIssueCreatedArgs = {
137530
137548
  cloudId: Scalars['ID']['input'];
137531
137549
  configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
@@ -137648,18 +137666,6 @@ export declare type JiraSubscriptionOnJpdIssueSubscriptionArgs = {
137648
137666
  export declare type JiraSubscriptionOnJwmFieldMutationArgs = {
137649
137667
  siteId: Scalars['ID']['input'];
137650
137668
  };
137651
- export declare type JiraSubscriptionOnJwmIssueCreatedByProjectArgs = {
137652
- cloudId: Scalars['ID']['input'];
137653
- projectId: Scalars['String']['input'];
137654
- };
137655
- export declare type JiraSubscriptionOnJwmIssueDeletedByProjectArgs = {
137656
- cloudId: Scalars['ID']['input'];
137657
- projectId: Scalars['String']['input'];
137658
- };
137659
- export declare type JiraSubscriptionOnJwmIssueUpdatedByProjectArgs = {
137660
- cloudId: Scalars['ID']['input'];
137661
- projectId: Scalars['String']['input'];
137662
- };
137663
137669
  export declare type JiraSubscriptionOnProjectCleanupTaskStatusChangeArgs = {
137664
137670
  cloudId: Scalars['ID']['input'];
137665
137671
  };
@@ -138477,7 +138483,7 @@ export declare type JiraUpdateBoardViewStatusColumnAgentInput = {
138477
138483
  transitionsToAdd?: InputMaybe<Array<JiraUpdateBoardViewStatusColumnAgentTransitionInput>>;
138478
138484
  transitionsToRemove?: InputMaybe<Array<JiraUpdateBoardViewStatusColumnAgentTransitionInput>>;
138479
138485
  };
138480
- export declare type JiraUpdateBoardViewStatusColumnAgentPayload = {
138486
+ export declare type JiraUpdateBoardViewStatusColumnAgentPayload = Payload & {
138481
138487
  __typename?: 'JiraUpdateBoardViewStatusColumnAgentPayload';
138482
138488
  boardView?: Maybe<JiraBoardView>;
138483
138489
  column?: Maybe<JiraBoardViewStatusColumn>;
@@ -169634,8 +169640,9 @@ export declare type QueryAgentWorkspace_DefaultCapacityArgs = {
169634
169640
  };
169635
169641
  export declare type QueryAgentWorkspace_DraftedRoutingTableEntriesArgs = {
169636
169642
  cloudId: Scalars['ID']['input'];
169643
+ draftId?: InputMaybe<Scalars['ID']['input']>;
169637
169644
  projectKey: Scalars['String']['input'];
169638
- serviceFieldId: Scalars['String']['input'];
169645
+ serviceFieldId?: InputMaybe<Scalars['String']['input']>;
169639
169646
  };
169640
169647
  export declare type QueryAgentWorkspace_DraftedRoutingTableStatusArgs = {
169641
169648
  cloudId: Scalars['ID']['input'];
@@ -172879,7 +172886,6 @@ export declare type QueryGraphIntegration_McpServerRequestsArgs = {
172879
172886
  after?: InputMaybe<Scalars['String']['input']>;
172880
172887
  cloudId: Scalars['ID']['input'];
172881
172888
  first?: InputMaybe<Scalars['Int']['input']>;
172882
- status?: InputMaybe<GraphIntegrationMcpServerRequestStatus>;
172883
172889
  };
172884
172890
  export declare type QueryGraphIntegration_McpServerUserRequestsArgs = {
172885
172891
  after?: InputMaybe<Scalars['String']['input']>;
@@ -177500,6 +177506,8 @@ export declare enum Scope {
177500
177506
  DashboardPropertyWrite = "DASHBOARD_PROPERTY_WRITE",
177501
177507
  DashboardRead = "DASHBOARD_READ",
177502
177508
  DashboardWrite = "DASHBOARD_WRITE",
177509
+ DeleteAssetsTwgCli = "DELETE_ASSETS_TWG_CLI",
177510
+ DeleteBitbucketTwgCli = "DELETE_BITBUCKET_TWG_CLI",
177503
177511
  DeleteConfluenceAttachment = "DELETE_CONFLUENCE_ATTACHMENT",
177504
177512
  DeleteConfluenceBlogpost = "DELETE_CONFLUENCE_BLOGPOST",
177505
177513
  DeleteConfluenceComment = "DELETE_CONFLUENCE_COMMENT",
@@ -177510,15 +177518,22 @@ export declare enum Scope {
177510
177518
  DeleteConfluenceSpace = "DELETE_CONFLUENCE_SPACE",
177511
177519
  DeleteConfluenceTwgCli = "DELETE_CONFLUENCE_TWG_CLI",
177512
177520
  DeleteConfluenceWhiteboard = "DELETE_CONFLUENCE_WHITEBOARD",
177521
+ DeleteGoalTwgCli = "DELETE_GOAL_TWG_CLI",
177513
177522
  DeleteInsightJpd = "DELETE_INSIGHT_JPD",
177514
177523
  DeleteItamConfigJsm = "DELETE_ITAM_CONFIG_JSM",
177524
+ DeleteJiraPlatformTwgCli = "DELETE_JIRA_PLATFORM_TWG_CLI",
177515
177525
  DeleteJsmTwgCli = "DELETE_JSM_TWG_CLI",
177516
177526
  DeleteJswBoardScopeAdmin = "DELETE_JSW_BOARD_SCOPE_ADMIN",
177517
177527
  DeleteJswSprint = "DELETE_JSW_SPRINT",
177528
+ DeleteJswTwgCli = "DELETE_JSW_TWG_CLI",
177529
+ DeleteLoomTwgCli = "DELETE_LOOM_TWG_CLI",
177518
177530
  DeleteLoomVideo = "DELETE_LOOM_VIDEO",
177531
+ DeleteMercuryTwgCli = "DELETE_MERCURY_TWG_CLI",
177519
177532
  DeleteOrganization = "DELETE_ORGANIZATION",
177520
177533
  DeleteOrganizationProperty = "DELETE_ORGANIZATION_PROPERTY",
177521
177534
  DeleteOrganizationUser = "DELETE_ORGANIZATION_USER",
177535
+ DeleteProjectTwgCli = "DELETE_PROJECT_TWG_CLI",
177536
+ DeleteRadarTwgCli = "DELETE_RADAR_TWG_CLI",
177522
177537
  DeleteRequesttypeProperty = "DELETE_REQUESTTYPE_PROPERTY",
177523
177538
  DeleteRequestFeedback = "DELETE_REQUEST_FEEDBACK",
177524
177539
  DeleteRequestNotification = "DELETE_REQUEST_NOTIFICATION",
@@ -177526,9 +177541,11 @@ export declare enum Scope {
177526
177541
  DeleteServicedeskCustomer = "DELETE_SERVICEDESK_CUSTOMER",
177527
177542
  DeleteServicedeskOrganization = "DELETE_SERVICEDESK_ORGANIZATION",
177528
177543
  DeleteServicedeskProperty = "DELETE_SERVICEDESK_PROPERTY",
177544
+ DeleteSpfTwgCli = "DELETE_SPF_TWG_CLI",
177529
177545
  DeleteStakeholderCommsPage = "DELETE_STAKEHOLDER_COMMS_PAGE",
177530
177546
  DeleteStakeholderCommsStakeholder = "DELETE_STAKEHOLDER_COMMS_STAKEHOLDER",
177531
177547
  DeleteStakeholderCommsSubscriber = "DELETE_STAKEHOLDER_COMMS_SUBSCRIBER",
177548
+ DeleteTrelloTwgCli = "DELETE_TRELLO_TWG_CLI",
177532
177549
  DeleteViewJpd = "DELETE_VIEW_JPD",
177533
177550
  DeployAppEnvironment = "DEPLOY_APP_ENVIRONMENT",
177534
177551
  DevelopAppEnvironment = "DEVELOP_APP_ENVIRONMENT",
@@ -177739,6 +177756,7 @@ export declare enum Scope {
177739
177756
  ReadInsightJpd = "READ_INSIGHT_JPD",
177740
177757
  ReadItamConfigJsm = "READ_ITAM_CONFIG_JSM",
177741
177758
  ReadJiraAlignTwgCli = "READ_JIRA_ALIGN_TWG_CLI",
177759
+ ReadJiraPlatformTwgCli = "READ_JIRA_PLATFORM_TWG_CLI",
177742
177760
  ReadJiraUser = "READ_JIRA_USER",
177743
177761
  ReadJiraWork = "READ_JIRA_WORK",
177744
177762
  ReadJsmTwgCli = "READ_JSM_TWG_CLI",
@@ -177907,6 +177925,7 @@ export declare enum Scope {
177907
177925
  WriteHomeTwgCli = "WRITE_HOME_TWG_CLI",
177908
177926
  WriteInsightJpd = "WRITE_INSIGHT_JPD",
177909
177927
  WriteItamConfigJsm = "WRITE_ITAM_CONFIG_JSM",
177928
+ WriteJiraPlatformTwgCli = "WRITE_JIRA_PLATFORM_TWG_CLI",
177910
177929
  WriteJiraWork = "WRITE_JIRA_WORK",
177911
177930
  WriteJsmTwgCli = "WRITE_JSM_TWG_CLI",
177912
177931
  WriteJswBoardScope = "WRITE_JSW_BOARD_SCOPE",
@@ -203428,6 +203447,19 @@ export declare type TeamMembersArgs = {
203428
203447
  first?: Scalars['Int']['input'];
203429
203448
  state?: Array<MembershipState>;
203430
203449
  };
203450
+ export declare type TeamAddMembersInput = {
203451
+ memberIds: Array<Scalars['ID']['input']>;
203452
+ scopeId: Scalars['ID']['input'];
203453
+ teamId: Scalars['ID']['input'];
203454
+ };
203455
+ export declare type TeamAddMembersPayload = Payload & {
203456
+ __typename?: 'TeamAddMembersPayload';
203457
+ errors?: Maybe<Array<MutationError>>;
203458
+ failedMembers?: Maybe<Array<TeamMembershipMutationError>>;
203459
+ members?: Maybe<Array<TeamMemberAccount>>;
203460
+ success: Scalars['Boolean']['output'];
203461
+ team?: Maybe<TeamV2>;
203462
+ };
203431
203463
  export declare type TeamBulkArchiveError = {
203432
203464
  __typename?: 'TeamBulkArchiveError';
203433
203465
  message?: Maybe<Scalars['String']['output']>;
@@ -203656,6 +203688,10 @@ export declare type TeamMember = {
203656
203688
  role?: Maybe<MembershipRole>;
203657
203689
  state?: Maybe<MembershipState>;
203658
203690
  };
203691
+ export declare type TeamMemberAccount = {
203692
+ __typename?: 'TeamMemberAccount';
203693
+ accountId: Scalars['ID']['output'];
203694
+ };
203659
203695
  export declare type TeamMemberAccountId = {
203660
203696
  __typename?: 'TeamMemberAccountId';
203661
203697
  accountId: Scalars['ID']['output'];
@@ -203701,6 +203737,12 @@ export declare type TeamMembersChange = {
203701
203737
  export declare type TeamMembershipFilter = {
203702
203738
  memberIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
203703
203739
  };
203740
+ export declare type TeamMembershipMutationError = {
203741
+ __typename?: 'TeamMembershipMutationError';
203742
+ accountId: Scalars['ID']['output'];
203743
+ code: Scalars['String']['output'];
203744
+ message: Scalars['String']['output'];
203745
+ };
203704
203746
  export declare enum TeamMembershipProcessingStatus {
203705
203747
  Async = "ASYNC"
203706
203748
  }
@@ -203761,6 +203803,7 @@ export declare type TeamMergeTeamsPayload = Payload & {
203761
203803
  export declare type TeamMutation = {
203762
203804
  __typename?: 'TeamMutation';
203763
203805
  addChild?: Maybe<TeamV2>;
203806
+ addMembers?: Maybe<TeamAddMembersPayload>;
203764
203807
  addParent?: Maybe<TeamV2>;
203765
203808
  assignTeamToType?: Maybe<TeamV2>;
203766
203809
  bulkArchiveTeams?: Maybe<TeamBulkArchivePayload>;
@@ -203779,6 +203822,7 @@ export declare type TeamMutation = {
203779
203822
  linkExternalTeam?: Maybe<TeamLinkExternalTeamPayload>;
203780
203823
  mergeTeams?: Maybe<TeamMergeTeamsPayload>;
203781
203824
  removeChild?: Maybe<TeamV2>;
203825
+ removeMembers?: Maybe<TeamRemoveMembersPayload>;
203782
203826
  removeParent?: Maybe<TeamV2>;
203783
203827
  restoreExternalTeam?: Maybe<TeamRestoreExternalTeamPayload>;
203784
203828
  setNotificationConfiguration?: Maybe<TeamNotificationConfiguration>;
@@ -203799,6 +203843,9 @@ export declare type TeamMutationAddChildArgs = {
203799
203843
  siteId: Scalars['ID']['input'];
203800
203844
  teamId: Scalars['ID']['input'];
203801
203845
  };
203846
+ export declare type TeamMutationAddMembersArgs = {
203847
+ input: TeamAddMembersInput;
203848
+ };
203802
203849
  export declare type TeamMutationAddParentArgs = {
203803
203850
  parentId: Scalars['ID']['input'];
203804
203851
  siteId: Scalars['ID']['input'];
@@ -203865,6 +203912,9 @@ export declare type TeamMutationRemoveChildArgs = {
203865
203912
  siteId: Scalars['ID']['input'];
203866
203913
  teamId: Scalars['ID']['input'];
203867
203914
  };
203915
+ export declare type TeamMutationRemoveMembersArgs = {
203916
+ input: TeamRemoveMembersInput;
203917
+ };
203868
203918
  export declare type TeamMutationRemoveParentArgs = {
203869
203919
  siteId: Scalars['ID']['input'];
203870
203920
  teamId: Scalars['ID']['input'];
@@ -204061,6 +204111,7 @@ export declare type TeamQueryTeamV2Args = {
204061
204111
  };
204062
204112
  export declare type TeamQueryTeamV3Args = {
204063
204113
  id: Scalars['ID']['input'];
204114
+ scopeId: Scalars['ID']['input'];
204064
204115
  };
204065
204116
  export declare type TeamQueryTeamsTqlArgs = {
204066
204117
  after?: InputMaybe<Scalars['String']['input']>;
@@ -204081,6 +204132,18 @@ export declare type TeamQueryTypesWithinScopeArgs = {
204081
204132
  first?: Scalars['Int']['input'];
204082
204133
  scopeId: Scalars['ID']['input'];
204083
204134
  };
204135
+ export declare type TeamRemoveMembersInput = {
204136
+ memberIds: Array<Scalars['ID']['input']>;
204137
+ scopeId: Scalars['ID']['input'];
204138
+ teamId: Scalars['ID']['input'];
204139
+ };
204140
+ export declare type TeamRemoveMembersPayload = Payload & {
204141
+ __typename?: 'TeamRemoveMembersPayload';
204142
+ errors?: Maybe<Array<MutationError>>;
204143
+ failedMembers?: Maybe<Array<TeamMembershipMutationError>>;
204144
+ success: Scalars['Boolean']['output'];
204145
+ team?: Maybe<TeamV2>;
204146
+ };
204084
204147
  export declare type TeamRestoreExternalTeamInput = {
204085
204148
  externalReference: TeamExternalReferenceInput;
204086
204149
  scopeId: Scalars['ID']['input'];