@shapediver/sdk.platform-api-sdk-v1 1.15.2 → 1.15.5
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/bundle.js +7 -0
- package/dist/bundle.node.js +7 -0
- package/package.json +2 -2
package/dist/bundle.js
CHANGED
|
@@ -1008,12 +1008,19 @@ var SdPlatformModelTrustlevel;
|
|
|
1008
1008
|
*/
|
|
1009
1009
|
var SdPlatformModelStatus;
|
|
1010
1010
|
(function (SdPlatformModelStatus) {
|
|
1011
|
+
/** before model upload */
|
|
1011
1012
|
SdPlatformModelStatus["Start"] = "start";
|
|
1013
|
+
/** model uploaded successfully */
|
|
1012
1014
|
SdPlatformModelStatus["Waiting"] = "waiting";
|
|
1015
|
+
/** model has been confirmed, settings not stored yet */
|
|
1013
1016
|
SdPlatformModelStatus["Confirmed"] = "confirmed";
|
|
1017
|
+
/** model has been confirmed, settings already stored */
|
|
1014
1018
|
SdPlatformModelStatus["Done"] = "done";
|
|
1019
|
+
/** model checking has been suspended, ShapeDiver admin input required */
|
|
1015
1020
|
SdPlatformModelStatus["Pending"] = "pending";
|
|
1021
|
+
/** model has been denied */
|
|
1016
1022
|
SdPlatformModelStatus["Denied"] = "denied";
|
|
1023
|
+
/** upload of model failed */
|
|
1017
1024
|
SdPlatformModelStatus["ErrorUpload"] = "error_upload";
|
|
1018
1025
|
SdPlatformModelStatus["Error"] = "error";
|
|
1019
1026
|
})(SdPlatformModelStatus = exports.SdPlatformModelStatus || (exports.SdPlatformModelStatus = {}));
|
package/dist/bundle.node.js
CHANGED
|
@@ -1008,12 +1008,19 @@ var SdPlatformModelTrustlevel;
|
|
|
1008
1008
|
*/
|
|
1009
1009
|
var SdPlatformModelStatus;
|
|
1010
1010
|
(function (SdPlatformModelStatus) {
|
|
1011
|
+
/** before model upload */
|
|
1011
1012
|
SdPlatformModelStatus["Start"] = "start";
|
|
1013
|
+
/** model uploaded successfully */
|
|
1012
1014
|
SdPlatformModelStatus["Waiting"] = "waiting";
|
|
1015
|
+
/** model has been confirmed, settings not stored yet */
|
|
1013
1016
|
SdPlatformModelStatus["Confirmed"] = "confirmed";
|
|
1017
|
+
/** model has been confirmed, settings already stored */
|
|
1014
1018
|
SdPlatformModelStatus["Done"] = "done";
|
|
1019
|
+
/** model checking has been suspended, ShapeDiver admin input required */
|
|
1015
1020
|
SdPlatformModelStatus["Pending"] = "pending";
|
|
1021
|
+
/** model has been denied */
|
|
1016
1022
|
SdPlatformModelStatus["Denied"] = "denied";
|
|
1023
|
+
/** upload of model failed */
|
|
1017
1024
|
SdPlatformModelStatus["ErrorUpload"] = "error_upload";
|
|
1018
1025
|
SdPlatformModelStatus["Error"] = "error";
|
|
1019
1026
|
})(SdPlatformModelStatus = exports.SdPlatformModelStatus || (exports.SdPlatformModelStatus = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shapediver/sdk.platform-api-sdk-v1",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.5",
|
|
4
4
|
"description": "SDK to communicate with the Platform API version 1",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"shapediver",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"build-prod": "bash ../../scripts/build-prod.sh"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@shapediver/api.platform-api-dto-v1": "^1.0.
|
|
42
|
+
"@shapediver/api.platform-api-dto-v1": "^1.0.5",
|
|
43
43
|
"@types/q": "^1.5.5",
|
|
44
44
|
"axios": "^0.26.1",
|
|
45
45
|
"dotenv": "^16.0.0",
|