diff --git a/README.md b/README.md index 2c1555d..9e3ab01 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.6.10 -- Package version: 1.6.10 +- API version: v1.7.0 +- Package version: 1.7.0 - Generator version: 7.13.0 - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen For more information, please visit [https://github.com/Permify/permify/issues](https://github.com/Permify/permify/issues) diff --git a/generator/openapi.json b/generator/openapi.json index ae303ab..785f527 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.6.10", + "version": "v1.7.0", "contact": { "name": "API Support", "url": "https://github.com/Permify/permify/issues", diff --git a/package.json b/package.json index e5121c0..4de3e99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "permify-javascript", - "version": "1.6.10", + "version": "1.7.0", "description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.", "license": "Apache-2.0", "main": "dist/index.js", diff --git a/src/ApiClient.js b/src/ApiClient.js index e54e177..6f7dbed 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import superagent from "superagent"; /** * @module ApiClient -* @version 1.6.10 +* @version 1.7.0 */ /** @@ -54,7 +54,7 @@ class ApiClient { * @default {} */ this.defaultHeaders = { - 'User-Agent': 'OpenAPI-Generator/1.6.10/Javascript' + 'User-Agent': 'OpenAPI-Generator/1.7.0/Javascript' }; /** diff --git a/src/api/BundleApi.js b/src/api/BundleApi.js index 7fe97f6..8cb29ff 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,7 +24,7 @@ import Status from '../model/Status'; /** * Bundle service. * @module api/BundleApi -* @version 1.6.10 +* @version 1.7.0 */ export default class BundleApi { diff --git a/src/api/DataApi.js b/src/api/DataApi.js index 7483ecd..ef7e7f1 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import WriteRelationshipsBody from '../model/WriteRelationshipsBody'; /** * Data service. * @module api/DataApi -* @version 1.6.10 +* @version 1.7.0 */ export default class DataApi { diff --git a/src/api/PermissionApi.js b/src/api/PermissionApi.js index a8de5b2..88a8922 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import SubjectPermissionBody from '../model/SubjectPermissionBody'; /** * Permission service. * @module api/PermissionApi -* @version 1.6.10 +* @version 1.7.0 */ export default class PermissionApi { diff --git a/src/api/SchemaApi.js b/src/api/SchemaApi.js index 92ed17a..6942574 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,7 +26,7 @@ import Status from '../model/Status'; /** * Schema service. * @module api/SchemaApi -* @version 1.6.10 +* @version 1.7.0 */ export default class SchemaApi { diff --git a/src/api/TenancyApi.js b/src/api/TenancyApi.js index 6fd78b4..6caec5f 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,7 +23,7 @@ import TenantListResponse from '../model/TenantListResponse'; /** * Tenancy service. * @module api/TenancyApi -* @version 1.6.10 +* @version 1.7.0 */ export default class TenancyApi { diff --git a/src/api/WatchApi.js b/src/api/WatchApi.js index 106f062..f071c65 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import WatchBody from '../model/WatchBody'; /** * Watch service. * @module api/WatchApi -* @version 1.6.10 +* @version 1.7.0 */ export default class WatchApi { diff --git a/src/index.js b/src/index.js index 89c61c4..a654dd0 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -183,7 +183,7 @@ import WatchApi from './api/WatchApi'; * *

* @module index -* @version 1.6.10 +* @version 1.7.0 */ export { /** diff --git a/src/model/AbstractType.js b/src/model/AbstractType.js index a979ff7..0c60e83 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import V1alpha1Type from './V1alpha1Type'; /** * The AbstractType model module. * @module model/AbstractType - * @version 1.6.10 + * @version 1.7.0 */ class AbstractType { /** diff --git a/src/model/Any.js b/src/model/Any.js index 68dfb3a..d9681a7 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Any model module. * @module model/Any - * @version 1.6.10 + * @version 1.7.0 */ class Any { /** diff --git a/src/model/Argument.js b/src/model/Argument.js index 398eddf..6cf6987 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import ComputedAttribute from './ComputedAttribute'; /** * The Argument model module. * @module model/Argument - * @version 1.6.10 + * @version 1.7.0 */ class Argument { /** diff --git a/src/model/Attribute.js b/src/model/Attribute.js index 2578415..676bcb9 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Entity from './Entity'; /** * The Attribute model module. * @module model/Attribute - * @version 1.6.10 + * @version 1.7.0 */ class Attribute { /** diff --git a/src/model/AttributeDefinition.js b/src/model/AttributeDefinition.js index de0e801..b0e7597 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import AttributeType from './AttributeType'; /** * The AttributeDefinition model module. * @module model/AttributeDefinition - * @version 1.6.10 + * @version 1.7.0 */ class AttributeDefinition { /** diff --git a/src/model/AttributeFilter.js b/src/model/AttributeFilter.js index 78cd1c0..cf33d55 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import EntityFilter from './EntityFilter'; /** * The AttributeFilter model module. * @module model/AttributeFilter - * @version 1.6.10 + * @version 1.7.0 */ class AttributeFilter { /** diff --git a/src/model/AttributeReadRequestMetadata.js b/src/model/AttributeReadRequestMetadata.js index e64d02d..179b82b 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The AttributeReadRequestMetadata model module. * @module model/AttributeReadRequestMetadata - * @version 1.6.10 + * @version 1.7.0 */ class AttributeReadRequestMetadata { /** diff --git a/src/model/AttributeReadResponse.js b/src/model/AttributeReadResponse.js index 381f3c8..4454eb6 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Attribute from './Attribute'; /** * The AttributeReadResponse model module. * @module model/AttributeReadResponse - * @version 1.6.10 + * @version 1.7.0 */ class AttributeReadResponse { /** diff --git a/src/model/AttributeType.js b/src/model/AttributeType.js index a2ba5a5..4489755 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/BulkCheckBody.js b/src/model/BulkCheckBody.js index 7f04aff..854ea43 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import PermissionCheckRequestMetadata from './PermissionCheckRequestMetadata'; /** * The BulkCheckBody model module. * @module model/BulkCheckBody - * @version 1.6.10 + * @version 1.7.0 */ class BulkCheckBody { /** diff --git a/src/model/BundleDeleteBody.js b/src/model/BundleDeleteBody.js index eaa2eec..aaa339d 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BundleDeleteBody model module. * @module model/BundleDeleteBody - * @version 1.6.10 + * @version 1.7.0 */ class BundleDeleteBody { /** diff --git a/src/model/BundleDeleteResponse.js b/src/model/BundleDeleteResponse.js index e413e55..97fdf55 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BundleDeleteResponse model module. * @module model/BundleDeleteResponse - * @version 1.6.10 + * @version 1.7.0 */ class BundleDeleteResponse { /** diff --git a/src/model/BundleReadBody.js b/src/model/BundleReadBody.js index 4a295f8..05536cf 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BundleReadBody model module. * @module model/BundleReadBody - * @version 1.6.10 + * @version 1.7.0 */ class BundleReadBody { /** diff --git a/src/model/BundleReadResponse.js b/src/model/BundleReadResponse.js index a96f80f..0bfbafe 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import DataBundle from './DataBundle'; /** * The BundleReadResponse model module. * @module model/BundleReadResponse - * @version 1.6.10 + * @version 1.7.0 */ class BundleReadResponse { /** diff --git a/src/model/BundleRunResponse.js b/src/model/BundleRunResponse.js index b2a3892..bcb4526 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BundleRunResponse model module. * @module model/BundleRunResponse - * @version 1.6.10 + * @version 1.7.0 */ class BundleRunResponse { /** diff --git a/src/model/BundleWriteBody.js b/src/model/BundleWriteBody.js index 6014ca9..3c722c7 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import DataBundle from './DataBundle'; /** * The BundleWriteBody model module. * @module model/BundleWriteBody - * @version 1.6.10 + * @version 1.7.0 */ class BundleWriteBody { /** diff --git a/src/model/BundleWriteResponse.js b/src/model/BundleWriteResponse.js index d843815..c64be40 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BundleWriteResponse model module. * @module model/BundleWriteResponse - * @version 1.6.10 + * @version 1.7.0 */ class BundleWriteResponse { /** diff --git a/src/model/CheckBody.js b/src/model/CheckBody.js index 0b6ba80..88702b4 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ import Subject from './Subject'; /** * The CheckBody model module. * @module model/CheckBody - * @version 1.6.10 + * @version 1.7.0 */ class CheckBody { /** diff --git a/src/model/CheckResult.js b/src/model/CheckResult.js index 431ee94..0f8ae93 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/CheckedExpr.js b/src/model/CheckedExpr.js index 34e1418..a7270fb 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import V1alpha1Type from './V1alpha1Type'; /** * The CheckedExpr model module. * @module model/CheckedExpr - * @version 1.6.10 + * @version 1.7.0 */ class CheckedExpr { /** diff --git a/src/model/Child.js b/src/model/Child.js index 813e3d8..2609e11 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Rewrite from './Rewrite'; /** * The Child model module. * @module model/Child - * @version 1.6.10 + * @version 1.7.0 */ class Child { /** diff --git a/src/model/Component.js b/src/model/Component.js index f207cd5..596a2e4 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/Comprehension.js b/src/model/Comprehension.js index 2315d4e..eaf85c6 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Expr from './Expr'; /** * The Comprehension model module. * @module model/Comprehension - * @version 1.6.10 + * @version 1.7.0 */ class Comprehension { /** diff --git a/src/model/ComputedAttribute.js b/src/model/ComputedAttribute.js index 29539af..3153da2 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The ComputedAttribute model module. * @module model/ComputedAttribute - * @version 1.6.10 + * @version 1.7.0 */ class ComputedAttribute { /** diff --git a/src/model/ComputedUserSet.js b/src/model/ComputedUserSet.js index 811d1f7..05a831d 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The ComputedUserSet model module. * @module model/ComputedUserSet - * @version 1.6.10 + * @version 1.7.0 */ class ComputedUserSet { /** diff --git a/src/model/Constant.js b/src/model/Constant.js index 8c79923..c04fda1 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Constant model module. * @module model/Constant - * @version 1.6.10 + * @version 1.7.0 */ class Constant { /** diff --git a/src/model/Context.js b/src/model/Context.js index 3d0f76b..3dcf1f9 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Tuple from './Tuple'; /** * The Context model module. * @module model/Context - * @version 1.6.10 + * @version 1.7.0 */ class Context { /** diff --git a/src/model/CreateList.js b/src/model/CreateList.js index 6de8849..cc79081 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Expr from './Expr'; /** * The CreateList model module. * @module model/CreateList - * @version 1.6.10 + * @version 1.7.0 */ class CreateList { /** diff --git a/src/model/CreateStruct.js b/src/model/CreateStruct.js index 737f506..ed994dd 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Entry from './Entry'; /** * The CreateStruct model module. * @module model/CreateStruct - * @version 1.6.10 + * @version 1.7.0 */ class CreateStruct { /** diff --git a/src/model/DataBundle.js b/src/model/DataBundle.js index 760ec9f..aa3a55a 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import V1Operation from './V1Operation'; /** * The DataBundle model module. * @module model/DataBundle - * @version 1.6.10 + * @version 1.7.0 */ class DataBundle { /** diff --git a/src/model/DataChange.js b/src/model/DataChange.js index 4d239cd..910c531 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import Tuple from './Tuple'; /** * The DataChange model module. * @module model/DataChange - * @version 1.6.10 + * @version 1.7.0 */ class DataChange { /** diff --git a/src/model/DataChangeOperation.js b/src/model/DataChangeOperation.js index 6f2c4f9..bbda91c 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/DataChanges.js b/src/model/DataChanges.js index 039bfab..f084878 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import DataChange from './DataChange'; /** * The DataChanges model module. * @module model/DataChanges - * @version 1.6.10 + * @version 1.7.0 */ class DataChanges { /** diff --git a/src/model/DataDeleteBody.js b/src/model/DataDeleteBody.js index c44141b..275a9e5 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import TupleFilter from './TupleFilter'; /** * The DataDeleteBody model module. * @module model/DataDeleteBody - * @version 1.6.10 + * @version 1.7.0 */ class DataDeleteBody { /** diff --git a/src/model/DataDeleteResponse.js b/src/model/DataDeleteResponse.js index 77cbfe6..e79e2b1 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The DataDeleteResponse model module. * @module model/DataDeleteResponse - * @version 1.6.10 + * @version 1.7.0 */ class DataDeleteResponse { /** diff --git a/src/model/DataWriteBody.js b/src/model/DataWriteBody.js index 86f77b6..8250e48 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import Tuple from './Tuple'; /** * The DataWriteBody model module. * @module model/DataWriteBody - * @version 1.6.10 + * @version 1.7.0 */ class DataWriteBody { /** diff --git a/src/model/DataWriteRequestMetadata.js b/src/model/DataWriteRequestMetadata.js index 5156898..e978b17 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The DataWriteRequestMetadata model module. * @module model/DataWriteRequestMetadata - * @version 1.6.10 + * @version 1.7.0 */ class DataWriteRequestMetadata { /** diff --git a/src/model/DataWriteResponse.js b/src/model/DataWriteResponse.js index f68c539..c4cabe3 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The DataWriteResponse model module. * @module model/DataWriteResponse - * @version 1.6.10 + * @version 1.7.0 */ class DataWriteResponse { /** diff --git a/src/model/DeleteRelationshipsBody.js b/src/model/DeleteRelationshipsBody.js index b90586f..2cc2ede 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import TupleFilter from './TupleFilter'; /** * The DeleteRelationshipsBody model module. * @module model/DeleteRelationshipsBody - * @version 1.6.10 + * @version 1.7.0 */ class DeleteRelationshipsBody { /** diff --git a/src/model/Entity.js b/src/model/Entity.js index 1303ea8..d7b88cb 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Entity model module. * @module model/Entity - * @version 1.6.10 + * @version 1.7.0 */ class Entity { /** diff --git a/src/model/EntityDefinition.js b/src/model/EntityDefinition.js index 5cd72bc..0bae6d9 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import RelationDefinition from './RelationDefinition'; /** * The EntityDefinition model module. * @module model/EntityDefinition - * @version 1.6.10 + * @version 1.7.0 */ class EntityDefinition { /** diff --git a/src/model/EntityDefinitionReference.js b/src/model/EntityDefinitionReference.js index 38e1617..2a86fca 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/EntityFilter.js b/src/model/EntityFilter.js index c5d2504..a563758 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The EntityFilter model module. * @module model/EntityFilter - * @version 1.6.10 + * @version 1.7.0 */ class EntityFilter { /** diff --git a/src/model/Entry.js b/src/model/Entry.js index 9591bd8..56f5e94 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Expr from './Expr'; /** * The Entry model module. * @module model/Entry - * @version 1.6.10 + * @version 1.7.0 */ class Entry { /** diff --git a/src/model/ExpandLeaf.js b/src/model/ExpandLeaf.js index d4388cf..350a443 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import Values from './Values'; /** * The ExpandLeaf model module. * @module model/ExpandLeaf - * @version 1.6.10 + * @version 1.7.0 */ class ExpandLeaf { /** diff --git a/src/model/ExpandTreeNode.js b/src/model/ExpandTreeNode.js index 239d53b..a10f13d 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import V1Expand from './V1Expand'; /** * The ExpandTreeNode model module. * @module model/ExpandTreeNode - * @version 1.6.10 + * @version 1.7.0 */ class ExpandTreeNode { /** diff --git a/src/model/ExpandTreeNodeOperation.js b/src/model/ExpandTreeNodeOperation.js index 32a3430..774e183 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/Expr.js b/src/model/Expr.js index 166ec57..33b482e 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,7 +23,7 @@ import Select from './Select'; /** * The Expr model module. * @module model/Expr - * @version 1.6.10 + * @version 1.7.0 */ class Expr { /** diff --git a/src/model/ExprCall.js b/src/model/ExprCall.js index 7d5d3ae..d44f3f7 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Expr from './Expr'; /** * The ExprCall model module. * @module model/ExprCall - * @version 1.6.10 + * @version 1.7.0 */ class ExprCall { /** diff --git a/src/model/Extension.js b/src/model/Extension.js index 9acd933..c58cd31 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Version from './Version'; /** * The Extension model module. * @module model/Extension - * @version 1.6.10 + * @version 1.7.0 */ class Extension { /** diff --git a/src/model/FunctionType.js b/src/model/FunctionType.js index e5eae6b..624472c 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import V1alpha1Type from './V1alpha1Type'; /** * The FunctionType model module. * @module model/FunctionType - * @version 1.6.10 + * @version 1.7.0 */ class FunctionType { /** diff --git a/src/model/Ident.js b/src/model/Ident.js index bcce192..50a28cb 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Ident model module. * @module model/Ident - * @version 1.6.10 + * @version 1.7.0 */ class Ident { /** diff --git a/src/model/Leaf.js b/src/model/Leaf.js index f63eb8a..7461abd 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import V1Call from './V1Call'; /** * The Leaf model module. * @module model/Leaf - * @version 1.6.10 + * @version 1.7.0 */ class Leaf { /** diff --git a/src/model/ListType.js b/src/model/ListType.js index 9e26eed..edbbbb5 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import V1alpha1Type from './V1alpha1Type'; /** * The ListType model module. * @module model/ListType - * @version 1.6.10 + * @version 1.7.0 */ class ListType { /** diff --git a/src/model/LookupEntityBody.js b/src/model/LookupEntityBody.js index 42a5a3d..0b8f40e 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import Subject from './Subject'; /** * The LookupEntityBody model module. * @module model/LookupEntityBody - * @version 1.6.10 + * @version 1.7.0 */ class LookupEntityBody { /** diff --git a/src/model/LookupEntityStreamBody.js b/src/model/LookupEntityStreamBody.js index 16a0fb9..83445bc 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import Subject from './Subject'; /** * The LookupEntityStreamBody model module. * @module model/LookupEntityStreamBody - * @version 1.6.10 + * @version 1.7.0 */ class LookupEntityStreamBody { /** diff --git a/src/model/LookupSubjectBody.js b/src/model/LookupSubjectBody.js index eb2e968..481cbe4 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ import RelationReference from './RelationReference'; /** * The LookupSubjectBody model module. * @module model/LookupSubjectBody - * @version 1.6.10 + * @version 1.7.0 */ class LookupSubjectBody { /** diff --git a/src/model/MapType.js b/src/model/MapType.js index ae156d7..5dd82e2 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import V1alpha1Type from './V1alpha1Type'; /** * The MapType model module. * @module model/MapType - * @version 1.6.10 + * @version 1.7.0 */ class MapType { /** diff --git a/src/model/PartialWriteBody.js b/src/model/PartialWriteBody.js index ad5e31a..64aedf6 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import SchemaPartialWriteRequestMetadata from './SchemaPartialWriteRequestMetada /** * The PartialWriteBody model module. * @module model/PartialWriteBody - * @version 1.6.10 + * @version 1.7.0 */ class PartialWriteBody { /** diff --git a/src/model/Partials.js b/src/model/Partials.js index 0fa9ee4..2f5e0c2 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Partials model module. * @module model/Partials - * @version 1.6.10 + * @version 1.7.0 */ class Partials { /** diff --git a/src/model/PermissionBulkCheckRequestItem.js b/src/model/PermissionBulkCheckRequestItem.js index 69ba703..eb85e3a 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Subject from './Subject'; /** * The PermissionBulkCheckRequestItem model module. * @module model/PermissionBulkCheckRequestItem - * @version 1.6.10 + * @version 1.7.0 */ class PermissionBulkCheckRequestItem { /** diff --git a/src/model/PermissionBulkCheckResponse.js b/src/model/PermissionBulkCheckResponse.js index fd2547d..e9ea178 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import PermissionCheckResponse from './PermissionCheckResponse'; /** * The PermissionBulkCheckResponse model module. * @module model/PermissionBulkCheckResponse - * @version 1.6.10 + * @version 1.7.0 */ class PermissionBulkCheckResponse { /** diff --git a/src/model/PermissionCheckRequestMetadata.js b/src/model/PermissionCheckRequestMetadata.js index d637629..97426df 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionCheckRequestMetadata model module. * @module model/PermissionCheckRequestMetadata - * @version 1.6.10 + * @version 1.7.0 */ class PermissionCheckRequestMetadata { /** diff --git a/src/model/PermissionCheckResponse.js b/src/model/PermissionCheckResponse.js index 7eac47c..1760e95 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import PermissionCheckResponseMetadata from './PermissionCheckResponseMetadata'; /** * The PermissionCheckResponse model module. * @module model/PermissionCheckResponse - * @version 1.6.10 + * @version 1.7.0 */ class PermissionCheckResponse { /** diff --git a/src/model/PermissionCheckResponseMetadata.js b/src/model/PermissionCheckResponseMetadata.js index 171523f..e220b6f 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionCheckResponseMetadata model module. * @module model/PermissionCheckResponseMetadata - * @version 1.6.10 + * @version 1.7.0 */ class PermissionCheckResponseMetadata { /** diff --git a/src/model/PermissionDefinition.js b/src/model/PermissionDefinition.js index 72e2f57..830fd4c 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Child from './Child'; /** * The PermissionDefinition model module. * @module model/PermissionDefinition - * @version 1.6.10 + * @version 1.7.0 */ class PermissionDefinition { /** diff --git a/src/model/PermissionExpandBody.js b/src/model/PermissionExpandBody.js index ce588ff..5b6aa4f 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import PermissionExpandRequestMetadata from './PermissionExpandRequestMetadata'; /** * The PermissionExpandBody model module. * @module model/PermissionExpandBody - * @version 1.6.10 + * @version 1.7.0 */ class PermissionExpandBody { /** diff --git a/src/model/PermissionExpandRequestMetadata.js b/src/model/PermissionExpandRequestMetadata.js index 5fbce3b..15fe001 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionExpandRequestMetadata model module. * @module model/PermissionExpandRequestMetadata - * @version 1.6.10 + * @version 1.7.0 */ class PermissionExpandRequestMetadata { /** diff --git a/src/model/PermissionExpandResponse.js b/src/model/PermissionExpandResponse.js index 1e793c3..10828bc 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import V1Expand from './V1Expand'; /** * The PermissionExpandResponse model module. * @module model/PermissionExpandResponse - * @version 1.6.10 + * @version 1.7.0 */ class PermissionExpandResponse { /** diff --git a/src/model/PermissionLookupEntityRequestMetadata.js b/src/model/PermissionLookupEntityRequestMetadata.js index 2b23174..a530e6e 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionLookupEntityRequestMetadata model module. * @module model/PermissionLookupEntityRequestMetadata - * @version 1.6.10 + * @version 1.7.0 */ class PermissionLookupEntityRequestMetadata { /** diff --git a/src/model/PermissionLookupEntityResponse.js b/src/model/PermissionLookupEntityResponse.js index ff2cb19..abb839f 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionLookupEntityResponse model module. * @module model/PermissionLookupEntityResponse - * @version 1.6.10 + * @version 1.7.0 */ class PermissionLookupEntityResponse { /** diff --git a/src/model/PermissionLookupEntityStreamResponse.js b/src/model/PermissionLookupEntityStreamResponse.js index 21fd7e9..8d3614f 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionLookupEntityStreamResponse model module. * @module model/PermissionLookupEntityStreamResponse - * @version 1.6.10 + * @version 1.7.0 */ class PermissionLookupEntityStreamResponse { /** diff --git a/src/model/PermissionLookupSubjectRequestMetadata.js b/src/model/PermissionLookupSubjectRequestMetadata.js index 0bf9e0e..8952849 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionLookupSubjectRequestMetadata model module. * @module model/PermissionLookupSubjectRequestMetadata - * @version 1.6.10 + * @version 1.7.0 */ class PermissionLookupSubjectRequestMetadata { /** diff --git a/src/model/PermissionLookupSubjectResponse.js b/src/model/PermissionLookupSubjectResponse.js index 0d2b279..dc6ef31 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionLookupSubjectResponse model module. * @module model/PermissionLookupSubjectResponse - * @version 1.6.10 + * @version 1.7.0 */ class PermissionLookupSubjectResponse { /** diff --git a/src/model/PermissionSubjectPermissionRequestMetadata.js b/src/model/PermissionSubjectPermissionRequestMetadata.js index 52f08db..f586c93 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionSubjectPermissionRequestMetadata model module. * @module model/PermissionSubjectPermissionRequestMetadata - * @version 1.6.10 + * @version 1.7.0 */ class PermissionSubjectPermissionRequestMetadata { /** diff --git a/src/model/PermissionSubjectPermissionResponse.js b/src/model/PermissionSubjectPermissionResponse.js index 6c1d708..08d8ab6 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import CheckResult from './CheckResult'; /** * The PermissionSubjectPermissionResponse model module. * @module model/PermissionSubjectPermissionResponse - * @version 1.6.10 + * @version 1.7.0 */ class PermissionSubjectPermissionResponse { /** diff --git a/src/model/PrimitiveType.js b/src/model/PrimitiveType.js index 6633be2..99252ce 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/ReadAttributesBody.js b/src/model/ReadAttributesBody.js index c53323c..cc882e3 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import AttributeReadRequestMetadata from './AttributeReadRequestMetadata'; /** * The ReadAttributesBody model module. * @module model/ReadAttributesBody - * @version 1.6.10 + * @version 1.7.0 */ class ReadAttributesBody { /** diff --git a/src/model/ReadRelationshipsBody.js b/src/model/ReadRelationshipsBody.js index e8435f6..7bbf752 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import TupleFilter from './TupleFilter'; /** * The ReadRelationshipsBody model module. * @module model/ReadRelationshipsBody - * @version 1.6.10 + * @version 1.7.0 */ class ReadRelationshipsBody { /** diff --git a/src/model/RelationDefinition.js b/src/model/RelationDefinition.js index 7b78345..f5db027 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import RelationReference from './RelationReference'; /** * The RelationDefinition model module. * @module model/RelationDefinition - * @version 1.6.10 + * @version 1.7.0 */ class RelationDefinition { /** diff --git a/src/model/RelationReference.js b/src/model/RelationReference.js index 8987157..2eee6d3 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RelationReference model module. * @module model/RelationReference - * @version 1.6.10 + * @version 1.7.0 */ class RelationReference { /** diff --git a/src/model/RelationshipDeleteResponse.js b/src/model/RelationshipDeleteResponse.js index 3dc89dc..00af2f3 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RelationshipDeleteResponse model module. * @module model/RelationshipDeleteResponse - * @version 1.6.10 + * @version 1.7.0 */ class RelationshipDeleteResponse { /** diff --git a/src/model/RelationshipReadRequestMetadata.js b/src/model/RelationshipReadRequestMetadata.js index fa1c1bb..0444b2b 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RelationshipReadRequestMetadata model module. * @module model/RelationshipReadRequestMetadata - * @version 1.6.10 + * @version 1.7.0 */ class RelationshipReadRequestMetadata { /** diff --git a/src/model/RelationshipReadResponse.js b/src/model/RelationshipReadResponse.js index 50e4cc5..c7eb970 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Tuple from './Tuple'; /** * The RelationshipReadResponse model module. * @module model/RelationshipReadResponse - * @version 1.6.10 + * @version 1.7.0 */ class RelationshipReadResponse { /** diff --git a/src/model/RelationshipWriteRequestMetadata.js b/src/model/RelationshipWriteRequestMetadata.js index 420578c..cfadf6a 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RelationshipWriteRequestMetadata model module. * @module model/RelationshipWriteRequestMetadata - * @version 1.6.10 + * @version 1.7.0 */ class RelationshipWriteRequestMetadata { /** diff --git a/src/model/RelationshipWriteResponse.js b/src/model/RelationshipWriteResponse.js index d36f19b..5e0512a 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RelationshipWriteResponse model module. * @module model/RelationshipWriteResponse - * @version 1.6.10 + * @version 1.7.0 */ class RelationshipWriteResponse { /** diff --git a/src/model/Rewrite.js b/src/model/Rewrite.js index ba58756..9dc140a 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import RewriteOperation from './RewriteOperation'; /** * The Rewrite model module. * @module model/Rewrite - * @version 1.6.10 + * @version 1.7.0 */ class Rewrite { /** diff --git a/src/model/RewriteOperation.js b/src/model/RewriteOperation.js index d9aaf57..fc5ffbb 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/RuleDefinition.js b/src/model/RuleDefinition.js index 5104fce..aa0db21 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import CheckedExpr from './CheckedExpr'; /** * The RuleDefinition model module. * @module model/RuleDefinition - * @version 1.6.10 + * @version 1.7.0 */ class RuleDefinition { /** diff --git a/src/model/RunBundleBody.js b/src/model/RunBundleBody.js index c4f216a..1dc16ce 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RunBundleBody model module. * @module model/RunBundleBody - * @version 1.6.10 + * @version 1.7.0 */ class RunBundleBody { /** diff --git a/src/model/SchemaDefinition.js b/src/model/SchemaDefinition.js index 548feb8..d10fb51 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import SchemaDefinitionReference from './SchemaDefinitionReference'; /** * The SchemaDefinition model module. * @module model/SchemaDefinition - * @version 1.6.10 + * @version 1.7.0 */ class SchemaDefinition { /** diff --git a/src/model/SchemaDefinitionReference.js b/src/model/SchemaDefinitionReference.js index bebca90..32d4b7b 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/SchemaList.js b/src/model/SchemaList.js index b0df061..8ccc488 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaList model module. * @module model/SchemaList - * @version 1.6.10 + * @version 1.7.0 */ class SchemaList { /** diff --git a/src/model/SchemaListBody.js b/src/model/SchemaListBody.js index bd33a2e..8410f62 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaListBody model module. * @module model/SchemaListBody - * @version 1.6.10 + * @version 1.7.0 */ class SchemaListBody { /** diff --git a/src/model/SchemaListResponse.js b/src/model/SchemaListResponse.js index cd0a67c..d536b22 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import SchemaList from './SchemaList'; /** * The SchemaListResponse model module. * @module model/SchemaListResponse - * @version 1.6.10 + * @version 1.7.0 */ class SchemaListResponse { /** diff --git a/src/model/SchemaPartialWriteRequestMetadata.js b/src/model/SchemaPartialWriteRequestMetadata.js index 68155d3..628629b 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaPartialWriteRequestMetadata model module. * @module model/SchemaPartialWriteRequestMetadata - * @version 1.6.10 + * @version 1.7.0 */ class SchemaPartialWriteRequestMetadata { /** diff --git a/src/model/SchemaPartialWriteResponse.js b/src/model/SchemaPartialWriteResponse.js index 1252629..3aaeb7c 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaPartialWriteResponse model module. * @module model/SchemaPartialWriteResponse - * @version 1.6.10 + * @version 1.7.0 */ class SchemaPartialWriteResponse { /** diff --git a/src/model/SchemaReadBody.js b/src/model/SchemaReadBody.js index 70f0eaa..2e9cba0 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import SchemaReadRequestMetadata from './SchemaReadRequestMetadata'; /** * The SchemaReadBody model module. * @module model/SchemaReadBody - * @version 1.6.10 + * @version 1.7.0 */ class SchemaReadBody { /** diff --git a/src/model/SchemaReadRequestMetadata.js b/src/model/SchemaReadRequestMetadata.js index 6d40747..0840e41 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaReadRequestMetadata model module. * @module model/SchemaReadRequestMetadata - * @version 1.6.10 + * @version 1.7.0 */ class SchemaReadRequestMetadata { /** diff --git a/src/model/SchemaReadResponse.js b/src/model/SchemaReadResponse.js index 6028426..02fd80f 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import SchemaDefinition from './SchemaDefinition'; /** * The SchemaReadResponse model module. * @module model/SchemaReadResponse - * @version 1.6.10 + * @version 1.7.0 */ class SchemaReadResponse { /** diff --git a/src/model/SchemaWriteBody.js b/src/model/SchemaWriteBody.js index 88ee1d2..64d3be4 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaWriteBody model module. * @module model/SchemaWriteBody - * @version 1.6.10 + * @version 1.7.0 */ class SchemaWriteBody { /** diff --git a/src/model/SchemaWriteResponse.js b/src/model/SchemaWriteResponse.js index 21d3f73..423a134 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaWriteResponse model module. * @module model/SchemaWriteResponse - * @version 1.6.10 + * @version 1.7.0 */ class SchemaWriteResponse { /** diff --git a/src/model/Select.js b/src/model/Select.js index f123b4c..46a39d3 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Expr from './Expr'; /** * The Select model module. * @module model/Select - * @version 1.6.10 + * @version 1.7.0 */ class Select { /** diff --git a/src/model/SourceInfo.js b/src/model/SourceInfo.js index 1bf1b9b..5ab93ac 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Extension from './Extension'; /** * The SourceInfo model module. * @module model/SourceInfo - * @version 1.6.10 + * @version 1.7.0 */ class SourceInfo { /** diff --git a/src/model/Status.js b/src/model/Status.js index 7ac8da4..792f5d4 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Any from './Any'; /** * The Status model module. * @module model/Status - * @version 1.6.10 + * @version 1.7.0 */ class Status { /** diff --git a/src/model/StreamResultOfPermissionLookupEntityStreamResponse.js b/src/model/StreamResultOfPermissionLookupEntityStreamResponse.js index c0f4b13..1538cf0 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Status from './Status'; /** * The StreamResultOfPermissionLookupEntityStreamResponse model module. * @module model/StreamResultOfPermissionLookupEntityStreamResponse - * @version 1.6.10 + * @version 1.7.0 */ class StreamResultOfPermissionLookupEntityStreamResponse { /** diff --git a/src/model/StreamResultOfWatchResponse.js b/src/model/StreamResultOfWatchResponse.js index f811df1..027423c 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import WatchResponse from './WatchResponse'; /** * The StreamResultOfWatchResponse model module. * @module model/StreamResultOfWatchResponse - * @version 1.6.10 + * @version 1.7.0 */ class StreamResultOfWatchResponse { /** diff --git a/src/model/StringArrayValue.js b/src/model/StringArrayValue.js index 9db8491..a387edf 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The StringArrayValue model module. * @module model/StringArrayValue - * @version 1.6.10 + * @version 1.7.0 */ class StringArrayValue { /** diff --git a/src/model/Subject.js b/src/model/Subject.js index faa9d60..e088676 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Subject model module. * @module model/Subject - * @version 1.6.10 + * @version 1.7.0 */ class Subject { /** diff --git a/src/model/SubjectFilter.js b/src/model/SubjectFilter.js index f5aa753..c345451 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SubjectFilter model module. * @module model/SubjectFilter - * @version 1.6.10 + * @version 1.7.0 */ class SubjectFilter { /** diff --git a/src/model/SubjectPermissionBody.js b/src/model/SubjectPermissionBody.js index df72291..1da6f53 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import Subject from './Subject'; /** * The SubjectPermissionBody model module. * @module model/SubjectPermissionBody - * @version 1.6.10 + * @version 1.7.0 */ class SubjectPermissionBody { /** diff --git a/src/model/Subjects.js b/src/model/Subjects.js index a1c6def..aa36671 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Subject from './Subject'; /** * The Subjects model module. * @module model/Subjects - * @version 1.6.10 + * @version 1.7.0 */ class Subjects { /** diff --git a/src/model/Tenant.js b/src/model/Tenant.js index c9fbfb0..922a8b3 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Tenant model module. * @module model/Tenant - * @version 1.6.10 + * @version 1.7.0 */ class Tenant { /** diff --git a/src/model/TenantCreateRequest.js b/src/model/TenantCreateRequest.js index df16a45..62f0092 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The TenantCreateRequest model module. * @module model/TenantCreateRequest - * @version 1.6.10 + * @version 1.7.0 */ class TenantCreateRequest { /** diff --git a/src/model/TenantCreateResponse.js b/src/model/TenantCreateResponse.js index 6ecd682..2c01a7c 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Tenant from './Tenant'; /** * The TenantCreateResponse model module. * @module model/TenantCreateResponse - * @version 1.6.10 + * @version 1.7.0 */ class TenantCreateResponse { /** diff --git a/src/model/TenantDeleteResponse.js b/src/model/TenantDeleteResponse.js index e1cc07d..b040ff1 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The TenantDeleteResponse model module. * @module model/TenantDeleteResponse - * @version 1.6.10 + * @version 1.7.0 */ class TenantDeleteResponse { /** diff --git a/src/model/TenantListRequest.js b/src/model/TenantListRequest.js index e896463..7306e5c 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The TenantListRequest model module. * @module model/TenantListRequest - * @version 1.6.10 + * @version 1.7.0 */ class TenantListRequest { /** diff --git a/src/model/TenantListResponse.js b/src/model/TenantListResponse.js index 646fc4c..346ec75 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Tenant from './Tenant'; /** * The TenantListResponse model module. * @module model/TenantListResponse - * @version 1.6.10 + * @version 1.7.0 */ class TenantListResponse { /** diff --git a/src/model/Tuple.js b/src/model/Tuple.js index 81852bd..d1d9fae 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Subject from './Subject'; /** * The Tuple model module. * @module model/Tuple - * @version 1.6.10 + * @version 1.7.0 */ class Tuple { /** diff --git a/src/model/TupleFilter.js b/src/model/TupleFilter.js index bf1aae5..a7f6adc 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import SubjectFilter from './SubjectFilter'; /** * The TupleFilter model module. * @module model/TupleFilter - * @version 1.6.10 + * @version 1.7.0 */ class TupleFilter { /** diff --git a/src/model/TupleSet.js b/src/model/TupleSet.js index 2965fbd..c191f0d 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The TupleSet model module. * @module model/TupleSet - * @version 1.6.10 + * @version 1.7.0 */ class TupleSet { /** diff --git a/src/model/TupleToUserSet.js b/src/model/TupleToUserSet.js index c5bd1d5..db2d476 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import TupleSet from './TupleSet'; /** * The TupleToUserSet model module. * @module model/TupleToUserSet - * @version 1.6.10 + * @version 1.7.0 */ class TupleToUserSet { /** diff --git a/src/model/V1Call.js b/src/model/V1Call.js index 671ca5e..8847e94 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Argument from './Argument'; /** * The V1Call model module. * @module model/V1Call - * @version 1.6.10 + * @version 1.7.0 */ class V1Call { /** diff --git a/src/model/V1Expand.js b/src/model/V1Expand.js index 6e053b3..d9582b8 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import ExpandTreeNode from './ExpandTreeNode'; /** * The V1Expand model module. * @module model/V1Expand - * @version 1.6.10 + * @version 1.7.0 */ class V1Expand { /** diff --git a/src/model/V1Operation.js b/src/model/V1Operation.js index 5eaed70..62649d0 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1Operation model module. * @module model/V1Operation - * @version 1.6.10 + * @version 1.7.0 */ class V1Operation { /** diff --git a/src/model/V1alpha1Reference.js b/src/model/V1alpha1Reference.js index 73638ca..e0eab25 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Constant from './Constant'; /** * The V1alpha1Reference model module. * @module model/V1alpha1Reference - * @version 1.6.10 + * @version 1.7.0 */ class V1alpha1Reference { /** diff --git a/src/model/V1alpha1Type.js b/src/model/V1alpha1Type.js index 4ee9538..9bdb4aa 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,7 +22,7 @@ import WellKnownType from './WellKnownType'; /** * The V1alpha1Type model module. * @module model/V1alpha1Type - * @version 1.6.10 + * @version 1.7.0 */ class V1alpha1Type { /** diff --git a/src/model/Values.js b/src/model/Values.js index 6afd289..fb3deba 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Any from './Any'; /** * The Values model module. * @module model/Values - * @version 1.6.10 + * @version 1.7.0 */ class Values { /** diff --git a/src/model/Version.js b/src/model/Version.js index df571fa..ed94d42 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Version model module. * @module model/Version - * @version 1.6.10 + * @version 1.7.0 */ class Version { /** diff --git a/src/model/WatchBody.js b/src/model/WatchBody.js index b26857e..30d624d 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The WatchBody model module. * @module model/WatchBody - * @version 1.6.10 + * @version 1.7.0 */ class WatchBody { /** diff --git a/src/model/WatchResponse.js b/src/model/WatchResponse.js index 0284f35..e4a624b 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import DataChanges from './DataChanges'; /** * The WatchResponse model module. * @module model/WatchResponse - * @version 1.6.10 + * @version 1.7.0 */ class WatchResponse { /** diff --git a/src/model/WellKnownType.js b/src/model/WellKnownType.js index a099307..9442234 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/WriteRelationshipsBody.js b/src/model/WriteRelationshipsBody.js index c2a6d52..5fc83ec 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.6.10 + * The version of the OpenAPI document: v1.7.0 * Contact: hello@permify.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import Tuple from './Tuple'; /** * The WriteRelationshipsBody model module. * @module model/WriteRelationshipsBody - * @version 1.6.10 + * @version 1.7.0 */ class WriteRelationshipsBody { /**