@dnv-plant/typescriptpws 1.0.73 → 1.0.74-alpha.1904777
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/index.ts +2 -2
- package/package.json +6 -6
- package/src/calculations/applicationTools.ts +2 -2
- package/src/calculations/discharge.ts +2 -2
- package/src/calculations/dispersion.ts +2 -2
- package/src/calculations/dispersionView.ts +2 -2
- package/src/calculations/fireball.ts +2 -2
- package/src/calculations/jetFire.ts +2 -2
- package/src/calculations/lateExplosion.ts +2 -2
- package/src/calculations/linkedRunners.ts +2 -2
- package/src/calculations/poolFire.ts +2 -2
- package/src/calculations/properties.ts +2 -2
- package/src/calculations/radiation.ts +2 -2
- package/src/calculations/standalones.ts +2 -2
- package/src/calculations/toxics.ts +2 -2
- package/src/calculations/utilities.ts +2 -2
- package/src/constants.ts +2 -2
- package/src/entities.ts +2 -2
- package/src/entity-schemas.ts +56 -2
- package/src/enums.ts +2 -2
- package/src/materials.ts +2 -2
- package/src/utilities.ts +2 -2
package/index.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:32
|
|
5
5
|
* Template: templates/typescriptpws/index.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dnv-plant/typescriptpws",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.74-alpha.1904777",
|
|
4
4
|
"description": "Integrate Phast models with our versatile APIs for enhanced customization and efficiency.",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"typescript": "^5.7.3"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
"@types/jsonwebtoken": "^9.0.8",
|
|
20
|
+
"@types/jest": "^29.5.14",
|
|
21
|
+
"jest": "^29.7.0",
|
|
22
|
+
"ts-jest": "^29.3.0"
|
|
23
23
|
}
|
|
24
|
-
}
|
|
24
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:32
|
|
5
5
|
* Template: templates/typescriptpws/calculations.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:31
|
|
5
5
|
* Template: templates/typescriptpws/calculations.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:32
|
|
5
5
|
* Template: templates/typescriptpws/calculations.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:31
|
|
5
5
|
* Template: templates/typescriptpws/calculations.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:32
|
|
5
5
|
* Template: templates/typescriptpws/calculations.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:32
|
|
5
5
|
* Template: templates/typescriptpws/calculations.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:32
|
|
5
5
|
* Template: templates/typescriptpws/calculations.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:32
|
|
5
5
|
* Template: templates/typescriptpws/calculations.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:32
|
|
5
5
|
* Template: templates/typescriptpws/calculations.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:32
|
|
5
5
|
* Template: templates/typescriptpws/calculations.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:32
|
|
5
5
|
* Template: templates/typescriptpws/calculations.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:32
|
|
5
5
|
* Template: templates/typescriptpws/calculations.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:32
|
|
5
5
|
* Template: templates/typescriptpws/calculations.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:31
|
|
5
5
|
* Template: templates/typescriptpws/calculations.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
package/src/constants.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:29
|
|
5
5
|
* Template: templates/typescriptpws/constants.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
package/src/entities.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:30
|
|
5
5
|
* Template: templates/typescriptpws/entities.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
package/src/entity-schemas.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:31
|
|
5
5
|
* Template: templates/typescriptpws/entityschemas.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
|
@@ -41,6 +41,7 @@ class ValidationError extends Error {
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
abstract class SchemaBase<T> {
|
|
44
|
+
abstract readonly typeName: string
|
|
44
45
|
schema: Joi.ObjectSchema;
|
|
45
46
|
propertyTypes: Record<string, string>;
|
|
46
47
|
|
|
@@ -88,6 +89,7 @@ export interface LocalPositionSchemaData extends SchemaBaseData {
|
|
|
88
89
|
* ================================================================================
|
|
89
90
|
*/
|
|
90
91
|
export class LocalPositionSchema extends SchemaBase<LocalPositionSchemaData> {
|
|
92
|
+
readonly typeName = "LocalPosition";
|
|
91
93
|
constructor() {
|
|
92
94
|
super();
|
|
93
95
|
this.schema = this.schema.concat(
|
|
@@ -128,6 +130,7 @@ export interface AssetSchemaData extends SchemaBaseData {
|
|
|
128
130
|
* ================================================================================
|
|
129
131
|
*/
|
|
130
132
|
export class AssetSchema extends SchemaBase<AssetSchemaData> {
|
|
133
|
+
readonly typeName = "Asset";
|
|
131
134
|
constructor() {
|
|
132
135
|
super();
|
|
133
136
|
this.schema = this.schema.concat(
|
|
@@ -165,6 +168,7 @@ export interface MaterialComponentSchemaData extends SchemaBaseData {
|
|
|
165
168
|
* ================================================================================
|
|
166
169
|
*/
|
|
167
170
|
export class MaterialComponentSchema extends SchemaBase<MaterialComponentSchemaData> {
|
|
171
|
+
readonly typeName = "MaterialComponent";
|
|
168
172
|
constructor() {
|
|
169
173
|
super();
|
|
170
174
|
this.schema = this.schema.concat(
|
|
@@ -206,6 +210,7 @@ export interface MaterialSchemaData extends SchemaBaseData {
|
|
|
206
210
|
* ================================================================================
|
|
207
211
|
*/
|
|
208
212
|
export class MaterialSchema extends SchemaBase<MaterialSchemaData> {
|
|
213
|
+
readonly typeName = "Material";
|
|
209
214
|
constructor() {
|
|
210
215
|
super();
|
|
211
216
|
this.schema = this.schema.concat(
|
|
@@ -252,6 +257,7 @@ export interface StateSchemaData extends SchemaBaseData {
|
|
|
252
257
|
* ================================================================================
|
|
253
258
|
*/
|
|
254
259
|
export class StateSchema extends SchemaBase<StateSchemaData> {
|
|
260
|
+
readonly typeName = "State";
|
|
255
261
|
constructor() {
|
|
256
262
|
super();
|
|
257
263
|
this.schema = this.schema.concat(
|
|
@@ -301,6 +307,7 @@ export interface AtmosphericStorageTankSchemaData extends SchemaBaseData {
|
|
|
301
307
|
* ================================================================================
|
|
302
308
|
*/
|
|
303
309
|
export class AtmosphericStorageTankSchema extends SchemaBase<AtmosphericStorageTankSchemaData> {
|
|
310
|
+
readonly typeName = "AtmosphericStorageTank";
|
|
304
311
|
constructor() {
|
|
305
312
|
super();
|
|
306
313
|
this.schema = this.schema.concat(
|
|
@@ -345,6 +352,7 @@ export interface ScenarioSchemaData extends SchemaBaseData {}
|
|
|
345
352
|
* ================================================================================
|
|
346
353
|
*/
|
|
347
354
|
export class ScenarioSchema extends SchemaBase<ScenarioSchemaData> {
|
|
355
|
+
readonly typeName = "Scenario";
|
|
348
356
|
constructor() {
|
|
349
357
|
super();
|
|
350
358
|
this.schema = this.schema.concat(
|
|
@@ -378,6 +386,7 @@ export interface ReleaseOverTimeSchemaData extends SchemaBaseData {
|
|
|
378
386
|
* ================================================================================
|
|
379
387
|
*/
|
|
380
388
|
export class ReleaseOverTimeSchema extends SchemaBase<ReleaseOverTimeSchemaData> {
|
|
389
|
+
readonly typeName = "ReleaseOverTime";
|
|
381
390
|
constructor() {
|
|
382
391
|
super();
|
|
383
392
|
this.schema = this.schema.concat(
|
|
@@ -421,6 +430,7 @@ export interface BESSReleaseSchemaData extends SchemaBaseData {
|
|
|
421
430
|
* ================================================================================
|
|
422
431
|
*/
|
|
423
432
|
export class BESSReleaseSchema extends SchemaBase<BESSReleaseSchemaData> {
|
|
433
|
+
readonly typeName = "BESSRelease";
|
|
424
434
|
constructor() {
|
|
425
435
|
super();
|
|
426
436
|
this.schema = this.schema.concat(
|
|
@@ -469,6 +479,7 @@ export interface BESSUnitSchemaData extends SchemaBaseData {
|
|
|
469
479
|
* ================================================================================
|
|
470
480
|
*/
|
|
471
481
|
export class BESSUnitSchema extends SchemaBase<BESSUnitSchemaData> {
|
|
482
|
+
readonly typeName = "BESSUnit";
|
|
472
483
|
constructor() {
|
|
473
484
|
super();
|
|
474
485
|
this.schema = this.schema.concat(
|
|
@@ -511,6 +522,7 @@ export interface BundSchemaData extends SchemaBaseData {
|
|
|
511
522
|
* ================================================================================
|
|
512
523
|
*/
|
|
513
524
|
export class BundSchema extends SchemaBase<BundSchemaData> {
|
|
525
|
+
readonly typeName = "Bund";
|
|
514
526
|
constructor() {
|
|
515
527
|
super();
|
|
516
528
|
this.schema = this.schema.concat(
|
|
@@ -549,6 +561,7 @@ export interface InstantaneousSchemaData extends SchemaBaseData {}
|
|
|
549
561
|
* ================================================================================
|
|
550
562
|
*/
|
|
551
563
|
export class InstantaneousSchema extends SchemaBase<InstantaneousSchemaData> {
|
|
564
|
+
readonly typeName = "Instantaneous";
|
|
552
565
|
constructor() {
|
|
553
566
|
super();
|
|
554
567
|
this.schema = this.schema.concat(
|
|
@@ -579,6 +592,7 @@ export interface CatastrophicRuptureSchemaData extends SchemaBaseData {}
|
|
|
579
592
|
* ================================================================================
|
|
580
593
|
*/
|
|
581
594
|
export class CatastrophicRuptureSchema extends SchemaBase<CatastrophicRuptureSchemaData> {
|
|
595
|
+
readonly typeName = "CatastrophicRupture";
|
|
582
596
|
constructor() {
|
|
583
597
|
super();
|
|
584
598
|
this.schema = this.schema.concat(
|
|
@@ -612,6 +626,7 @@ export interface ConcentrationRecordSchemaData extends SchemaBaseData {
|
|
|
612
626
|
* ================================================================================
|
|
613
627
|
*/
|
|
614
628
|
export class ConcentrationRecordSchema extends SchemaBase<ConcentrationRecordSchemaData> {
|
|
629
|
+
readonly typeName = "ConcentrationRecord";
|
|
615
630
|
constructor() {
|
|
616
631
|
super();
|
|
617
632
|
this.schema = this.schema.concat(
|
|
@@ -652,6 +667,7 @@ export interface ConstantMaterialResultSchemaData extends SchemaBaseData {
|
|
|
652
667
|
* ================================================================================
|
|
653
668
|
*/
|
|
654
669
|
export class ConstantMaterialResultSchema extends SchemaBase<ConstantMaterialResultSchemaData> {
|
|
670
|
+
readonly typeName = "ConstantMaterialResult";
|
|
655
671
|
constructor() {
|
|
656
672
|
super();
|
|
657
673
|
this.schema = this.schema.concat(
|
|
@@ -692,6 +708,7 @@ export interface DischargeParametersSchemaData extends SchemaBaseData {
|
|
|
692
708
|
* ================================================================================
|
|
693
709
|
*/
|
|
694
710
|
export class DischargeParametersSchema extends SchemaBase<DischargeParametersSchemaData> {
|
|
711
|
+
readonly typeName = "DischargeParameters";
|
|
695
712
|
constructor() {
|
|
696
713
|
super();
|
|
697
714
|
this.schema = this.schema.concat(
|
|
@@ -736,6 +753,7 @@ export interface DischargeRecordSchemaData extends SchemaBaseData {
|
|
|
736
753
|
* ================================================================================
|
|
737
754
|
*/
|
|
738
755
|
export class DischargeRecordSchema extends SchemaBase<DischargeRecordSchemaData> {
|
|
756
|
+
readonly typeName = "DischargeRecord";
|
|
739
757
|
constructor() {
|
|
740
758
|
super();
|
|
741
759
|
this.schema = this.schema.concat(
|
|
@@ -794,6 +812,7 @@ export interface DischargeResultSchemaData extends SchemaBaseData {
|
|
|
794
812
|
* ================================================================================
|
|
795
813
|
*/
|
|
796
814
|
export class DischargeResultSchema extends SchemaBase<DischargeResultSchemaData> {
|
|
815
|
+
readonly typeName = "DischargeResult";
|
|
797
816
|
constructor() {
|
|
798
817
|
super();
|
|
799
818
|
this.schema = this.schema.concat(
|
|
@@ -852,6 +871,7 @@ export interface DispersionOutputConfigSchemaData extends SchemaBaseData {
|
|
|
852
871
|
* ================================================================================
|
|
853
872
|
*/
|
|
854
873
|
export class DispersionOutputConfigSchema extends SchemaBase<DispersionOutputConfigSchemaData> {
|
|
874
|
+
readonly typeName = "DispersionOutputConfig";
|
|
855
875
|
constructor() {
|
|
856
876
|
super();
|
|
857
877
|
this.schema = this.schema.concat(
|
|
@@ -917,6 +937,7 @@ export interface DispersionParametersSchemaData extends SchemaBaseData {
|
|
|
917
937
|
* ================================================================================
|
|
918
938
|
*/
|
|
919
939
|
export class DispersionParametersSchema extends SchemaBase<DispersionParametersSchemaData> {
|
|
940
|
+
readonly typeName = "DispersionParameters";
|
|
920
941
|
constructor() {
|
|
921
942
|
super();
|
|
922
943
|
this.schema = this.schema.concat(
|
|
@@ -999,6 +1020,7 @@ export interface DispersionRecordSchemaData extends SchemaBaseData {
|
|
|
999
1020
|
* ================================================================================
|
|
1000
1021
|
*/
|
|
1001
1022
|
export class DispersionRecordSchema extends SchemaBase<DispersionRecordSchemaData> {
|
|
1023
|
+
readonly typeName = "DispersionRecord";
|
|
1002
1024
|
constructor() {
|
|
1003
1025
|
super();
|
|
1004
1026
|
this.schema = this.schema.concat(
|
|
@@ -1092,6 +1114,7 @@ export interface ExplosionConfinedVolumeSchemaData extends SchemaBaseData {
|
|
|
1092
1114
|
* ================================================================================
|
|
1093
1115
|
*/
|
|
1094
1116
|
export class ExplosionConfinedVolumeSchema extends SchemaBase<ExplosionConfinedVolumeSchemaData> {
|
|
1117
|
+
readonly typeName = "ExplosionConfinedVolume";
|
|
1095
1118
|
constructor() {
|
|
1096
1119
|
super();
|
|
1097
1120
|
this.schema = this.schema.concat(
|
|
@@ -1131,6 +1154,7 @@ export interface ExplosionOutputConfigSchemaData extends SchemaBaseData {
|
|
|
1131
1154
|
* ================================================================================
|
|
1132
1155
|
*/
|
|
1133
1156
|
export class ExplosionOutputConfigSchema extends SchemaBase<ExplosionOutputConfigSchemaData> {
|
|
1157
|
+
readonly typeName = "ExplosionOutputConfig";
|
|
1134
1158
|
constructor() {
|
|
1135
1159
|
super();
|
|
1136
1160
|
this.schema = this.schema.concat(
|
|
@@ -1174,6 +1198,7 @@ export interface ExplosionOverpressureResultSchemaData extends SchemaBaseData {
|
|
|
1174
1198
|
* ================================================================================
|
|
1175
1199
|
*/
|
|
1176
1200
|
export class ExplosionOverpressureResultSchema extends SchemaBase<ExplosionOverpressureResultSchemaData> {
|
|
1201
|
+
readonly typeName = "ExplosionOverpressureResult";
|
|
1177
1202
|
constructor() {
|
|
1178
1203
|
super();
|
|
1179
1204
|
this.schema = this.schema.concat(
|
|
@@ -1220,6 +1245,7 @@ export interface ExplosionParametersSchemaData extends SchemaBaseData {
|
|
|
1220
1245
|
* ================================================================================
|
|
1221
1246
|
*/
|
|
1222
1247
|
export class ExplosionParametersSchema extends SchemaBase<ExplosionParametersSchemaData> {
|
|
1248
|
+
readonly typeName = "ExplosionParameters";
|
|
1223
1249
|
constructor() {
|
|
1224
1250
|
super();
|
|
1225
1251
|
this.schema = this.schema.concat(
|
|
@@ -1259,6 +1285,7 @@ export interface FlameRecordSchemaData extends SchemaBaseData {
|
|
|
1259
1285
|
* ================================================================================
|
|
1260
1286
|
*/
|
|
1261
1287
|
export class FlameRecordSchema extends SchemaBase<FlameRecordSchemaData> {
|
|
1288
|
+
readonly typeName = "FlameRecord";
|
|
1262
1289
|
constructor() {
|
|
1263
1290
|
super();
|
|
1264
1291
|
this.schema = this.schema.concat(
|
|
@@ -1305,6 +1332,7 @@ export interface FlameResultSchemaData extends SchemaBaseData {
|
|
|
1305
1332
|
* ================================================================================
|
|
1306
1333
|
*/
|
|
1307
1334
|
export class FlameResultSchema extends SchemaBase<FlameResultSchemaData> {
|
|
1335
|
+
readonly typeName = "FlameResult";
|
|
1308
1336
|
constructor() {
|
|
1309
1337
|
super();
|
|
1310
1338
|
this.schema = this.schema.concat(
|
|
@@ -1350,6 +1378,7 @@ export interface TransectSchemaData extends SchemaBaseData {
|
|
|
1350
1378
|
* ================================================================================
|
|
1351
1379
|
*/
|
|
1352
1380
|
export class TransectSchema extends SchemaBase<TransectSchemaData> {
|
|
1381
|
+
readonly typeName = "Transect";
|
|
1353
1382
|
constructor() {
|
|
1354
1383
|
super();
|
|
1355
1384
|
this.schema = this.schema.concat(
|
|
@@ -1397,6 +1426,7 @@ export interface FlammableOutputConfigSchemaData extends SchemaBaseData {
|
|
|
1397
1426
|
* ================================================================================
|
|
1398
1427
|
*/
|
|
1399
1428
|
export class FlammableOutputConfigSchema extends SchemaBase<FlammableOutputConfigSchemaData> {
|
|
1429
|
+
readonly typeName = "FlammableOutputConfig";
|
|
1400
1430
|
constructor() {
|
|
1401
1431
|
super();
|
|
1402
1432
|
this.schema = this.schema.concat(
|
|
@@ -1456,6 +1486,7 @@ export interface FlammableParametersSchemaData extends SchemaBaseData {
|
|
|
1456
1486
|
* ================================================================================
|
|
1457
1487
|
*/
|
|
1458
1488
|
export class FlammableParametersSchema extends SchemaBase<FlammableParametersSchemaData> {
|
|
1489
|
+
readonly typeName = "FlammableParameters";
|
|
1459
1490
|
constructor() {
|
|
1460
1491
|
super();
|
|
1461
1492
|
this.schema = this.schema.concat(
|
|
@@ -1517,6 +1548,7 @@ export interface FlashResultSchemaData extends SchemaBaseData {
|
|
|
1517
1548
|
* ================================================================================
|
|
1518
1549
|
*/
|
|
1519
1550
|
export class FlashResultSchema extends SchemaBase<FlashResultSchemaData> {
|
|
1551
|
+
readonly typeName = "FlashResult";
|
|
1520
1552
|
constructor() {
|
|
1521
1553
|
super();
|
|
1522
1554
|
this.schema = this.schema.concat(
|
|
@@ -1587,6 +1619,7 @@ export interface LeakSchemaData extends SchemaBaseData {
|
|
|
1587
1619
|
* ================================================================================
|
|
1588
1620
|
*/
|
|
1589
1621
|
export class LeakSchema extends SchemaBase<LeakSchemaData> {
|
|
1622
|
+
readonly typeName = "Leak";
|
|
1590
1623
|
constructor() {
|
|
1591
1624
|
super();
|
|
1592
1625
|
this.schema = this.schema.concat(
|
|
@@ -1636,6 +1669,7 @@ export interface LineRuptureSchemaData extends SchemaBaseData {
|
|
|
1636
1669
|
* ================================================================================
|
|
1637
1670
|
*/
|
|
1638
1671
|
export class LineRuptureSchema extends SchemaBase<LineRuptureSchemaData> {
|
|
1672
|
+
readonly typeName = "LineRupture";
|
|
1639
1673
|
constructor() {
|
|
1640
1674
|
super();
|
|
1641
1675
|
this.schema = this.schema.concat(
|
|
@@ -1688,6 +1722,7 @@ export interface MaterialComponentDataItemSchemaData extends SchemaBaseData {
|
|
|
1688
1722
|
* ================================================================================
|
|
1689
1723
|
*/
|
|
1690
1724
|
export class MaterialComponentDataItemSchema extends SchemaBase<MaterialComponentDataItemSchemaData> {
|
|
1725
|
+
readonly typeName = "MaterialComponentDataItem";
|
|
1691
1726
|
constructor() {
|
|
1692
1727
|
super();
|
|
1693
1728
|
this.schema = this.schema.concat(
|
|
@@ -1739,6 +1774,7 @@ export interface MaterialComponentDataSchemaData extends SchemaBaseData {
|
|
|
1739
1774
|
* ================================================================================
|
|
1740
1775
|
*/
|
|
1741
1776
|
export class MaterialComponentDataSchema extends SchemaBase<MaterialComponentDataSchemaData> {
|
|
1777
|
+
readonly typeName = "MaterialComponentData";
|
|
1742
1778
|
constructor() {
|
|
1743
1779
|
super();
|
|
1744
1780
|
this.schema = this.schema.concat(
|
|
@@ -1796,6 +1832,7 @@ export interface MixtureConstantPropertiesResultSchemaData extends SchemaBaseDat
|
|
|
1796
1832
|
* ================================================================================
|
|
1797
1833
|
*/
|
|
1798
1834
|
export class MixtureConstantPropertiesResultSchema extends SchemaBase<MixtureConstantPropertiesResultSchemaData> {
|
|
1835
|
+
readonly typeName = "MixtureConstantPropertiesResult";
|
|
1799
1836
|
constructor() {
|
|
1800
1837
|
super();
|
|
1801
1838
|
this.schema = this.schema.concat(
|
|
@@ -1869,6 +1906,7 @@ export interface PipeSchemaData extends SchemaBaseData {
|
|
|
1869
1906
|
* ================================================================================
|
|
1870
1907
|
*/
|
|
1871
1908
|
export class PipeSchema extends SchemaBase<PipeSchemaData> {
|
|
1909
|
+
readonly typeName = "Pipe";
|
|
1872
1910
|
constructor() {
|
|
1873
1911
|
super();
|
|
1874
1912
|
this.schema = this.schema.concat(
|
|
@@ -1922,6 +1960,7 @@ export interface PipeBreachSchemaData extends SchemaBaseData {
|
|
|
1922
1960
|
* ================================================================================
|
|
1923
1961
|
*/
|
|
1924
1962
|
export class PipeBreachSchema extends SchemaBase<PipeBreachSchemaData> {
|
|
1963
|
+
readonly typeName = "PipeBreach";
|
|
1925
1964
|
constructor() {
|
|
1926
1965
|
super();
|
|
1927
1966
|
this.schema = this.schema.concat(
|
|
@@ -1969,6 +2008,7 @@ export interface PoolFireFlameResultSchemaData extends SchemaBaseData {
|
|
|
1969
2008
|
* ================================================================================
|
|
1970
2009
|
*/
|
|
1971
2010
|
export class PoolFireFlameResultSchema extends SchemaBase<PoolFireFlameResultSchemaData> {
|
|
2011
|
+
readonly typeName = "PoolFireFlameResult";
|
|
1972
2012
|
constructor() {
|
|
1973
2013
|
super();
|
|
1974
2014
|
this.schema = this.schema.concat(
|
|
@@ -2027,6 +2067,7 @@ export interface PoolRecordSchemaData extends SchemaBaseData {
|
|
|
2027
2067
|
* ================================================================================
|
|
2028
2068
|
*/
|
|
2029
2069
|
export class PoolRecordSchema extends SchemaBase<PoolRecordSchemaData> {
|
|
2070
|
+
readonly typeName = "PoolRecord";
|
|
2030
2071
|
constructor() {
|
|
2031
2072
|
super();
|
|
2032
2073
|
this.schema = this.schema.concat(
|
|
@@ -2089,6 +2130,7 @@ export interface PoolVapourisationParametersSchemaData extends SchemaBaseData {
|
|
|
2089
2130
|
* ================================================================================
|
|
2090
2131
|
*/
|
|
2091
2132
|
export class PoolVapourisationParametersSchema extends SchemaBase<PoolVapourisationParametersSchemaData> {
|
|
2133
|
+
readonly typeName = "PoolVapourisationParameters";
|
|
2092
2134
|
constructor() {
|
|
2093
2135
|
super();
|
|
2094
2136
|
this.schema = this.schema.concat(
|
|
@@ -2131,6 +2173,7 @@ export interface RadiationRecordSchemaData extends SchemaBaseData {
|
|
|
2131
2173
|
* ================================================================================
|
|
2132
2174
|
*/
|
|
2133
2175
|
export class RadiationRecordSchema extends SchemaBase<RadiationRecordSchemaData> {
|
|
2176
|
+
readonly typeName = "RadiationRecord";
|
|
2134
2177
|
constructor() {
|
|
2135
2178
|
super();
|
|
2136
2179
|
this.schema = this.schema.concat(
|
|
@@ -2177,6 +2220,7 @@ export interface ReliefValveSchemaData extends SchemaBaseData {
|
|
|
2177
2220
|
* ================================================================================
|
|
2178
2221
|
*/
|
|
2179
2222
|
export class ReliefValveSchema extends SchemaBase<ReliefValveSchemaData> {
|
|
2223
|
+
readonly typeName = "ReliefValve";
|
|
2180
2224
|
constructor() {
|
|
2181
2225
|
super();
|
|
2182
2226
|
this.schema = this.schema.concat(
|
|
@@ -2230,6 +2274,7 @@ export interface SafetySystemSchemaData extends SchemaBaseData {
|
|
|
2230
2274
|
* ================================================================================
|
|
2231
2275
|
*/
|
|
2232
2276
|
export class SafetySystemSchema extends SchemaBase<SafetySystemSchemaData> {
|
|
2277
|
+
readonly typeName = "SafetySystem";
|
|
2233
2278
|
constructor() {
|
|
2234
2279
|
super();
|
|
2235
2280
|
this.schema = this.schema.concat(
|
|
@@ -2282,6 +2327,7 @@ export interface ScalarUdmOutputsSchemaData extends SchemaBaseData {
|
|
|
2282
2327
|
* ================================================================================
|
|
2283
2328
|
*/
|
|
2284
2329
|
export class ScalarUdmOutputsSchema extends SchemaBase<ScalarUdmOutputsSchemaData> {
|
|
2330
|
+
readonly typeName = "ScalarUdmOutputs";
|
|
2285
2331
|
constructor() {
|
|
2286
2332
|
super();
|
|
2287
2333
|
this.schema = this.schema.concat(
|
|
@@ -2335,6 +2381,7 @@ export interface ShortPipeRuptureSchemaData extends SchemaBaseData {
|
|
|
2335
2381
|
* ================================================================================
|
|
2336
2382
|
*/
|
|
2337
2383
|
export class ShortPipeRuptureSchema extends SchemaBase<ShortPipeRuptureSchemaData> {
|
|
2384
|
+
readonly typeName = "ShortPipeRupture";
|
|
2338
2385
|
constructor() {
|
|
2339
2386
|
super();
|
|
2340
2387
|
this.schema = this.schema.concat(
|
|
@@ -2382,6 +2429,7 @@ export interface StructureSchemaData extends SchemaBaseData {
|
|
|
2382
2429
|
* ================================================================================
|
|
2383
2430
|
*/
|
|
2384
2431
|
export class StructureSchema extends SchemaBase<StructureSchemaData> {
|
|
2432
|
+
readonly typeName = "Structure";
|
|
2385
2433
|
constructor() {
|
|
2386
2434
|
super();
|
|
2387
2435
|
this.schema = this.schema.concat(
|
|
@@ -2423,6 +2471,7 @@ export interface SubstrateSchemaData extends SchemaBaseData {
|
|
|
2423
2471
|
* ================================================================================
|
|
2424
2472
|
*/
|
|
2425
2473
|
export class SubstrateSchema extends SchemaBase<SubstrateSchemaData> {
|
|
2474
|
+
readonly typeName = "Substrate";
|
|
2426
2475
|
constructor() {
|
|
2427
2476
|
super();
|
|
2428
2477
|
this.schema = this.schema.concat(
|
|
@@ -2467,6 +2516,7 @@ export interface ToxicRecordSchemaData extends SchemaBaseData {
|
|
|
2467
2516
|
* ================================================================================
|
|
2468
2517
|
*/
|
|
2469
2518
|
export class ToxicRecordSchema extends SchemaBase<ToxicRecordSchemaData> {
|
|
2519
|
+
readonly typeName = "ToxicRecord";
|
|
2470
2520
|
constructor() {
|
|
2471
2521
|
super();
|
|
2472
2522
|
this.schema = this.schema.concat(
|
|
@@ -2517,6 +2567,7 @@ export interface VesselSchemaData extends SchemaBaseData {
|
|
|
2517
2567
|
* ================================================================================
|
|
2518
2568
|
*/
|
|
2519
2569
|
export class VesselSchema extends SchemaBase<VesselSchemaData> {
|
|
2570
|
+
readonly typeName = "Vessel";
|
|
2520
2571
|
constructor() {
|
|
2521
2572
|
super();
|
|
2522
2573
|
this.schema = this.schema.concat(
|
|
@@ -2578,6 +2629,7 @@ export interface VesselLeakMaxFlammableCloudResultsSchemaData extends SchemaBase
|
|
|
2578
2629
|
* ================================================================================
|
|
2579
2630
|
*/
|
|
2580
2631
|
export class VesselLeakMaxFlammableCloudResultsSchema extends SchemaBase<VesselLeakMaxFlammableCloudResultsSchemaData> {
|
|
2632
|
+
readonly typeName = "VesselLeakMaxFlammableCloudResults";
|
|
2581
2633
|
constructor() {
|
|
2582
2634
|
super();
|
|
2583
2635
|
this.schema = this.schema.concat(
|
|
@@ -2627,6 +2679,7 @@ export interface VesselSphereSchemaData extends SchemaBaseData {
|
|
|
2627
2679
|
* ================================================================================
|
|
2628
2680
|
*/
|
|
2629
2681
|
export class VesselSphereSchema extends SchemaBase<VesselSphereSchemaData> {
|
|
2682
|
+
readonly typeName = "VesselSphere";
|
|
2630
2683
|
constructor() {
|
|
2631
2684
|
super();
|
|
2632
2685
|
this.schema = this.schema.concat(
|
|
@@ -2675,6 +2728,7 @@ export interface WeatherSchemaData extends SchemaBaseData {
|
|
|
2675
2728
|
* ================================================================================
|
|
2676
2729
|
*/
|
|
2677
2730
|
export class WeatherSchema extends SchemaBase<WeatherSchemaData> {
|
|
2731
|
+
readonly typeName = "Weather";
|
|
2678
2732
|
constructor() {
|
|
2679
2733
|
super();
|
|
2680
2734
|
this.schema = this.schema.concat(
|
package/src/enums.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:30
|
|
5
5
|
* Template: templates/typescriptpws/enums.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
package/src/materials.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:29
|
|
5
5
|
* Template: templates/typescriptpws/materials.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|
package/src/utilities.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/***********************************************************************
|
|
2
2
|
* This file has been auto-generated by a code generation tool.
|
|
3
|
-
* Version: 1.0.
|
|
4
|
-
* Date/time:
|
|
3
|
+
* Version: 1.0.74
|
|
4
|
+
* Date/time: 15 May 2025 12:08:28
|
|
5
5
|
* Template: templates/typescriptpws/utilities.razor.
|
|
6
6
|
***********************************************************************/
|
|
7
7
|
|