Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PermifyClient - JavaScript client for permify-javascript
Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v1.6.10
- Package version: 1.6.10
- API version: v1.7.0
- Package version: 1.7.0
- Generator version: 7.13.0
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
For more information, please visit [https://github.com/Permify/permify/issues](https://github.com/Permify/permify/issues)
Expand Down
2 changes: 1 addition & 1 deletion generator/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Permify API",
"description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.",
"version": "v1.6.10",
"version": "v1.7.0",
"contact": {
"name": "API Support",
"url": "https://github.com/Permify/permify/issues",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "permify-javascript",
"version": "1.6.10",
"version": "1.7.0",
"description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions src/ApiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import superagent from "superagent";

/**
* @module ApiClient
* @version 1.6.10
* @version 1.7.0
*/

/**
Expand Down Expand Up @@ -54,7 +54,7 @@ class ApiClient {
* @default {}
*/
this.defaultHeaders = {
'User-Agent': 'OpenAPI-Generator/1.6.10/Javascript'
'User-Agent': 'OpenAPI-Generator/1.7.0/Javascript'
};

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/BundleApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -24,7 +24,7 @@ import Status from '../model/Status';
/**
* Bundle service.
* @module api/BundleApi
* @version 1.6.10
* @version 1.7.0
*/
export default class BundleApi {

Expand Down
4 changes: 2 additions & 2 deletions src/api/DataApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -32,7 +32,7 @@ import WriteRelationshipsBody from '../model/WriteRelationshipsBody';
/**
* Data service.
* @module api/DataApi
* @version 1.6.10
* @version 1.7.0
*/
export default class DataApi {

Expand Down
4 changes: 2 additions & 2 deletions src/api/PermissionApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -32,7 +32,7 @@ import SubjectPermissionBody from '../model/SubjectPermissionBody';
/**
* Permission service.
* @module api/PermissionApi
* @version 1.6.10
* @version 1.7.0
*/
export default class PermissionApi {

Expand Down
4 changes: 2 additions & 2 deletions src/api/SchemaApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -26,7 +26,7 @@ import Status from '../model/Status';
/**
* Schema service.
* @module api/SchemaApi
* @version 1.6.10
* @version 1.7.0
*/
export default class SchemaApi {

Expand Down
4 changes: 2 additions & 2 deletions src/api/TenancyApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -23,7 +23,7 @@ import TenantListResponse from '../model/TenantListResponse';
/**
* Tenancy service.
* @module api/TenancyApi
* @version 1.6.10
* @version 1.7.0
*/
export default class TenancyApi {

Expand Down
4 changes: 2 additions & 2 deletions src/api/WatchApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -20,7 +20,7 @@ import WatchBody from '../model/WatchBody';
/**
* Watch service.
* @module api/WatchApi
* @version 1.6.10
* @version 1.7.0
*/
export default class WatchApi {

Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -183,7 +183,7 @@ import WatchApi from './api/WatchApi';
* </pre>
* </p>
* @module index
* @version 1.6.10
* @version 1.7.0
*/
export {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/AbstractType.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -17,7 +17,7 @@ import V1alpha1Type from './V1alpha1Type';
/**
* The AbstractType model module.
* @module model/AbstractType
* @version 1.6.10
* @version 1.7.0
*/
class AbstractType {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/Any.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The Any model module.
* @module model/Any
* @version 1.6.10
* @version 1.7.0
*/
class Any {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/Argument.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -17,7 +17,7 @@ import ComputedAttribute from './ComputedAttribute';
/**
* The Argument model module.
* @module model/Argument
* @version 1.6.10
* @version 1.7.0
*/
class Argument {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/Attribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -18,7 +18,7 @@ import Entity from './Entity';
/**
* The Attribute model module.
* @module model/Attribute
* @version 1.6.10
* @version 1.7.0
*/
class Attribute {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/AttributeDefinition.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -17,7 +17,7 @@ import AttributeType from './AttributeType';
/**
* The AttributeDefinition model module.
* @module model/AttributeDefinition
* @version 1.6.10
* @version 1.7.0
*/
class AttributeDefinition {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/AttributeFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -17,7 +17,7 @@ import EntityFilter from './EntityFilter';
/**
* The AttributeFilter model module.
* @module model/AttributeFilter
* @version 1.6.10
* @version 1.7.0
*/
class AttributeFilter {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/AttributeReadRequestMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The AttributeReadRequestMetadata model module.
* @module model/AttributeReadRequestMetadata
* @version 1.6.10
* @version 1.7.0
*/
class AttributeReadRequestMetadata {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/AttributeReadResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -17,7 +17,7 @@ import Attribute from './Attribute';
/**
* The AttributeReadResponse model module.
* @module model/AttributeReadResponse
* @version 1.6.10
* @version 1.7.0
*/
class AttributeReadResponse {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/AttributeType.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions src/model/BulkCheckBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -20,7 +20,7 @@ import PermissionCheckRequestMetadata from './PermissionCheckRequestMetadata';
/**
* The BulkCheckBody model module.
* @module model/BulkCheckBody
* @version 1.6.10
* @version 1.7.0
*/
class BulkCheckBody {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/BundleDeleteBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The BundleDeleteBody model module.
* @module model/BundleDeleteBody
* @version 1.6.10
* @version 1.7.0
*/
class BundleDeleteBody {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/BundleDeleteResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Permify API
* Permify is an open source authorization service for creating fine-grained and scalable authorization systems.
*
* The version of the OpenAPI document: v1.6.10
* The version of the OpenAPI document: v1.7.0
* Contact: hello@permify.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The BundleDeleteResponse model module.
* @module model/BundleDeleteResponse
* @version 1.6.10
* @version 1.7.0
*/
class BundleDeleteResponse {
/**
Expand Down
Loading