Skip to content

Commit 70bea1e

Browse files
chore(openapi): update generated SDK with latest Permify definitions (#14)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0f2e601 commit 70bea1e

144 files changed

Lines changed: 277 additions & 277 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ PermifyClient - JavaScript client for permify-javascript
44
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
55
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

7-
- API version: v1.7.0
8-
- Package version: 1.7.0
7+
- API version: v1.7.1
8+
- Package version: 1.7.1
99
- Generator version: 7.13.0
1010
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
1111
For more information, please visit [https://github.com/Permify/permify/issues](https://github.com/Permify/permify/issues)

generator/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Permify API",
55
"description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.",
6-
"version": "v1.7.0",
6+
"version": "v1.7.1",
77
"contact": {
88
"name": "API Support",
99
"url": "https://github.com/Permify/permify/issues",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "permify-javascript",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.",
55
"license": "Apache-2.0",
66
"main": "dist/index.js",

src/ApiClient.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Permify API
33
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
44
*
5-
* The version of the OpenAPI document: v1.7.0
5+
* The version of the OpenAPI document: v1.7.1
66
* Contact: hello@permify.co
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import superagent from "superagent";
1616

1717
/**
1818
* @module ApiClient
19-
* @version 1.7.0
19+
* @version 1.7.1
2020
*/
2121

2222
/**
@@ -54,7 +54,7 @@ class ApiClient {
5454
* @default {}
5555
*/
5656
this.defaultHeaders = {
57-
'User-Agent': 'OpenAPI-Generator/1.7.0/Javascript'
57+
'User-Agent': 'OpenAPI-Generator/1.7.1/Javascript'
5858
};
5959

6060
/**

src/api/BundleApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Permify API
33
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
44
*
5-
* The version of the OpenAPI document: v1.7.0
5+
* The version of the OpenAPI document: v1.7.1
66
* Contact: hello@permify.co
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -24,7 +24,7 @@ import Status from '../model/Status';
2424
/**
2525
* Bundle service.
2626
* @module api/BundleApi
27-
* @version 1.7.0
27+
* @version 1.7.1
2828
*/
2929
export default class BundleApi {
3030

src/api/DataApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Permify API
33
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
44
*
5-
* The version of the OpenAPI document: v1.7.0
5+
* The version of the OpenAPI document: v1.7.1
66
* Contact: hello@permify.co
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@ import WriteRelationshipsBody from '../model/WriteRelationshipsBody';
3232
/**
3333
* Data service.
3434
* @module api/DataApi
35-
* @version 1.7.0
35+
* @version 1.7.1
3636
*/
3737
export default class DataApi {
3838

src/api/PermissionApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Permify API
33
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
44
*
5-
* The version of the OpenAPI document: v1.7.0
5+
* The version of the OpenAPI document: v1.7.1
66
* Contact: hello@permify.co
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@ import SubjectPermissionBody from '../model/SubjectPermissionBody';
3232
/**
3333
* Permission service.
3434
* @module api/PermissionApi
35-
* @version 1.7.0
35+
* @version 1.7.1
3636
*/
3737
export default class PermissionApi {
3838

src/api/SchemaApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Permify API
33
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
44
*
5-
* The version of the OpenAPI document: v1.7.0
5+
* The version of the OpenAPI document: v1.7.1
66
* Contact: hello@permify.co
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ import Status from '../model/Status';
2626
/**
2727
* Schema service.
2828
* @module api/SchemaApi
29-
* @version 1.7.0
29+
* @version 1.7.1
3030
*/
3131
export default class SchemaApi {
3232

src/api/TenancyApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Permify API
33
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
44
*
5-
* The version of the OpenAPI document: v1.7.0
5+
* The version of the OpenAPI document: v1.7.1
66
* Contact: hello@permify.co
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -23,7 +23,7 @@ import TenantListResponse from '../model/TenantListResponse';
2323
/**
2424
* Tenancy service.
2525
* @module api/TenancyApi
26-
* @version 1.7.0
26+
* @version 1.7.1
2727
*/
2828
export default class TenancyApi {
2929

src/api/WatchApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Permify API
33
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
44
*
5-
* The version of the OpenAPI document: v1.7.0
5+
* The version of the OpenAPI document: v1.7.1
66
* Contact: hello@permify.co
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,7 +20,7 @@ import WatchBody from '../model/WatchBody';
2020
/**
2121
* Watch service.
2222
* @module api/WatchApi
23-
* @version 1.7.0
23+
* @version 1.7.1
2424
*/
2525
export default class WatchApi {
2626

0 commit comments

Comments
 (0)