Skip to content

Commit

Permalink
Auto-generated SDK v1.0.0-beta25
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Oct 25, 2024
1 parent 3388b28 commit 9479808
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.9.0
7.8.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## @curvegrid/multibaas-sdk@1.0.0-beta24
## @curvegrid/multibaas-sdk@1.0.0-beta25

This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:

Expand Down Expand Up @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
_published:_

```
npm install @curvegrid/[email protected]beta24 --save
npm install @curvegrid/[email protected]beta25 --save
```

_unPublished (not recommended):_
Expand Down
3 changes: 2 additions & 1 deletion api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2272,7 +2272,8 @@ export const EventQueryFieldAggregatorEnum = {
Last: 'last',
First: 'first',
Min: 'min',
Max: 'max'
Max: 'max',
Null: 'null'
} as const;

export type EventQueryFieldAggregatorEnum =
Expand Down
2 changes: 1 addition & 1 deletion openapi-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gitRepoId: multibaas-sdk-typescript
templateDir: templates
additionalProperties:
npmName: "@curvegrid/multibaas-sdk"
npmVersion: 1.0.0-beta24
npmVersion: 1.0.0-beta25
disallowAdditionalPropertiesIfNotPresent: true
legacyDiscriminatorBehavior: false
withInterfaces: true
Expand Down
2 changes: 1 addition & 1 deletion openapitools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.9.0"
"version": "7.8.0"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@curvegrid/multibaas-sdk",
"version": "1.0.0-beta24",
"version": "1.0.0-beta25",
"description": "MultiBaas SDK for TypeScript / JavaScript",
"author": "Curvegrid",
"repository": {
Expand Down

0 comments on commit 9479808

Please sign in to comment.