Skip to content

Commit 32b41fd

Browse files
Generate spec version 1.12.0
1 parent f358545 commit 32b41fd

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

oas_spec.yaml

Lines changed: 3 additions & 2 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.11.0
10+
version: 1.12.0
1111

1212
externalDocs:
1313
description: ShapeDiver Help Center
@@ -7053,7 +7053,8 @@ paths:
70537053
application/json:
70547054
schema:
70557055
$ref: "#/components/schemas/ResError"
7056-
security: []
7056+
security:
7057+
- JwtAuth: []
70577058
"/api/v2/session/{sessionId}/default":
70587059
get:
70597060
operationId: GetSessionDefaults

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

Lines changed: 5 additions & 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.11.0
7+
* The version of the OpenAPI document: 1.12.0
88
*
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13402,6 +13402,10 @@ export const SessionApiAxiosParamCreator = function (configuration?: Configurati
1340213402
const localVarHeaderParameter = {} as any;
1340313403
const localVarQueryParameter = {} as any;
1340413404

13405+
// authentication JwtAuth required
13406+
// http bearer authentication required
13407+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
13408+
1340513409
if (modelStateId !== undefined) {
1340613410
localVarQueryParameter['modelStateId'] = modelStateId;
1340713411
}

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.11.0
7+
* The version of the OpenAPI document: 1.12.0
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.11.0
7+
* The version of the OpenAPI document: 1.12.0
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.11.0
7+
* The version of the OpenAPI document: 1.12.0
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.11.0
7+
* The version of the OpenAPI document: 1.12.0
88
*
99
*
1010
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)