@forge/cli-shared 7.0.0-next.6-experimental-786d4ac → 7.0.0-next.6-experimental-1b788f1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 7.0.0-next.6-experimental-786d4ac
3
+ ## 7.0.0-next.6-experimental-1b788f1
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -21,7 +21,7 @@
21
21
  - Updated dependencies [35165ba]
22
22
  - Updated dependencies [fe7e7e9]
23
23
  - Updated dependencies [b25d06e]
24
- - @forge/manifest@9.4.0-next.2-experimental-786d4ac
24
+ - @forge/manifest@9.4.0-next.2-experimental-1b788f1
25
25
 
26
26
  ## 7.0.0-next.6
27
27
 
@@ -76846,11 +76846,19 @@ export declare type LpLearnerCoursesArgs = {
76846
76846
  export declare type LpLearnerData = {
76847
76847
  __typename?: 'LpLearnerData';
76848
76848
  learnerByAtlassianId?: Maybe<LpLearner>;
76849
+ learnersByAtlassianIds?: Maybe<Array<Maybe<LpLearner>>>;
76850
+ learnersByIds?: Maybe<Array<Maybe<LpLearner>>>;
76849
76851
  node?: Maybe<Node>;
76850
76852
  };
76851
76853
  export declare type LpLearnerDataLearnerByAtlassianIdArgs = {
76852
76854
  atlassianId: Scalars['String']['input'];
76853
76855
  };
76856
+ export declare type LpLearnerDataLearnersByAtlassianIdsArgs = {
76857
+ atlassianIds: Array<Scalars['String']['input']>;
76858
+ };
76859
+ export declare type LpLearnerDataLearnersByIdsArgs = {
76860
+ ids: Array<Scalars['ID']['input']>;
76861
+ };
76854
76862
  export declare type LpLearnerDataNodeArgs = {
76855
76863
  id: Scalars['ID']['input'];
76856
76864
  };
@@ -76874,10 +76882,6 @@ export declare type LpQueryError = Node & {
76874
76882
  identifier?: Maybe<Scalars['ID']['output']>;
76875
76883
  message?: Maybe<Scalars['String']['output']>;
76876
76884
  };
76877
- export declare enum LpSortOrder {
76878
- Asc = "ASC",
76879
- Desc = "DESC"
76880
- }
76881
76885
  export declare type Macro = {
76882
76886
  __typename?: 'Macro';
76883
76887
  adf: Scalars['String']['output'];