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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Permify is an open source authorization service for creating fine-grained and sc
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: v1.6.9
- Package version: 0.11.0
- Package version: 1.6.9
- 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
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"name": "permify-javascript",
"version": "0.11.0",
"version": "1.6.9",
"description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.",
"license": "Apache-2.0",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
"prepare": "npm run build",
"test": "mocha --require @babel/register --recursive",
"test:live": "mocha --require @babel/register integration/**/*.spec.js",
"run-live-tests": "./scripts/run-live-tests.sh",
"run-instance": "./scripts/run-live-tests.sh"
"test": "mocha --require @babel/register --recursive"
},
"browser": {
"fs": false
Expand Down
4 changes: 2 additions & 2 deletions src/ApiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import superagent from "superagent";

/**
* @module ApiClient
* @version 0.11.0
* @version 1.6.9
*/

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

/**
Expand Down
2 changes: 1 addition & 1 deletion src/api/BundleApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Status from '../model/Status';
/**
* Bundle service.
* @module api/BundleApi
* @version 0.11.0
* @version 1.6.9
*/
export default class BundleApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/DataApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import WriteRelationshipsBody from '../model/WriteRelationshipsBody';
/**
* Data service.
* @module api/DataApi
* @version 0.11.0
* @version 1.6.9
*/
export default class DataApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/PermissionApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import SubjectPermissionBody from '../model/SubjectPermissionBody';
/**
* Permission service.
* @module api/PermissionApi
* @version 0.11.0
* @version 1.6.9
*/
export default class PermissionApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/SchemaApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import Status from '../model/Status';
/**
* Schema service.
* @module api/SchemaApi
* @version 0.11.0
* @version 1.6.9
*/
export default class SchemaApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/TenancyApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import TenantListResponse from '../model/TenantListResponse';
/**
* Tenancy service.
* @module api/TenancyApi
* @version 0.11.0
* @version 1.6.9
*/
export default class TenancyApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/WatchApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import WatchBody from '../model/WatchBody';
/**
* Watch service.
* @module api/WatchApi
* @version 0.11.0
* @version 1.6.9
*/
export default class WatchApi {

Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ import WatchApi from './api/WatchApi';
* </pre>
* </p>
* @module index
* @version 0.11.0
* @version 1.6.9
*/
export {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/AbstractType.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import V1alpha1Type from './V1alpha1Type';
/**
* The AbstractType model module.
* @module model/AbstractType
* @version 0.11.0
* @version 1.6.9
*/
class AbstractType {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/Any.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The Any model module.
* @module model/Any
* @version 0.11.0
* @version 1.6.9
*/
class Any {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/Argument.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import ComputedAttribute from './ComputedAttribute';
/**
* The Argument model module.
* @module model/Argument
* @version 0.11.0
* @version 1.6.9
*/
class Argument {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/Attribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Entity from './Entity';
/**
* The Attribute model module.
* @module model/Attribute
* @version 0.11.0
* @version 1.6.9
*/
class Attribute {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/AttributeDefinition.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import AttributeType from './AttributeType';
/**
* The AttributeDefinition model module.
* @module model/AttributeDefinition
* @version 0.11.0
* @version 1.6.9
*/
class AttributeDefinition {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/AttributeFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import EntityFilter from './EntityFilter';
/**
* The AttributeFilter model module.
* @module model/AttributeFilter
* @version 0.11.0
* @version 1.6.9
*/
class AttributeFilter {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/AttributeReadRequestMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The AttributeReadRequestMetadata model module.
* @module model/AttributeReadRequestMetadata
* @version 0.11.0
* @version 1.6.9
*/
class AttributeReadRequestMetadata {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/AttributeReadResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Attribute from './Attribute';
/**
* The AttributeReadResponse model module.
* @module model/AttributeReadResponse
* @version 0.11.0
* @version 1.6.9
*/
class AttributeReadResponse {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/BulkCheckBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import PermissionCheckRequestMetadata from './PermissionCheckRequestMetadata';
/**
* The BulkCheckBody model module.
* @module model/BulkCheckBody
* @version 0.11.0
* @version 1.6.9
*/
class BulkCheckBody {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/BundleDeleteBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The BundleDeleteBody model module.
* @module model/BundleDeleteBody
* @version 0.11.0
* @version 1.6.9
*/
class BundleDeleteBody {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/BundleDeleteResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The BundleDeleteResponse model module.
* @module model/BundleDeleteResponse
* @version 0.11.0
* @version 1.6.9
*/
class BundleDeleteResponse {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/BundleReadBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The BundleReadBody model module.
* @module model/BundleReadBody
* @version 0.11.0
* @version 1.6.9
*/
class BundleReadBody {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/BundleReadResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import DataBundle from './DataBundle';
/**
* The BundleReadResponse model module.
* @module model/BundleReadResponse
* @version 0.11.0
* @version 1.6.9
*/
class BundleReadResponse {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/BundleRunResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The BundleRunResponse model module.
* @module model/BundleRunResponse
* @version 0.11.0
* @version 1.6.9
*/
class BundleRunResponse {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/BundleWriteBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import DataBundle from './DataBundle';
/**
* The BundleWriteBody model module.
* @module model/BundleWriteBody
* @version 0.11.0
* @version 1.6.9
*/
class BundleWriteBody {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/BundleWriteResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The BundleWriteResponse model module.
* @module model/BundleWriteResponse
* @version 0.11.0
* @version 1.6.9
*/
class BundleWriteResponse {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/CheckBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Subject from './Subject';
/**
* The CheckBody model module.
* @module model/CheckBody
* @version 0.11.0
* @version 1.6.9
*/
class CheckBody {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/CheckedExpr.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import V1alpha1Type from './V1alpha1Type';
/**
* The CheckedExpr model module.
* @module model/CheckedExpr
* @version 0.11.0
* @version 1.6.9
*/
class CheckedExpr {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/Child.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Rewrite from './Rewrite';
/**
* The Child model module.
* @module model/Child
* @version 0.11.0
* @version 1.6.9
*/
class Child {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/Comprehension.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Expr from './Expr';
/**
* The Comprehension model module.
* @module model/Comprehension
* @version 0.11.0
* @version 1.6.9
*/
class Comprehension {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ComputedAttribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The ComputedAttribute model module.
* @module model/ComputedAttribute
* @version 0.11.0
* @version 1.6.9
*/
class ComputedAttribute {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/ComputedUserSet.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The ComputedUserSet model module.
* @module model/ComputedUserSet
* @version 0.11.0
* @version 1.6.9
*/
class ComputedUserSet {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/Constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The Constant model module.
* @module model/Constant
* @version 0.11.0
* @version 1.6.9
*/
class Constant {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/Context.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Tuple from './Tuple';
/**
* The Context model module.
* @module model/Context
* @version 0.11.0
* @version 1.6.9
*/
class Context {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/CreateList.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Expr from './Expr';
/**
* The CreateList model module.
* @module model/CreateList
* @version 0.11.0
* @version 1.6.9
*/
class CreateList {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/CreateStruct.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Entry from './Entry';
/**
* The CreateStruct model module.
* @module model/CreateStruct
* @version 0.11.0
* @version 1.6.9
*/
class CreateStruct {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/DataBundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import V1Operation from './V1Operation';
/**
* The DataBundle model module.
* @module model/DataBundle
* @version 0.11.0
* @version 1.6.9
*/
class DataBundle {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/DataChange.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Tuple from './Tuple';
/**
* The DataChange model module.
* @module model/DataChange
* @version 0.11.0
* @version 1.6.9
*/
class DataChange {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/DataChanges.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import DataChange from './DataChange';
/**
* The DataChanges model module.
* @module model/DataChanges
* @version 0.11.0
* @version 1.6.9
*/
class DataChanges {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/DataDeleteBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import TupleFilter from './TupleFilter';
/**
* The DataDeleteBody model module.
* @module model/DataDeleteBody
* @version 0.11.0
* @version 1.6.9
*/
class DataDeleteBody {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/DataDeleteResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The DataDeleteResponse model module.
* @module model/DataDeleteResponse
* @version 0.11.0
* @version 1.6.9
*/
class DataDeleteResponse {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/DataWriteBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Tuple from './Tuple';
/**
* The DataWriteBody model module.
* @module model/DataWriteBody
* @version 0.11.0
* @version 1.6.9
*/
class DataWriteBody {
/**
Expand Down
Loading