diff --git a/README.md b/README.md index d7a6453..ca2221c 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.3 -- Package version: 1.7.3 +- API version: v1.7.4 +- Package version: 1.7.4 - 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 b853f87..26a03e7 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.3", + "version": "v1.7.4", "contact": { "name": "API Support", "url": "https://github.com/Permify/permify/issues", diff --git a/package.json b/package.json index cbd555c..5afee8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "permify-javascript", - "version": "1.7.3", + "version": "1.7.4", "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 dd9b68a..94cbb1e 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 +* @version 1.7.4 */ /** @@ -54,7 +54,7 @@ class ApiClient { * @default {} */ this.defaultHeaders = { - 'User-Agent': 'OpenAPI-Generator/1.7.3/Javascript' + 'User-Agent': 'OpenAPI-Generator/1.7.4/Javascript' }; /** diff --git a/src/api/BundleApi.js b/src/api/BundleApi.js index 24a7cd2..be67e93 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 +* @version 1.7.4 */ export default class BundleApi { diff --git a/src/api/DataApi.js b/src/api/DataApi.js index 95f2971..cf7573a 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 +* @version 1.7.4 */ export default class DataApi { diff --git a/src/api/PermissionApi.js b/src/api/PermissionApi.js index bbb34ac..8e47e38 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 +* @version 1.7.4 */ export default class PermissionApi { diff --git a/src/api/SchemaApi.js b/src/api/SchemaApi.js index 6d1db0b..980c568 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 +* @version 1.7.4 */ export default class SchemaApi { diff --git a/src/api/TenancyApi.js b/src/api/TenancyApi.js index 475c328..c00a7fe 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 +* @version 1.7.4 */ export default class TenancyApi { diff --git a/src/api/WatchApi.js b/src/api/WatchApi.js index 54e53e8..82e038e 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 +* @version 1.7.4 */ export default class WatchApi { diff --git a/src/index.js b/src/index.js index c4dd389..9fa71b1 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 +* @version 1.7.4 */ export { /** diff --git a/src/model/AbstractType.js b/src/model/AbstractType.js index 79ca69b..007fc4b 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class AbstractType { /** diff --git a/src/model/Any.js b/src/model/Any.js index 1616d1b..5057f52 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Any { /** diff --git a/src/model/Argument.js b/src/model/Argument.js index 641d78b..9b6ce0c 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Argument { /** diff --git a/src/model/Attribute.js b/src/model/Attribute.js index 596b30f..6d31f20 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Attribute { /** diff --git a/src/model/AttributeDefinition.js b/src/model/AttributeDefinition.js index 701498f..7deda2d 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class AttributeDefinition { /** diff --git a/src/model/AttributeFilter.js b/src/model/AttributeFilter.js index a8dd2b6..7478481 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class AttributeFilter { /** diff --git a/src/model/AttributeReadRequestMetadata.js b/src/model/AttributeReadRequestMetadata.js index 58a561e..8d6da7c 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class AttributeReadRequestMetadata { /** diff --git a/src/model/AttributeReadResponse.js b/src/model/AttributeReadResponse.js index 5496df8..a933e71 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class AttributeReadResponse { /** diff --git a/src/model/AttributeType.js b/src/model/AttributeType.js index 1c98d16..be01279 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.3 + * The version of the OpenAPI document: v1.7.4 * 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 99ee179..5fff4c7 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class BulkCheckBody { /** diff --git a/src/model/BundleDeleteBody.js b/src/model/BundleDeleteBody.js index b12ba1a..517122b 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class BundleDeleteBody { /** diff --git a/src/model/BundleDeleteResponse.js b/src/model/BundleDeleteResponse.js index cb12447..cfff139 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class BundleDeleteResponse { /** diff --git a/src/model/BundleReadBody.js b/src/model/BundleReadBody.js index fe9f712..67db42a 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class BundleReadBody { /** diff --git a/src/model/BundleReadResponse.js b/src/model/BundleReadResponse.js index 21959a1..236f06f 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class BundleReadResponse { /** diff --git a/src/model/BundleRunResponse.js b/src/model/BundleRunResponse.js index cf0fe54..5d6ab84 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class BundleRunResponse { /** diff --git a/src/model/BundleWriteBody.js b/src/model/BundleWriteBody.js index 5464c63..0ce2d56 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class BundleWriteBody { /** diff --git a/src/model/BundleWriteResponse.js b/src/model/BundleWriteResponse.js index 4433621..2c2a4c3 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class BundleWriteResponse { /** diff --git a/src/model/CheckBody.js b/src/model/CheckBody.js index c3b22db..7cbbee2 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class CheckBody { /** diff --git a/src/model/CheckResult.js b/src/model/CheckResult.js index c0a1927..b42b898 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.3 + * The version of the OpenAPI document: v1.7.4 * 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 2e810f2..24a0030 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class CheckedExpr { /** diff --git a/src/model/Child.js b/src/model/Child.js index 611f5d8..1b1c343 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Child { /** diff --git a/src/model/Component.js b/src/model/Component.js index 86766c4..1e18bee 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.3 + * The version of the OpenAPI document: v1.7.4 * 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 bfcd8db..295c7f8 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Comprehension { /** diff --git a/src/model/ComputedAttribute.js b/src/model/ComputedAttribute.js index 4fb5a54..43afc84 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class ComputedAttribute { /** diff --git a/src/model/ComputedUserSet.js b/src/model/ComputedUserSet.js index 107ae4a..bb18c60 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class ComputedUserSet { /** diff --git a/src/model/Constant.js b/src/model/Constant.js index 1ee3434..9cf7f54 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Constant { /** diff --git a/src/model/Context.js b/src/model/Context.js index 81978ef..e74b227 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Context { /** diff --git a/src/model/CreateList.js b/src/model/CreateList.js index 05d4ebb..7680c3f 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class CreateList { /** diff --git a/src/model/CreateStruct.js b/src/model/CreateStruct.js index 7cb3b21..8c673f2 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class CreateStruct { /** diff --git a/src/model/DataBundle.js b/src/model/DataBundle.js index 613bf2f..1e97334 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class DataBundle { /** diff --git a/src/model/DataChange.js b/src/model/DataChange.js index d97c0f7..9ce06d6 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class DataChange { /** diff --git a/src/model/DataChangeOperation.js b/src/model/DataChangeOperation.js index ace266e..5abc5d0 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.3 + * The version of the OpenAPI document: v1.7.4 * 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 d4b9689..9de38ec 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class DataChanges { /** diff --git a/src/model/DataDeleteBody.js b/src/model/DataDeleteBody.js index e3411a7..ae68ffb 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class DataDeleteBody { /** diff --git a/src/model/DataDeleteResponse.js b/src/model/DataDeleteResponse.js index e86bf0c..2a4f15e 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class DataDeleteResponse { /** diff --git a/src/model/DataWriteBody.js b/src/model/DataWriteBody.js index e01df8b..46054aa 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class DataWriteBody { /** diff --git a/src/model/DataWriteRequestMetadata.js b/src/model/DataWriteRequestMetadata.js index d1b04c0..c5e21fe 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class DataWriteRequestMetadata { /** diff --git a/src/model/DataWriteResponse.js b/src/model/DataWriteResponse.js index c5349d9..7a40ac6 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class DataWriteResponse { /** diff --git a/src/model/DeleteRelationshipsBody.js b/src/model/DeleteRelationshipsBody.js index eafe4e9..004e943 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class DeleteRelationshipsBody { /** diff --git a/src/model/Entity.js b/src/model/Entity.js index e5a8cef..21fc1cb 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Entity { /** diff --git a/src/model/EntityDefinition.js b/src/model/EntityDefinition.js index 4321382..05bded8 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class EntityDefinition { /** diff --git a/src/model/EntityDefinitionReference.js b/src/model/EntityDefinitionReference.js index 5ca4ea8..090e80d 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.3 + * The version of the OpenAPI document: v1.7.4 * 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 9196930..923519b 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class EntityFilter { /** diff --git a/src/model/Entry.js b/src/model/Entry.js index 3d303ec..40d8c86 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Entry { /** diff --git a/src/model/ExpandLeaf.js b/src/model/ExpandLeaf.js index 649bc2c..c94bcfd 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class ExpandLeaf { /** diff --git a/src/model/ExpandTreeNode.js b/src/model/ExpandTreeNode.js index 184fa69..dcfd787 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class ExpandTreeNode { /** diff --git a/src/model/ExpandTreeNodeOperation.js b/src/model/ExpandTreeNodeOperation.js index ef5f28d..4e2410d 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.3 + * The version of the OpenAPI document: v1.7.4 * 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 09e1e73..6491271 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Expr { /** diff --git a/src/model/ExprCall.js b/src/model/ExprCall.js index 1c3a119..e0cb125 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class ExprCall { /** diff --git a/src/model/Extension.js b/src/model/Extension.js index 827d7cd..2c54f66 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Extension { /** diff --git a/src/model/FunctionType.js b/src/model/FunctionType.js index a6ab4d8..328f43f 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class FunctionType { /** diff --git a/src/model/Ident.js b/src/model/Ident.js index 35ed8bc..0136e3f 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Ident { /** diff --git a/src/model/Leaf.js b/src/model/Leaf.js index 4654647..06c60c1 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Leaf { /** diff --git a/src/model/ListType.js b/src/model/ListType.js index aa59acd..925e2a4 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class ListType { /** diff --git a/src/model/LookupEntityBody.js b/src/model/LookupEntityBody.js index 3c7fc47..2f259e6 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class LookupEntityBody { /** diff --git a/src/model/LookupEntityStreamBody.js b/src/model/LookupEntityStreamBody.js index ed53d2f..aa92655 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class LookupEntityStreamBody { /** diff --git a/src/model/LookupSubjectBody.js b/src/model/LookupSubjectBody.js index a5391a5..4e4b3a3 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class LookupSubjectBody { /** diff --git a/src/model/MapType.js b/src/model/MapType.js index 6b75ad6..19cabeb 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class MapType { /** diff --git a/src/model/PartialWriteBody.js b/src/model/PartialWriteBody.js index d39b20b..919619e 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PartialWriteBody { /** diff --git a/src/model/Partials.js b/src/model/Partials.js index d3aa3d1..74fceb2 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Partials { /** diff --git a/src/model/PermissionBulkCheckRequestItem.js b/src/model/PermissionBulkCheckRequestItem.js index 564f50e..d3fc85a 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionBulkCheckRequestItem { /** diff --git a/src/model/PermissionBulkCheckResponse.js b/src/model/PermissionBulkCheckResponse.js index d775922..c180772 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionBulkCheckResponse { /** diff --git a/src/model/PermissionCheckRequestMetadata.js b/src/model/PermissionCheckRequestMetadata.js index 6758bbf..e074bdd 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionCheckRequestMetadata { /** diff --git a/src/model/PermissionCheckResponse.js b/src/model/PermissionCheckResponse.js index cfa362b..8a55476 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionCheckResponse { /** diff --git a/src/model/PermissionCheckResponseMetadata.js b/src/model/PermissionCheckResponseMetadata.js index b84ff4f..57000c1 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionCheckResponseMetadata { /** diff --git a/src/model/PermissionDefinition.js b/src/model/PermissionDefinition.js index 736b386..1e7b8b9 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionDefinition { /** diff --git a/src/model/PermissionExpandBody.js b/src/model/PermissionExpandBody.js index f2436c3..4502384 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionExpandBody { /** diff --git a/src/model/PermissionExpandRequestMetadata.js b/src/model/PermissionExpandRequestMetadata.js index cd1f055..58b989b 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionExpandRequestMetadata { /** diff --git a/src/model/PermissionExpandResponse.js b/src/model/PermissionExpandResponse.js index 979173b..1500159 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionExpandResponse { /** diff --git a/src/model/PermissionLookupEntityRequestMetadata.js b/src/model/PermissionLookupEntityRequestMetadata.js index 1a0d407..13ccbab 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionLookupEntityRequestMetadata { /** diff --git a/src/model/PermissionLookupEntityResponse.js b/src/model/PermissionLookupEntityResponse.js index 9d68103..5a4128b 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionLookupEntityResponse { /** diff --git a/src/model/PermissionLookupEntityStreamResponse.js b/src/model/PermissionLookupEntityStreamResponse.js index 5a8cf45..3ec561f 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionLookupEntityStreamResponse { /** diff --git a/src/model/PermissionLookupSubjectRequestMetadata.js b/src/model/PermissionLookupSubjectRequestMetadata.js index f5454db..83d4077 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionLookupSubjectRequestMetadata { /** diff --git a/src/model/PermissionLookupSubjectResponse.js b/src/model/PermissionLookupSubjectResponse.js index 4a919b1..148f53b 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionLookupSubjectResponse { /** diff --git a/src/model/PermissionSubjectPermissionRequestMetadata.js b/src/model/PermissionSubjectPermissionRequestMetadata.js index 04db4bb..85ca827 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionSubjectPermissionRequestMetadata { /** diff --git a/src/model/PermissionSubjectPermissionResponse.js b/src/model/PermissionSubjectPermissionResponse.js index 908c733..09868ba 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class PermissionSubjectPermissionResponse { /** diff --git a/src/model/PrimitiveType.js b/src/model/PrimitiveType.js index 5fdc54d..deec78e 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.3 + * The version of the OpenAPI document: v1.7.4 * 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 126429f..cd84698 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class ReadAttributesBody { /** diff --git a/src/model/ReadRelationshipsBody.js b/src/model/ReadRelationshipsBody.js index d881b59..fea155c 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class ReadRelationshipsBody { /** diff --git a/src/model/RelationDefinition.js b/src/model/RelationDefinition.js index 4742235..9faa22b 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class RelationDefinition { /** diff --git a/src/model/RelationReference.js b/src/model/RelationReference.js index 1057058..8533fc9 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class RelationReference { /** diff --git a/src/model/RelationshipDeleteResponse.js b/src/model/RelationshipDeleteResponse.js index 7f9e52a..1ae5472 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class RelationshipDeleteResponse { /** diff --git a/src/model/RelationshipReadRequestMetadata.js b/src/model/RelationshipReadRequestMetadata.js index efcb5a3..8a703cf 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class RelationshipReadRequestMetadata { /** diff --git a/src/model/RelationshipReadResponse.js b/src/model/RelationshipReadResponse.js index 0f1b879..c69c13f 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class RelationshipReadResponse { /** diff --git a/src/model/RelationshipWriteRequestMetadata.js b/src/model/RelationshipWriteRequestMetadata.js index 2998f4e..bcc5e5a 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class RelationshipWriteRequestMetadata { /** diff --git a/src/model/RelationshipWriteResponse.js b/src/model/RelationshipWriteResponse.js index 4586e68..12368ff 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class RelationshipWriteResponse { /** diff --git a/src/model/Rewrite.js b/src/model/Rewrite.js index acdfe87..31ed127 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Rewrite { /** diff --git a/src/model/RewriteOperation.js b/src/model/RewriteOperation.js index d3a0aa9..93f509d 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.3 + * The version of the OpenAPI document: v1.7.4 * 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 2de1243..5d98172 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class RuleDefinition { /** diff --git a/src/model/RunBundleBody.js b/src/model/RunBundleBody.js index fed11d4..99e2124 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class RunBundleBody { /** diff --git a/src/model/SchemaDefinition.js b/src/model/SchemaDefinition.js index b4b2383..5ce1024 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class SchemaDefinition { /** diff --git a/src/model/SchemaDefinitionReference.js b/src/model/SchemaDefinitionReference.js index 59d949b..9237c17 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.3 + * The version of the OpenAPI document: v1.7.4 * 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 1f4954b..64042d1 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class SchemaList { /** diff --git a/src/model/SchemaListBody.js b/src/model/SchemaListBody.js index d5931e3..4f12f2f 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class SchemaListBody { /** diff --git a/src/model/SchemaListResponse.js b/src/model/SchemaListResponse.js index 6dc8dbb..311e89e 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class SchemaListResponse { /** diff --git a/src/model/SchemaPartialWriteRequestMetadata.js b/src/model/SchemaPartialWriteRequestMetadata.js index 911434c..bc0f16e 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class SchemaPartialWriteRequestMetadata { /** diff --git a/src/model/SchemaPartialWriteResponse.js b/src/model/SchemaPartialWriteResponse.js index bc63acb..0b20f58 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class SchemaPartialWriteResponse { /** diff --git a/src/model/SchemaReadBody.js b/src/model/SchemaReadBody.js index e4c7ed4..b99d5b5 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class SchemaReadBody { /** diff --git a/src/model/SchemaReadRequestMetadata.js b/src/model/SchemaReadRequestMetadata.js index 761f044..d0d7a3f 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class SchemaReadRequestMetadata { /** diff --git a/src/model/SchemaReadResponse.js b/src/model/SchemaReadResponse.js index 6d70806..c192874 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class SchemaReadResponse { /** diff --git a/src/model/SchemaWriteBody.js b/src/model/SchemaWriteBody.js index 43b7bbd..0fcfb24 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class SchemaWriteBody { /** diff --git a/src/model/SchemaWriteResponse.js b/src/model/SchemaWriteResponse.js index e57ff24..9eae8c8 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class SchemaWriteResponse { /** diff --git a/src/model/Select.js b/src/model/Select.js index 0d3cc25..109734f 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Select { /** diff --git a/src/model/SourceInfo.js b/src/model/SourceInfo.js index 3f2450e..a3eb20d 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class SourceInfo { /** diff --git a/src/model/Status.js b/src/model/Status.js index d40b835..af7ff70 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Status { /** diff --git a/src/model/StreamResultOfPermissionLookupEntityStreamResponse.js b/src/model/StreamResultOfPermissionLookupEntityStreamResponse.js index 9d20311..8991308 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class StreamResultOfPermissionLookupEntityStreamResponse { /** diff --git a/src/model/StreamResultOfWatchResponse.js b/src/model/StreamResultOfWatchResponse.js index 556a8d4..986083e 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class StreamResultOfWatchResponse { /** diff --git a/src/model/StringArrayValue.js b/src/model/StringArrayValue.js index f79b641..ee615b9 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class StringArrayValue { /** diff --git a/src/model/Subject.js b/src/model/Subject.js index 9e62e43..c91a6cc 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Subject { /** diff --git a/src/model/SubjectFilter.js b/src/model/SubjectFilter.js index 900ed08..6d61abb 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class SubjectFilter { /** diff --git a/src/model/SubjectPermissionBody.js b/src/model/SubjectPermissionBody.js index 0981d64..de7dbeb 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class SubjectPermissionBody { /** diff --git a/src/model/Subjects.js b/src/model/Subjects.js index aadef0c..d2fd714 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Subjects { /** diff --git a/src/model/Tenant.js b/src/model/Tenant.js index d835e4e..68043f9 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Tenant { /** diff --git a/src/model/TenantCreateRequest.js b/src/model/TenantCreateRequest.js index 755a88c..2f411e1 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class TenantCreateRequest { /** diff --git a/src/model/TenantCreateResponse.js b/src/model/TenantCreateResponse.js index d36e88a..111aa44 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class TenantCreateResponse { /** diff --git a/src/model/TenantDeleteResponse.js b/src/model/TenantDeleteResponse.js index 6e2c71f..7bb93b6 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class TenantDeleteResponse { /** diff --git a/src/model/TenantListRequest.js b/src/model/TenantListRequest.js index 5683291..0c32a1b 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class TenantListRequest { /** diff --git a/src/model/TenantListResponse.js b/src/model/TenantListResponse.js index 4345b9d..4fce769 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class TenantListResponse { /** diff --git a/src/model/Tuple.js b/src/model/Tuple.js index 3c79972..7d61ac8 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Tuple { /** diff --git a/src/model/TupleFilter.js b/src/model/TupleFilter.js index 68355b0..2d4f0a9 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class TupleFilter { /** diff --git a/src/model/TupleSet.js b/src/model/TupleSet.js index 252847c..ae6f3d8 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class TupleSet { /** diff --git a/src/model/TupleToUserSet.js b/src/model/TupleToUserSet.js index 330530b..5884bb2 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class TupleToUserSet { /** diff --git a/src/model/V1Call.js b/src/model/V1Call.js index c62020b..fe00b58 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class V1Call { /** diff --git a/src/model/V1Expand.js b/src/model/V1Expand.js index dd7bd16..dcca877 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class V1Expand { /** diff --git a/src/model/V1Operation.js b/src/model/V1Operation.js index da8f65f..52c125a 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class V1Operation { /** diff --git a/src/model/V1alpha1Reference.js b/src/model/V1alpha1Reference.js index 685968e..c6ffad1 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class V1alpha1Reference { /** diff --git a/src/model/V1alpha1Type.js b/src/model/V1alpha1Type.js index bc3d479..b82594c 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class V1alpha1Type { /** diff --git a/src/model/Values.js b/src/model/Values.js index 7d605b8..dc691f4 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Values { /** diff --git a/src/model/Version.js b/src/model/Version.js index 5b12482..ac02365 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class Version { /** diff --git a/src/model/WatchBody.js b/src/model/WatchBody.js index 2c3a0c8..f99f708 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class WatchBody { /** diff --git a/src/model/WatchResponse.js b/src/model/WatchResponse.js index 62b4f0d..2ebac37 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class WatchResponse { /** diff --git a/src/model/WellKnownType.js b/src/model/WellKnownType.js index 4c427ee..2efe089 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.3 + * The version of the OpenAPI document: v1.7.4 * 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 3e3963e..00a7097 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.3 + * The version of the OpenAPI document: v1.7.4 * 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.3 + * @version 1.7.4 */ class WriteRelationshipsBody { /**