@forge/cli-shared 8.5.0-next.2 → 8.5.0-next.3

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.
@@ -1276,6 +1276,10 @@ export declare type AddPublicLinkPermissionsPayload = Payload & {
1276
1276
  success: Scalars['Boolean']['output'];
1277
1277
  };
1278
1278
  export declare type Admin = JiraUser | JiraUserGroup;
1279
+ export declare type AdminAiFeature = {
1280
+ __typename?: 'AdminAIFeature';
1281
+ available?: Maybe<Scalars['Boolean']['output']>;
1282
+ };
1279
1283
  export declare type AdminAccessUrl = {
1280
1284
  __typename?: 'AdminAccessUrl';
1281
1285
  expirationDate?: Maybe<Scalars['String']['output']>;
@@ -1306,6 +1310,26 @@ export declare type AdminAccessUrlEdge = {
1306
1310
  cursor: Scalars['String']['output'];
1307
1311
  node: AdminAccessUrl;
1308
1312
  };
1313
+ export declare type AdminAccountStatusCounts = {
1314
+ __typename?: 'AdminAccountStatusCounts';
1315
+ accountStatus: Scalars['String']['output'];
1316
+ count: Scalars['Int']['output'];
1317
+ };
1318
+ export declare type AdminActivateUserInput = {
1319
+ accountId: Scalars['String']['input'];
1320
+ directoryId: Scalars['String']['input'];
1321
+ orgId: Scalars['String']['input'];
1322
+ };
1323
+ export declare type AdminActiveUserResponsePayload = Payload & {
1324
+ __typename?: 'AdminActiveUserResponsePayload';
1325
+ errors?: Maybe<Array<MutationError>>;
1326
+ success: Scalars['Boolean']['output'];
1327
+ };
1328
+ export declare type AdminAiPolicy = {
1329
+ __typename?: 'AdminAiPolicy';
1330
+ enabled?: Maybe<Scalars['Boolean']['output']>;
1331
+ suspended?: Maybe<Scalars['String']['output']>;
1332
+ };
1309
1333
  export declare type AdminAnnouncementBannerFeature = {
1310
1334
  __typename?: 'AdminAnnouncementBannerFeature';
1311
1335
  isEntitled: Scalars['Boolean']['output'];
@@ -1333,11 +1357,553 @@ export declare enum AdminAnnouncementBannerSettingsByCriteriaOrder {
1333
1357
  ScheduledStartDate = "SCHEDULED_START_DATE",
1334
1358
  Visibility = "VISIBILITY"
1335
1359
  }
1336
- export declare type AdminPolicy = AdminAccessUrl;
1337
- export declare type AdminResource = AdminSite;
1360
+ export declare type AdminAppManifest = {
1361
+ __typename?: 'AdminAppManifest';
1362
+ appId: Scalars['String']['output'];
1363
+ version: Scalars['String']['output'];
1364
+ };
1365
+ export declare type AdminApplicationErrorExtension = AdminErrorExtension & MutationErrorExtension & QueryErrorExtension & {
1366
+ __typename?: 'AdminApplicationErrorExtension';
1367
+ code?: Maybe<Scalars['String']['output']>;
1368
+ detail?: Maybe<Scalars['String']['output']>;
1369
+ downstreamService?: Maybe<Scalars['String']['output']>;
1370
+ errorType?: Maybe<Scalars['String']['output']>;
1371
+ id?: Maybe<Scalars['String']['output']>;
1372
+ status?: Maybe<Scalars['String']['output']>;
1373
+ statusCode?: Maybe<Scalars['Int']['output']>;
1374
+ title?: Maybe<Scalars['String']['output']>;
1375
+ };
1376
+ export declare type AdminAssignRoleInput = {
1377
+ principalId: Scalars['String']['input'];
1378
+ resourceId: Scalars['String']['input'];
1379
+ roleId: Scalars['String']['input'];
1380
+ };
1381
+ export declare type AdminAssignRoleResponsePayload = Payload & {
1382
+ __typename?: 'AdminAssignRoleResponsePayload';
1383
+ errors?: Maybe<Array<MutationError>>;
1384
+ success: Scalars['Boolean']['output'];
1385
+ };
1386
+ export declare type AdminAuditLogFeature = {
1387
+ __typename?: 'AdminAuditLogFeature';
1388
+ allInclusive?: Maybe<Scalars['Boolean']['output']>;
1389
+ events?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
1390
+ };
1391
+ export declare type AdminByok = {
1392
+ __typename?: 'AdminByok';
1393
+ config: Scalars['String']['output'];
1394
+ };
1395
+ export declare type AdminCcpEntitlement = {
1396
+ __typename?: 'AdminCcpEntitlement';
1397
+ offering?: Maybe<AdminCcpOffering>;
1398
+ relatesFromEntitlements?: Maybe<Array<Maybe<AdminCommerceEntitlementRelationship>>>;
1399
+ };
1400
+ export declare type AdminCcpOffering = {
1401
+ __typename?: 'AdminCcpOffering';
1402
+ id: Scalars['ID']['output'];
1403
+ name?: Maybe<Scalars['String']['output']>;
1404
+ productKey?: Maybe<Scalars['ID']['output']>;
1405
+ productListing?: Maybe<AdminProductListingResult>;
1406
+ };
1407
+ export declare type AdminCommerceEntitlementRelationship = {
1408
+ __typename?: 'AdminCommerceEntitlementRelationship';
1409
+ entitlementId?: Maybe<Scalars['ID']['output']>;
1410
+ relationshipId?: Maybe<Scalars['ID']['output']>;
1411
+ relationshipType?: Maybe<Scalars['String']['output']>;
1412
+ transactionAccountId?: Maybe<Scalars['ID']['output']>;
1413
+ };
1414
+ export declare type AdminCompound = {
1415
+ compound?: InputMaybe<Array<AdminCompound>>;
1416
+ operation: AdminOperation;
1417
+ single?: InputMaybe<Array<AdminSingle>>;
1418
+ };
1419
+ export declare type AdminConnectedResourcesConnection = {
1420
+ __typename?: 'AdminConnectedResourcesConnection';
1421
+ edges?: Maybe<Array<AdminConnectedResourcesEdge>>;
1422
+ pageInfo: PageInfo;
1423
+ };
1424
+ export declare type AdminConnectedResourcesEdge = {
1425
+ __typename?: 'AdminConnectedResourcesEdge';
1426
+ cursor: Scalars['String']['output'];
1427
+ node?: Maybe<AdminConnectionNode>;
1428
+ };
1429
+ export declare type AdminConnectedTo = {
1430
+ __typename?: 'AdminConnectedTo';
1431
+ id: Scalars['ID']['output'];
1432
+ };
1433
+ export declare type AdminConnectionNode = {
1434
+ __typename?: 'AdminConnectionNode';
1435
+ connectedTo?: Maybe<AdminConnectedTo>;
1436
+ id: Scalars['ID']['output'];
1437
+ };
1438
+ export declare type AdminCustomDomains = {
1439
+ __typename?: 'AdminCustomDomains';
1440
+ parent?: Maybe<AdminLimit>;
1441
+ portal?: Maybe<AdminLimit>;
1442
+ self?: Maybe<AdminLimit>;
1443
+ };
1444
+ export declare type AdminDataResidency = {
1445
+ __typename?: 'AdminDataResidency';
1446
+ realm: Scalars['String']['output'];
1447
+ regions: Array<Scalars['String']['output']>;
1448
+ };
1449
+ export declare type AdminDataResidencyFeature = {
1450
+ __typename?: 'AdminDataResidencyFeature';
1451
+ isDataResidencyAllowed?: Maybe<Scalars['Boolean']['output']>;
1452
+ realms?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
1453
+ };
1454
+ export declare type AdminDeactivateResponsePayload = Payload & {
1455
+ __typename?: 'AdminDeactivateResponsePayload';
1456
+ errors?: Maybe<Array<MutationError>>;
1457
+ success: Scalars['Boolean']['output'];
1458
+ };
1459
+ export declare type AdminDeactivateUserInput = {
1460
+ accountId: Scalars['String']['input'];
1461
+ directoryId: Scalars['String']['input'];
1462
+ orgId: Scalars['String']['input'];
1463
+ };
1464
+ export declare type AdminDimension = {
1465
+ __typename?: 'AdminDimension';
1466
+ id: Scalars['ID']['output'];
1467
+ value: Scalars['String']['output'];
1468
+ };
1469
+ export declare type AdminEntitlement = {
1470
+ __typename?: 'AdminEntitlement';
1471
+ bundleName?: Maybe<Scalars['String']['output']>;
1472
+ entitlement?: Maybe<AdminEntitlementDetails>;
1473
+ id: Scalars['ID']['output'];
1474
+ plan?: Maybe<AdminWorkspacePlan>;
1475
+ seats?: Maybe<AdminSeats>;
1476
+ sourceSystem: Scalars['String']['output'];
1477
+ type?: Maybe<Scalars['String']['output']>;
1478
+ };
1479
+ export declare type AdminEntitlementDetails = AdminCcpEntitlement | AdminHamsEntitlement;
1480
+ export declare type AdminErrorExtension = {
1481
+ errorType?: Maybe<Scalars['String']['output']>;
1482
+ statusCode?: Maybe<Scalars['Int']['output']>;
1483
+ };
1484
+ export declare type AdminExternalCollaboratorFeature = {
1485
+ __typename?: 'AdminExternalCollaboratorFeature';
1486
+ enabled?: Maybe<Scalars['Boolean']['output']>;
1487
+ };
1488
+ export declare type AdminFeature = AdminAiFeature | AdminAuditLogFeature | AdminCustomDomains | AdminDataResidencyFeature | AdminExternalCollaboratorFeature | AdminFreezeWindowsFeature | AdminInsightsFeature | AdminIpAllowlistingFeature | AdminReleaseTrackFeature | AdminSandboxFeature | AdminStorageFeature | AdminUserManagement;
1489
+ export declare type AdminFetchGroupInput = {
1490
+ directoryId?: InputMaybe<Scalars['String']['input']>;
1491
+ groupId: Scalars['String']['input'];
1492
+ orgId: Scalars['String']['input'];
1493
+ };
1494
+ export declare type AdminFetchUserInput = {
1495
+ accountId: Scalars['String']['input'];
1496
+ directoryId?: InputMaybe<Scalars['String']['input']>;
1497
+ orgId: Scalars['String']['input'];
1498
+ };
1499
+ export declare type AdminFetchUserStatsInput = {
1500
+ directoryId?: InputMaybe<Scalars['String']['input']>;
1501
+ orgId: Scalars['String']['input'];
1502
+ };
1503
+ export declare type AdminFreezeWindowsFeature = {
1504
+ __typename?: 'AdminFreezeWindowsFeature';
1505
+ isEntitled?: Maybe<Scalars['Boolean']['output']>;
1506
+ };
1507
+ export declare type AdminGroup = {
1508
+ __typename?: 'AdminGroup';
1509
+ counts?: Maybe<AdminGroupCounts>;
1510
+ description?: Maybe<Scalars['String']['output']>;
1511
+ directoryId: Scalars['String']['output'];
1512
+ id: Scalars['ID']['output'];
1513
+ name: Scalars['String']['output'];
1514
+ users?: Maybe<AdminUserConnection>;
1515
+ };
1516
+ export declare type AdminGroupUsersArgs = {
1517
+ after?: InputMaybe<Scalars['String']['input']>;
1518
+ before?: InputMaybe<Scalars['String']['input']>;
1519
+ first?: InputMaybe<Scalars['Int']['input']>;
1520
+ last?: InputMaybe<Scalars['Int']['input']>;
1521
+ searchUserInput?: InputMaybe<AdminSearchUserInput>;
1522
+ };
1523
+ export declare type AdminGroupConnection = {
1524
+ __typename?: 'AdminGroupConnection';
1525
+ edges?: Maybe<Array<AdminGroupEdge>>;
1526
+ pageInfo: PageInfo;
1527
+ };
1528
+ export declare type AdminGroupCounts = {
1529
+ __typename?: 'AdminGroupCounts';
1530
+ members?: Maybe<Scalars['Int']['output']>;
1531
+ resources?: Maybe<Scalars['Int']['output']>;
1532
+ };
1533
+ export declare type AdminGroupEdge = {
1534
+ __typename?: 'AdminGroupEdge';
1535
+ cursor: Scalars['String']['output'];
1536
+ node?: Maybe<AdminGroup>;
1537
+ };
1538
+ export declare type AdminGroupStatsQueryInput = {
1539
+ includeResources?: InputMaybe<Scalars['Boolean']['input']>;
1540
+ includeUsers?: InputMaybe<Scalars['Boolean']['input']>;
1541
+ };
1542
+ export declare type AdminHamsEntitlement = {
1543
+ __typename?: 'AdminHamsEntitlement';
1544
+ currentEdition?: Maybe<Scalars['String']['output']>;
1545
+ id: Scalars['ID']['output'];
1546
+ };
1547
+ export declare type AdminIcon = {
1548
+ __typename?: 'AdminIcon';
1549
+ name: Scalars['String']['output'];
1550
+ value: Scalars['String']['output'];
1551
+ };
1552
+ export declare type AdminImpersonateUserInput = {
1553
+ accountId: Scalars['String']['input'];
1554
+ directoryId: Scalars['String']['input'];
1555
+ orgId: Scalars['String']['input'];
1556
+ resourceId: Scalars['String']['input'];
1557
+ };
1558
+ export declare type AdminImpersonationResponsePayload = Payload & {
1559
+ __typename?: 'AdminImpersonationResponsePayload';
1560
+ errors?: Maybe<Array<MutationError>>;
1561
+ link?: Maybe<Scalars['String']['output']>;
1562
+ success: Scalars['Boolean']['output'];
1563
+ };
1564
+ export declare type AdminInsightsFeature = {
1565
+ __typename?: 'AdminInsightsFeature';
1566
+ isEnabled?: Maybe<Scalars['Boolean']['output']>;
1567
+ };
1568
+ export declare type AdminIpAllowlistingFeature = {
1569
+ __typename?: 'AdminIpAllowlistingFeature';
1570
+ ip?: Maybe<Scalars['String']['output']>;
1571
+ };
1572
+ export declare type AdminLimit = {
1573
+ __typename?: 'AdminLimit';
1574
+ limit?: Maybe<Scalars['Int']['output']>;
1575
+ };
1576
+ export declare enum AdminOperation {
1577
+ And = "AND",
1578
+ Nor = "NOR"
1579
+ }
1580
+ export declare type AdminOrganization = {
1581
+ __typename?: 'AdminOrganization';
1582
+ id: Scalars['ID']['output'];
1583
+ name?: Maybe<Scalars['String']['output']>;
1584
+ units?: Maybe<AdminUnitConnection>;
1585
+ };
1586
+ export declare type AdminOrganizationUnitsArgs = {
1587
+ after?: InputMaybe<Scalars['String']['input']>;
1588
+ before?: InputMaybe<Scalars['String']['input']>;
1589
+ first?: InputMaybe<Scalars['Int']['input']>;
1590
+ last?: InputMaybe<Scalars['Int']['input']>;
1591
+ };
1592
+ export declare type AdminPermission = {
1593
+ __typename?: 'AdminPermission';
1594
+ permissionId: Scalars['String']['output'];
1595
+ };
1596
+ export declare type AdminPolicy = AdminAccessUrl | AdminAiPolicy | AdminByok | AdminDataResidency;
1597
+ export declare type AdminPrimitive = {
1598
+ field?: InputMaybe<AdminQueryableField>;
1599
+ };
1600
+ export declare type AdminPrincipal = AdminGroup | AdminUser;
1601
+ export declare type AdminProductListingResult = {
1602
+ __typename?: 'AdminProductListingResult';
1603
+ name: Scalars['String']['output'];
1604
+ productId?: Maybe<Scalars['ID']['output']>;
1605
+ };
1606
+ export declare type AdminQueryableField = {
1607
+ name: Scalars['String']['input'];
1608
+ values: Array<Scalars['String']['input']>;
1609
+ };
1610
+ export declare type AdminRelationships = {
1611
+ __typename?: 'AdminRelationships';
1612
+ connections?: Maybe<Array<AdminConnectionNode>>;
1613
+ entitlements?: Maybe<Array<AdminEntitlement>>;
1614
+ features?: Maybe<Array<AdminFeature>>;
1615
+ policies?: Maybe<Array<AdminPolicy>>;
1616
+ };
1617
+ export declare type AdminReleaseImpersonationResponsePayload = Payload & {
1618
+ __typename?: 'AdminReleaseImpersonationResponsePayload';
1619
+ errors?: Maybe<Array<MutationError>>;
1620
+ link?: Maybe<Scalars['String']['output']>;
1621
+ success: Scalars['Boolean']['output'];
1622
+ };
1623
+ export declare type AdminReleaseImpersonationUserInput = {
1624
+ accountId: Scalars['String']['input'];
1625
+ directoryId: Scalars['String']['input'];
1626
+ orgId: Scalars['String']['input'];
1627
+ resourceId: Scalars['String']['input'];
1628
+ };
1629
+ export declare type AdminReleaseTrackFeature = {
1630
+ __typename?: 'AdminReleaseTrackFeature';
1631
+ tracks?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
1632
+ };
1633
+ export declare type AdminRemoveUserInput = {
1634
+ accountId: Scalars['String']['input'];
1635
+ directoryId: Scalars['String']['input'];
1636
+ orgId: Scalars['String']['input'];
1637
+ };
1638
+ export declare type AdminRemoveUserResponsePayload = Payload & {
1639
+ __typename?: 'AdminRemoveUserResponsePayload';
1640
+ errors?: Maybe<Array<MutationError>>;
1641
+ success: Scalars['Boolean']['output'];
1642
+ };
1643
+ export declare type AdminResource = AdminOrganization | AdminSite | AdminWorkspace;
1644
+ export declare type AdminResourceCounts = {
1645
+ __typename?: 'AdminResourceCounts';
1646
+ resources: Scalars['Int']['output'];
1647
+ };
1648
+ export declare type AdminRevokeRoleInput = {
1649
+ principalId: Scalars['String']['input'];
1650
+ resourceId: Scalars['String']['input'];
1651
+ roleId: Scalars['String']['input'];
1652
+ };
1653
+ export declare type AdminRevokeRoleResponsePayload = Payload & {
1654
+ __typename?: 'AdminRevokeRoleResponsePayload';
1655
+ errors?: Maybe<Array<MutationError>>;
1656
+ success: Scalars['Boolean']['output'];
1657
+ };
1658
+ export declare type AdminRoleAssignmentEffective = {
1659
+ __typename?: 'AdminRoleAssignmentEffective';
1660
+ principal: AdminPrincipal;
1661
+ resource: AdminResource;
1662
+ roleAssignmentSource: Array<AdminRoleAssignmentSource>;
1663
+ };
1664
+ export declare type AdminRoleAssignmentEffectiveRoleAssignmentSourceArgs = {
1665
+ after?: InputMaybe<Scalars['String']['input']>;
1666
+ before?: InputMaybe<Scalars['String']['input']>;
1667
+ first?: InputMaybe<Scalars['Int']['input']>;
1668
+ last?: InputMaybe<Scalars['Int']['input']>;
1669
+ };
1670
+ export declare type AdminRoleAssignmentEffectiveConnection = {
1671
+ __typename?: 'AdminRoleAssignmentEffectiveConnection';
1672
+ edges?: Maybe<Array<AdminRoleAssignmentEffectiveEdge>>;
1673
+ pageInfo: PageInfo;
1674
+ };
1675
+ export declare type AdminRoleAssignmentEffectiveEdge = {
1676
+ __typename?: 'AdminRoleAssignmentEffectiveEdge';
1677
+ cursor: Scalars['String']['output'];
1678
+ node?: Maybe<AdminRoleAssignmentEffective>;
1679
+ };
1680
+ export declare type AdminRoleAssignmentSource = {
1681
+ __typename?: 'AdminRoleAssignmentSource';
1682
+ role: Scalars['String']['output'];
1683
+ source: Scalars['String']['output'];
1684
+ };
1685
+ export declare type AdminRoleIdCounts = {
1686
+ __typename?: 'AdminRoleIdCounts';
1687
+ count: Scalars['Int']['output'];
1688
+ roleId: Scalars['String']['output'];
1689
+ };
1690
+ export declare type AdminSandbox = {
1691
+ __typename?: 'AdminSandbox';
1692
+ parentId?: Maybe<Scalars['ID']['output']>;
1693
+ type: Scalars['String']['output'];
1694
+ };
1695
+ export declare type AdminSandboxFeature = {
1696
+ __typename?: 'AdminSandboxFeature';
1697
+ entitledSandbox?: Maybe<Scalars['String']['output']>;
1698
+ limit?: Maybe<Scalars['Int']['output']>;
1699
+ };
1700
+ export declare type AdminSearchGroupInput = {
1701
+ accountIds?: InputMaybe<Array<Scalars['String']['input']>>;
1702
+ directoryIds?: InputMaybe<Array<Scalars['String']['input']>>;
1703
+ groupIds?: InputMaybe<Array<Scalars['String']['input']>>;
1704
+ groupStatsQueryInput?: InputMaybe<AdminGroupStatsQueryInput>;
1705
+ orgId: Scalars['String']['input'];
1706
+ resourceIds?: InputMaybe<Array<Scalars['String']['input']>>;
1707
+ searchTerm?: InputMaybe<Scalars['String']['input']>;
1708
+ sortBy?: InputMaybe<Array<AdminSortBy>>;
1709
+ };
1710
+ export declare type AdminSearchUserInput = {
1711
+ accountIds?: InputMaybe<Array<Scalars['String']['input']>>;
1712
+ accountStatus?: InputMaybe<Array<Scalars['String']['input']>>;
1713
+ claimStatus?: InputMaybe<Array<Scalars['String']['input']>>;
1714
+ directoryIds?: InputMaybe<Array<Scalars['String']['input']>>;
1715
+ groupIds?: InputMaybe<Array<Scalars['String']['input']>>;
1716
+ membershipStatus?: InputMaybe<Array<Scalars['String']['input']>>;
1717
+ orgId: Scalars['String']['input'];
1718
+ resourceIds?: InputMaybe<Array<Scalars['String']['input']>>;
1719
+ roleIds?: InputMaybe<Array<Scalars['String']['input']>>;
1720
+ searchTerm?: InputMaybe<Scalars['String']['input']>;
1721
+ sortBy?: InputMaybe<Array<AdminSortBy>>;
1722
+ };
1723
+ export declare type AdminSearchWorkspacesInput = {
1724
+ attributes?: InputMaybe<AdminSearchWorkspacesInputAttributes>;
1725
+ query?: InputMaybe<Array<AdminCompound>>;
1726
+ sort?: InputMaybe<Array<AdminSortBy>>;
1727
+ };
1728
+ export declare type AdminSearchWorkspacesInputAttributes = {
1729
+ bundleIds?: InputMaybe<Array<Scalars['String']['input']>>;
1730
+ plans?: InputMaybe<Array<Scalars['String']['input']>>;
1731
+ };
1732
+ export declare type AdminSeats = {
1733
+ __typename?: 'AdminSeats';
1734
+ usageInfo?: Maybe<AdminUsageInfo>;
1735
+ };
1736
+ export declare type AdminSingle = {
1737
+ primitive?: InputMaybe<AdminPrimitive>;
1738
+ };
1338
1739
  export declare type AdminSite = {
1339
1740
  __typename?: 'AdminSite';
1741
+ appInstallations?: Maybe<AdminWorkspaceConnection>;
1742
+ icon?: Maybe<AdminIcon>;
1340
1743
  id: Scalars['ID']['output'];
1744
+ name: Scalars['String']['output'];
1745
+ owner: Scalars['String']['output'];
1746
+ sandbox?: Maybe<AdminSandbox>;
1747
+ url: Scalars['String']['output'];
1748
+ };
1749
+ export declare type AdminSiteAppInstallationsArgs = {
1750
+ after?: InputMaybe<Scalars['String']['input']>;
1751
+ before?: InputMaybe<Scalars['String']['input']>;
1752
+ first?: InputMaybe<Scalars['Int']['input']>;
1753
+ last?: InputMaybe<Scalars['Int']['input']>;
1754
+ owner: Scalars['ID']['input'];
1755
+ };
1756
+ export declare type AdminSortBy = {
1757
+ direction: SortDirection;
1758
+ fieldName: Scalars['String']['input'];
1759
+ };
1760
+ export declare type AdminStorageFeature = {
1761
+ __typename?: 'AdminStorageFeature';
1762
+ name?: Maybe<Scalars['String']['output']>;
1763
+ };
1764
+ export declare type AdminUnit = {
1765
+ __typename?: 'AdminUnit';
1766
+ appInstallations?: Maybe<AdminWorkspaceConnection>;
1767
+ directory: Scalars['ID']['output'];
1768
+ id: Scalars['ID']['output'];
1769
+ name?: Maybe<Scalars['String']['output']>;
1770
+ };
1771
+ export declare type AdminUnitAppInstallationsArgs = {
1772
+ after?: InputMaybe<Scalars['String']['input']>;
1773
+ before?: InputMaybe<Scalars['String']['input']>;
1774
+ first?: InputMaybe<Scalars['Int']['input']>;
1775
+ last?: InputMaybe<Scalars['Int']['input']>;
1776
+ };
1777
+ export declare type AdminUnitConnection = {
1778
+ __typename?: 'AdminUnitConnection';
1779
+ edges?: Maybe<Array<AdminUnitEdge>>;
1780
+ pageInfo: PageInfo;
1781
+ totalCount: Scalars['Int']['output'];
1782
+ };
1783
+ export declare type AdminUnitEdge = {
1784
+ __typename?: 'AdminUnitEdge';
1785
+ cursor: Scalars['String']['output'];
1786
+ node?: Maybe<AdminUnit>;
1787
+ };
1788
+ export declare type AdminUsageInfo = {
1789
+ __typename?: 'AdminUsageInfo';
1790
+ createdAt: Scalars['String']['output'];
1791
+ dimensions: Array<AdminDimension>;
1792
+ id: Scalars['String']['output'];
1793
+ requestId: Scalars['String']['output'];
1794
+ usage?: Maybe<Scalars['Float']['output']>;
1795
+ usageIdentifier: Scalars['String']['output'];
1796
+ };
1797
+ export declare type AdminUser = {
1798
+ __typename?: 'AdminUser';
1799
+ addedAt?: Maybe<Scalars['String']['output']>;
1800
+ avatar?: Maybe<Scalars['String']['output']>;
1801
+ claimStatus: Scalars['String']['output'];
1802
+ department?: Maybe<Scalars['String']['output']>;
1803
+ email: Scalars['String']['output'];
1804
+ groups?: Maybe<AdminGroupConnection>;
1805
+ id: Scalars['ID']['output'];
1806
+ lastActiveDate?: Maybe<Scalars['String']['output']>;
1807
+ location?: Maybe<Scalars['String']['output']>;
1808
+ membershipStatus?: Maybe<Scalars['String']['output']>;
1809
+ name: Scalars['String']['output'];
1810
+ resourceCounts?: Maybe<AdminResourceCounts>;
1811
+ status: Scalars['String']['output'];
1812
+ title?: Maybe<Scalars['String']['output']>;
1813
+ verified: Scalars['Boolean']['output'];
1814
+ };
1815
+ export declare type AdminUserGroupsArgs = {
1816
+ after?: InputMaybe<Scalars['String']['input']>;
1817
+ before?: InputMaybe<Scalars['String']['input']>;
1818
+ first?: InputMaybe<Scalars['Int']['input']>;
1819
+ last?: InputMaybe<Scalars['Int']['input']>;
1820
+ };
1821
+ export declare type AdminUserConnection = {
1822
+ __typename?: 'AdminUserConnection';
1823
+ edges?: Maybe<Array<AdminUserEdge>>;
1824
+ pageInfo: PageInfo;
1825
+ };
1826
+ export declare type AdminUserEdge = {
1827
+ __typename?: 'AdminUserEdge';
1828
+ cursor: Scalars['String']['output'];
1829
+ node?: Maybe<AdminUser>;
1830
+ };
1831
+ export declare type AdminUserManagement = {
1832
+ __typename?: 'AdminUserManagement';
1833
+ availableRoles?: Maybe<Array<Scalars['String']['output']>>;
1834
+ userAccessEnabled?: Maybe<Scalars['Boolean']['output']>;
1835
+ };
1836
+ export declare type AdminUserStats = {
1837
+ __typename?: 'AdminUserStats';
1838
+ accountStatusCounts?: Maybe<Array<AdminAccountStatusCounts>>;
1839
+ roleIdCounts?: Maybe<Array<AdminRoleIdCounts>>;
1840
+ };
1841
+ export declare type AdminVendor = {
1842
+ __typename?: 'AdminVendor';
1843
+ id: Scalars['ID']['output'];
1844
+ name?: Maybe<Scalars['String']['output']>;
1845
+ type: Scalars['String']['output'];
1846
+ };
1847
+ export declare type AdminWorkspace = {
1848
+ __typename?: 'AdminWorkspace';
1849
+ appManifest?: Maybe<AdminAppManifest>;
1850
+ appType: Scalars['String']['output'];
1851
+ createdAt?: Maybe<Scalars['String']['output']>;
1852
+ createdBy?: Maybe<Scalars['String']['output']>;
1853
+ directoryId?: Maybe<Scalars['ID']['output']>;
1854
+ id: Scalars['ID']['output'];
1855
+ name: Scalars['String']['output'];
1856
+ owner?: Maybe<Scalars['String']['output']>;
1857
+ relationships?: Maybe<AdminRelationships>;
1858
+ sandbox?: Maybe<AdminSandbox>;
1859
+ status: Scalars['String']['output'];
1860
+ statusDetails?: Maybe<Array<Scalars['String']['output']>>;
1861
+ type: Scalars['String']['output'];
1862
+ url: Scalars['String']['output'];
1863
+ vendor?: Maybe<AdminVendor>;
1864
+ };
1865
+ export declare type AdminWorkspaceConnection = {
1866
+ __typename?: 'AdminWorkspaceConnection';
1867
+ edges?: Maybe<Array<AdminWorkspaceEdge>>;
1868
+ end?: Maybe<Scalars['Int']['output']>;
1869
+ pageInfo: PageInfo;
1870
+ start?: Maybe<Scalars['Int']['output']>;
1871
+ totalCount: Scalars['Int']['output'];
1872
+ };
1873
+ export declare type AdminWorkspaceEdge = {
1874
+ __typename?: 'AdminWorkspaceEdge';
1875
+ cursor: Scalars['String']['output'];
1876
+ node?: Maybe<AdminWorkspace>;
1877
+ };
1878
+ export declare type AdminWorkspacePlan = {
1879
+ __typename?: 'AdminWorkspacePlan';
1880
+ id: Scalars['String']['output'];
1881
+ name: Scalars['String']['output'];
1882
+ };
1883
+ export declare type AdminWorkspacePlanConnection = {
1884
+ __typename?: 'AdminWorkspacePlanConnection';
1885
+ edges?: Maybe<Array<AdminWorkspacePlanEdge>>;
1886
+ pageInfo: PageInfo;
1887
+ };
1888
+ export declare type AdminWorkspacePlanEdge = {
1889
+ __typename?: 'AdminWorkspacePlanEdge';
1890
+ cursor: Scalars['String']['output'];
1891
+ node?: Maybe<AdminWorkspacePlan>;
1892
+ };
1893
+ export declare type AdminWorkspaceType = {
1894
+ __typename?: 'AdminWorkspaceType';
1895
+ id: Scalars['String']['output'];
1896
+ name: Scalars['String']['output'];
1897
+ };
1898
+ export declare type AdminWorkspaceTypeConnection = {
1899
+ __typename?: 'AdminWorkspaceTypeConnection';
1900
+ edges?: Maybe<Array<AdminWorkspaceTypeEdge>>;
1901
+ pageInfo: PageInfo;
1902
+ };
1903
+ export declare type AdminWorkspaceTypeEdge = {
1904
+ __typename?: 'AdminWorkspaceTypeEdge';
1905
+ cursor: Scalars['String']['output'];
1906
+ node?: Maybe<AdminWorkspaceType>;
1341
1907
  };
1342
1908
  export declare type AgentAiContextPanelResponse = {
1343
1909
  __typename?: 'AgentAIContextPanelResponse';
@@ -5129,6 +5695,24 @@ export declare type CcpApplyEntitlementPromotionExperienceCapability = CommerceE
5129
5695
  experienceUrl?: Maybe<Scalars['String']['output']>;
5130
5696
  isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
5131
5697
  };
5698
+ export declare type CcpBaseLicense = {
5699
+ billToPartyName?: Maybe<Scalars['String']['output']>;
5700
+ created?: Maybe<Scalars['Float']['output']>;
5701
+ description?: Maybe<Scalars['String']['output']>;
5702
+ endDate?: Maybe<Scalars['Float']['output']>;
5703
+ entitlement?: Maybe<CcpEntitlement>;
5704
+ isAddon?: Maybe<Scalars['Boolean']['output']>;
5705
+ isEvaluation?: Maybe<Scalars['Boolean']['output']>;
5706
+ key?: Maybe<Scalars['ID']['output']>;
5707
+ license?: Maybe<Scalars['String']['output']>;
5708
+ licenseType?: Maybe<Scalars['String']['output']>;
5709
+ offering?: Maybe<CcpOffering>;
5710
+ product?: Maybe<CcpProduct>;
5711
+ startDate?: Maybe<Scalars['Float']['output']>;
5712
+ unitCount?: Maybe<Scalars['Float']['output']>;
5713
+ unitType?: Maybe<Scalars['String']['output']>;
5714
+ version?: Maybe<Scalars['Float']['output']>;
5715
+ };
5132
5716
  export declare enum CcpBehaviourAtEndOfTrial {
5133
5717
  Cancel = "CANCEL",
5134
5718
  ConvertToPaid = "CONVERT_TO_PAID",
@@ -5387,6 +5971,25 @@ export declare type CcpDerivedOffering = {
5387
5971
  templateId?: Maybe<Scalars['ID']['output']>;
5388
5972
  templateVersion?: Maybe<Scalars['Int']['output']>;
5389
5973
  };
5974
+ export declare type CcpDeveloperLicense = CcpBaseLicense & {
5975
+ __typename?: 'CcpDeveloperLicense';
5976
+ billToPartyName?: Maybe<Scalars['String']['output']>;
5977
+ created?: Maybe<Scalars['Float']['output']>;
5978
+ description?: Maybe<Scalars['String']['output']>;
5979
+ endDate?: Maybe<Scalars['Float']['output']>;
5980
+ entitlement?: Maybe<CcpEntitlement>;
5981
+ isAddon?: Maybe<Scalars['Boolean']['output']>;
5982
+ isEvaluation?: Maybe<Scalars['Boolean']['output']>;
5983
+ key?: Maybe<Scalars['ID']['output']>;
5984
+ license?: Maybe<Scalars['String']['output']>;
5985
+ licenseType?: Maybe<Scalars['String']['output']>;
5986
+ offering?: Maybe<CcpOffering>;
5987
+ product?: Maybe<CcpProduct>;
5988
+ startDate?: Maybe<Scalars['Float']['output']>;
5989
+ unitCount?: Maybe<Scalars['Float']['output']>;
5990
+ unitType?: Maybe<Scalars['String']['output']>;
5991
+ version?: Maybe<Scalars['Float']['output']>;
5992
+ };
5390
5993
  export declare enum CcpDuration {
5391
5994
  Forever = "FOREVER",
5392
5995
  Once = "ONCE",
@@ -5410,6 +6013,7 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
5410
6013
  createdAt?: Maybe<Scalars['Float']['output']>;
5411
6014
  defaultOfferingTransitions?: Maybe<Array<Maybe<CcpEntitlementOfferingTransition>>>;
5412
6015
  defaultStandaloneOfferingTransitions?: Maybe<Array<Maybe<CcpEntitlementOfferingTransition>>>;
6016
+ developerLicense?: Maybe<CcpDeveloperLicense>;
5413
6017
  enableAbuseProneFeatures?: Maybe<Scalars['Boolean']['output']>;
5414
6018
  entitlementId?: Maybe<Scalars['ID']['output']>;
5415
6019
  entitlementProfile?: Maybe<GrowthUnifiedProfileEntitlementProfileResult>;
@@ -5624,7 +6228,7 @@ export declare type CcpInvoiceRequestItemSubscriptionObj = {
5624
6228
  id?: Maybe<Scalars['ID']['output']>;
5625
6229
  itemId?: Maybe<Scalars['String']['output']>;
5626
6230
  };
5627
- export declare type CcpLicense = {
6231
+ export declare type CcpLicense = CcpBaseLicense & {
5628
6232
  __typename?: 'CcpLicense';
5629
6233
  billToPartyName?: Maybe<Scalars['String']['output']>;
5630
6234
  created?: Maybe<Scalars['Float']['output']>;
@@ -22132,6 +22736,7 @@ export declare type DevAiRovoDevSession = Node & {
22132
22736
  __typename?: 'DevAiRovoDevSession';
22133
22737
  accountId?: Maybe<Scalars['ID']['output']>;
22134
22738
  createdAt?: Maybe<Scalars['DateTime']['output']>;
22739
+ editorPath?: Maybe<Scalars['String']['output']>;
22135
22740
  editorUrl?: Maybe<Scalars['URL']['output']>;
22136
22741
  errorMessage?: Maybe<Scalars['String']['output']>;
22137
22742
  id: Scalars['ID']['output'];
@@ -53866,6 +54471,11 @@ export declare enum GrowthUnifiedProfileDomainType {
53866
54471
  Business = "BUSINESS",
53867
54472
  Personal = "PERSONAL"
53868
54473
  }
54474
+ export declare type GrowthUnifiedProfileEngagementsSeries = {
54475
+ __typename?: 'GrowthUnifiedProfileEngagementsSeries';
54476
+ date?: Maybe<Scalars['String']['output']>;
54477
+ value?: Maybe<Scalars['Int']['output']>;
54478
+ };
53869
54479
  export declare enum GrowthUnifiedProfileEnrichmentStatus {
53870
54480
  Complete = "COMPLETE",
53871
54481
  Error = "ERROR",
@@ -53906,6 +54516,14 @@ export declare enum GrowthUnifiedProfileEntryType {
53906
54516
  Existing = "EXISTING",
53907
54517
  New = "NEW"
53908
54518
  }
54519
+ export declare type GrowthUnifiedProfileFunctionalOnboardingResult = {
54520
+ __typename?: 'GrowthUnifiedProfileFunctionalOnboardingResult';
54521
+ coreActions: Scalars['Boolean']['output'];
54522
+ functionallyOnboarded: Scalars['Boolean']['output'];
54523
+ productKey: GrowthUnifiedProfileProductKey;
54524
+ teamActivity: Scalars['Boolean']['output'];
54525
+ userActivity: Scalars['Boolean']['output'];
54526
+ };
53909
54527
  export declare type GrowthUnifiedProfileGetUnifiedUserProfileWhereInput = {
53910
54528
  tenantId: Scalars['String']['input'];
53911
54529
  };
@@ -54095,6 +54713,13 @@ export declare enum GrowthUnifiedProfileProductEdition {
54095
54713
  Premium = "PREMIUM",
54096
54714
  Standard = "STANDARD"
54097
54715
  }
54716
+ export declare enum GrowthUnifiedProfileProductKey {
54717
+ Confluence = "CONFLUENCE",
54718
+ Jira = "JIRA",
54719
+ JiraProductDiscovery = "JIRA_PRODUCT_DISCOVERY",
54720
+ JiraServiceManagement = "JIRA_SERVICE_MANAGEMENT",
54721
+ Loom = "LOOM"
54722
+ }
54098
54723
  export declare type GrowthUnifiedProfileProductNbe = {
54099
54724
  __typename?: 'GrowthUnifiedProfileProductNBE';
54100
54725
  edition?: Maybe<GrowthUnifiedProfileProductEdition>;
@@ -54151,23 +54776,29 @@ export declare type GrowthUnifiedProfileSiteOnboardingInsightsResult = {
54151
54776
  bestPerformingTarget?: Maybe<Array<Maybe<GrowthUnifiedProfileBestPerformingTarget>>>;
54152
54777
  completionRate?: Maybe<Scalars['Float']['output']>;
54153
54778
  completionRateSeries?: Maybe<Array<Maybe<GrowthUnifiedProfileCompletionRateSeries>>>;
54154
- completionSeries?: Maybe<Array<Maybe<GrowthUnifiedProfileCompletionSeries>>>;
54779
+ completionsSeries?: Maybe<Array<Maybe<GrowthUnifiedProfileCompletionSeries>>>;
54155
54780
  dataSufficiencyPercentage?: Maybe<Scalars['Float']['output']>;
54156
54781
  dateRangeDays?: Maybe<Scalars['Int']['output']>;
54157
54782
  earliestDataDate?: Maybe<Scalars['String']['output']>;
54783
+ engagementsSeries?: Maybe<Array<Maybe<GrowthUnifiedProfileEngagementsSeries>>>;
54158
54784
  latestDataDate?: Maybe<Scalars['String']['output']>;
54159
54785
  rollingInterval: Scalars['String']['output'];
54160
54786
  tags?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
54161
54787
  totalCompletions?: Maybe<Scalars['Int']['output']>;
54162
54788
  totalDataDays?: Maybe<Scalars['Int']['output']>;
54789
+ totalEngagements?: Maybe<Scalars['Int']['output']>;
54163
54790
  totalViews?: Maybe<Scalars['Int']['output']>;
54164
- viewSeries?: Maybe<Array<Maybe<GrowthUnifiedProfileViewSeries>>>;
54791
+ viewsSeries?: Maybe<Array<Maybe<GrowthUnifiedProfileViewSeries>>>;
54165
54792
  };
54166
54793
  export declare type GrowthUnifiedProfileSiteProfileResult = {
54167
54794
  __typename?: 'GrowthUnifiedProfileSiteProfileResult';
54795
+ functionalOnboardingContext?: Maybe<GrowthUnifiedProfileFunctionalOnboardingResult>;
54168
54796
  onboardingHubInsightsOverAll?: Maybe<Array<Maybe<GrowthUnifiedProfileSiteOnboardingInsightsResult>>>;
54169
54797
  onboardingHubInsightsPerOnboarding?: Maybe<Array<Maybe<GrowthUnifiedProfileSiteOnboardingInsightsPerOnboardingResult>>>;
54170
54798
  };
54799
+ export declare type GrowthUnifiedProfileSiteProfileResultFunctionalOnboardingContextArgs = {
54800
+ productKey: GrowthUnifiedProfileProductKey;
54801
+ };
54171
54802
  export declare type GrowthUnifiedProfileSiteProfileResultOnboardingHubInsightsOverAllArgs = {
54172
54803
  rollingIntervals: Array<GrowthUnifiedProfileRollingDateIntervalInput>;
54173
54804
  };
@@ -62642,6 +63273,11 @@ export declare type JiraForgeGroupsFieldSelectedGroupsConnectionArgs = {
62642
63273
  first?: InputMaybe<Scalars['Int']['input']>;
62643
63274
  last?: InputMaybe<Scalars['Int']['input']>;
62644
63275
  };
63276
+ export declare type JiraForgeGroupsFieldInput = {
63277
+ bulkEditMultiSelectFieldOption?: InputMaybe<JiraBulkEditMultiSelectFieldOptions>;
63278
+ fieldId: Scalars['ID']['input'];
63279
+ selectedGroups: Array<JiraGroupInput>;
63280
+ };
62645
63281
  export declare type JiraForgeInstallationConfigExtension = {
62646
63282
  __typename?: 'JiraForgeInstallationConfigExtension';
62647
63283
  key: Scalars['String']['output'];
@@ -64237,6 +64873,7 @@ export declare type JiraIssueFieldsInput = {
64237
64873
  entitlementField?: InputMaybe<JiraEntitlementFieldInput>;
64238
64874
  epicLinkField?: InputMaybe<JiraEpicLinkFieldInput>;
64239
64875
  issueType?: InputMaybe<JiraIssueTypeInput>;
64876
+ jiraForgeGroupsFields?: InputMaybe<Array<JiraForgeGroupsFieldInput>>;
64240
64877
  jiraForgeStringsFields?: InputMaybe<Array<JiraForgeStringsFieldInput>>;
64241
64878
  jiraForgeUsersFields?: InputMaybe<Array<JiraForgeUsersFieldInput>>;
64242
64879
  labelsFields?: InputMaybe<Array<JiraLabelsFieldInput>>;
@@ -75186,7 +75823,7 @@ export declare type JiraUpdateFlagFieldInput = {
75186
75823
  export declare type JiraUpdateFlagFieldOperationInput = {
75187
75824
  operation: JiraFlagOperations;
75188
75825
  };
75189
- export declare type JiraUpdateFlagFieldPayload = {
75826
+ export declare type JiraUpdateFlagFieldPayload = Payload & {
75190
75827
  __typename?: 'JiraUpdateFlagFieldPayload';
75191
75828
  errors?: Maybe<Array<MutationError>>;
75192
75829
  field?: Maybe<JiraFlagField>;
@@ -81403,6 +82040,11 @@ export declare type MarketplaceStoreCollectionUsecasesValues = {
81403
82040
  description: Scalars['String']['output'];
81404
82041
  title: Scalars['String']['output'];
81405
82042
  };
82043
+ export declare type MarketplaceStoreCompatibleProducts = {
82044
+ __typename?: 'MarketplaceStoreCompatibleProducts';
82045
+ entitlementDetails?: Maybe<Array<Maybe<MarketplaceStoreEntitlementDetails>>>;
82046
+ hostUsers?: Maybe<Scalars['Int']['output']>;
82047
+ };
81406
82048
  export declare type MarketplaceStoreCreateOrUpdateReviewInput = {
81407
82049
  appKey: Scalars['String']['input'];
81408
82050
  hosting?: InputMaybe<MarketplaceStoreAtlassianProductHostingType>;
@@ -81507,6 +82149,12 @@ export declare enum MarketplaceStoreEnterpriseProduct {
81507
82149
  Confluence = "CONFLUENCE",
81508
82150
  Jira = "JIRA"
81509
82151
  }
82152
+ export declare type MarketplaceStoreEntitlementDetails = {
82153
+ __typename?: 'MarketplaceStoreEntitlementDetails';
82154
+ ccpEntitlementSlug?: Maybe<Scalars['String']['output']>;
82155
+ ccpUsers?: Maybe<Scalars['Int']['output']>;
82156
+ productKey?: Maybe<Scalars['String']['output']>;
82157
+ };
81510
82158
  export declare type MarketplaceStoreGeoIpResponse = {
81511
82159
  __typename?: 'MarketplaceStoreGeoIPResponse';
81512
82160
  countryCode: Scalars['String']['output'];
@@ -81586,6 +82234,7 @@ export declare type MarketplaceStoreHostStatusResponse = {
81586
82234
  };
81587
82235
  export declare type MarketplaceStoreInstallAppInput = {
81588
82236
  appKey: Scalars['String']['input'];
82237
+ chargeQuantity?: InputMaybe<Scalars['Int']['input']>;
81589
82238
  offeringId?: InputMaybe<Scalars['String']['input']>;
81590
82239
  target: MarketplaceStoreInstallAppTargetInput;
81591
82240
  };
@@ -81909,6 +82558,7 @@ export declare type MarketplaceStoreQueryApi = {
81909
82558
  myReview: MarketplaceStoreCurrentUserReviewResponse;
81910
82559
  orgId: MarketplaceStoreOrgIdResponse;
81911
82560
  partner: MarketplaceStorePartnerResponse;
82561
+ siteDetails: MarketplaceStoreSiteDetailsResponse;
81912
82562
  };
81913
82563
  export declare type MarketplaceStoreQueryApiAppReviewByIdArgs = {
81914
82564
  appKey: Scalars['String']['input'];
@@ -81988,6 +82638,9 @@ export declare type MarketplaceStoreQueryApiPartnerArgs = {
81988
82638
  developerId?: InputMaybe<Scalars['ID']['input']>;
81989
82639
  vendorId: Scalars['ID']['input'];
81990
82640
  };
82641
+ export declare type MarketplaceStoreQueryApiSiteDetailsArgs = {
82642
+ input: MarketplaceStoreSiteDetailsInput;
82643
+ };
81991
82644
  export declare type MarketplaceStoreReviewAuthor = {
81992
82645
  __typename?: 'MarketplaceStoreReviewAuthor';
81993
82646
  id: Scalars['ID']['output'];
@@ -82033,6 +82686,22 @@ export declare enum MarketplaceStoreReviewsSorting {
82033
82686
  Helpful = "HELPFUL",
82034
82687
  Recent = "RECENT"
82035
82688
  }
82689
+ export declare type MarketplaceStoreSiteDetailsInput = {
82690
+ cloudId: Scalars['String']['input'];
82691
+ product: MarketplaceStoreSiteProduct;
82692
+ };
82693
+ export declare type MarketplaceStoreSiteDetailsResponse = {
82694
+ __typename?: 'MarketplaceStoreSiteDetailsResponse';
82695
+ cloudId: Scalars['String']['output'];
82696
+ compatibleProducts?: Maybe<MarketplaceStoreCompatibleProducts>;
82697
+ installedAppUsers?: Maybe<Scalars['Int']['output']>;
82698
+ isSandboxInstance?: Maybe<Scalars['Boolean']['output']>;
82699
+ parentAppUsers?: Maybe<Scalars['Int']['output']>;
82700
+ };
82701
+ export declare type MarketplaceStoreSiteProduct = {
82702
+ appKey?: InputMaybe<Scalars['String']['input']>;
82703
+ parentProduct?: InputMaybe<MarketplaceStoreInstallationTargetProduct>;
82704
+ };
82036
82705
  export declare type MarketplaceStoreUpdateReviewFlagInput = {
82037
82706
  appKey: Scalars['String']['input'];
82038
82707
  reviewId: Scalars['ID']['input'];
@@ -85061,8 +85730,15 @@ export declare type Mutation = {
85061
85730
  addLabels?: Maybe<AddLabelsPayload>;
85062
85731
  addPublicLinkPermissions?: Maybe<AddPublicLinkPermissionsPayload>;
85063
85732
  addReaction?: Maybe<SaveReactionResponse>;
85733
+ admin_activateUser?: Maybe<AdminActiveUserResponsePayload>;
85734
+ admin_assignRole?: Maybe<AdminAssignRoleResponsePayload>;
85064
85735
  admin_createAccessUrl?: Maybe<AdminAccessUrlCreationResponsePayload>;
85736
+ admin_deactivateUser?: Maybe<AdminDeactivateResponsePayload>;
85065
85737
  admin_deleteAccessUrl?: Maybe<AdminAccessUrlDeletionResponsePayload>;
85738
+ admin_impersonateUser?: Maybe<AdminImpersonationResponsePayload>;
85739
+ admin_releaseImpersonationUser?: Maybe<AdminReleaseImpersonationResponsePayload>;
85740
+ admin_removeUser?: Maybe<AdminRemoveUserResponsePayload>;
85741
+ admin_revokeRole?: Maybe<AdminRevokeRoleResponsePayload>;
85066
85742
  agentStudio_addGroupsToCreatePermission?: Maybe<AgentStudioAddGroupsToCreatePermissionPayload>;
85067
85743
  agentStudio_createAgent?: Maybe<AgentStudioCreateAgentPayload>;
85068
85744
  agentStudio_createScenario?: Maybe<AgentStudioCreateScenarioPayload>;
@@ -85692,12 +86368,37 @@ export declare type MutationAddReactionArgs = {
85692
86368
  contentType: GraphQlReactionContentType;
85693
86369
  emojiId: Scalars['String']['input'];
85694
86370
  };
86371
+ export declare type MutationAdmin_ActivateUserArgs = {
86372
+ input: AdminActivateUserInput;
86373
+ };
86374
+ export declare type MutationAdmin_AssignRoleArgs = {
86375
+ assignRoleInput?: InputMaybe<AdminAssignRoleInput>;
86376
+ directoryId?: InputMaybe<Scalars['ID']['input']>;
86377
+ orgId: Scalars['ID']['input'];
86378
+ };
85695
86379
  export declare type MutationAdmin_CreateAccessUrlArgs = {
85696
86380
  resourceAri: Scalars['ID']['input'];
85697
86381
  };
86382
+ export declare type MutationAdmin_DeactivateUserArgs = {
86383
+ input: AdminDeactivateUserInput;
86384
+ };
85698
86385
  export declare type MutationAdmin_DeleteAccessUrlArgs = {
85699
86386
  id: Scalars['ID']['input'];
85700
86387
  };
86388
+ export declare type MutationAdmin_ImpersonateUserArgs = {
86389
+ input: AdminImpersonateUserInput;
86390
+ };
86391
+ export declare type MutationAdmin_ReleaseImpersonationUserArgs = {
86392
+ input: AdminReleaseImpersonationUserInput;
86393
+ };
86394
+ export declare type MutationAdmin_RemoveUserArgs = {
86395
+ input: AdminRemoveUserInput;
86396
+ };
86397
+ export declare type MutationAdmin_RevokeRoleArgs = {
86398
+ directoryId?: InputMaybe<Scalars['ID']['input']>;
86399
+ orgId: Scalars['ID']['input'];
86400
+ revokeRoleInput?: InputMaybe<AdminRevokeRoleInput>;
86401
+ };
85701
86402
  export declare type MutationAgentStudio_AddGroupsToCreatePermissionArgs = {
85702
86403
  cloudId: Scalars['ID']['input'];
85703
86404
  groupARIs: Array<Scalars['ID']['input']>;
@@ -90444,6 +91145,19 @@ export declare type Query = {
90444
91145
  adminAnnouncementBannerSettingsByCriteria?: Maybe<AdminAnnouncementBannerSettingConnection>;
90445
91146
  adminReportStatus?: Maybe<ConfluenceAdminReportStatus>;
90446
91147
  admin_accessUrls?: Maybe<AdminAccessUrlConnection>;
91148
+ admin_connectedAppInstallations?: Maybe<AdminConnectedResourcesConnection>;
91149
+ admin_effectiveRoleAssignmentsByPrincipal?: Maybe<AdminRoleAssignmentEffectiveConnection>;
91150
+ admin_group?: Maybe<AdminGroup>;
91151
+ admin_groups?: Maybe<AdminGroupConnection>;
91152
+ admin_org?: Maybe<AdminOrganization>;
91153
+ admin_permissions?: Maybe<Array<AdminPermission>>;
91154
+ admin_user?: Maybe<AdminUser>;
91155
+ admin_userStats?: Maybe<AdminUserStats>;
91156
+ admin_users?: Maybe<AdminUserConnection>;
91157
+ admin_workspaceById?: Maybe<AdminWorkspace>;
91158
+ admin_workspacePlans?: Maybe<AdminWorkspacePlanConnection>;
91159
+ admin_workspaceTypes?: Maybe<AdminWorkspaceTypeConnection>;
91160
+ admin_workspaces?: Maybe<AdminWorkspaceConnection>;
90447
91161
  agentAI_contextPanel?: Maybe<AgentAiContextPanelResult>;
90448
91162
  agentAI_summarizeIssue?: Maybe<AgentAiIssueSummaryResult>;
90449
91163
  agentStudio_agentById?: Maybe<AgentStudioAgentResult>;
@@ -91135,6 +91849,79 @@ export declare type QueryAdmin_AccessUrlsArgs = {
91135
91849
  last?: InputMaybe<Scalars['Int']['input']>;
91136
91850
  orgId: Scalars['ID']['input'];
91137
91851
  };
91852
+ export declare type QueryAdmin_ConnectedAppInstallationsArgs = {
91853
+ after?: InputMaybe<Scalars['String']['input']>;
91854
+ appInstallationId: Scalars['ID']['input'];
91855
+ before?: InputMaybe<Scalars['String']['input']>;
91856
+ first?: InputMaybe<Scalars['Int']['input']>;
91857
+ last?: InputMaybe<Scalars['Int']['input']>;
91858
+ };
91859
+ export declare type QueryAdmin_EffectiveRoleAssignmentsByPrincipalArgs = {
91860
+ after?: InputMaybe<Scalars['String']['input']>;
91861
+ before?: InputMaybe<Scalars['String']['input']>;
91862
+ directoryId?: InputMaybe<Scalars['ID']['input']>;
91863
+ first?: InputMaybe<Scalars['Int']['input']>;
91864
+ last?: InputMaybe<Scalars['Int']['input']>;
91865
+ orgId: Scalars['ID']['input'];
91866
+ principal: Scalars['ID']['input'];
91867
+ };
91868
+ export declare type QueryAdmin_GroupArgs = {
91869
+ input?: InputMaybe<AdminFetchGroupInput>;
91870
+ };
91871
+ export declare type QueryAdmin_GroupsArgs = {
91872
+ after?: InputMaybe<Scalars['String']['input']>;
91873
+ before?: InputMaybe<Scalars['String']['input']>;
91874
+ first?: InputMaybe<Scalars['Int']['input']>;
91875
+ input?: InputMaybe<AdminSearchGroupInput>;
91876
+ last?: InputMaybe<Scalars['Int']['input']>;
91877
+ };
91878
+ export declare type QueryAdmin_OrgArgs = {
91879
+ id: Scalars['ID']['input'];
91880
+ };
91881
+ export declare type QueryAdmin_PermissionsArgs = {
91882
+ principalId: Scalars['ID']['input'];
91883
+ resourceId: Scalars['ID']['input'];
91884
+ };
91885
+ export declare type QueryAdmin_UserArgs = {
91886
+ input?: InputMaybe<AdminFetchUserInput>;
91887
+ };
91888
+ export declare type QueryAdmin_UserStatsArgs = {
91889
+ input?: InputMaybe<AdminFetchUserStatsInput>;
91890
+ };
91891
+ export declare type QueryAdmin_UsersArgs = {
91892
+ after?: InputMaybe<Scalars['String']['input']>;
91893
+ before?: InputMaybe<Scalars['String']['input']>;
91894
+ first?: InputMaybe<Scalars['Int']['input']>;
91895
+ last?: InputMaybe<Scalars['Int']['input']>;
91896
+ searchUserInput?: InputMaybe<AdminSearchUserInput>;
91897
+ };
91898
+ export declare type QueryAdmin_WorkspaceByIdArgs = {
91899
+ id: Scalars['ID']['input'];
91900
+ };
91901
+ export declare type QueryAdmin_WorkspacePlansArgs = {
91902
+ after?: InputMaybe<Scalars['String']['input']>;
91903
+ before?: InputMaybe<Scalars['String']['input']>;
91904
+ first?: InputMaybe<Scalars['Int']['input']>;
91905
+ last?: InputMaybe<Scalars['Int']['input']>;
91906
+ owner: Scalars['ID']['input'];
91907
+ searchWorkspaceInput?: InputMaybe<AdminSearchWorkspacesInput>;
91908
+ };
91909
+ export declare type QueryAdmin_WorkspaceTypesArgs = {
91910
+ after?: InputMaybe<Scalars['String']['input']>;
91911
+ before?: InputMaybe<Scalars['String']['input']>;
91912
+ first?: InputMaybe<Scalars['Int']['input']>;
91913
+ last?: InputMaybe<Scalars['Int']['input']>;
91914
+ owner: Scalars['ID']['input'];
91915
+ searchWorkspaceInput?: InputMaybe<AdminSearchWorkspacesInput>;
91916
+ };
91917
+ export declare type QueryAdmin_WorkspacesArgs = {
91918
+ after?: InputMaybe<Scalars['String']['input']>;
91919
+ before?: InputMaybe<Scalars['String']['input']>;
91920
+ first?: InputMaybe<Scalars['Int']['input']>;
91921
+ last?: InputMaybe<Scalars['Int']['input']>;
91922
+ owner: Scalars['ID']['input'];
91923
+ searchWorkspaceInput?: InputMaybe<AdminSearchWorkspacesInput>;
91924
+ };
91138
91925
  export declare type QueryAgentAi_ContextPanelArgs = {
91139
91926
  cloudId: Scalars['ID']['input'];
91140
91927
  issueId?: InputMaybe<Scalars['String']['input']>;