@dangl/ava-model 2.25.6-add-basic-npm-pa0024 → 2.25.6-add-basic-npm-pa0025
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/package.json +1 -1
- package/src/ava-models.ts +4 -4
- package/src/version.ts +5 -5
package/package.json
CHANGED
package/src/ava-models.ts
CHANGED
|
@@ -1685,7 +1685,7 @@ export class PositionDto extends IElementDto implements IPositionDto {
|
|
|
1685
1685
|
this._discriminator = "PositionDto";
|
|
1686
1686
|
}
|
|
1687
1687
|
|
|
1688
|
-
init?(_data?: any) {
|
|
1688
|
+
override init?(_data?: any) {
|
|
1689
1689
|
if (typeof super.init !== "undefined") {
|
|
1690
1690
|
super.init(_data);
|
|
1691
1691
|
}
|
|
@@ -3657,7 +3657,7 @@ export class ExecutionDescriptionDto extends IElementDto implements IExecutionDe
|
|
|
3657
3657
|
this._discriminator = "ExecutionDescriptionDto";
|
|
3658
3658
|
}
|
|
3659
3659
|
|
|
3660
|
-
init?(_data?: any) {
|
|
3660
|
+
override init?(_data?: any) {
|
|
3661
3661
|
if (typeof super.init !== "undefined") {
|
|
3662
3662
|
super.init(_data);
|
|
3663
3663
|
}
|
|
@@ -3757,7 +3757,7 @@ export class NoteTextDto extends IElementDto implements INoteTextDto {
|
|
|
3757
3757
|
this._discriminator = "NoteTextDto";
|
|
3758
3758
|
}
|
|
3759
3759
|
|
|
3760
|
-
init?(_data?: any) {
|
|
3760
|
+
override init?(_data?: any) {
|
|
3761
3761
|
if (typeof super.init !== "undefined") {
|
|
3762
3762
|
super.init(_data);
|
|
3763
3763
|
}
|
|
@@ -3993,7 +3993,7 @@ export class ServiceSpecificationGroupDto extends IElementDto implements IServic
|
|
|
3993
3993
|
this._discriminator = "ServiceSpecificationGroupDto";
|
|
3994
3994
|
}
|
|
3995
3995
|
|
|
3996
|
-
init?(_data?: any) {
|
|
3996
|
+
override init?(_data?: any) {
|
|
3997
3997
|
if (typeof super.init !== "undefined") {
|
|
3998
3998
|
super.init(_data);
|
|
3999
3999
|
}
|
package/src/version.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// This file is automatically generated as part of the build process
|
|
2
2
|
|
|
3
3
|
export const avaModelsVersion = {
|
|
4
|
-
version: "2.25.6-add-basic-npm-
|
|
5
|
-
commitInfo: "Branch.feature-add-basic-npm-package.Sha.
|
|
4
|
+
version: "2.25.6-add-basic-npm-pa0025",
|
|
5
|
+
commitInfo: "Branch.feature-add-basic-npm-package.Sha.7875adae9c3e7fc7d8b145845c483b8686ed7c3c",
|
|
6
6
|
commitDate: "2025-08-08",
|
|
7
|
-
commitHash: "
|
|
8
|
-
informationalVersion: "2.25.6-add-basic-npm-package.
|
|
9
|
-
buildDateUtc: new Date(Date.UTC(2025, 7, 8, 10,
|
|
7
|
+
commitHash: "7875adae9c3e7fc7d8b145845c483b8686ed7c3c",
|
|
8
|
+
informationalVersion: "2.25.6-add-basic-npm-package.25+Branch.feature-add-basic-npm-package.Sha.7875adae9c3e7fc7d8b145845c483b8686ed7c3c",
|
|
9
|
+
buildDateUtc: new Date(Date.UTC(2025, 7, 8, 10, 46, 6))
|
|
10
10
|
}
|