@dnv-plant/typescriptpws 1.0.95 → 1.0.96-alpha.2289077

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/src/constants.ts CHANGED
@@ -1,15 +1,15 @@
1
1
  /***********************************************************************
2
- * This file has been auto-generated by a code generation tool.
3
- *
4
- * DO NOT MODIFY THIS FILE
5
- * This file is maintained by DNV.
6
- * Editing it may lead to inconsistent results and limit DNV's ability to provide support.
7
- * Please contact DNV if you believe changes are required.
8
- *
9
- * Version: 1.0.95
10
- * Date/time: 19 Jan 2026 12:11:52
11
- * Template: templates/typescriptpws/constants.razor.
12
- ***********************************************************************/
2
+ * This file has been auto-generated by a code generation tool.
3
+ *
4
+ * DO NOT MODIFY THIS FILE
5
+ * This file is maintained by DNV.
6
+ * Editing it may lead to inconsistent results and limit DNV's ability to provide support.
7
+ * Please contact DNV if you believe changes are required.
8
+ *
9
+ * Version: 1.0.96
10
+ * Date/time: 4 Apr 2026 08:17:52
11
+ * Template: templates/typescriptpws/constants.razor.
12
+ ***********************************************************************/
13
13
 
14
14
  export const ABS_TOL_RAD = 0.0000000001;
15
15
  // Absolute tolerance for radiation calculations.
@@ -335,11 +335,11 @@ export const USER_INPUT_POST_EXPANSION_VELOCITY = 0;
335
335
  export const WIND_CUTOFF_HEIGHT = 1.0;
336
336
  // Cut-off height for wind speed calculations.
337
337
 
338
- export const PWS_CLIENT_ID = "eeca6885-127e-4405-aa1f-3a8e69acc451";
338
+ export const PWS_CLIENT_ID = 'eeca6885-127e-4405-aa1f-3a8e69acc451';
339
339
  // Application constants.
340
340
 
341
- export const REST_API_URI = "https://plantwebservices.dnv.com/api/";
341
+ export const REST_API_URI = 'https://plantwebservices.dnv.com/api/';
342
342
  // REST API URIs root.
343
343
 
344
- export const REST_API_VERSION = "1";
344
+ export const REST_API_VERSION = '1';
345
345
  // REST API version number.