Skip to content

Commit 593c8d8

Browse files
omer-topalgithub-actions[bot]
andauthored
chore(openapi): update generated SDK with latest Permify definitions (#11)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b80d672 commit 593c8d8

133 files changed

Lines changed: 135 additions & 138 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: 1 addition & 1 deletion

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
{
22
"name": "permify-javascript",
3-
"version": "0.11.0",
3+
"version": "1.6.9",
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",
77
"scripts": {
88
"build": "babel src -d dist",
99
"prepare": "npm run build",
10-
"test": "mocha --require @babel/register --recursive",
11-
"test:live": "mocha --require @babel/register integration/**/*.spec.js",
12-
"run-live-tests": "./scripts/run-live-tests.sh",
13-
"run-instance": "./scripts/run-live-tests.sh"
10+
"test": "mocha --require @babel/register --recursive"
1411
},
1512
"browser": {
1613
"fs": false

src/ApiClient.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import superagent from "superagent";
1616

1717
/**
1818
* @module ApiClient
19-
* @version 0.11.0
19+
* @version 1.6.9
2020
*/
2121

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

6060
/**

src/api/BundleApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import Status from '../model/Status';
2424
/**
2525
* Bundle service.
2626
* @module api/BundleApi
27-
* @version 0.11.0
27+
* @version 1.6.9
2828
*/
2929
export default class BundleApi {
3030

src/api/DataApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import WriteRelationshipsBody from '../model/WriteRelationshipsBody';
3232
/**
3333
* Data service.
3434
* @module api/DataApi
35-
* @version 0.11.0
35+
* @version 1.6.9
3636
*/
3737
export default class DataApi {
3838

src/api/PermissionApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import SubjectPermissionBody from '../model/SubjectPermissionBody';
3232
/**
3333
* Permission service.
3434
* @module api/PermissionApi
35-
* @version 0.11.0
35+
* @version 1.6.9
3636
*/
3737
export default class PermissionApi {
3838

src/api/SchemaApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import Status from '../model/Status';
2626
/**
2727
* Schema service.
2828
* @module api/SchemaApi
29-
* @version 0.11.0
29+
* @version 1.6.9
3030
*/
3131
export default class SchemaApi {
3232

src/api/TenancyApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import TenantListResponse from '../model/TenantListResponse';
2323
/**
2424
* Tenancy service.
2525
* @module api/TenancyApi
26-
* @version 0.11.0
26+
* @version 1.6.9
2727
*/
2828
export default class TenancyApi {
2929

src/api/WatchApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import WatchBody from '../model/WatchBody';
2020
/**
2121
* Watch service.
2222
* @module api/WatchApi
23-
* @version 0.11.0
23+
* @version 1.6.9
2424
*/
2525
export default class WatchApi {
2626

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ import WatchApi from './api/WatchApi';
183183
* </pre>
184184
* </p>
185185
* @module index
186-
* @version 0.11.0
186+
* @version 1.6.9
187187
*/
188188
export {
189189
/**

0 commit comments

Comments
 (0)