@quesmed/types 2.4.0 → 2.4.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.
|
@@ -199,9 +199,6 @@ export interface IModifyMarksheetMarkVarInput {
|
|
|
199
199
|
striked?: number[];
|
|
200
200
|
action: EMarksheetAction;
|
|
201
201
|
}
|
|
202
|
-
export interface IModifyMarksheetMarkVarInput {
|
|
203
|
-
input: IModifyMarksheetMarkVarInput;
|
|
204
|
-
}
|
|
205
202
|
export interface IModifyMarksheetMarkVar {
|
|
206
203
|
input: IModifyMarksheetMarkVarInput;
|
|
207
204
|
}
|
|
@@ -199,9 +199,6 @@ export interface IModifyMarksheetMarkVarInput {
|
|
|
199
199
|
striked?: number[];
|
|
200
200
|
action: EMarksheetAction;
|
|
201
201
|
}
|
|
202
|
-
export interface IModifyMarksheetMarkVarInput {
|
|
203
|
-
input: IModifyMarksheetMarkVarInput;
|
|
204
|
-
}
|
|
205
202
|
export interface IModifyMarksheetMarkVar {
|
|
206
203
|
input: IModifyMarksheetMarkVarInput;
|
|
207
204
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quesmed/types",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"description": "Typescript types for Quesmed",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"quesmed",
|
|
@@ -133,5 +133,5 @@
|
|
|
133
133
|
"files": [
|
|
134
134
|
"dist/"
|
|
135
135
|
],
|
|
136
|
-
"packageManager": "yarn@3.
|
|
136
|
+
"packageManager": "yarn@3.3.1"
|
|
137
137
|
}
|