@forge/cli-shared 6.4.0-next.12 → 6.4.0-next.13

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
+ ## 6.4.0-next.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d93dd92]
8
+ - @forge/manifest@8.1.0-next.8
9
+
3
10
  ## 6.4.0-next.12
4
11
 
5
12
  ### Minor Changes
@@ -2729,6 +2729,7 @@ export declare type CcpOffering = CommerceOffering & Node & {
2729
2729
  pricingType?: Maybe<CcpPricingType>;
2730
2730
  product?: Maybe<CcpProduct>;
2731
2731
  productKey?: Maybe<Scalars['ID']['output']>;
2732
+ requiredRelationships?: Maybe<Array<Maybe<CcpOfferingRelationship>>>;
2732
2733
  sku?: Maybe<Scalars['String']['output']>;
2733
2734
  slugs?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
2734
2735
  status?: Maybe<CcpOfferingStatus>;
@@ -2775,6 +2776,19 @@ export declare type CcpOfferingGroup = {
2775
2776
  export declare enum CcpOfferingHostingType {
2776
2777
  Cloud = "CLOUD"
2777
2778
  }
2779
+ export declare type CcpOfferingRelationship = {
2780
+ __typename?: 'CcpOfferingRelationship';
2781
+ catalogAccountId?: Maybe<Scalars['String']['output']>;
2782
+ description?: Maybe<Scalars['String']['output']>;
2783
+ from?: Maybe<CcpRelationshipNode>;
2784
+ id?: Maybe<Scalars['String']['output']>;
2785
+ relationshipTemplateId?: Maybe<Scalars['String']['output']>;
2786
+ relationshipType?: Maybe<CcpRelationshipType>;
2787
+ status?: Maybe<CcpRelationshipStatus>;
2788
+ to?: Maybe<CcpRelationshipNode>;
2789
+ updatedAt?: Maybe<Scalars['Float']['output']>;
2790
+ version?: Maybe<Scalars['Int']['output']>;
2791
+ };
2778
2792
  export declare enum CcpOfferingStatus {
2779
2793
  Active = "ACTIVE",
2780
2794
  AtNotice = "AT_NOTICE",
@@ -2923,12 +2937,49 @@ export declare type CcpQueryApiProductArgs = {
2923
2937
  export declare type CcpQueryApiTransactionAccountArgs = {
2924
2938
  id: Scalars['ID']['input'];
2925
2939
  };
2940
+ export declare type CcpRelationshipCardinality = {
2941
+ __typename?: 'CcpRelationshipCardinality';
2942
+ max?: Maybe<Scalars['Int']['output']>;
2943
+ min?: Maybe<Scalars['Int']['output']>;
2944
+ };
2945
+ export declare type CcpRelationshipGroup = {
2946
+ __typename?: 'CcpRelationshipGroup';
2947
+ groupCardinality?: Maybe<CcpRelationshipGroupCardinality>;
2948
+ groupName?: Maybe<Scalars['String']['output']>;
2949
+ offerings?: Maybe<Array<Maybe<CcpOffering>>>;
2950
+ };
2951
+ export declare type CcpRelationshipGroupCardinality = {
2952
+ __typename?: 'CcpRelationshipGroupCardinality';
2953
+ max?: Maybe<Scalars['Int']['output']>;
2954
+ };
2955
+ export declare type CcpRelationshipNode = {
2956
+ __typename?: 'CcpRelationshipNode';
2957
+ cardinality?: Maybe<CcpRelationshipCardinality>;
2958
+ groups?: Maybe<Array<Maybe<CcpRelationshipGroup>>>;
2959
+ selector?: Maybe<Scalars['String']['output']>;
2960
+ };
2926
2961
  export declare enum CcpRelationshipPricingType {
2927
2962
  AdvantagePricing = "ADVANTAGE_PRICING",
2928
2963
  CurrencyGenerated = "CURRENCY_GENERATED",
2929
2964
  NextPricing = "NEXT_PRICING",
2930
2965
  SyntheticGenerated = "SYNTHETIC_GENERATED"
2931
2966
  }
2967
+ export declare enum CcpRelationshipStatus {
2968
+ Active = "ACTIVE",
2969
+ Deprecated = "DEPRECATED"
2970
+ }
2971
+ export declare enum CcpRelationshipType {
2972
+ AddonDependence = "ADDON_DEPENDENCE",
2973
+ AppCompatibility = "APP_COMPATIBILITY",
2974
+ Collection = "COLLECTION",
2975
+ CollectionTrial = "COLLECTION_TRIAL",
2976
+ Enterprise = "ENTERPRISE",
2977
+ EnterpriseSandboxGrant = "ENTERPRISE_SANDBOX_GRANT",
2978
+ FamilyContainer = "FAMILY_CONTAINER",
2979
+ MultiInstance = "MULTI_INSTANCE",
2980
+ SandboxDependence = "SANDBOX_DEPENDENCE",
2981
+ SandboxGrant = "SANDBOX_GRANT"
2982
+ }
2932
2983
  export declare type CcpSubscription = CommerceSubscription & {
2933
2984
  __typename?: 'CcpSubscription';
2934
2985
  accountDetails?: Maybe<CcpAccountDetails>;
@@ -25823,8 +25874,12 @@ export declare type GraphStore = {
25823
25874
  testPerfhammerRelationshipRelationship?: Maybe<GraphStoreFullTestPerfhammerRelationshipConnection>;
25824
25875
  userAuthoredPr?: Maybe<GraphStoreSimplifiedUserAuthoredPrConnection>;
25825
25876
  userAuthoredPrInverse?: Maybe<GraphStoreSimplifiedUserAuthoredPrInverseConnection>;
25877
+ userCreatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection>;
25878
+ userCreatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseConnection>;
25826
25879
  userCreatedConfluencePage?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageConnection>;
25827
25880
  userCreatedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageInverseConnection>;
25881
+ userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
25882
+ userHasRelevantProjectInverse?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseConnection>;
25828
25883
  userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
25829
25884
  userHasTopProjectInverse?: Maybe<GraphStoreSimplifiedUserHasTopProjectInverseConnection>;
25830
25885
  userIsInTeamInverse?: Maybe<GraphStoreSimplifiedUserIsInTeamInverseConnection>;
@@ -28148,6 +28203,20 @@ export declare type GraphStoreUserAuthoredPrInverseArgs = {
28148
28203
  id: Scalars['ID']['input'];
28149
28204
  sort?: InputMaybe<GraphStoreUserAuthoredPrSortInput>;
28150
28205
  };
28206
+ export declare type GraphStoreUserCreatedConfluenceBlogpostArgs = {
28207
+ after?: InputMaybe<Scalars['String']['input']>;
28208
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
28209
+ first?: InputMaybe<Scalars['Int']['input']>;
28210
+ id: Scalars['ID']['input'];
28211
+ sort?: InputMaybe<GraphStoreUserCreatedConfluenceBlogpostSortInput>;
28212
+ };
28213
+ export declare type GraphStoreUserCreatedConfluenceBlogpostInverseArgs = {
28214
+ after?: InputMaybe<Scalars['String']['input']>;
28215
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
28216
+ first?: InputMaybe<Scalars['Int']['input']>;
28217
+ id: Scalars['ID']['input'];
28218
+ sort?: InputMaybe<GraphStoreUserCreatedConfluenceBlogpostSortInput>;
28219
+ };
28151
28220
  export declare type GraphStoreUserCreatedConfluencePageArgs = {
28152
28221
  after?: InputMaybe<Scalars['String']['input']>;
28153
28222
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -28162,6 +28231,20 @@ export declare type GraphStoreUserCreatedConfluencePageInverseArgs = {
28162
28231
  id: Scalars['ID']['input'];
28163
28232
  sort?: InputMaybe<GraphStoreUserCreatedConfluencePageSortInput>;
28164
28233
  };
28234
+ export declare type GraphStoreUserHasRelevantProjectArgs = {
28235
+ after?: InputMaybe<Scalars['String']['input']>;
28236
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
28237
+ first?: InputMaybe<Scalars['Int']['input']>;
28238
+ id: Scalars['ID']['input'];
28239
+ sort?: InputMaybe<GraphStoreUserHasRelevantProjectSortInput>;
28240
+ };
28241
+ export declare type GraphStoreUserHasRelevantProjectInverseArgs = {
28242
+ after?: InputMaybe<Scalars['String']['input']>;
28243
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
28244
+ first?: InputMaybe<Scalars['Int']['input']>;
28245
+ id: Scalars['ID']['input'];
28246
+ sort?: InputMaybe<GraphStoreUserHasRelevantProjectSortInput>;
28247
+ };
28165
28248
  export declare type GraphStoreUserHasTopProjectArgs = {
28166
28249
  after?: InputMaybe<Scalars['String']['input']>;
28167
28250
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -29511,6 +29594,20 @@ export declare type GraphStoreCreateTownsquareTagIsAliasOfTownsquareTagRelations
29511
29594
  to: Scalars['ID']['input'];
29512
29595
  updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
29513
29596
  };
29597
+ export declare type GraphStoreCreateUserHasRelevantProjectInput = {
29598
+ relationships: Array<GraphStoreCreateUserHasRelevantProjectRelationshipInput>;
29599
+ };
29600
+ export declare type GraphStoreCreateUserHasRelevantProjectPayload = Payload & {
29601
+ __typename?: 'GraphStoreCreateUserHasRelevantProjectPayload';
29602
+ errors?: Maybe<Array<MutationError>>;
29603
+ success: Scalars['Boolean']['output'];
29604
+ };
29605
+ export declare type GraphStoreCreateUserHasRelevantProjectRelationshipInput = {
29606
+ from: Scalars['ID']['input'];
29607
+ sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
29608
+ to: Scalars['ID']['input'];
29609
+ updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
29610
+ };
29514
29611
  export declare type GraphStoreCreateVersionUserAssociatedFeatureFlagInput = {
29515
29612
  relationships: Array<GraphStoreCreateVersionUserAssociatedFeatureFlagRelationshipInput>;
29516
29613
  };
@@ -29595,7 +29692,7 @@ export declare type GraphStoreCypherQueryToNode = {
29595
29692
  data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
29596
29693
  id: Scalars['ID']['output'];
29597
29694
  };
29598
- export declare type GraphStoreCypherQueryToNodeUnion = ConfluencePage | JiraIssue;
29695
+ export declare type GraphStoreCypherQueryToNodeUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
29599
29696
  export declare type GraphStoreDateFilterInput = {
29600
29697
  after?: InputMaybe<Scalars['DateTime']['input']>;
29601
29698
  before?: InputMaybe<Scalars['DateTime']['input']>;
@@ -29847,6 +29944,19 @@ export declare type GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagRelations
29847
29944
  from: Scalars['ID']['input'];
29848
29945
  to: Scalars['ID']['input'];
29849
29946
  };
29947
+ export declare type GraphStoreDeleteUserHasRelevantProjectInput = {
29948
+ relationships: Array<GraphStoreDeleteUserHasRelevantProjectRelationshipInput>;
29949
+ synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
29950
+ };
29951
+ export declare type GraphStoreDeleteUserHasRelevantProjectPayload = Payload & {
29952
+ __typename?: 'GraphStoreDeleteUserHasRelevantProjectPayload';
29953
+ errors?: Maybe<Array<MutationError>>;
29954
+ success: Scalars['Boolean']['output'];
29955
+ };
29956
+ export declare type GraphStoreDeleteUserHasRelevantProjectRelationshipInput = {
29957
+ from: Scalars['ID']['input'];
29958
+ to: Scalars['ID']['input'];
29959
+ };
29850
29960
  export declare type GraphStoreDeleteVersionUserAssociatedFeatureFlagInput = {
29851
29961
  relationships: Array<GraphStoreDeleteVersionUserAssociatedFeatureFlagRelationshipInput>;
29852
29962
  synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
@@ -33560,6 +33670,7 @@ export declare type GraphStoreMutation = {
33560
33670
  createSprintRetrospectiveWhiteboard?: Maybe<GraphStoreCreateSprintRetrospectiveWhiteboardPayload>;
33561
33671
  createTestPerfhammerRelationship?: Maybe<GraphStoreCreateTestPerfhammerRelationshipPayload>;
33562
33672
  createTownsquareTagIsAliasOfTownsquareTag?: Maybe<GraphStoreCreateTownsquareTagIsAliasOfTownsquareTagPayload>;
33673
+ createUserHasRelevantProject?: Maybe<GraphStoreCreateUserHasRelevantProjectPayload>;
33563
33674
  createVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreCreateVersionUserAssociatedFeatureFlagPayload>;
33564
33675
  createVulnerabilityAssociatedIssue?: Maybe<GraphStoreCreateVulnerabilityAssociatedIssuePayload>;
33565
33676
  deleteComponentImpactedByIncident?: Maybe<GraphStoreDeleteComponentImpactedByIncidentPayload>;
@@ -33581,6 +33692,7 @@ export declare type GraphStoreMutation = {
33581
33692
  deleteSprintRetrospectiveWhiteboard?: Maybe<GraphStoreDeleteSprintRetrospectiveWhiteboardPayload>;
33582
33693
  deleteTestPerfhammerRelationship?: Maybe<GraphStoreDeleteTestPerfhammerRelationshipPayload>;
33583
33694
  deleteTownsquareTagIsAliasOfTownsquareTag?: Maybe<GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagPayload>;
33695
+ deleteUserHasRelevantProject?: Maybe<GraphStoreDeleteUserHasRelevantProjectPayload>;
33584
33696
  deleteVersionUserAssociatedFeatureFlag?: Maybe<GraphStoreDeleteVersionUserAssociatedFeatureFlagPayload>;
33585
33697
  deleteVulnerabilityAssociatedIssue?: Maybe<GraphStoreDeleteVulnerabilityAssociatedIssuePayload>;
33586
33698
  };
@@ -33641,6 +33753,9 @@ export declare type GraphStoreMutationCreateTestPerfhammerRelationshipArgs = {
33641
33753
  export declare type GraphStoreMutationCreateTownsquareTagIsAliasOfTownsquareTagArgs = {
33642
33754
  input?: InputMaybe<GraphStoreCreateTownsquareTagIsAliasOfTownsquareTagInput>;
33643
33755
  };
33756
+ export declare type GraphStoreMutationCreateUserHasRelevantProjectArgs = {
33757
+ input?: InputMaybe<GraphStoreCreateUserHasRelevantProjectInput>;
33758
+ };
33644
33759
  export declare type GraphStoreMutationCreateVersionUserAssociatedFeatureFlagArgs = {
33645
33760
  input?: InputMaybe<GraphStoreCreateVersionUserAssociatedFeatureFlagInput>;
33646
33761
  };
@@ -33704,6 +33819,9 @@ export declare type GraphStoreMutationDeleteTestPerfhammerRelationshipArgs = {
33704
33819
  export declare type GraphStoreMutationDeleteTownsquareTagIsAliasOfTownsquareTagArgs = {
33705
33820
  input?: InputMaybe<GraphStoreDeleteTownsquareTagIsAliasOfTownsquareTagInput>;
33706
33821
  };
33822
+ export declare type GraphStoreMutationDeleteUserHasRelevantProjectArgs = {
33823
+ input?: InputMaybe<GraphStoreDeleteUserHasRelevantProjectInput>;
33824
+ };
33707
33825
  export declare type GraphStoreMutationDeleteVersionUserAssociatedFeatureFlagArgs = {
33708
33826
  input?: InputMaybe<GraphStoreDeleteVersionUserAssociatedFeatureFlagInput>;
33709
33827
  };
@@ -36914,6 +37032,34 @@ export declare type GraphStoreSimplifiedUserAuthoredPrInverseEdge = {
36914
37032
  };
36915
37033
  export declare type GraphStoreSimplifiedUserAuthoredPrInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
36916
37034
  export declare type GraphStoreSimplifiedUserAuthoredPrUnion = DevOpsPullRequestDetails;
37035
+ export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection = HasPageInfo & {
37036
+ __typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection';
37037
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostEdge>>>;
37038
+ pageInfo: PageInfo;
37039
+ };
37040
+ export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostEdge = {
37041
+ __typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostEdge';
37042
+ createdAt: Scalars['DateTime']['output'];
37043
+ cursor?: Maybe<Scalars['String']['output']>;
37044
+ id: Scalars['ID']['output'];
37045
+ lastUpdated: Scalars['DateTime']['output'];
37046
+ node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostUnion>;
37047
+ };
37048
+ export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseConnection = HasPageInfo & {
37049
+ __typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseConnection';
37050
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseEdge>>>;
37051
+ pageInfo: PageInfo;
37052
+ };
37053
+ export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseEdge = {
37054
+ __typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseEdge';
37055
+ createdAt: Scalars['DateTime']['output'];
37056
+ cursor?: Maybe<Scalars['String']['output']>;
37057
+ id: Scalars['ID']['output'];
37058
+ lastUpdated: Scalars['DateTime']['output'];
37059
+ node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseUnion>;
37060
+ };
37061
+ export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
37062
+ export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostUnion = ConfluenceBlogPost;
36917
37063
  export declare type GraphStoreSimplifiedUserCreatedConfluencePageConnection = HasPageInfo & {
36918
37064
  __typename?: 'GraphStoreSimplifiedUserCreatedConfluencePageConnection';
36919
37065
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluencePageEdge>>>;
@@ -36942,6 +37088,38 @@ export declare type GraphStoreSimplifiedUserCreatedConfluencePageInverseEdge = {
36942
37088
  };
36943
37089
  export declare type GraphStoreSimplifiedUserCreatedConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
36944
37090
  export declare type GraphStoreSimplifiedUserCreatedConfluencePageUnion = ConfluencePage;
37091
+ export declare type GraphStoreSimplifiedUserHasRelevantProjectConnection = HasPageInfo & HasTotal & {
37092
+ __typename?: 'GraphStoreSimplifiedUserHasRelevantProjectConnection';
37093
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectEdge>>>;
37094
+ isExactCount?: Maybe<Scalars['Boolean']['output']>;
37095
+ pageInfo: PageInfo;
37096
+ totalCount?: Maybe<Scalars['Int']['output']>;
37097
+ };
37098
+ export declare type GraphStoreSimplifiedUserHasRelevantProjectEdge = {
37099
+ __typename?: 'GraphStoreSimplifiedUserHasRelevantProjectEdge';
37100
+ createdAt: Scalars['DateTime']['output'];
37101
+ cursor?: Maybe<Scalars['String']['output']>;
37102
+ id: Scalars['ID']['output'];
37103
+ lastUpdated: Scalars['DateTime']['output'];
37104
+ node?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectUnion>;
37105
+ };
37106
+ export declare type GraphStoreSimplifiedUserHasRelevantProjectInverseConnection = HasPageInfo & HasTotal & {
37107
+ __typename?: 'GraphStoreSimplifiedUserHasRelevantProjectInverseConnection';
37108
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseEdge>>>;
37109
+ isExactCount?: Maybe<Scalars['Boolean']['output']>;
37110
+ pageInfo: PageInfo;
37111
+ totalCount?: Maybe<Scalars['Int']['output']>;
37112
+ };
37113
+ export declare type GraphStoreSimplifiedUserHasRelevantProjectInverseEdge = {
37114
+ __typename?: 'GraphStoreSimplifiedUserHasRelevantProjectInverseEdge';
37115
+ createdAt: Scalars['DateTime']['output'];
37116
+ cursor?: Maybe<Scalars['String']['output']>;
37117
+ id: Scalars['ID']['output'];
37118
+ lastUpdated: Scalars['DateTime']['output'];
37119
+ node?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseUnion>;
37120
+ };
37121
+ export declare type GraphStoreSimplifiedUserHasRelevantProjectInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
37122
+ export declare type GraphStoreSimplifiedUserHasRelevantProjectUnion = JiraProject;
36945
37123
  export declare type GraphStoreSimplifiedUserHasTopProjectConnection = HasPageInfo & {
36946
37124
  __typename?: 'GraphStoreSimplifiedUserHasTopProjectConnection';
36947
37125
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasTopProjectEdge>>>;
@@ -37731,9 +37909,18 @@ export declare type GraphStoreTestPerfhammerRelationshipSortInput = {
37731
37909
  export declare type GraphStoreUserAuthoredPrSortInput = {
37732
37910
  lastModified?: InputMaybe<GraphStoreSortInput>;
37733
37911
  };
37912
+ export declare type GraphStoreUserCreatedConfluenceBlogpostSortInput = {
37913
+ lastModified?: InputMaybe<GraphStoreSortInput>;
37914
+ };
37734
37915
  export declare type GraphStoreUserCreatedConfluencePageSortInput = {
37735
37916
  lastModified?: InputMaybe<GraphStoreSortInput>;
37736
37917
  };
37918
+ export declare type GraphStoreUserHasRelevantProjectSortInput = {
37919
+ createdAt?: InputMaybe<GraphStoreSortInput>;
37920
+ fromAti?: InputMaybe<GraphStoreSortInput>;
37921
+ lastModified?: InputMaybe<GraphStoreSortInput>;
37922
+ toAti?: InputMaybe<GraphStoreSortInput>;
37923
+ };
37737
37924
  export declare type GraphStoreUserHasTopProjectSortInput = {
37738
37925
  lastModified?: InputMaybe<GraphStoreSortInput>;
37739
37926
  };
@@ -57524,6 +57711,7 @@ export declare type MarketplaceAppVersion = {
57524
57711
  buildNumber: Scalars['ID']['output'];
57525
57712
  deployment: MarketplaceAppDeployment;
57526
57713
  documentationUrl?: Maybe<Scalars['URL']['output']>;
57714
+ editionsEnabled?: Maybe<Scalars['Boolean']['output']>;
57527
57715
  endUserLicenseAgreementUrl?: Maybe<Scalars['URL']['output']>;
57528
57716
  heroImage?: Maybe<MarketplaceListingImage>;
57529
57717
  highlights?: Maybe<Array<MarketplaceListingHighlight>>;
@@ -73229,7 +73417,7 @@ export declare type UnifiedLinkedAccountPayload = UnifiedPayload & {
73229
73417
  };
73230
73418
  export declare type UnifiedLinkingMutation = {
73231
73419
  __typename?: 'UnifiedLinkingMutation';
73232
- authenticateTransaction?: Maybe<UnifiedLinkingPayload>;
73420
+ authenticateTransaction?: Maybe<UnifiedULinkTransactionPayload>;
73233
73421
  completeTransaction?: Maybe<UnifiedLinkingPayload>;
73234
73422
  initializeTransaction?: Maybe<UnifiedULinkTransactionPayload>;
73235
73423
  };
@@ -73322,6 +73510,8 @@ export declare type UnifiedProfile = UnifiedINode & {
73322
73510
  gamification?: Maybe<UnifiedUGamificationResult>;
73323
73511
  gamificationId?: Maybe<Scalars['String']['output']>;
73324
73512
  id: Scalars['ID']['output'];
73513
+ isPersonalView?: Maybe<Scalars['Boolean']['output']>;
73514
+ isPrivate: Scalars['Boolean']['output'];
73325
73515
  learnId?: Maybe<Scalars['String']['output']>;
73326
73516
  learning?: Maybe<UnifiedULearningResult>;
73327
73517
  linkedinUrl?: Maybe<Scalars['String']['output']>;
@@ -73365,6 +73555,7 @@ export declare type UnifiedProfileInput = {
73365
73555
  company?: InputMaybe<Scalars['String']['input']>;
73366
73556
  forumsId?: InputMaybe<Scalars['String']['input']>;
73367
73557
  id?: InputMaybe<Scalars['String']['input']>;
73558
+ isPrivate: Scalars['Boolean']['input'];
73368
73559
  learnId?: InputMaybe<Scalars['String']['input']>;
73369
73560
  linkedinUrl?: InputMaybe<Scalars['String']['input']>;
73370
73561
  location?: InputMaybe<Scalars['String']['input']>;