@elice/material-video-assessment 1.260529.0 → 1.260608.0

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.
@@ -12,7 +12,7 @@ export declare const getOrgMaterialVideoAssessmentLastResponseQueryOptions: (par
12
12
  isCompleted: boolean | null;
13
13
  manualScore: number | null;
14
14
  resourceId: string;
15
- resourceUrl: string | null;
15
+ resourceUrl: string;
16
16
  responseCount: number | null;
17
17
  score: number | null;
18
18
  scoreStatus: "visible" | "pending" | "hidden";
@@ -33,7 +33,7 @@ export declare const useMaterialVideoAssessmentLastResponse: (params: UseMateria
33
33
  isCompleted: boolean | null;
34
34
  manualScore: number | null;
35
35
  resourceId: string;
36
- resourceUrl: string | null;
36
+ resourceUrl: string;
37
37
  responseCount: number | null;
38
38
  score: number | null;
39
39
  scoreStatus: "visible" | "pending" | "hidden";
@@ -12,7 +12,7 @@ export declare const getOrgMaterialVideoAssessmentLastResponseQueryOptions: (par
12
12
  isCompleted: boolean | null;
13
13
  manualScore: number | null;
14
14
  resourceId: string;
15
- resourceUrl: string | null;
15
+ resourceUrl: string;
16
16
  responseCount: number | null;
17
17
  score: number | null;
18
18
  scoreStatus: "visible" | "pending" | "hidden";
@@ -33,7 +33,7 @@ export declare const useMaterialVideoAssessmentLastResponse: (params: UseMateria
33
33
  isCompleted: boolean | null;
34
34
  manualScore: number | null;
35
35
  resourceId: string;
36
- resourceUrl: string | null;
36
+ resourceUrl: string;
37
37
  responseCount: number | null;
38
38
  score: number | null;
39
39
  scoreStatus: "visible" | "pending" | "hidden";
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@elice/material-video-assessment",
3
- "version": "1.260529.0",
3
+ "version": "1.260608.0",
4
4
  "description": "User view and editing components of Elice material video assessment",
5
- "repository": "https://git.elicer.io/elice/frontend/library/elice-material",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://git.elicer.io/elice/frontend/library/elice-material"
8
+ },
6
9
  "license": "UNLICENSED",
7
10
  "main": "./cjs/index.js",
8
11
  "module": "./es/index.js",
@@ -33,8 +36,8 @@
33
36
  "dayjs": "^1.11.0",
34
37
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
35
38
  "react-use": "^17.0.0",
36
- "@elice/material-shared-types": "1.260529.0",
37
- "@elice/material-shared-utils": "1.260529.0"
39
+ "@elice/material-shared-types": "1.260608.0",
40
+ "@elice/material-shared-utils": "1.260608.0"
38
41
  },
39
42
  "dependencies": {
40
43
  "@hookform/resolvers": "^3",
@@ -56,7 +59,7 @@
56
59
  "@elice/mui-system": "5.251204.0",
57
60
  "@elice/openapi-client-file": "1.240619.0",
58
61
  "@elice/rollup-config": "^1.260406.0",
59
- "@elice/types": "1.260527.0",
62
+ "@elice/types": "1.260608.0",
60
63
  "@emotion/react": "^11.10.0",
61
64
  "@emotion/styled": "^11.10.0",
62
65
  "@fortawesome/pro-regular-svg-icons": "^6.5.2",
@@ -81,8 +84,8 @@
81
84
  "rollup": "^4.0.0",
82
85
  "typescript": "~5.9.3",
83
86
  "vite": "^4.4.9",
84
- "@elice/material-shared-types": "1.260529.0",
85
- "@elice/material-shared-utils": "1.260529.0"
87
+ "@elice/material-shared-types": "1.260608.0",
88
+ "@elice/material-shared-utils": "1.260608.0"
86
89
  },
87
90
  "scripts": {
88
91
  "start": "run-s watch",