diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION index 4bc5d61..09a6d30 100644 --- a/.openapi-generator/VERSION +++ b/.openapi-generator/VERSION @@ -1 +1 @@ -7.9.0 +7.8.0 diff --git a/README.md b/README.md index cfcb3b4..43ca4e4 100644 --- a/README.md +++ b/README.md @@ -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: @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co _published:_ ``` -npm install @curvegrid/multibaas-sdk@1.0.0-beta24 --save +npm install @curvegrid/multibaas-sdk@1.0.0-beta25 --save ``` _unPublished (not recommended):_ diff --git a/api.ts b/api.ts index bb51c1d..12bd327 100644 --- a/api.ts +++ b/api.ts @@ -2272,7 +2272,8 @@ export const EventQueryFieldAggregatorEnum = { Last: 'last', First: 'first', Min: 'min', - Max: 'max' + Max: 'max', + Null: 'null' } as const; export type EventQueryFieldAggregatorEnum = diff --git a/openapi-generator.yaml b/openapi-generator.yaml index 094567b..3f53b68 100644 --- a/openapi-generator.yaml +++ b/openapi-generator.yaml @@ -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 diff --git a/openapitools.json b/openapitools.json index f80faaa..2f4612c 100644 --- a/openapitools.json +++ b/openapitools.json @@ -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" } } diff --git a/package-lock.json b/package-lock.json index 503b1eb..aec66a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curvegrid/multibaas-sdk", - "version": "1.0.0-beta24", + "version": "1.0.0-beta25", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@curvegrid/multibaas-sdk", - "version": "1.0.0-beta24", + "version": "1.0.0-beta25", "license": "MIT", "dependencies": { "axios": "^1.2.2" diff --git a/package.json b/package.json index 97a2801..d8a82de 100644 --- a/package.json +++ b/package.json @@ -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": {