Skip to content

Commit 3e40798

Browse files
Generate spec version 1.8.2
1 parent 55e3ace commit 3e40798

File tree

6 files changed

+9
-11
lines changed

6 files changed

+9
-11
lines changed

oas_spec.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
* host Grasshopper models in a secure, reliable, scalable, and performant way,
88
* run computations of Grasshopper models,
99
* and cache and output the results of computations and exports.
10-
version: 1.8.1
10+
version: 1.8.2
1111

1212
externalDocs:
1313
description: ShapeDiver Help Center
@@ -233,7 +233,7 @@ components:
233233
- NO_OUTPUT_DATA_FOR_DEFAULT_PARAMETER_VALUES
234234
- MODEL_WITHOUT_GEOMETRY_OUTPUT
235235
- UNKNOWN
236-
CommonsGroup:
236+
CommonsGroup: &CommonsGroup
237237
description: Group of a parameter, export or output.
238238
type: object
239239
properties:
@@ -397,9 +397,7 @@ components:
397397
#- Request data structures -#
398398
#-------------------------------------------------------------------------#
399399
ReqGroup:
400-
description: Group information.
401-
allOf:
402-
- $ref: "#/components/schemas/CommonsGroup"
400+
<<: *CommonsGroup
403401
ReqTicket:
404402
description: Body of a ticket request.
405403
allOf:

packages/sdk.geometry-api-sdk-v2/src/client/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Geometry Backend API v2
55
* The ShapeDiver Geometry Backend system is used to: * host Grasshopper models in a secure, reliable, scalable, and performant way, * run computations of Grasshopper models, * and cache and output the results of computations and exports.
66
*
7-
* The version of the OpenAPI document: 1.8.1
7+
* The version of the OpenAPI document: 1.8.2
88
*
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -596,7 +596,7 @@ export interface ReqFileUpload {
596596

597597
}
598598
/**
599-
* Group information.
599+
* Group of a parameter, export or output.
600600
* @export
601601
* @interface ReqGroup
602602
*/

packages/sdk.geometry-api-sdk-v2/src/client/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Geometry Backend API v2
55
* The ShapeDiver Geometry Backend system is used to: * host Grasshopper models in a secure, reliable, scalable, and performant way, * run computations of Grasshopper models, * and cache and output the results of computations and exports.
66
*
7-
* The version of the OpenAPI document: 1.8.1
7+
* The version of the OpenAPI document: 1.8.2
88
*
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/sdk.geometry-api-sdk-v2/src/client/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Geometry Backend API v2
55
* The ShapeDiver Geometry Backend system is used to: * host Grasshopper models in a secure, reliable, scalable, and performant way, * run computations of Grasshopper models, * and cache and output the results of computations and exports.
66
*
7-
* The version of the OpenAPI document: 1.8.1
7+
* The version of the OpenAPI document: 1.8.2
88
*
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/sdk.geometry-api-sdk-v2/src/client/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Geometry Backend API v2
55
* The ShapeDiver Geometry Backend system is used to: * host Grasshopper models in a secure, reliable, scalable, and performant way, * run computations of Grasshopper models, * and cache and output the results of computations and exports.
66
*
7-
* The version of the OpenAPI document: 1.8.1
7+
* The version of the OpenAPI document: 1.8.2
88
*
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

packages/sdk.geometry-api-sdk-v2/src/client/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Geometry Backend API v2
55
* The ShapeDiver Geometry Backend system is used to: * host Grasshopper models in a secure, reliable, scalable, and performant way, * run computations of Grasshopper models, * and cache and output the results of computations and exports.
66
*
7-
* The version of the OpenAPI document: 1.8.1
7+
* The version of the OpenAPI document: 1.8.2
88
*
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)