Skip to content

Commit e801c0d

Browse files
committed
update samples
1 parent ede2e3a commit e801c0d

136 files changed

Lines changed: 244 additions & 248 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.11.0-SNAPSHOT
1+
7.9.0-SNAPSHOT

samples/client/echo_api/typescript-axios/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"openapi-generator",
1515
"@openapitools/typescript-axios-echo-api"
1616
],
17-
"license": "Unlicense",
17+
"license": "",
1818
"main": "./dist/index.js",
1919
"typings": "./dist/index.d.ts",
2020
"scripts": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.11.0-SNAPSHOT
1+
7.9.0-SNAPSHOT

samples/client/others/typescript-angular/builds/composed-schemas-tagged-unions/model/dummy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
export interface DummyModel {
13-
'property.name'?: string;
13+
property_name?: string;
1414
}
1515

1616

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.11.0-SNAPSHOT
1+
7.9.0-SNAPSHOT

samples/client/others/typescript-angular/builds/composed-schemas/model/dummy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111

1212
export interface DummyModel {
13-
'property.name'?: string;
13+
property_name?: string;
1414
}
1515

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.11.0-SNAPSHOT
1+
7.9.0-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.11.0-SNAPSHOT
1+
7.9.0-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.11.0-SNAPSHOT
1+
7.9.0-SNAPSHOT

samples/client/others/typescript-node/encode-decode/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "npm run build && node dist/client.js"
1515
},
1616
"author": "OpenAPI-Generator Contributors",
17-
"license": "Unlicense",
17+
"license": "",
1818
"dependencies": {
1919
"bluebird": "^3.7.2",
2020
"request": "^2.88.2"

0 commit comments

Comments
 (0)