diff --git a/README.md b/README.md index 6f7174a..abdc816 100644 --- a/README.md +++ b/README.md @@ -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.7.1 -- Package version: 1.7.1 +- API version: v1.7.2 +- Package version: 1.7.2 - 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) diff --git a/generator/openapi.json b/generator/openapi.json index cd93969..99ad8a3 100644 --- a/generator/openapi.json +++ b/generator/openapi.json @@ -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.7.1", + "version": "v1.7.2", "contact": { "name": "API Support", "url": "https://github.com/Permify/permify/issues", diff --git a/package.json b/package.json index 6c86a1e..9c2d7c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "permify-javascript", - "version": "1.7.1", + "version": "1.7.2", "description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.", "license": "Apache-2.0", "main": "dist/index.js", diff --git a/src/ApiClient.js b/src/ApiClient.js index ba6b029..1428651 100644 --- a/src/ApiClient.js +++ b/src/ApiClient.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import superagent from "superagent"; /** * @module ApiClient -* @version 1.7.1 +* @version 1.7.2 */ /** @@ -54,7 +54,7 @@ class ApiClient { * @default {} */ this.defaultHeaders = { - 'User-Agent': 'OpenAPI-Generator/1.7.1/Javascript' + 'User-Agent': 'OpenAPI-Generator/1.7.2/Javascript' }; /** diff --git a/src/api/BundleApi.js b/src/api/BundleApi.js index d8ddf3c..a734a41 100644 --- a/src/api/BundleApi.js +++ b/src/api/BundleApi.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,7 +24,7 @@ import Status from '../model/Status'; /** * Bundle service. * @module api/BundleApi -* @version 1.7.1 +* @version 1.7.2 */ export default class BundleApi { diff --git a/src/api/DataApi.js b/src/api/DataApi.js index f297d75..f9992e6 100644 --- a/src/api/DataApi.js +++ b/src/api/DataApi.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import WriteRelationshipsBody from '../model/WriteRelationshipsBody'; /** * Data service. * @module api/DataApi -* @version 1.7.1 +* @version 1.7.2 */ export default class DataApi { diff --git a/src/api/PermissionApi.js b/src/api/PermissionApi.js index 275628a..114550e 100644 --- a/src/api/PermissionApi.js +++ b/src/api/PermissionApi.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import SubjectPermissionBody from '../model/SubjectPermissionBody'; /** * Permission service. * @module api/PermissionApi -* @version 1.7.1 +* @version 1.7.2 */ export default class PermissionApi { diff --git a/src/api/SchemaApi.js b/src/api/SchemaApi.js index 1224541..e66593d 100644 --- a/src/api/SchemaApi.js +++ b/src/api/SchemaApi.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,7 +26,7 @@ import Status from '../model/Status'; /** * Schema service. * @module api/SchemaApi -* @version 1.7.1 +* @version 1.7.2 */ export default class SchemaApi { diff --git a/src/api/TenancyApi.js b/src/api/TenancyApi.js index 3615b6c..1b41c59 100644 --- a/src/api/TenancyApi.js +++ b/src/api/TenancyApi.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,7 +23,7 @@ import TenantListResponse from '../model/TenantListResponse'; /** * Tenancy service. * @module api/TenancyApi -* @version 1.7.1 +* @version 1.7.2 */ export default class TenancyApi { diff --git a/src/api/WatchApi.js b/src/api/WatchApi.js index b72090d..6a7db02 100644 --- a/src/api/WatchApi.js +++ b/src/api/WatchApi.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import WatchBody from '../model/WatchBody'; /** * Watch service. * @module api/WatchApi -* @version 1.7.1 +* @version 1.7.2 */ export default class WatchApi { diff --git a/src/index.js b/src/index.js index a6ac65f..3fe6c4c 100644 --- a/src/index.js +++ b/src/index.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -183,7 +183,7 @@ import WatchApi from './api/WatchApi'; * *

* @module index -* @version 1.7.1 +* @version 1.7.2 */ export { /** diff --git a/src/model/AbstractType.js b/src/model/AbstractType.js index 4da6667..e407004 100644 --- a/src/model/AbstractType.js +++ b/src/model/AbstractType.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import V1alpha1Type from './V1alpha1Type'; /** * The AbstractType model module. * @module model/AbstractType - * @version 1.7.1 + * @version 1.7.2 */ class AbstractType { /** diff --git a/src/model/Any.js b/src/model/Any.js index da7b3e2..7d040dc 100644 --- a/src/model/Any.js +++ b/src/model/Any.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Any model module. * @module model/Any - * @version 1.7.1 + * @version 1.7.2 */ class Any { /** diff --git a/src/model/Argument.js b/src/model/Argument.js index 09c8abd..55131dd 100644 --- a/src/model/Argument.js +++ b/src/model/Argument.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import ComputedAttribute from './ComputedAttribute'; /** * The Argument model module. * @module model/Argument - * @version 1.7.1 + * @version 1.7.2 */ class Argument { /** diff --git a/src/model/Attribute.js b/src/model/Attribute.js index d35356e..cf16ad3 100644 --- a/src/model/Attribute.js +++ b/src/model/Attribute.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Entity from './Entity'; /** * The Attribute model module. * @module model/Attribute - * @version 1.7.1 + * @version 1.7.2 */ class Attribute { /** diff --git a/src/model/AttributeDefinition.js b/src/model/AttributeDefinition.js index 5fe7956..ce70c43 100644 --- a/src/model/AttributeDefinition.js +++ b/src/model/AttributeDefinition.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import AttributeType from './AttributeType'; /** * The AttributeDefinition model module. * @module model/AttributeDefinition - * @version 1.7.1 + * @version 1.7.2 */ class AttributeDefinition { /** diff --git a/src/model/AttributeFilter.js b/src/model/AttributeFilter.js index 4999860..448a68a 100644 --- a/src/model/AttributeFilter.js +++ b/src/model/AttributeFilter.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import EntityFilter from './EntityFilter'; /** * The AttributeFilter model module. * @module model/AttributeFilter - * @version 1.7.1 + * @version 1.7.2 */ class AttributeFilter { /** diff --git a/src/model/AttributeReadRequestMetadata.js b/src/model/AttributeReadRequestMetadata.js index 1a18b93..9aca50c 100644 --- a/src/model/AttributeReadRequestMetadata.js +++ b/src/model/AttributeReadRequestMetadata.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The AttributeReadRequestMetadata model module. * @module model/AttributeReadRequestMetadata - * @version 1.7.1 + * @version 1.7.2 */ class AttributeReadRequestMetadata { /** diff --git a/src/model/AttributeReadResponse.js b/src/model/AttributeReadResponse.js index e171152..7c90e98 100644 --- a/src/model/AttributeReadResponse.js +++ b/src/model/AttributeReadResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Attribute from './Attribute'; /** * The AttributeReadResponse model module. * @module model/AttributeReadResponse - * @version 1.7.1 + * @version 1.7.2 */ class AttributeReadResponse { /** diff --git a/src/model/AttributeType.js b/src/model/AttributeType.js index 24203e8..ac9eae9 100644 --- a/src/model/AttributeType.js +++ b/src/model/AttributeType.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/BulkCheckBody.js b/src/model/BulkCheckBody.js index 0533158..cca91b7 100644 --- a/src/model/BulkCheckBody.js +++ b/src/model/BulkCheckBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import PermissionCheckRequestMetadata from './PermissionCheckRequestMetadata'; /** * The BulkCheckBody model module. * @module model/BulkCheckBody - * @version 1.7.1 + * @version 1.7.2 */ class BulkCheckBody { /** diff --git a/src/model/BundleDeleteBody.js b/src/model/BundleDeleteBody.js index 2b3f871..9133b59 100644 --- a/src/model/BundleDeleteBody.js +++ b/src/model/BundleDeleteBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BundleDeleteBody model module. * @module model/BundleDeleteBody - * @version 1.7.1 + * @version 1.7.2 */ class BundleDeleteBody { /** diff --git a/src/model/BundleDeleteResponse.js b/src/model/BundleDeleteResponse.js index d22ea7b..cbd2ca7 100644 --- a/src/model/BundleDeleteResponse.js +++ b/src/model/BundleDeleteResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BundleDeleteResponse model module. * @module model/BundleDeleteResponse - * @version 1.7.1 + * @version 1.7.2 */ class BundleDeleteResponse { /** diff --git a/src/model/BundleReadBody.js b/src/model/BundleReadBody.js index dec589a..0e09d1b 100644 --- a/src/model/BundleReadBody.js +++ b/src/model/BundleReadBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BundleReadBody model module. * @module model/BundleReadBody - * @version 1.7.1 + * @version 1.7.2 */ class BundleReadBody { /** diff --git a/src/model/BundleReadResponse.js b/src/model/BundleReadResponse.js index c00394b..a13dda6 100644 --- a/src/model/BundleReadResponse.js +++ b/src/model/BundleReadResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import DataBundle from './DataBundle'; /** * The BundleReadResponse model module. * @module model/BundleReadResponse - * @version 1.7.1 + * @version 1.7.2 */ class BundleReadResponse { /** diff --git a/src/model/BundleRunResponse.js b/src/model/BundleRunResponse.js index aa58815..5445056 100644 --- a/src/model/BundleRunResponse.js +++ b/src/model/BundleRunResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BundleRunResponse model module. * @module model/BundleRunResponse - * @version 1.7.1 + * @version 1.7.2 */ class BundleRunResponse { /** diff --git a/src/model/BundleWriteBody.js b/src/model/BundleWriteBody.js index 0fad7f4..1126abc 100644 --- a/src/model/BundleWriteBody.js +++ b/src/model/BundleWriteBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import DataBundle from './DataBundle'; /** * The BundleWriteBody model module. * @module model/BundleWriteBody - * @version 1.7.1 + * @version 1.7.2 */ class BundleWriteBody { /** diff --git a/src/model/BundleWriteResponse.js b/src/model/BundleWriteResponse.js index 2b490c9..cc6f1d8 100644 --- a/src/model/BundleWriteResponse.js +++ b/src/model/BundleWriteResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BundleWriteResponse model module. * @module model/BundleWriteResponse - * @version 1.7.1 + * @version 1.7.2 */ class BundleWriteResponse { /** diff --git a/src/model/CheckBody.js b/src/model/CheckBody.js index fddc91f..524d7de 100644 --- a/src/model/CheckBody.js +++ b/src/model/CheckBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ import Subject from './Subject'; /** * The CheckBody model module. * @module model/CheckBody - * @version 1.7.1 + * @version 1.7.2 */ class CheckBody { /** diff --git a/src/model/CheckResult.js b/src/model/CheckResult.js index fa2ba43..9899827 100644 --- a/src/model/CheckResult.js +++ b/src/model/CheckResult.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/CheckedExpr.js b/src/model/CheckedExpr.js index 49724f9..2be3227 100644 --- a/src/model/CheckedExpr.js +++ b/src/model/CheckedExpr.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import V1alpha1Type from './V1alpha1Type'; /** * The CheckedExpr model module. * @module model/CheckedExpr - * @version 1.7.1 + * @version 1.7.2 */ class CheckedExpr { /** diff --git a/src/model/Child.js b/src/model/Child.js index 29467b4..43f6cd4 100644 --- a/src/model/Child.js +++ b/src/model/Child.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Rewrite from './Rewrite'; /** * The Child model module. * @module model/Child - * @version 1.7.1 + * @version 1.7.2 */ class Child { /** diff --git a/src/model/Component.js b/src/model/Component.js index efd53a4..df97095 100644 --- a/src/model/Component.js +++ b/src/model/Component.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/Comprehension.js b/src/model/Comprehension.js index 017b77e..8eb461f 100644 --- a/src/model/Comprehension.js +++ b/src/model/Comprehension.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Expr from './Expr'; /** * The Comprehension model module. * @module model/Comprehension - * @version 1.7.1 + * @version 1.7.2 */ class Comprehension { /** diff --git a/src/model/ComputedAttribute.js b/src/model/ComputedAttribute.js index e2f6d6e..b85f79b 100644 --- a/src/model/ComputedAttribute.js +++ b/src/model/ComputedAttribute.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The ComputedAttribute model module. * @module model/ComputedAttribute - * @version 1.7.1 + * @version 1.7.2 */ class ComputedAttribute { /** diff --git a/src/model/ComputedUserSet.js b/src/model/ComputedUserSet.js index 2860586..46f61ae 100644 --- a/src/model/ComputedUserSet.js +++ b/src/model/ComputedUserSet.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The ComputedUserSet model module. * @module model/ComputedUserSet - * @version 1.7.1 + * @version 1.7.2 */ class ComputedUserSet { /** diff --git a/src/model/Constant.js b/src/model/Constant.js index df78076..4fe85ac 100644 --- a/src/model/Constant.js +++ b/src/model/Constant.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Constant model module. * @module model/Constant - * @version 1.7.1 + * @version 1.7.2 */ class Constant { /** diff --git a/src/model/Context.js b/src/model/Context.js index c0c3e48..95f9a98 100644 --- a/src/model/Context.js +++ b/src/model/Context.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Tuple from './Tuple'; /** * The Context model module. * @module model/Context - * @version 1.7.1 + * @version 1.7.2 */ class Context { /** diff --git a/src/model/CreateList.js b/src/model/CreateList.js index c06595a..2f42565 100644 --- a/src/model/CreateList.js +++ b/src/model/CreateList.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Expr from './Expr'; /** * The CreateList model module. * @module model/CreateList - * @version 1.7.1 + * @version 1.7.2 */ class CreateList { /** diff --git a/src/model/CreateStruct.js b/src/model/CreateStruct.js index b16b207..496ac3c 100644 --- a/src/model/CreateStruct.js +++ b/src/model/CreateStruct.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Entry from './Entry'; /** * The CreateStruct model module. * @module model/CreateStruct - * @version 1.7.1 + * @version 1.7.2 */ class CreateStruct { /** diff --git a/src/model/DataBundle.js b/src/model/DataBundle.js index 4002c14..4db6a5b 100644 --- a/src/model/DataBundle.js +++ b/src/model/DataBundle.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import V1Operation from './V1Operation'; /** * The DataBundle model module. * @module model/DataBundle - * @version 1.7.1 + * @version 1.7.2 */ class DataBundle { /** diff --git a/src/model/DataChange.js b/src/model/DataChange.js index 302b379..15ae96b 100644 --- a/src/model/DataChange.js +++ b/src/model/DataChange.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import Tuple from './Tuple'; /** * The DataChange model module. * @module model/DataChange - * @version 1.7.1 + * @version 1.7.2 */ class DataChange { /** diff --git a/src/model/DataChangeOperation.js b/src/model/DataChangeOperation.js index 0004f30..be5cf52 100644 --- a/src/model/DataChangeOperation.js +++ b/src/model/DataChangeOperation.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/DataChanges.js b/src/model/DataChanges.js index 1d32040..5f2d2b3 100644 --- a/src/model/DataChanges.js +++ b/src/model/DataChanges.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import DataChange from './DataChange'; /** * The DataChanges model module. * @module model/DataChanges - * @version 1.7.1 + * @version 1.7.2 */ class DataChanges { /** diff --git a/src/model/DataDeleteBody.js b/src/model/DataDeleteBody.js index d6deb2b..096133d 100644 --- a/src/model/DataDeleteBody.js +++ b/src/model/DataDeleteBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import TupleFilter from './TupleFilter'; /** * The DataDeleteBody model module. * @module model/DataDeleteBody - * @version 1.7.1 + * @version 1.7.2 */ class DataDeleteBody { /** diff --git a/src/model/DataDeleteResponse.js b/src/model/DataDeleteResponse.js index 0802346..20a5059 100644 --- a/src/model/DataDeleteResponse.js +++ b/src/model/DataDeleteResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The DataDeleteResponse model module. * @module model/DataDeleteResponse - * @version 1.7.1 + * @version 1.7.2 */ class DataDeleteResponse { /** diff --git a/src/model/DataWriteBody.js b/src/model/DataWriteBody.js index 941c837..ef3a7f4 100644 --- a/src/model/DataWriteBody.js +++ b/src/model/DataWriteBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import Tuple from './Tuple'; /** * The DataWriteBody model module. * @module model/DataWriteBody - * @version 1.7.1 + * @version 1.7.2 */ class DataWriteBody { /** diff --git a/src/model/DataWriteRequestMetadata.js b/src/model/DataWriteRequestMetadata.js index 6971e33..9f20187 100644 --- a/src/model/DataWriteRequestMetadata.js +++ b/src/model/DataWriteRequestMetadata.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The DataWriteRequestMetadata model module. * @module model/DataWriteRequestMetadata - * @version 1.7.1 + * @version 1.7.2 */ class DataWriteRequestMetadata { /** diff --git a/src/model/DataWriteResponse.js b/src/model/DataWriteResponse.js index 83c1f41..62174a6 100644 --- a/src/model/DataWriteResponse.js +++ b/src/model/DataWriteResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The DataWriteResponse model module. * @module model/DataWriteResponse - * @version 1.7.1 + * @version 1.7.2 */ class DataWriteResponse { /** diff --git a/src/model/DeleteRelationshipsBody.js b/src/model/DeleteRelationshipsBody.js index 03ebf7e..5a2c734 100644 --- a/src/model/DeleteRelationshipsBody.js +++ b/src/model/DeleteRelationshipsBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import TupleFilter from './TupleFilter'; /** * The DeleteRelationshipsBody model module. * @module model/DeleteRelationshipsBody - * @version 1.7.1 + * @version 1.7.2 */ class DeleteRelationshipsBody { /** diff --git a/src/model/Entity.js b/src/model/Entity.js index c887cf1..fa7c3a9 100644 --- a/src/model/Entity.js +++ b/src/model/Entity.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Entity model module. * @module model/Entity - * @version 1.7.1 + * @version 1.7.2 */ class Entity { /** diff --git a/src/model/EntityDefinition.js b/src/model/EntityDefinition.js index 4ed611b..6f66907 100644 --- a/src/model/EntityDefinition.js +++ b/src/model/EntityDefinition.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import RelationDefinition from './RelationDefinition'; /** * The EntityDefinition model module. * @module model/EntityDefinition - * @version 1.7.1 + * @version 1.7.2 */ class EntityDefinition { /** diff --git a/src/model/EntityDefinitionReference.js b/src/model/EntityDefinitionReference.js index 985f38f..2c789a2 100644 --- a/src/model/EntityDefinitionReference.js +++ b/src/model/EntityDefinitionReference.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/EntityFilter.js b/src/model/EntityFilter.js index 1b6f871..552b5e1 100644 --- a/src/model/EntityFilter.js +++ b/src/model/EntityFilter.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The EntityFilter model module. * @module model/EntityFilter - * @version 1.7.1 + * @version 1.7.2 */ class EntityFilter { /** diff --git a/src/model/Entry.js b/src/model/Entry.js index 4bdbdc3..de0ec24 100644 --- a/src/model/Entry.js +++ b/src/model/Entry.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Expr from './Expr'; /** * The Entry model module. * @module model/Entry - * @version 1.7.1 + * @version 1.7.2 */ class Entry { /** diff --git a/src/model/ExpandLeaf.js b/src/model/ExpandLeaf.js index 4a2f3eb..2fb17b0 100644 --- a/src/model/ExpandLeaf.js +++ b/src/model/ExpandLeaf.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import Values from './Values'; /** * The ExpandLeaf model module. * @module model/ExpandLeaf - * @version 1.7.1 + * @version 1.7.2 */ class ExpandLeaf { /** diff --git a/src/model/ExpandTreeNode.js b/src/model/ExpandTreeNode.js index c9224d0..19926c1 100644 --- a/src/model/ExpandTreeNode.js +++ b/src/model/ExpandTreeNode.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import V1Expand from './V1Expand'; /** * The ExpandTreeNode model module. * @module model/ExpandTreeNode - * @version 1.7.1 + * @version 1.7.2 */ class ExpandTreeNode { /** diff --git a/src/model/ExpandTreeNodeOperation.js b/src/model/ExpandTreeNodeOperation.js index 9e3778f..a95f256 100644 --- a/src/model/ExpandTreeNodeOperation.js +++ b/src/model/ExpandTreeNodeOperation.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/Expr.js b/src/model/Expr.js index 1c5dc4b..727f4a4 100644 --- a/src/model/Expr.js +++ b/src/model/Expr.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,7 +23,7 @@ import Select from './Select'; /** * The Expr model module. * @module model/Expr - * @version 1.7.1 + * @version 1.7.2 */ class Expr { /** diff --git a/src/model/ExprCall.js b/src/model/ExprCall.js index 0ee54e5..92b6c15 100644 --- a/src/model/ExprCall.js +++ b/src/model/ExprCall.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Expr from './Expr'; /** * The ExprCall model module. * @module model/ExprCall - * @version 1.7.1 + * @version 1.7.2 */ class ExprCall { /** diff --git a/src/model/Extension.js b/src/model/Extension.js index 47707b2..e610c7e 100644 --- a/src/model/Extension.js +++ b/src/model/Extension.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Version from './Version'; /** * The Extension model module. * @module model/Extension - * @version 1.7.1 + * @version 1.7.2 */ class Extension { /** diff --git a/src/model/FunctionType.js b/src/model/FunctionType.js index b76e2c7..ea8c1dd 100644 --- a/src/model/FunctionType.js +++ b/src/model/FunctionType.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import V1alpha1Type from './V1alpha1Type'; /** * The FunctionType model module. * @module model/FunctionType - * @version 1.7.1 + * @version 1.7.2 */ class FunctionType { /** diff --git a/src/model/Ident.js b/src/model/Ident.js index 0547298..8cb19a5 100644 --- a/src/model/Ident.js +++ b/src/model/Ident.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Ident model module. * @module model/Ident - * @version 1.7.1 + * @version 1.7.2 */ class Ident { /** diff --git a/src/model/Leaf.js b/src/model/Leaf.js index e0d2628..cf314f4 100644 --- a/src/model/Leaf.js +++ b/src/model/Leaf.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import V1Call from './V1Call'; /** * The Leaf model module. * @module model/Leaf - * @version 1.7.1 + * @version 1.7.2 */ class Leaf { /** diff --git a/src/model/ListType.js b/src/model/ListType.js index d8b549a..cfc6e4d 100644 --- a/src/model/ListType.js +++ b/src/model/ListType.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import V1alpha1Type from './V1alpha1Type'; /** * The ListType model module. * @module model/ListType - * @version 1.7.1 + * @version 1.7.2 */ class ListType { /** diff --git a/src/model/LookupEntityBody.js b/src/model/LookupEntityBody.js index 723e47a..c7bedb7 100644 --- a/src/model/LookupEntityBody.js +++ b/src/model/LookupEntityBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import Subject from './Subject'; /** * The LookupEntityBody model module. * @module model/LookupEntityBody - * @version 1.7.1 + * @version 1.7.2 */ class LookupEntityBody { /** diff --git a/src/model/LookupEntityStreamBody.js b/src/model/LookupEntityStreamBody.js index 24774fa..e31d7d7 100644 --- a/src/model/LookupEntityStreamBody.js +++ b/src/model/LookupEntityStreamBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import Subject from './Subject'; /** * The LookupEntityStreamBody model module. * @module model/LookupEntityStreamBody - * @version 1.7.1 + * @version 1.7.2 */ class LookupEntityStreamBody { /** diff --git a/src/model/LookupSubjectBody.js b/src/model/LookupSubjectBody.js index 3a029a0..d7d277e 100644 --- a/src/model/LookupSubjectBody.js +++ b/src/model/LookupSubjectBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ import RelationReference from './RelationReference'; /** * The LookupSubjectBody model module. * @module model/LookupSubjectBody - * @version 1.7.1 + * @version 1.7.2 */ class LookupSubjectBody { /** diff --git a/src/model/MapType.js b/src/model/MapType.js index b54f29a..2c9b25f 100644 --- a/src/model/MapType.js +++ b/src/model/MapType.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import V1alpha1Type from './V1alpha1Type'; /** * The MapType model module. * @module model/MapType - * @version 1.7.1 + * @version 1.7.2 */ class MapType { /** diff --git a/src/model/PartialWriteBody.js b/src/model/PartialWriteBody.js index 9775388..f5a7954 100644 --- a/src/model/PartialWriteBody.js +++ b/src/model/PartialWriteBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import SchemaPartialWriteRequestMetadata from './SchemaPartialWriteRequestMetada /** * The PartialWriteBody model module. * @module model/PartialWriteBody - * @version 1.7.1 + * @version 1.7.2 */ class PartialWriteBody { /** diff --git a/src/model/Partials.js b/src/model/Partials.js index 6dd791d..261307e 100644 --- a/src/model/Partials.js +++ b/src/model/Partials.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Partials model module. * @module model/Partials - * @version 1.7.1 + * @version 1.7.2 */ class Partials { /** diff --git a/src/model/PermissionBulkCheckRequestItem.js b/src/model/PermissionBulkCheckRequestItem.js index 8fcec2c..82a5557 100644 --- a/src/model/PermissionBulkCheckRequestItem.js +++ b/src/model/PermissionBulkCheckRequestItem.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Subject from './Subject'; /** * The PermissionBulkCheckRequestItem model module. * @module model/PermissionBulkCheckRequestItem - * @version 1.7.1 + * @version 1.7.2 */ class PermissionBulkCheckRequestItem { /** diff --git a/src/model/PermissionBulkCheckResponse.js b/src/model/PermissionBulkCheckResponse.js index ba423a2..43c3dce 100644 --- a/src/model/PermissionBulkCheckResponse.js +++ b/src/model/PermissionBulkCheckResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import PermissionCheckResponse from './PermissionCheckResponse'; /** * The PermissionBulkCheckResponse model module. * @module model/PermissionBulkCheckResponse - * @version 1.7.1 + * @version 1.7.2 */ class PermissionBulkCheckResponse { /** diff --git a/src/model/PermissionCheckRequestMetadata.js b/src/model/PermissionCheckRequestMetadata.js index 81ed96b..2e54410 100644 --- a/src/model/PermissionCheckRequestMetadata.js +++ b/src/model/PermissionCheckRequestMetadata.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionCheckRequestMetadata model module. * @module model/PermissionCheckRequestMetadata - * @version 1.7.1 + * @version 1.7.2 */ class PermissionCheckRequestMetadata { /** diff --git a/src/model/PermissionCheckResponse.js b/src/model/PermissionCheckResponse.js index 91c7d3b..673ec11 100644 --- a/src/model/PermissionCheckResponse.js +++ b/src/model/PermissionCheckResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import PermissionCheckResponseMetadata from './PermissionCheckResponseMetadata'; /** * The PermissionCheckResponse model module. * @module model/PermissionCheckResponse - * @version 1.7.1 + * @version 1.7.2 */ class PermissionCheckResponse { /** diff --git a/src/model/PermissionCheckResponseMetadata.js b/src/model/PermissionCheckResponseMetadata.js index 9ce7cff..f4d3a9e 100644 --- a/src/model/PermissionCheckResponseMetadata.js +++ b/src/model/PermissionCheckResponseMetadata.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionCheckResponseMetadata model module. * @module model/PermissionCheckResponseMetadata - * @version 1.7.1 + * @version 1.7.2 */ class PermissionCheckResponseMetadata { /** diff --git a/src/model/PermissionDefinition.js b/src/model/PermissionDefinition.js index bea013c..e3e0ff2 100644 --- a/src/model/PermissionDefinition.js +++ b/src/model/PermissionDefinition.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Child from './Child'; /** * The PermissionDefinition model module. * @module model/PermissionDefinition - * @version 1.7.1 + * @version 1.7.2 */ class PermissionDefinition { /** diff --git a/src/model/PermissionExpandBody.js b/src/model/PermissionExpandBody.js index 7ad8428..9814e2b 100644 --- a/src/model/PermissionExpandBody.js +++ b/src/model/PermissionExpandBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import PermissionExpandRequestMetadata from './PermissionExpandRequestMetadata'; /** * The PermissionExpandBody model module. * @module model/PermissionExpandBody - * @version 1.7.1 + * @version 1.7.2 */ class PermissionExpandBody { /** diff --git a/src/model/PermissionExpandRequestMetadata.js b/src/model/PermissionExpandRequestMetadata.js index 63bd8c6..a0096a2 100644 --- a/src/model/PermissionExpandRequestMetadata.js +++ b/src/model/PermissionExpandRequestMetadata.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionExpandRequestMetadata model module. * @module model/PermissionExpandRequestMetadata - * @version 1.7.1 + * @version 1.7.2 */ class PermissionExpandRequestMetadata { /** diff --git a/src/model/PermissionExpandResponse.js b/src/model/PermissionExpandResponse.js index 0bcc9d8..e8d3011 100644 --- a/src/model/PermissionExpandResponse.js +++ b/src/model/PermissionExpandResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import V1Expand from './V1Expand'; /** * The PermissionExpandResponse model module. * @module model/PermissionExpandResponse - * @version 1.7.1 + * @version 1.7.2 */ class PermissionExpandResponse { /** diff --git a/src/model/PermissionLookupEntityRequestMetadata.js b/src/model/PermissionLookupEntityRequestMetadata.js index 25656a8..336059e 100644 --- a/src/model/PermissionLookupEntityRequestMetadata.js +++ b/src/model/PermissionLookupEntityRequestMetadata.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionLookupEntityRequestMetadata model module. * @module model/PermissionLookupEntityRequestMetadata - * @version 1.7.1 + * @version 1.7.2 */ class PermissionLookupEntityRequestMetadata { /** diff --git a/src/model/PermissionLookupEntityResponse.js b/src/model/PermissionLookupEntityResponse.js index 87d2c85..4e36174 100644 --- a/src/model/PermissionLookupEntityResponse.js +++ b/src/model/PermissionLookupEntityResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionLookupEntityResponse model module. * @module model/PermissionLookupEntityResponse - * @version 1.7.1 + * @version 1.7.2 */ class PermissionLookupEntityResponse { /** diff --git a/src/model/PermissionLookupEntityStreamResponse.js b/src/model/PermissionLookupEntityStreamResponse.js index 6f94ffc..084255c 100644 --- a/src/model/PermissionLookupEntityStreamResponse.js +++ b/src/model/PermissionLookupEntityStreamResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionLookupEntityStreamResponse model module. * @module model/PermissionLookupEntityStreamResponse - * @version 1.7.1 + * @version 1.7.2 */ class PermissionLookupEntityStreamResponse { /** diff --git a/src/model/PermissionLookupSubjectRequestMetadata.js b/src/model/PermissionLookupSubjectRequestMetadata.js index d807730..07effb6 100644 --- a/src/model/PermissionLookupSubjectRequestMetadata.js +++ b/src/model/PermissionLookupSubjectRequestMetadata.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionLookupSubjectRequestMetadata model module. * @module model/PermissionLookupSubjectRequestMetadata - * @version 1.7.1 + * @version 1.7.2 */ class PermissionLookupSubjectRequestMetadata { /** diff --git a/src/model/PermissionLookupSubjectResponse.js b/src/model/PermissionLookupSubjectResponse.js index a73bcd9..a656733 100644 --- a/src/model/PermissionLookupSubjectResponse.js +++ b/src/model/PermissionLookupSubjectResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionLookupSubjectResponse model module. * @module model/PermissionLookupSubjectResponse - * @version 1.7.1 + * @version 1.7.2 */ class PermissionLookupSubjectResponse { /** diff --git a/src/model/PermissionSubjectPermissionRequestMetadata.js b/src/model/PermissionSubjectPermissionRequestMetadata.js index 60fa459..9181666 100644 --- a/src/model/PermissionSubjectPermissionRequestMetadata.js +++ b/src/model/PermissionSubjectPermissionRequestMetadata.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionSubjectPermissionRequestMetadata model module. * @module model/PermissionSubjectPermissionRequestMetadata - * @version 1.7.1 + * @version 1.7.2 */ class PermissionSubjectPermissionRequestMetadata { /** diff --git a/src/model/PermissionSubjectPermissionResponse.js b/src/model/PermissionSubjectPermissionResponse.js index 06ce353..bbb9c9c 100644 --- a/src/model/PermissionSubjectPermissionResponse.js +++ b/src/model/PermissionSubjectPermissionResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import CheckResult from './CheckResult'; /** * The PermissionSubjectPermissionResponse model module. * @module model/PermissionSubjectPermissionResponse - * @version 1.7.1 + * @version 1.7.2 */ class PermissionSubjectPermissionResponse { /** diff --git a/src/model/PrimitiveType.js b/src/model/PrimitiveType.js index f2555d3..ab7bbb2 100644 --- a/src/model/PrimitiveType.js +++ b/src/model/PrimitiveType.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/ReadAttributesBody.js b/src/model/ReadAttributesBody.js index 39e7685..2631fd2 100644 --- a/src/model/ReadAttributesBody.js +++ b/src/model/ReadAttributesBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import AttributeReadRequestMetadata from './AttributeReadRequestMetadata'; /** * The ReadAttributesBody model module. * @module model/ReadAttributesBody - * @version 1.7.1 + * @version 1.7.2 */ class ReadAttributesBody { /** diff --git a/src/model/ReadRelationshipsBody.js b/src/model/ReadRelationshipsBody.js index f5f292d..7f102df 100644 --- a/src/model/ReadRelationshipsBody.js +++ b/src/model/ReadRelationshipsBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import TupleFilter from './TupleFilter'; /** * The ReadRelationshipsBody model module. * @module model/ReadRelationshipsBody - * @version 1.7.1 + * @version 1.7.2 */ class ReadRelationshipsBody { /** diff --git a/src/model/RelationDefinition.js b/src/model/RelationDefinition.js index df46e92..7da2994 100644 --- a/src/model/RelationDefinition.js +++ b/src/model/RelationDefinition.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import RelationReference from './RelationReference'; /** * The RelationDefinition model module. * @module model/RelationDefinition - * @version 1.7.1 + * @version 1.7.2 */ class RelationDefinition { /** diff --git a/src/model/RelationReference.js b/src/model/RelationReference.js index 27d9d0e..13a3de9 100644 --- a/src/model/RelationReference.js +++ b/src/model/RelationReference.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RelationReference model module. * @module model/RelationReference - * @version 1.7.1 + * @version 1.7.2 */ class RelationReference { /** diff --git a/src/model/RelationshipDeleteResponse.js b/src/model/RelationshipDeleteResponse.js index 993d15f..49c960c 100644 --- a/src/model/RelationshipDeleteResponse.js +++ b/src/model/RelationshipDeleteResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RelationshipDeleteResponse model module. * @module model/RelationshipDeleteResponse - * @version 1.7.1 + * @version 1.7.2 */ class RelationshipDeleteResponse { /** diff --git a/src/model/RelationshipReadRequestMetadata.js b/src/model/RelationshipReadRequestMetadata.js index 78cde70..f98d0ec 100644 --- a/src/model/RelationshipReadRequestMetadata.js +++ b/src/model/RelationshipReadRequestMetadata.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RelationshipReadRequestMetadata model module. * @module model/RelationshipReadRequestMetadata - * @version 1.7.1 + * @version 1.7.2 */ class RelationshipReadRequestMetadata { /** diff --git a/src/model/RelationshipReadResponse.js b/src/model/RelationshipReadResponse.js index 4781800..157d91f 100644 --- a/src/model/RelationshipReadResponse.js +++ b/src/model/RelationshipReadResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Tuple from './Tuple'; /** * The RelationshipReadResponse model module. * @module model/RelationshipReadResponse - * @version 1.7.1 + * @version 1.7.2 */ class RelationshipReadResponse { /** diff --git a/src/model/RelationshipWriteRequestMetadata.js b/src/model/RelationshipWriteRequestMetadata.js index 4163d47..d6b8485 100644 --- a/src/model/RelationshipWriteRequestMetadata.js +++ b/src/model/RelationshipWriteRequestMetadata.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RelationshipWriteRequestMetadata model module. * @module model/RelationshipWriteRequestMetadata - * @version 1.7.1 + * @version 1.7.2 */ class RelationshipWriteRequestMetadata { /** diff --git a/src/model/RelationshipWriteResponse.js b/src/model/RelationshipWriteResponse.js index 71278fd..89270df 100644 --- a/src/model/RelationshipWriteResponse.js +++ b/src/model/RelationshipWriteResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RelationshipWriteResponse model module. * @module model/RelationshipWriteResponse - * @version 1.7.1 + * @version 1.7.2 */ class RelationshipWriteResponse { /** diff --git a/src/model/Rewrite.js b/src/model/Rewrite.js index 6360720..b6e3f23 100644 --- a/src/model/Rewrite.js +++ b/src/model/Rewrite.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import RewriteOperation from './RewriteOperation'; /** * The Rewrite model module. * @module model/Rewrite - * @version 1.7.1 + * @version 1.7.2 */ class Rewrite { /** diff --git a/src/model/RewriteOperation.js b/src/model/RewriteOperation.js index c9eedd8..ab45ac9 100644 --- a/src/model/RewriteOperation.js +++ b/src/model/RewriteOperation.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/RuleDefinition.js b/src/model/RuleDefinition.js index 5cbbf7f..c46d4be 100644 --- a/src/model/RuleDefinition.js +++ b/src/model/RuleDefinition.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import CheckedExpr from './CheckedExpr'; /** * The RuleDefinition model module. * @module model/RuleDefinition - * @version 1.7.1 + * @version 1.7.2 */ class RuleDefinition { /** diff --git a/src/model/RunBundleBody.js b/src/model/RunBundleBody.js index 7ebd12f..fb79bc9 100644 --- a/src/model/RunBundleBody.js +++ b/src/model/RunBundleBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RunBundleBody model module. * @module model/RunBundleBody - * @version 1.7.1 + * @version 1.7.2 */ class RunBundleBody { /** diff --git a/src/model/SchemaDefinition.js b/src/model/SchemaDefinition.js index 0c98adc..0a88429 100644 --- a/src/model/SchemaDefinition.js +++ b/src/model/SchemaDefinition.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import SchemaDefinitionReference from './SchemaDefinitionReference'; /** * The SchemaDefinition model module. * @module model/SchemaDefinition - * @version 1.7.1 + * @version 1.7.2 */ class SchemaDefinition { /** diff --git a/src/model/SchemaDefinitionReference.js b/src/model/SchemaDefinitionReference.js index 2c6f8e4..5689f98 100644 --- a/src/model/SchemaDefinitionReference.js +++ b/src/model/SchemaDefinitionReference.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/SchemaList.js b/src/model/SchemaList.js index 7f43631..2dba91d 100644 --- a/src/model/SchemaList.js +++ b/src/model/SchemaList.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaList model module. * @module model/SchemaList - * @version 1.7.1 + * @version 1.7.2 */ class SchemaList { /** diff --git a/src/model/SchemaListBody.js b/src/model/SchemaListBody.js index af86d31..1d61fbb 100644 --- a/src/model/SchemaListBody.js +++ b/src/model/SchemaListBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaListBody model module. * @module model/SchemaListBody - * @version 1.7.1 + * @version 1.7.2 */ class SchemaListBody { /** diff --git a/src/model/SchemaListResponse.js b/src/model/SchemaListResponse.js index f568b5d..a9907e8 100644 --- a/src/model/SchemaListResponse.js +++ b/src/model/SchemaListResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import SchemaList from './SchemaList'; /** * The SchemaListResponse model module. * @module model/SchemaListResponse - * @version 1.7.1 + * @version 1.7.2 */ class SchemaListResponse { /** diff --git a/src/model/SchemaPartialWriteRequestMetadata.js b/src/model/SchemaPartialWriteRequestMetadata.js index f703280..a15093b 100644 --- a/src/model/SchemaPartialWriteRequestMetadata.js +++ b/src/model/SchemaPartialWriteRequestMetadata.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaPartialWriteRequestMetadata model module. * @module model/SchemaPartialWriteRequestMetadata - * @version 1.7.1 + * @version 1.7.2 */ class SchemaPartialWriteRequestMetadata { /** diff --git a/src/model/SchemaPartialWriteResponse.js b/src/model/SchemaPartialWriteResponse.js index f677b39..9ab4a6d 100644 --- a/src/model/SchemaPartialWriteResponse.js +++ b/src/model/SchemaPartialWriteResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaPartialWriteResponse model module. * @module model/SchemaPartialWriteResponse - * @version 1.7.1 + * @version 1.7.2 */ class SchemaPartialWriteResponse { /** diff --git a/src/model/SchemaReadBody.js b/src/model/SchemaReadBody.js index d27ac35..fbe8d47 100644 --- a/src/model/SchemaReadBody.js +++ b/src/model/SchemaReadBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import SchemaReadRequestMetadata from './SchemaReadRequestMetadata'; /** * The SchemaReadBody model module. * @module model/SchemaReadBody - * @version 1.7.1 + * @version 1.7.2 */ class SchemaReadBody { /** diff --git a/src/model/SchemaReadRequestMetadata.js b/src/model/SchemaReadRequestMetadata.js index c099b4e..0deb7db 100644 --- a/src/model/SchemaReadRequestMetadata.js +++ b/src/model/SchemaReadRequestMetadata.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaReadRequestMetadata model module. * @module model/SchemaReadRequestMetadata - * @version 1.7.1 + * @version 1.7.2 */ class SchemaReadRequestMetadata { /** diff --git a/src/model/SchemaReadResponse.js b/src/model/SchemaReadResponse.js index 985de61..125ce9c 100644 --- a/src/model/SchemaReadResponse.js +++ b/src/model/SchemaReadResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import SchemaDefinition from './SchemaDefinition'; /** * The SchemaReadResponse model module. * @module model/SchemaReadResponse - * @version 1.7.1 + * @version 1.7.2 */ class SchemaReadResponse { /** diff --git a/src/model/SchemaWriteBody.js b/src/model/SchemaWriteBody.js index d3f4100..e0c3cd7 100644 --- a/src/model/SchemaWriteBody.js +++ b/src/model/SchemaWriteBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaWriteBody model module. * @module model/SchemaWriteBody - * @version 1.7.1 + * @version 1.7.2 */ class SchemaWriteBody { /** diff --git a/src/model/SchemaWriteResponse.js b/src/model/SchemaWriteResponse.js index f8a6f31..d58d8ef 100644 --- a/src/model/SchemaWriteResponse.js +++ b/src/model/SchemaWriteResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaWriteResponse model module. * @module model/SchemaWriteResponse - * @version 1.7.1 + * @version 1.7.2 */ class SchemaWriteResponse { /** diff --git a/src/model/Select.js b/src/model/Select.js index 6cc8cb0..6d77e4f 100644 --- a/src/model/Select.js +++ b/src/model/Select.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Expr from './Expr'; /** * The Select model module. * @module model/Select - * @version 1.7.1 + * @version 1.7.2 */ class Select { /** diff --git a/src/model/SourceInfo.js b/src/model/SourceInfo.js index a5d9b03..2d8189f 100644 --- a/src/model/SourceInfo.js +++ b/src/model/SourceInfo.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Extension from './Extension'; /** * The SourceInfo model module. * @module model/SourceInfo - * @version 1.7.1 + * @version 1.7.2 */ class SourceInfo { /** diff --git a/src/model/Status.js b/src/model/Status.js index b82d25b..837d3db 100644 --- a/src/model/Status.js +++ b/src/model/Status.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Any from './Any'; /** * The Status model module. * @module model/Status - * @version 1.7.1 + * @version 1.7.2 */ class Status { /** diff --git a/src/model/StreamResultOfPermissionLookupEntityStreamResponse.js b/src/model/StreamResultOfPermissionLookupEntityStreamResponse.js index 1785138..60fb8e3 100644 --- a/src/model/StreamResultOfPermissionLookupEntityStreamResponse.js +++ b/src/model/StreamResultOfPermissionLookupEntityStreamResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Status from './Status'; /** * The StreamResultOfPermissionLookupEntityStreamResponse model module. * @module model/StreamResultOfPermissionLookupEntityStreamResponse - * @version 1.7.1 + * @version 1.7.2 */ class StreamResultOfPermissionLookupEntityStreamResponse { /** diff --git a/src/model/StreamResultOfWatchResponse.js b/src/model/StreamResultOfWatchResponse.js index 9f95e54..741d257 100644 --- a/src/model/StreamResultOfWatchResponse.js +++ b/src/model/StreamResultOfWatchResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import WatchResponse from './WatchResponse'; /** * The StreamResultOfWatchResponse model module. * @module model/StreamResultOfWatchResponse - * @version 1.7.1 + * @version 1.7.2 */ class StreamResultOfWatchResponse { /** diff --git a/src/model/StringArrayValue.js b/src/model/StringArrayValue.js index 02b9be2..f1ba008 100644 --- a/src/model/StringArrayValue.js +++ b/src/model/StringArrayValue.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The StringArrayValue model module. * @module model/StringArrayValue - * @version 1.7.1 + * @version 1.7.2 */ class StringArrayValue { /** diff --git a/src/model/Subject.js b/src/model/Subject.js index 7ab4e80..de52b64 100644 --- a/src/model/Subject.js +++ b/src/model/Subject.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Subject model module. * @module model/Subject - * @version 1.7.1 + * @version 1.7.2 */ class Subject { /** diff --git a/src/model/SubjectFilter.js b/src/model/SubjectFilter.js index f7e5b47..cd22a18 100644 --- a/src/model/SubjectFilter.js +++ b/src/model/SubjectFilter.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SubjectFilter model module. * @module model/SubjectFilter - * @version 1.7.1 + * @version 1.7.2 */ class SubjectFilter { /** diff --git a/src/model/SubjectPermissionBody.js b/src/model/SubjectPermissionBody.js index 0453ee9..51ad9f8 100644 --- a/src/model/SubjectPermissionBody.js +++ b/src/model/SubjectPermissionBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import Subject from './Subject'; /** * The SubjectPermissionBody model module. * @module model/SubjectPermissionBody - * @version 1.7.1 + * @version 1.7.2 */ class SubjectPermissionBody { /** diff --git a/src/model/Subjects.js b/src/model/Subjects.js index b359d6f..ac9058f 100644 --- a/src/model/Subjects.js +++ b/src/model/Subjects.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Subject from './Subject'; /** * The Subjects model module. * @module model/Subjects - * @version 1.7.1 + * @version 1.7.2 */ class Subjects { /** diff --git a/src/model/Tenant.js b/src/model/Tenant.js index 25bf695..c40324f 100644 --- a/src/model/Tenant.js +++ b/src/model/Tenant.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Tenant model module. * @module model/Tenant - * @version 1.7.1 + * @version 1.7.2 */ class Tenant { /** diff --git a/src/model/TenantCreateRequest.js b/src/model/TenantCreateRequest.js index eac6a99..50bf166 100644 --- a/src/model/TenantCreateRequest.js +++ b/src/model/TenantCreateRequest.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The TenantCreateRequest model module. * @module model/TenantCreateRequest - * @version 1.7.1 + * @version 1.7.2 */ class TenantCreateRequest { /** diff --git a/src/model/TenantCreateResponse.js b/src/model/TenantCreateResponse.js index 719ee8d..0c21fa3 100644 --- a/src/model/TenantCreateResponse.js +++ b/src/model/TenantCreateResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Tenant from './Tenant'; /** * The TenantCreateResponse model module. * @module model/TenantCreateResponse - * @version 1.7.1 + * @version 1.7.2 */ class TenantCreateResponse { /** diff --git a/src/model/TenantDeleteResponse.js b/src/model/TenantDeleteResponse.js index 0a13357..ac1cac9 100644 --- a/src/model/TenantDeleteResponse.js +++ b/src/model/TenantDeleteResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The TenantDeleteResponse model module. * @module model/TenantDeleteResponse - * @version 1.7.1 + * @version 1.7.2 */ class TenantDeleteResponse { /** diff --git a/src/model/TenantListRequest.js b/src/model/TenantListRequest.js index 4cbaf17..d07dc3d 100644 --- a/src/model/TenantListRequest.js +++ b/src/model/TenantListRequest.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The TenantListRequest model module. * @module model/TenantListRequest - * @version 1.7.1 + * @version 1.7.2 */ class TenantListRequest { /** diff --git a/src/model/TenantListResponse.js b/src/model/TenantListResponse.js index 921723f..729d3f7 100644 --- a/src/model/TenantListResponse.js +++ b/src/model/TenantListResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Tenant from './Tenant'; /** * The TenantListResponse model module. * @module model/TenantListResponse - * @version 1.7.1 + * @version 1.7.2 */ class TenantListResponse { /** diff --git a/src/model/Tuple.js b/src/model/Tuple.js index 5d40cfa..f694469 100644 --- a/src/model/Tuple.js +++ b/src/model/Tuple.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Subject from './Subject'; /** * The Tuple model module. * @module model/Tuple - * @version 1.7.1 + * @version 1.7.2 */ class Tuple { /** diff --git a/src/model/TupleFilter.js b/src/model/TupleFilter.js index 7dde85b..2ff2001 100644 --- a/src/model/TupleFilter.js +++ b/src/model/TupleFilter.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import SubjectFilter from './SubjectFilter'; /** * The TupleFilter model module. * @module model/TupleFilter - * @version 1.7.1 + * @version 1.7.2 */ class TupleFilter { /** diff --git a/src/model/TupleSet.js b/src/model/TupleSet.js index 036e38d..bd43dcf 100644 --- a/src/model/TupleSet.js +++ b/src/model/TupleSet.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The TupleSet model module. * @module model/TupleSet - * @version 1.7.1 + * @version 1.7.2 */ class TupleSet { /** diff --git a/src/model/TupleToUserSet.js b/src/model/TupleToUserSet.js index 243d804..abd2855 100644 --- a/src/model/TupleToUserSet.js +++ b/src/model/TupleToUserSet.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import TupleSet from './TupleSet'; /** * The TupleToUserSet model module. * @module model/TupleToUserSet - * @version 1.7.1 + * @version 1.7.2 */ class TupleToUserSet { /** diff --git a/src/model/V1Call.js b/src/model/V1Call.js index 1fec3f8..546948b 100644 --- a/src/model/V1Call.js +++ b/src/model/V1Call.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Argument from './Argument'; /** * The V1Call model module. * @module model/V1Call - * @version 1.7.1 + * @version 1.7.2 */ class V1Call { /** diff --git a/src/model/V1Expand.js b/src/model/V1Expand.js index 5bf6748..aaee565 100644 --- a/src/model/V1Expand.js +++ b/src/model/V1Expand.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import ExpandTreeNode from './ExpandTreeNode'; /** * The V1Expand model module. * @module model/V1Expand - * @version 1.7.1 + * @version 1.7.2 */ class V1Expand { /** diff --git a/src/model/V1Operation.js b/src/model/V1Operation.js index 2ca3905..3e7ee53 100644 --- a/src/model/V1Operation.js +++ b/src/model/V1Operation.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1Operation model module. * @module model/V1Operation - * @version 1.7.1 + * @version 1.7.2 */ class V1Operation { /** diff --git a/src/model/V1alpha1Reference.js b/src/model/V1alpha1Reference.js index 584966e..801c8b8 100644 --- a/src/model/V1alpha1Reference.js +++ b/src/model/V1alpha1Reference.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Constant from './Constant'; /** * The V1alpha1Reference model module. * @module model/V1alpha1Reference - * @version 1.7.1 + * @version 1.7.2 */ class V1alpha1Reference { /** diff --git a/src/model/V1alpha1Type.js b/src/model/V1alpha1Type.js index 1955c22..ff6cb71 100644 --- a/src/model/V1alpha1Type.js +++ b/src/model/V1alpha1Type.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,7 +22,7 @@ import WellKnownType from './WellKnownType'; /** * The V1alpha1Type model module. * @module model/V1alpha1Type - * @version 1.7.1 + * @version 1.7.2 */ class V1alpha1Type { /** diff --git a/src/model/Values.js b/src/model/Values.js index 73d245d..3b67945 100644 --- a/src/model/Values.js +++ b/src/model/Values.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Any from './Any'; /** * The Values model module. * @module model/Values - * @version 1.7.1 + * @version 1.7.2 */ class Values { /** diff --git a/src/model/Version.js b/src/model/Version.js index f93fb39..ee82ecd 100644 --- a/src/model/Version.js +++ b/src/model/Version.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Version model module. * @module model/Version - * @version 1.7.1 + * @version 1.7.2 */ class Version { /** diff --git a/src/model/WatchBody.js b/src/model/WatchBody.js index 9ccce93..8fed7d7 100644 --- a/src/model/WatchBody.js +++ b/src/model/WatchBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The WatchBody model module. * @module model/WatchBody - * @version 1.7.1 + * @version 1.7.2 */ class WatchBody { /** diff --git a/src/model/WatchResponse.js b/src/model/WatchResponse.js index d2cb4a6..0020607 100644 --- a/src/model/WatchResponse.js +++ b/src/model/WatchResponse.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import DataChanges from './DataChanges'; /** * The WatchResponse model module. * @module model/WatchResponse - * @version 1.7.1 + * @version 1.7.2 */ class WatchResponse { /** diff --git a/src/model/WellKnownType.js b/src/model/WellKnownType.js index 0de65ca..a5b6b30 100644 --- a/src/model/WellKnownType.js +++ b/src/model/WellKnownType.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/WriteRelationshipsBody.js b/src/model/WriteRelationshipsBody.js index 87019f4..073c5fc 100644 --- a/src/model/WriteRelationshipsBody.js +++ b/src/model/WriteRelationshipsBody.js @@ -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.7.1 + * The version of the OpenAPI document: v1.7.2 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Tuple from './Tuple'; /** * The WriteRelationshipsBody model module. * @module model/WriteRelationshipsBody - * @version 1.7.1 + * @version 1.7.2 */ class WriteRelationshipsBody { /**