Skip to content

Commit ad5b9e2

Browse files
chore(deps): update dependency ts-json-schema-generator to v2.5.0 (#950)
* chore(deps): update dependency ts-json-schema-generator to v2.5.0 * chore: build Schema.ts --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: britsta <britta.stallknecht@js-soft.com>
1 parent eaf04e2 commit ad5b9e2

3 files changed

Lines changed: 18 additions & 114 deletions

File tree

package-lock.json

Lines changed: 11 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@types/json-stringify-safe": "^5.0.3",
8989
"@types/lodash": "^4.17.23",
9090
"@types/luxon": "^3.7.1",
91-
"ts-json-schema-generator": "2.4.0",
91+
"ts-json-schema-generator": "2.5.0",
9292
"ts-mockito": "^2.6.1"
9393
},
9494
"publishConfig": {

packages/runtime/src/useCases/common/Schemas.ts

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,9 +2119,7 @@ export const CanCreateOutgoingRequestRequest: any = {
21192119
},
21202120
"AttributeValues.Identity.Uneditable.TypeName": {
21212121
"type": "string",
2122-
"enum": [
2123-
"SchematizedXML"
2124-
]
2122+
"const": "SchematizedXML"
21252123
},
21262124
"RelationshipAttributeQueryJSON": {
21272125
"type": "object",
@@ -8825,9 +8823,7 @@ export const CreateOutgoingRequestRequest: any = {
88258823
},
88268824
"AttributeValues.Identity.Uneditable.TypeName": {
88278825
"type": "string",
8828-
"enum": [
8829-
"SchematizedXML"
8830-
]
8826+
"const": "SchematizedXML"
88318827
},
88328828
"RelationshipAttributeQueryJSON": {
88338829
"type": "object",
@@ -11870,9 +11866,7 @@ export const ReceivedIncomingRequestRequest: any = {
1187011866
},
1187111867
"AttributeValues.Identity.Uneditable.TypeName": {
1187211868
"type": "string",
11873-
"enum": [
11874-
"SchematizedXML"
11875-
]
11869+
"const": "SchematizedXML"
1187611870
},
1187711871
"RelationshipAttributeQueryJSON": {
1187811872
"type": "object",
@@ -13392,9 +13386,7 @@ export const ExecuteIdentityAttributeQueryRequest: any = {
1339213386
},
1339313387
"AttributeValues.Identity.Uneditable.TypeName": {
1339413388
"type": "string",
13395-
"enum": [
13396-
"SchematizedXML"
13397-
]
13389+
"const": "SchematizedXML"
1339813390
}
1339913391
}
1340013392
}
@@ -13498,9 +13490,7 @@ export const ExecuteIQLQueryRequest: any = {
1349813490
},
1349913491
"AttributeValues.Identity.Uneditable.TypeName": {
1350013492
"type": "string",
13501-
"enum": [
13502-
"SchematizedXML"
13503-
]
13493+
"const": "SchematizedXML"
1350413494
}
1350513495
}
1350613496
}
@@ -16456,9 +16446,7 @@ export const ValidateIQLQueryRequest: any = {
1645616446
},
1645716447
"AttributeValues.Identity.Uneditable.TypeName": {
1645816448
"type": "string",
16459-
"enum": [
16460-
"SchematizedXML"
16461-
]
16449+
"const": "SchematizedXML"
1646216450
}
1646316451
}
1646416452
}

0 commit comments

Comments
 (0)