@quesmed/types 1.6.0 → 2.0.1
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/dist/cjs/models/Card.d.ts +2 -2
- package/dist/cjs/models/Chapter.d.ts +5 -3
- package/dist/cjs/models/Concept.d.ts +2 -10
- package/dist/cjs/models/File.d.ts +2 -2
- package/dist/cjs/models/Marksheet.d.ts +17 -28
- package/dist/cjs/models/Marksheet.js +0 -7
- package/dist/cjs/models/MockTest.d.ts +1 -0
- package/dist/cjs/models/OsceMarksheet.d.ts +2 -2
- package/dist/cjs/models/OsceStation.d.ts +11 -9
- package/dist/cjs/models/Picture.d.ts +0 -33
- package/dist/cjs/models/Question.d.ts +27 -2
- package/dist/cjs/models/Question.js +7 -1
- package/dist/cjs/models/Todo.d.ts +10 -1
- package/dist/cjs/models/Token.d.ts +2 -0
- package/dist/cjs/models/Topic.d.ts +16 -1
- package/dist/cjs/models/User.d.ts +34 -20
- package/dist/cjs/models/Video.d.ts +1 -0
- package/dist/cjs/resolvers/fragments/chapter.d.ts +0 -1
- package/dist/cjs/resolvers/fragments/chapter.js +8 -14
- package/dist/cjs/resolvers/fragments/osce.js +5 -6
- package/dist/cjs/resolvers/fragments/picture.d.ts +0 -2
- package/dist/cjs/resolvers/fragments/picture.js +1 -23
- package/dist/cjs/resolvers/fragments/user.js +13 -0
- package/dist/cjs/resolvers/fragments/video.js +3 -2
- package/dist/cjs/resolvers/mutation/admin/algoliaSync.d.ts +5 -6
- package/dist/cjs/resolvers/mutation/admin/token.d.ts +3 -2
- package/dist/cjs/resolvers/mutation/restricted/contactUs.d.ts +6 -5
- package/dist/cjs/resolvers/mutation/restricted/marksheet.d.ts +9 -11
- package/dist/cjs/resolvers/mutation/restricted/mockTest.d.ts +5 -4
- package/dist/cjs/resolvers/mutation/restricted/questionDiscussion.d.ts +6 -10
- package/dist/cjs/resolvers/mutation/restricted/todo.d.ts +6 -22
- package/dist/cjs/resolvers/mutation/restricted/todo.js +0 -26
- package/dist/cjs/resolvers/mutation/restricted/token.d.ts +5 -5
- package/dist/cjs/resolvers/mutation/restricted/users.d.ts +5 -8
- package/dist/cjs/resolvers/mutation/restricted/video.d.ts +3 -5
- package/dist/cjs/resolvers/mutation/stripe.d.ts +3 -2
- package/dist/cjs/resolvers/mutation/users.d.ts +5 -4
- package/dist/cjs/resolvers/mutation/validUserToken/user.d.ts +11 -5
- package/dist/cjs/resolvers/query/admin/getUserToken.d.ts +2 -1
- package/dist/cjs/resolvers/query/author.d.ts +2 -2
- package/dist/cjs/resolvers/query/book.d.ts +4 -2
- package/dist/cjs/resolvers/query/feedback.d.ts +2 -2
- package/dist/cjs/resolvers/query/restricted/index.d.ts +0 -1
- package/dist/cjs/resolvers/query/restricted/index.js +0 -1
- package/dist/cjs/resolvers/query/restricted/marksheet.d.ts +15 -29
- package/dist/cjs/resolvers/query/restricted/mockTests.d.ts +4 -4
- package/dist/cjs/resolvers/query/restricted/osce.d.ts +3 -3
- package/dist/cjs/resolvers/query/restricted/quesBook.d.ts +1 -1
- package/dist/cjs/resolvers/query/restricted/replication.d.ts +2 -3
- package/dist/cjs/resolvers/query/restricted/todos.d.ts +6 -5
- package/dist/cjs/resolvers/query/restricted/topics.d.ts +3 -13
- package/dist/cjs/resolvers/query/restricted/university.d.ts +2 -2
- package/dist/cjs/resolvers/query/restricted/user.d.ts +5 -17
- package/dist/cjs/resolvers/query/restricted/video.d.ts +3 -2
- package/dist/cjs/resolvers/query/subscription.d.ts +2 -2
- package/dist/cjs/resolvers/query/university.d.ts +2 -1
- package/dist/cjs/resolvers/query/user.d.ts +4 -3
- package/dist/cjs/resolvers/query/video.d.ts +4 -3
- package/dist/cjs/utils/lightgallery.js +1 -1
- package/dist/mjs/models/Card.d.ts +2 -2
- package/dist/mjs/models/Chapter.d.ts +5 -3
- package/dist/mjs/models/Concept.d.ts +2 -10
- package/dist/mjs/models/File.d.ts +2 -2
- package/dist/mjs/models/Marksheet.d.ts +17 -28
- package/dist/mjs/models/Marksheet.js +1 -6
- package/dist/mjs/models/MockTest.d.ts +1 -0
- package/dist/mjs/models/OsceMarksheet.d.ts +2 -2
- package/dist/mjs/models/OsceStation.d.ts +11 -9
- package/dist/mjs/models/Picture.d.ts +0 -33
- package/dist/mjs/models/Question.d.ts +27 -2
- package/dist/mjs/models/Question.js +6 -0
- package/dist/mjs/models/Todo.d.ts +10 -1
- package/dist/mjs/models/Token.d.ts +2 -0
- package/dist/mjs/models/Topic.d.ts +16 -1
- package/dist/mjs/models/User.d.ts +34 -20
- package/dist/mjs/models/Video.d.ts +1 -0
- package/dist/mjs/resolvers/fragments/chapter.d.ts +0 -1
- package/dist/mjs/resolvers/fragments/chapter.js +8 -14
- package/dist/mjs/resolvers/fragments/osce.js +6 -7
- package/dist/mjs/resolvers/fragments/picture.d.ts +0 -2
- package/dist/mjs/resolvers/fragments/picture.js +0 -22
- package/dist/mjs/resolvers/fragments/user.js +13 -0
- package/dist/mjs/resolvers/fragments/video.js +4 -3
- package/dist/mjs/resolvers/mutation/admin/algoliaSync.d.ts +5 -6
- package/dist/mjs/resolvers/mutation/admin/token.d.ts +3 -2
- package/dist/mjs/resolvers/mutation/restricted/contactUs.d.ts +6 -5
- package/dist/mjs/resolvers/mutation/restricted/marksheet.d.ts +9 -11
- package/dist/mjs/resolvers/mutation/restricted/mockTest.d.ts +5 -4
- package/dist/mjs/resolvers/mutation/restricted/questionDiscussion.d.ts +6 -10
- package/dist/mjs/resolvers/mutation/restricted/todo.d.ts +6 -22
- package/dist/mjs/resolvers/mutation/restricted/todo.js +1 -24
- package/dist/mjs/resolvers/mutation/restricted/token.d.ts +5 -5
- package/dist/mjs/resolvers/mutation/restricted/users.d.ts +5 -8
- package/dist/mjs/resolvers/mutation/restricted/video.d.ts +3 -5
- package/dist/mjs/resolvers/mutation/stripe.d.ts +3 -2
- package/dist/mjs/resolvers/mutation/users.d.ts +5 -4
- package/dist/mjs/resolvers/mutation/validUserToken/user.d.ts +11 -5
- package/dist/mjs/resolvers/query/admin/getUserToken.d.ts +2 -1
- package/dist/mjs/resolvers/query/author.d.ts +2 -2
- package/dist/mjs/resolvers/query/book.d.ts +4 -2
- package/dist/mjs/resolvers/query/feedback.d.ts +2 -2
- package/dist/mjs/resolvers/query/restricted/index.d.ts +0 -1
- package/dist/mjs/resolvers/query/restricted/index.js +0 -1
- package/dist/mjs/resolvers/query/restricted/marksheet.d.ts +15 -29
- package/dist/mjs/resolvers/query/restricted/mockTests.d.ts +4 -4
- package/dist/mjs/resolvers/query/restricted/osce.d.ts +3 -3
- package/dist/mjs/resolvers/query/restricted/quesBook.d.ts +1 -1
- package/dist/mjs/resolvers/query/restricted/replication.d.ts +2 -3
- package/dist/mjs/resolvers/query/restricted/todos.d.ts +6 -5
- package/dist/mjs/resolvers/query/restricted/topics.d.ts +3 -13
- package/dist/mjs/resolvers/query/restricted/university.d.ts +2 -2
- package/dist/mjs/resolvers/query/restricted/user.d.ts +5 -17
- package/dist/mjs/resolvers/query/restricted/video.d.ts +3 -2
- package/dist/mjs/resolvers/query/subscription.d.ts +2 -2
- package/dist/mjs/resolvers/query/university.d.ts +2 -1
- package/dist/mjs/resolvers/query/user.d.ts +4 -3
- package/dist/mjs/resolvers/query/video.d.ts +4 -3
- package/dist/mjs/utils/lightgallery.js +1 -1
- package/package.json +8 -1
- package/dist/cjs/resolvers/query/restricted/anatomy.d.ts +0 -3
- package/dist/cjs/resolvers/query/restricted/anatomy.js +0 -2
- package/dist/mjs/resolvers/query/restricted/anatomy.d.ts +0 -3
- package/dist/mjs/resolvers/query/restricted/anatomy.js +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EDifficultyType, Id, IDashboardOsce, IOsceMarksheet, IOsceStation
|
|
1
|
+
import { EDifficultyType, Id, IDashboardOsce, IOsceMarksheet, IOsceStation } from '../../../models';
|
|
2
2
|
import { graphqlNormalize, RestrictedData } from '../../types';
|
|
3
3
|
import { ITopic } from './../../../models/Topic';
|
|
4
4
|
export declare const DASHBOARD_OSCE: import("@apollo/client").DocumentNode;
|
|
@@ -24,7 +24,7 @@ export interface IOsceStationsVar {
|
|
|
24
24
|
difficulty?: EDifficultyType[];
|
|
25
25
|
topicIds?: Id[];
|
|
26
26
|
}
|
|
27
|
-
export declare type IOsceStationsData = RestrictedData<(graphqlNormalize &
|
|
27
|
+
export declare type IOsceStationsData = RestrictedData<(graphqlNormalize & IOsceStation)[], 'osceStations'>;
|
|
28
28
|
export declare const OSCE_STATION: import("@apollo/client").DocumentNode;
|
|
29
29
|
export interface IOsceStationVar {
|
|
30
30
|
id: Id;
|
|
@@ -37,7 +37,7 @@ export declare const SEARCH_OSCE_STATIONS: import("@apollo/client").DocumentNode
|
|
|
37
37
|
export interface ISearchOsceStationsVar {
|
|
38
38
|
search: string;
|
|
39
39
|
}
|
|
40
|
-
export declare type ISearchOsceStationsData = RestrictedData<(graphqlNormalize &
|
|
40
|
+
export declare type ISearchOsceStationsData = RestrictedData<(graphqlNormalize & IOsceStation)[], 'searchOsceStations'>;
|
|
41
41
|
export declare const HEARTBEAT: import("@apollo/client").DocumentNode;
|
|
42
42
|
export interface IHeartbeatVar {
|
|
43
43
|
agoraId: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IOsceStation, ITopic } from '../../../models';
|
|
2
2
|
import { graphqlNormalize, RestrictedData } from '../../types';
|
|
3
3
|
export declare type IQuesBookVar = null;
|
|
4
|
-
export declare type IQuesBookData = ITopic[]
|
|
4
|
+
export declare type IQuesBookData = RestrictedData<(graphqlNormalize & ITopic)[], 'quesBook'>;
|
|
5
5
|
export declare const OSCE_BOOK: import("@apollo/client").DocumentNode;
|
|
6
6
|
export declare type IOsceBookVar = null;
|
|
7
7
|
export declare type IOsceBookData = RestrictedData<(graphqlNormalize & IOsceStation)[], 'osceBook'>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { IOsceStation, IQuestion } from './../../../models';
|
|
2
|
-
import { ITopicInfo } from './topics';
|
|
1
|
+
import { IOsceStation, IQuestion, ITopic } from './../../../models';
|
|
3
2
|
interface IQueryBuilder {
|
|
4
3
|
query: string;
|
|
5
4
|
variables: IReplicationVar;
|
|
@@ -11,7 +10,7 @@ interface IReplicationVar {
|
|
|
11
10
|
}
|
|
12
11
|
export interface ITopicReplicationVar extends IReplicationVar {
|
|
13
12
|
}
|
|
14
|
-
export interface ITopicReplicationData extends
|
|
13
|
+
export interface ITopicReplicationData extends ITopic {
|
|
15
14
|
updatedAt: number;
|
|
16
15
|
deleted: boolean;
|
|
17
16
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Id, IPreBuildTodo, ITodo } from '../../../models';
|
|
2
|
+
import { graphqlNormalize, RestrictedData } from '../../types';
|
|
2
3
|
export interface IPreBuildTodoVar {
|
|
3
4
|
topics: number[];
|
|
4
5
|
conceptIds: number[];
|
|
@@ -6,11 +7,11 @@ export interface IPreBuildTodoVar {
|
|
|
6
7
|
source: string;
|
|
7
8
|
filterOlderCard: boolean;
|
|
8
9
|
}
|
|
9
|
-
export declare type IPreBuildTodoData = IPreBuildTodo
|
|
10
|
-
export interface
|
|
11
|
-
|
|
10
|
+
export declare type IPreBuildTodoData = RestrictedData<graphqlNormalize & IPreBuildTodo, 'preBuildTodo'>;
|
|
11
|
+
export interface ITodoVar {
|
|
12
|
+
id: Id;
|
|
12
13
|
}
|
|
13
|
-
export declare type
|
|
14
|
+
export declare type ITodoData = RestrictedData<graphqlNormalize & ITodo, 'todo'>;
|
|
14
15
|
export declare type IDailyFeedVar = null;
|
|
15
16
|
interface IDailyFeedTopicInfo {
|
|
16
17
|
name: string;
|
|
@@ -24,5 +25,5 @@ export interface IDailyFeed {
|
|
|
24
25
|
confidentCard: number;
|
|
25
26
|
reviewCard: number;
|
|
26
27
|
}
|
|
27
|
-
export declare type IDailyFeedData = IDailyFeed
|
|
28
|
+
export declare type IDailyFeedData = RestrictedData<graphqlNormalize & IDailyFeed, 'dailyFeed'>;
|
|
28
29
|
export {};
|
|
@@ -1,20 +1,10 @@
|
|
|
1
1
|
import { ETopicType, Id, ITopic } from '../../../models';
|
|
2
|
+
import { graphqlNormalize, RestrictedData } from '../../types';
|
|
2
3
|
export interface ITopicVar {
|
|
3
4
|
id: Id;
|
|
4
5
|
}
|
|
5
|
-
export declare type ITopicData = ITopic
|
|
6
|
+
export declare type ITopicData = RestrictedData<graphqlNormalize & ITopic, 'topic'>;
|
|
6
7
|
export interface ITopicsVar {
|
|
7
8
|
filter: ETopicType;
|
|
8
9
|
}
|
|
9
|
-
export
|
|
10
|
-
id: number;
|
|
11
|
-
name: string;
|
|
12
|
-
totalQuestions: number;
|
|
13
|
-
correctQuestions: number;
|
|
14
|
-
incorrectQuestions: number;
|
|
15
|
-
totalCards: number;
|
|
16
|
-
ConfidentCards: number;
|
|
17
|
-
ReviewCards: number;
|
|
18
|
-
LearnCards: number;
|
|
19
|
-
}
|
|
20
|
-
export declare type ITopicsData = ITopicInfo[];
|
|
10
|
+
export declare type ITopicsData = RestrictedData<(graphqlNormalize & ITopic)[], 'topics'>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { graphqlNormalize, RestrictedData } from '../../types';
|
|
1
2
|
export interface IUniversityLeaderboardVar {
|
|
2
3
|
limit: number;
|
|
3
4
|
}
|
|
@@ -11,5 +12,4 @@ export interface IUniversityLeaderboard {
|
|
|
11
12
|
month: IUniversitiesRankSpeciality[];
|
|
12
13
|
quarter: IUniversitiesRankSpeciality[];
|
|
13
14
|
}
|
|
14
|
-
export
|
|
15
|
-
}
|
|
15
|
+
export declare type IUniversityLeaderboardData = RestrictedData<graphqlNormalize & IUniversityLeaderboard, 'universityLeaderboard'>;
|
|
@@ -1,25 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IUser } from '../../../models';
|
|
2
|
+
import { graphqlNormalize, RestrictedData } from '../../types';
|
|
2
3
|
export declare type IDashboardUserVar = null;
|
|
3
|
-
export
|
|
4
|
-
examDate: number | Date;
|
|
5
|
-
totalQuestions: number;
|
|
6
|
-
completedQuestionsCount: number;
|
|
7
|
-
completedCorrectQuestionsCount: number;
|
|
8
|
-
completedIncorrectQuestionsCount: number;
|
|
9
|
-
totalCards: number;
|
|
10
|
-
completedCardsCount: number;
|
|
11
|
-
completedCardsConfidentCount: number;
|
|
12
|
-
completedCardsReviewCount: number;
|
|
13
|
-
completedCardsLearnCount: number;
|
|
14
|
-
subscription: ISubscription;
|
|
15
|
-
}
|
|
4
|
+
export declare type IDashboardUserData = RestrictedData<graphqlNormalize & IUser, 'dashboardUser'>;
|
|
16
5
|
export declare type IUserVar = null;
|
|
17
|
-
export
|
|
18
|
-
}
|
|
6
|
+
export declare type IUserData = RestrictedData<graphqlNormalize & IUser, 'user'>;
|
|
19
7
|
export declare type IDailyProgressVar = null;
|
|
20
8
|
export interface IDailyProgressInfo {
|
|
21
9
|
totalCount: number;
|
|
22
10
|
totalTrue: number;
|
|
23
11
|
dateString: string;
|
|
24
12
|
}
|
|
25
|
-
export declare type IDailyProgressData = IDailyProgressInfo[]
|
|
13
|
+
export declare type IDailyProgressData = RestrictedData<(graphqlNormalize & IDailyProgressInfo)[], 'dailyProgress'>;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { Id, IVideo } from '../../../models';
|
|
2
|
+
import { graphqlNormalize, RestrictedData } from '../../types';
|
|
2
3
|
export interface IVideoVar {
|
|
3
4
|
id: Id;
|
|
4
5
|
}
|
|
5
|
-
export declare type IVideoData = IVideo
|
|
6
|
+
export declare type IVideoData = RestrictedData<graphqlNormalize & IVideo, 'video'>;
|
|
6
7
|
export interface IVideosVar {
|
|
7
8
|
filter: 'new' | 'popular' | 'personal' | 'live' | 'osce';
|
|
8
9
|
limit: number;
|
|
9
10
|
}
|
|
10
|
-
export declare type IVideosData = IVideo[]
|
|
11
|
+
export declare type IVideosData = RestrictedData<(graphqlNormalize & IVideo)[], 'videos'>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ISubscription } from '../../models';
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import { graphqlNormalize, RootData } from '../types';
|
|
3
|
+
export declare type ISubscriptionsData = RootData<(graphqlNormalize & ISubscription)[], 'subscriptions'>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Id, IUniversity } from '../../models';
|
|
2
|
+
import { graphqlNormalize, RootData } from '../types';
|
|
2
3
|
export interface IUniversitiesVar {
|
|
3
4
|
id: Id;
|
|
4
5
|
}
|
|
5
|
-
export declare type IUniversitiesData = IUniversity[]
|
|
6
|
+
export declare type IUniversitiesData = RootData<graphqlNormalize & IUniversity[], 'universities'>;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
+
import { RootData } from '../types';
|
|
1
2
|
export interface IUsernameAvailableVar {
|
|
2
3
|
username: string;
|
|
3
4
|
}
|
|
4
|
-
export declare type IUsernameAvailableData = boolean
|
|
5
|
+
export declare type IUsernameAvailableData = RootData<boolean, 'usernameAvailable'>;
|
|
5
6
|
export interface IUsernameProvisionedVar {
|
|
6
7
|
username: string;
|
|
7
8
|
}
|
|
8
|
-
export declare type IUsernameProvisionedData = boolean
|
|
9
|
+
export declare type IUsernameProvisionedData = RootData<boolean, 'usernameProvisioned'>;
|
|
9
10
|
export interface IValidateResetPasswordTokenVar {
|
|
10
11
|
token: string;
|
|
11
12
|
}
|
|
12
|
-
export declare type IValidateResetPasswordTokenData = string
|
|
13
|
+
export declare type IValidateResetPasswordTokenData = RootData<string, 'validateResetPasswordToken'>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { Id, IVideo } from '../../models';
|
|
2
|
+
import { graphqlNormalize, RootData } from '../types';
|
|
2
3
|
export interface IVideosVar {
|
|
3
4
|
filter: 'new' | 'popular' | 'personal' | 'live';
|
|
4
5
|
limit: number;
|
|
5
6
|
}
|
|
6
|
-
export declare type IVideosData = IVideo[]
|
|
7
|
+
export declare type IVideosData = RootData<(graphqlNormalize & IVideo)[], 'videos'>;
|
|
7
8
|
export interface IVideoVar {
|
|
8
9
|
id: Id;
|
|
9
10
|
}
|
|
10
|
-
export declare type IVideoData = IVideo
|
|
11
|
+
export declare type IVideoData = RootData<graphqlNormalize & IVideo, 'video'>;
|
|
11
12
|
export interface IZoomSignatureVar {
|
|
12
13
|
meetingNumber: string;
|
|
13
14
|
}
|
|
14
|
-
export declare type IZoomSignatureData = string
|
|
15
|
+
export declare type IZoomSignatureData = RootData<graphqlNormalize & string, 'zoomSignature'>;
|
|
@@ -52,7 +52,7 @@ const lightgalleryMutation = async (text, pictures, cache) => {
|
|
|
52
52
|
return text;
|
|
53
53
|
}
|
|
54
54
|
const picturesHTML = [];
|
|
55
|
-
for (const
|
|
55
|
+
for (const picture of pictures) {
|
|
56
56
|
const pic = picture.path;
|
|
57
57
|
const uri = `https://app.quesmed.com/${pic}`;
|
|
58
58
|
let file = '';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quesmed/types",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Typescript types for Quesmed",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"quesmed",
|
|
@@ -26,6 +26,11 @@
|
|
|
26
26
|
"require": "./dist/cjs/utils/index.js",
|
|
27
27
|
"types": "./dist/mjs/utils/index.d.ts"
|
|
28
28
|
},
|
|
29
|
+
"./gql_input_output_types": {
|
|
30
|
+
"import": "./dist/mjs/gql_input_output_types/index.js",
|
|
31
|
+
"require": "./dist/cjs/gql_input_output_types/index.js",
|
|
32
|
+
"types": "./dist/mjs/gql_input_output_types/index.d.ts"
|
|
33
|
+
},
|
|
29
34
|
"./resolvers/query": {
|
|
30
35
|
"import": "./dist/mjs/resolvers/query/index.js",
|
|
31
36
|
"require": "./dist/cjs/resolvers/query/index.js",
|
|
@@ -72,6 +77,8 @@
|
|
|
72
77
|
"scripts": {
|
|
73
78
|
"test": "jest",
|
|
74
79
|
"clean": "rimraf dist",
|
|
80
|
+
"tsc:watch:mjs": "yarn pnpify tsc -w -p tsconfig.json",
|
|
81
|
+
"tsc:watch:cjs": "yarn pnpify tsc -w -p tsconfig-cjs.json",
|
|
75
82
|
"compile": "yarn pnpify tsc -p tsconfig.json && yarn pnpify tsc -p tsconfig-cjs.json",
|
|
76
83
|
"build": "yarn clean && yarn compile && ./fixup.sh",
|
|
77
84
|
"schema": "rover graph introspect http://localhost:8080/graphql > schema.graphql",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|