Skip to content

Commit 47b979b

Browse files
committed
Regenerate all clients.
1 parent 32b98e7 commit 47b979b

File tree

1,153 files changed

+1588
-57902
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,153 files changed

+1588
-57902
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.9.0

clients/ada-server/generated/src/model/-models.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- The version of the OpenAPI document: 5.3.1_pre.0
55
-- Contact: [email protected]
66
--
7-
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
7+
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
88
-- https://openapi-generator.tech
99
-- Do not edit the class manually.
1010

clients/ada-server/generated/src/model/-models.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- The version of the OpenAPI document: 5.3.1_pre.0
55
-- Contact: [email protected]
66
--
7-
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
7+
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
88
-- https://openapi-generator.tech
99
-- Do not edit the class manually.
1010

clients/ada-server/generated/src/server/-skeletons.adb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- The version of the OpenAPI document: 5.3.1_pre.0
55
-- Contact: [email protected]
66
--
7-
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
7+
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
88
-- https://openapi-generator.tech
99
-- Do not edit the class manually.
1010

@@ -17,11 +17,11 @@ package body .Skeletons is
1717

1818
use Swagger.Streams;
1919

20-
Mime_1 : aliased constant String := "application/javascript";
20+
Mime_1 : aliased constant String := "text/javascript";
2121
Media_List_1 : aliased constant Swagger.Mime_List := (
22-
1 => Mime_1'Access,
22+
1 => Swagger.Mime_Json,
2323

24-
2 => Swagger.Mime_Json,
24+
2 => Mime_1'Access,
2525

2626
3 => Swagger.Mime_Text);
2727

clients/ada-server/generated/src/server/-skeletons.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- The version of the OpenAPI document: 5.3.1_pre.0
55
-- Contact: [email protected]
66
--
7-
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
7+
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
88
-- https://openapi-generator.tech
99
-- Do not edit the class manually.
1010

clients/ada-server/generated/web/swagger/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"type" : "string"
5151
}
5252
},
53-
"application/javascript" : {
53+
"text/javascript" : {
5454
"schema" : {
5555
"type" : "string"
5656
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.0
1+
7.9.0

clients/ada/generated/src/client/-clients.adb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- The version of the OpenAPI document: 5.3.1_pre.0
55
-- Contact: [email protected]
66
--
7-
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
7+
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
88
-- https://openapi-generator.tech
99
-- Do not edit the class manually.
1010

@@ -13,11 +13,11 @@ with Swagger.Streams;
1313
package body .Clients is
1414
pragma Style_Checks ("-bmrIu");
1515

16-
Mime_1 : aliased constant String := "application/javascript";
16+
Mime_1 : aliased constant String := "text/javascript";
1717
Media_List_1 : constant Swagger.Mime_List := (
18-
1 => Mime_1'Access,
18+
1 => Swagger.Mime_Json,
1919

20-
2 => Swagger.Mime_Json,
20+
2 => Mime_1'Access,
2121

2222
3 => Swagger.Mime_Text );
2323

clients/ada/generated/src/client/-clients.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- The version of the OpenAPI document: 5.3.1_pre.0
55
-- Contact: [email protected]
66
--
7-
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
7+
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
88
-- https://openapi-generator.tech
99
-- Do not edit the class manually.
1010

clients/ada/generated/src/model/-models.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- The version of the OpenAPI document: 5.3.1_pre.0
55
-- Contact: [email protected]
66
--
7-
-- NOTE: This package is auto generated by OpenAPI-Generator 7.6.0.
7+
-- NOTE: This package is auto generated by OpenAPI-Generator 7.9.0.
88
-- https://openapi-generator.tech
99
-- Do not edit the class manually.
1010

0 commit comments

Comments
 (0)