diff --git a/README.md b/README.md index fcfc2c9..6f30352 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Permify is an open source authorization service for creating fine-grained and sc This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: v1.6.9 -- Package version: 0.11.0 +- Package version: 1.6.9 - Generator version: 7.13.0 - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen For more information, please visit [https://github.com/Permify/permify/issues](https://github.com/Permify/permify/issues) diff --git a/package.json b/package.json index 9511470..8ed83e0 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,13 @@ { "name": "permify-javascript", - "version": "0.11.0", + "version": "1.6.9", "description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.", "license": "Apache-2.0", "main": "dist/index.js", "scripts": { "build": "babel src -d dist", "prepare": "npm run build", - "test": "mocha --require @babel/register --recursive", - "test:live": "mocha --require @babel/register integration/**/*.spec.js", - "run-live-tests": "./scripts/run-live-tests.sh", - "run-instance": "./scripts/run-live-tests.sh" + "test": "mocha --require @babel/register --recursive" }, "browser": { "fs": false diff --git a/src/ApiClient.js b/src/ApiClient.js index 5e8cb24..ac2c07c 100644 --- a/src/ApiClient.js +++ b/src/ApiClient.js @@ -16,7 +16,7 @@ import superagent from "superagent"; /** * @module ApiClient -* @version 0.11.0 +* @version 1.6.9 */ /** @@ -54,7 +54,7 @@ class ApiClient { * @default {} */ this.defaultHeaders = { - 'User-Agent': 'OpenAPI-Generator/0.11.0/Javascript' + 'User-Agent': 'OpenAPI-Generator/1.6.9/Javascript' }; /** diff --git a/src/api/BundleApi.js b/src/api/BundleApi.js index 1e86cca..1246b79 100644 --- a/src/api/BundleApi.js +++ b/src/api/BundleApi.js @@ -24,7 +24,7 @@ import Status from '../model/Status'; /** * Bundle service. * @module api/BundleApi -* @version 0.11.0 +* @version 1.6.9 */ export default class BundleApi { diff --git a/src/api/DataApi.js b/src/api/DataApi.js index 6308519..5b6f4a3 100644 --- a/src/api/DataApi.js +++ b/src/api/DataApi.js @@ -32,7 +32,7 @@ import WriteRelationshipsBody from '../model/WriteRelationshipsBody'; /** * Data service. * @module api/DataApi -* @version 0.11.0 +* @version 1.6.9 */ export default class DataApi { diff --git a/src/api/PermissionApi.js b/src/api/PermissionApi.js index 9b1b682..b718403 100644 --- a/src/api/PermissionApi.js +++ b/src/api/PermissionApi.js @@ -32,7 +32,7 @@ import SubjectPermissionBody from '../model/SubjectPermissionBody'; /** * Permission service. * @module api/PermissionApi -* @version 0.11.0 +* @version 1.6.9 */ export default class PermissionApi { diff --git a/src/api/SchemaApi.js b/src/api/SchemaApi.js index 6ad3015..1b462a4 100644 --- a/src/api/SchemaApi.js +++ b/src/api/SchemaApi.js @@ -26,7 +26,7 @@ import Status from '../model/Status'; /** * Schema service. * @module api/SchemaApi -* @version 0.11.0 +* @version 1.6.9 */ export default class SchemaApi { diff --git a/src/api/TenancyApi.js b/src/api/TenancyApi.js index f8f46a4..95431b1 100644 --- a/src/api/TenancyApi.js +++ b/src/api/TenancyApi.js @@ -23,7 +23,7 @@ import TenantListResponse from '../model/TenantListResponse'; /** * Tenancy service. * @module api/TenancyApi -* @version 0.11.0 +* @version 1.6.9 */ export default class TenancyApi { diff --git a/src/api/WatchApi.js b/src/api/WatchApi.js index 84b4fb3..3e27cc3 100644 --- a/src/api/WatchApi.js +++ b/src/api/WatchApi.js @@ -20,7 +20,7 @@ import WatchBody from '../model/WatchBody'; /** * Watch service. * @module api/WatchApi -* @version 0.11.0 +* @version 1.6.9 */ export default class WatchApi { diff --git a/src/index.js b/src/index.js index 799ae8a..aec8d3c 100644 --- a/src/index.js +++ b/src/index.js @@ -183,7 +183,7 @@ import WatchApi from './api/WatchApi'; * *

* @module index -* @version 0.11.0 +* @version 1.6.9 */ export { /** diff --git a/src/model/AbstractType.js b/src/model/AbstractType.js index 5ef8064..44e9090 100644 --- a/src/model/AbstractType.js +++ b/src/model/AbstractType.js @@ -17,7 +17,7 @@ import V1alpha1Type from './V1alpha1Type'; /** * The AbstractType model module. * @module model/AbstractType - * @version 0.11.0 + * @version 1.6.9 */ class AbstractType { /** diff --git a/src/model/Any.js b/src/model/Any.js index a81f10e..a950327 100644 --- a/src/model/Any.js +++ b/src/model/Any.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Any model module. * @module model/Any - * @version 0.11.0 + * @version 1.6.9 */ class Any { /** diff --git a/src/model/Argument.js b/src/model/Argument.js index 4359bce..9dd3c3f 100644 --- a/src/model/Argument.js +++ b/src/model/Argument.js @@ -17,7 +17,7 @@ import ComputedAttribute from './ComputedAttribute'; /** * The Argument model module. * @module model/Argument - * @version 0.11.0 + * @version 1.6.9 */ class Argument { /** diff --git a/src/model/Attribute.js b/src/model/Attribute.js index b2bf856..f976463 100644 --- a/src/model/Attribute.js +++ b/src/model/Attribute.js @@ -18,7 +18,7 @@ import Entity from './Entity'; /** * The Attribute model module. * @module model/Attribute - * @version 0.11.0 + * @version 1.6.9 */ class Attribute { /** diff --git a/src/model/AttributeDefinition.js b/src/model/AttributeDefinition.js index 5130c48..26bccf3 100644 --- a/src/model/AttributeDefinition.js +++ b/src/model/AttributeDefinition.js @@ -17,7 +17,7 @@ import AttributeType from './AttributeType'; /** * The AttributeDefinition model module. * @module model/AttributeDefinition - * @version 0.11.0 + * @version 1.6.9 */ class AttributeDefinition { /** diff --git a/src/model/AttributeFilter.js b/src/model/AttributeFilter.js index 1a6e1e5..94997e6 100644 --- a/src/model/AttributeFilter.js +++ b/src/model/AttributeFilter.js @@ -17,7 +17,7 @@ import EntityFilter from './EntityFilter'; /** * The AttributeFilter model module. * @module model/AttributeFilter - * @version 0.11.0 + * @version 1.6.9 */ class AttributeFilter { /** diff --git a/src/model/AttributeReadRequestMetadata.js b/src/model/AttributeReadRequestMetadata.js index 87061fa..594fc92 100644 --- a/src/model/AttributeReadRequestMetadata.js +++ b/src/model/AttributeReadRequestMetadata.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The AttributeReadRequestMetadata model module. * @module model/AttributeReadRequestMetadata - * @version 0.11.0 + * @version 1.6.9 */ class AttributeReadRequestMetadata { /** diff --git a/src/model/AttributeReadResponse.js b/src/model/AttributeReadResponse.js index 08093cd..2674c9a 100644 --- a/src/model/AttributeReadResponse.js +++ b/src/model/AttributeReadResponse.js @@ -17,7 +17,7 @@ import Attribute from './Attribute'; /** * The AttributeReadResponse model module. * @module model/AttributeReadResponse - * @version 0.11.0 + * @version 1.6.9 */ class AttributeReadResponse { /** diff --git a/src/model/BulkCheckBody.js b/src/model/BulkCheckBody.js index 2d470c5..da51da9 100644 --- a/src/model/BulkCheckBody.js +++ b/src/model/BulkCheckBody.js @@ -20,7 +20,7 @@ import PermissionCheckRequestMetadata from './PermissionCheckRequestMetadata'; /** * The BulkCheckBody model module. * @module model/BulkCheckBody - * @version 0.11.0 + * @version 1.6.9 */ class BulkCheckBody { /** diff --git a/src/model/BundleDeleteBody.js b/src/model/BundleDeleteBody.js index ee4ab21..37564d7 100644 --- a/src/model/BundleDeleteBody.js +++ b/src/model/BundleDeleteBody.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BundleDeleteBody model module. * @module model/BundleDeleteBody - * @version 0.11.0 + * @version 1.6.9 */ class BundleDeleteBody { /** diff --git a/src/model/BundleDeleteResponse.js b/src/model/BundleDeleteResponse.js index 35556ac..76734c0 100644 --- a/src/model/BundleDeleteResponse.js +++ b/src/model/BundleDeleteResponse.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BundleDeleteResponse model module. * @module model/BundleDeleteResponse - * @version 0.11.0 + * @version 1.6.9 */ class BundleDeleteResponse { /** diff --git a/src/model/BundleReadBody.js b/src/model/BundleReadBody.js index d559f3f..e7fcba7 100644 --- a/src/model/BundleReadBody.js +++ b/src/model/BundleReadBody.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BundleReadBody model module. * @module model/BundleReadBody - * @version 0.11.0 + * @version 1.6.9 */ class BundleReadBody { /** diff --git a/src/model/BundleReadResponse.js b/src/model/BundleReadResponse.js index e6c254f..dbc9e81 100644 --- a/src/model/BundleReadResponse.js +++ b/src/model/BundleReadResponse.js @@ -17,7 +17,7 @@ import DataBundle from './DataBundle'; /** * The BundleReadResponse model module. * @module model/BundleReadResponse - * @version 0.11.0 + * @version 1.6.9 */ class BundleReadResponse { /** diff --git a/src/model/BundleRunResponse.js b/src/model/BundleRunResponse.js index 2ead7fb..0887b41 100644 --- a/src/model/BundleRunResponse.js +++ b/src/model/BundleRunResponse.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BundleRunResponse model module. * @module model/BundleRunResponse - * @version 0.11.0 + * @version 1.6.9 */ class BundleRunResponse { /** diff --git a/src/model/BundleWriteBody.js b/src/model/BundleWriteBody.js index d06c3cd..e0bbbe8 100644 --- a/src/model/BundleWriteBody.js +++ b/src/model/BundleWriteBody.js @@ -17,7 +17,7 @@ import DataBundle from './DataBundle'; /** * The BundleWriteBody model module. * @module model/BundleWriteBody - * @version 0.11.0 + * @version 1.6.9 */ class BundleWriteBody { /** diff --git a/src/model/BundleWriteResponse.js b/src/model/BundleWriteResponse.js index fe8ac79..4fcd978 100644 --- a/src/model/BundleWriteResponse.js +++ b/src/model/BundleWriteResponse.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BundleWriteResponse model module. * @module model/BundleWriteResponse - * @version 0.11.0 + * @version 1.6.9 */ class BundleWriteResponse { /** diff --git a/src/model/CheckBody.js b/src/model/CheckBody.js index 1492101..af22e59 100644 --- a/src/model/CheckBody.js +++ b/src/model/CheckBody.js @@ -21,7 +21,7 @@ import Subject from './Subject'; /** * The CheckBody model module. * @module model/CheckBody - * @version 0.11.0 + * @version 1.6.9 */ class CheckBody { /** diff --git a/src/model/CheckedExpr.js b/src/model/CheckedExpr.js index 1fc11d9..d9e0fa9 100644 --- a/src/model/CheckedExpr.js +++ b/src/model/CheckedExpr.js @@ -20,7 +20,7 @@ import V1alpha1Type from './V1alpha1Type'; /** * The CheckedExpr model module. * @module model/CheckedExpr - * @version 0.11.0 + * @version 1.6.9 */ class CheckedExpr { /** diff --git a/src/model/Child.js b/src/model/Child.js index 29eaf84..1113171 100644 --- a/src/model/Child.js +++ b/src/model/Child.js @@ -18,7 +18,7 @@ import Rewrite from './Rewrite'; /** * The Child model module. * @module model/Child - * @version 0.11.0 + * @version 1.6.9 */ class Child { /** diff --git a/src/model/Comprehension.js b/src/model/Comprehension.js index 203829f..7a419a7 100644 --- a/src/model/Comprehension.js +++ b/src/model/Comprehension.js @@ -17,7 +17,7 @@ import Expr from './Expr'; /** * The Comprehension model module. * @module model/Comprehension - * @version 0.11.0 + * @version 1.6.9 */ class Comprehension { /** diff --git a/src/model/ComputedAttribute.js b/src/model/ComputedAttribute.js index 8b7b7d4..8a18cc2 100644 --- a/src/model/ComputedAttribute.js +++ b/src/model/ComputedAttribute.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The ComputedAttribute model module. * @module model/ComputedAttribute - * @version 0.11.0 + * @version 1.6.9 */ class ComputedAttribute { /** diff --git a/src/model/ComputedUserSet.js b/src/model/ComputedUserSet.js index 70db217..5f44559 100644 --- a/src/model/ComputedUserSet.js +++ b/src/model/ComputedUserSet.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The ComputedUserSet model module. * @module model/ComputedUserSet - * @version 0.11.0 + * @version 1.6.9 */ class ComputedUserSet { /** diff --git a/src/model/Constant.js b/src/model/Constant.js index 97c65e7..7fdf923 100644 --- a/src/model/Constant.js +++ b/src/model/Constant.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Constant model module. * @module model/Constant - * @version 0.11.0 + * @version 1.6.9 */ class Constant { /** diff --git a/src/model/Context.js b/src/model/Context.js index 00fb3d0..0689fd2 100644 --- a/src/model/Context.js +++ b/src/model/Context.js @@ -18,7 +18,7 @@ import Tuple from './Tuple'; /** * The Context model module. * @module model/Context - * @version 0.11.0 + * @version 1.6.9 */ class Context { /** diff --git a/src/model/CreateList.js b/src/model/CreateList.js index fc80b0b..cb3d035 100644 --- a/src/model/CreateList.js +++ b/src/model/CreateList.js @@ -17,7 +17,7 @@ import Expr from './Expr'; /** * The CreateList model module. * @module model/CreateList - * @version 0.11.0 + * @version 1.6.9 */ class CreateList { /** diff --git a/src/model/CreateStruct.js b/src/model/CreateStruct.js index a345761..bfab4f8 100644 --- a/src/model/CreateStruct.js +++ b/src/model/CreateStruct.js @@ -17,7 +17,7 @@ import Entry from './Entry'; /** * The CreateStruct model module. * @module model/CreateStruct - * @version 0.11.0 + * @version 1.6.9 */ class CreateStruct { /** diff --git a/src/model/DataBundle.js b/src/model/DataBundle.js index 24a1f5a..387cfef 100644 --- a/src/model/DataBundle.js +++ b/src/model/DataBundle.js @@ -17,7 +17,7 @@ import V1Operation from './V1Operation'; /** * The DataBundle model module. * @module model/DataBundle - * @version 0.11.0 + * @version 1.6.9 */ class DataBundle { /** diff --git a/src/model/DataChange.js b/src/model/DataChange.js index d5212b6..2426e27 100644 --- a/src/model/DataChange.js +++ b/src/model/DataChange.js @@ -19,7 +19,7 @@ import Tuple from './Tuple'; /** * The DataChange model module. * @module model/DataChange - * @version 0.11.0 + * @version 1.6.9 */ class DataChange { /** diff --git a/src/model/DataChanges.js b/src/model/DataChanges.js index 844a4b6..bb1caad 100644 --- a/src/model/DataChanges.js +++ b/src/model/DataChanges.js @@ -17,7 +17,7 @@ import DataChange from './DataChange'; /** * The DataChanges model module. * @module model/DataChanges - * @version 0.11.0 + * @version 1.6.9 */ class DataChanges { /** diff --git a/src/model/DataDeleteBody.js b/src/model/DataDeleteBody.js index ddd9a9e..6419e4e 100644 --- a/src/model/DataDeleteBody.js +++ b/src/model/DataDeleteBody.js @@ -18,7 +18,7 @@ import TupleFilter from './TupleFilter'; /** * The DataDeleteBody model module. * @module model/DataDeleteBody - * @version 0.11.0 + * @version 1.6.9 */ class DataDeleteBody { /** diff --git a/src/model/DataDeleteResponse.js b/src/model/DataDeleteResponse.js index d666572..c4951e6 100644 --- a/src/model/DataDeleteResponse.js +++ b/src/model/DataDeleteResponse.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The DataDeleteResponse model module. * @module model/DataDeleteResponse - * @version 0.11.0 + * @version 1.6.9 */ class DataDeleteResponse { /** diff --git a/src/model/DataWriteBody.js b/src/model/DataWriteBody.js index 593446a..75bbf0c 100644 --- a/src/model/DataWriteBody.js +++ b/src/model/DataWriteBody.js @@ -19,7 +19,7 @@ import Tuple from './Tuple'; /** * The DataWriteBody model module. * @module model/DataWriteBody - * @version 0.11.0 + * @version 1.6.9 */ class DataWriteBody { /** diff --git a/src/model/DataWriteRequestMetadata.js b/src/model/DataWriteRequestMetadata.js index c471bee..4da47d5 100644 --- a/src/model/DataWriteRequestMetadata.js +++ b/src/model/DataWriteRequestMetadata.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The DataWriteRequestMetadata model module. * @module model/DataWriteRequestMetadata - * @version 0.11.0 + * @version 1.6.9 */ class DataWriteRequestMetadata { /** diff --git a/src/model/DataWriteResponse.js b/src/model/DataWriteResponse.js index bbb524c..773d8b3 100644 --- a/src/model/DataWriteResponse.js +++ b/src/model/DataWriteResponse.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The DataWriteResponse model module. * @module model/DataWriteResponse - * @version 0.11.0 + * @version 1.6.9 */ class DataWriteResponse { /** diff --git a/src/model/DeleteRelationshipsBody.js b/src/model/DeleteRelationshipsBody.js index 5802165..a1f6f52 100644 --- a/src/model/DeleteRelationshipsBody.js +++ b/src/model/DeleteRelationshipsBody.js @@ -17,7 +17,7 @@ import TupleFilter from './TupleFilter'; /** * The DeleteRelationshipsBody model module. * @module model/DeleteRelationshipsBody - * @version 0.11.0 + * @version 1.6.9 */ class DeleteRelationshipsBody { /** diff --git a/src/model/Entity.js b/src/model/Entity.js index f331a9b..f26a4be 100644 --- a/src/model/Entity.js +++ b/src/model/Entity.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Entity model module. * @module model/Entity - * @version 0.11.0 + * @version 1.6.9 */ class Entity { /** diff --git a/src/model/EntityDefinition.js b/src/model/EntityDefinition.js index 08361e2..79bac5b 100644 --- a/src/model/EntityDefinition.js +++ b/src/model/EntityDefinition.js @@ -20,7 +20,7 @@ import RelationDefinition from './RelationDefinition'; /** * The EntityDefinition model module. * @module model/EntityDefinition - * @version 0.11.0 + * @version 1.6.9 */ class EntityDefinition { /** diff --git a/src/model/EntityFilter.js b/src/model/EntityFilter.js index 2a1d555..c788400 100644 --- a/src/model/EntityFilter.js +++ b/src/model/EntityFilter.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The EntityFilter model module. * @module model/EntityFilter - * @version 0.11.0 + * @version 1.6.9 */ class EntityFilter { /** diff --git a/src/model/Entry.js b/src/model/Entry.js index 4ba4ba6..7683ab9 100644 --- a/src/model/Entry.js +++ b/src/model/Entry.js @@ -17,7 +17,7 @@ import Expr from './Expr'; /** * The Entry model module. * @module model/Entry - * @version 0.11.0 + * @version 1.6.9 */ class Entry { /** diff --git a/src/model/ExpandLeaf.js b/src/model/ExpandLeaf.js index 6482dec..a12737e 100644 --- a/src/model/ExpandLeaf.js +++ b/src/model/ExpandLeaf.js @@ -19,7 +19,7 @@ import Values from './Values'; /** * The ExpandLeaf model module. * @module model/ExpandLeaf - * @version 0.11.0 + * @version 1.6.9 */ class ExpandLeaf { /** diff --git a/src/model/ExpandTreeNode.js b/src/model/ExpandTreeNode.js index 6e46a99..763d192 100644 --- a/src/model/ExpandTreeNode.js +++ b/src/model/ExpandTreeNode.js @@ -18,7 +18,7 @@ import V1Expand from './V1Expand'; /** * The ExpandTreeNode model module. * @module model/ExpandTreeNode - * @version 0.11.0 + * @version 1.6.9 */ class ExpandTreeNode { /** diff --git a/src/model/Expr.js b/src/model/Expr.js index 6956bef..7b07b53 100644 --- a/src/model/Expr.js +++ b/src/model/Expr.js @@ -23,7 +23,7 @@ import Select from './Select'; /** * The Expr model module. * @module model/Expr - * @version 0.11.0 + * @version 1.6.9 */ class Expr { /** diff --git a/src/model/ExprCall.js b/src/model/ExprCall.js index 89967ef..7063c55 100644 --- a/src/model/ExprCall.js +++ b/src/model/ExprCall.js @@ -17,7 +17,7 @@ import Expr from './Expr'; /** * The ExprCall model module. * @module model/ExprCall - * @version 0.11.0 + * @version 1.6.9 */ class ExprCall { /** diff --git a/src/model/Extension.js b/src/model/Extension.js index 751483b..405eddd 100644 --- a/src/model/Extension.js +++ b/src/model/Extension.js @@ -18,7 +18,7 @@ import Version from './Version'; /** * The Extension model module. * @module model/Extension - * @version 0.11.0 + * @version 1.6.9 */ class Extension { /** diff --git a/src/model/FunctionType.js b/src/model/FunctionType.js index 313140e..9a1a4fd 100644 --- a/src/model/FunctionType.js +++ b/src/model/FunctionType.js @@ -17,7 +17,7 @@ import V1alpha1Type from './V1alpha1Type'; /** * The FunctionType model module. * @module model/FunctionType - * @version 0.11.0 + * @version 1.6.9 */ class FunctionType { /** diff --git a/src/model/Ident.js b/src/model/Ident.js index bf5dcce..18a7856 100644 --- a/src/model/Ident.js +++ b/src/model/Ident.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Ident model module. * @module model/Ident - * @version 0.11.0 + * @version 1.6.9 */ class Ident { /** diff --git a/src/model/Leaf.js b/src/model/Leaf.js index 5fcf30e..0a7c549 100644 --- a/src/model/Leaf.js +++ b/src/model/Leaf.js @@ -20,7 +20,7 @@ import V1Call from './V1Call'; /** * The Leaf model module. * @module model/Leaf - * @version 0.11.0 + * @version 1.6.9 */ class Leaf { /** diff --git a/src/model/ListType.js b/src/model/ListType.js index f92853f..050efe8 100644 --- a/src/model/ListType.js +++ b/src/model/ListType.js @@ -17,7 +17,7 @@ import V1alpha1Type from './V1alpha1Type'; /** * The ListType model module. * @module model/ListType - * @version 0.11.0 + * @version 1.6.9 */ class ListType { /** diff --git a/src/model/LookupEntityBody.js b/src/model/LookupEntityBody.js index 3c2160a..8b1eff2 100644 --- a/src/model/LookupEntityBody.js +++ b/src/model/LookupEntityBody.js @@ -20,7 +20,7 @@ import Subject from './Subject'; /** * The LookupEntityBody model module. * @module model/LookupEntityBody - * @version 0.11.0 + * @version 1.6.9 */ class LookupEntityBody { /** diff --git a/src/model/LookupEntityStreamBody.js b/src/model/LookupEntityStreamBody.js index 0e32c78..0faf48b 100644 --- a/src/model/LookupEntityStreamBody.js +++ b/src/model/LookupEntityStreamBody.js @@ -20,7 +20,7 @@ import Subject from './Subject'; /** * The LookupEntityStreamBody model module. * @module model/LookupEntityStreamBody - * @version 0.11.0 + * @version 1.6.9 */ class LookupEntityStreamBody { /** diff --git a/src/model/LookupSubjectBody.js b/src/model/LookupSubjectBody.js index b74d31d..8d18607 100644 --- a/src/model/LookupSubjectBody.js +++ b/src/model/LookupSubjectBody.js @@ -21,7 +21,7 @@ import RelationReference from './RelationReference'; /** * The LookupSubjectBody model module. * @module model/LookupSubjectBody - * @version 0.11.0 + * @version 1.6.9 */ class LookupSubjectBody { /** diff --git a/src/model/MapType.js b/src/model/MapType.js index 7ad1da5..adec58d 100644 --- a/src/model/MapType.js +++ b/src/model/MapType.js @@ -17,7 +17,7 @@ import V1alpha1Type from './V1alpha1Type'; /** * The MapType model module. * @module model/MapType - * @version 0.11.0 + * @version 1.6.9 */ class MapType { /** diff --git a/src/model/PartialWriteBody.js b/src/model/PartialWriteBody.js index dcc4e96..dd188f9 100644 --- a/src/model/PartialWriteBody.js +++ b/src/model/PartialWriteBody.js @@ -18,7 +18,7 @@ import SchemaPartialWriteRequestMetadata from './SchemaPartialWriteRequestMetada /** * The PartialWriteBody model module. * @module model/PartialWriteBody - * @version 0.11.0 + * @version 1.6.9 */ class PartialWriteBody { /** diff --git a/src/model/Partials.js b/src/model/Partials.js index 606e3fd..5b87652 100644 --- a/src/model/Partials.js +++ b/src/model/Partials.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Partials model module. * @module model/Partials - * @version 0.11.0 + * @version 1.6.9 */ class Partials { /** diff --git a/src/model/PermissionBulkCheckRequestItem.js b/src/model/PermissionBulkCheckRequestItem.js index afe8967..da4b1ed 100644 --- a/src/model/PermissionBulkCheckRequestItem.js +++ b/src/model/PermissionBulkCheckRequestItem.js @@ -18,7 +18,7 @@ import Subject from './Subject'; /** * The PermissionBulkCheckRequestItem model module. * @module model/PermissionBulkCheckRequestItem - * @version 0.11.0 + * @version 1.6.9 */ class PermissionBulkCheckRequestItem { /** diff --git a/src/model/PermissionBulkCheckResponse.js b/src/model/PermissionBulkCheckResponse.js index c706b9a..c019805 100644 --- a/src/model/PermissionBulkCheckResponse.js +++ b/src/model/PermissionBulkCheckResponse.js @@ -17,7 +17,7 @@ import PermissionCheckResponse from './PermissionCheckResponse'; /** * The PermissionBulkCheckResponse model module. * @module model/PermissionBulkCheckResponse - * @version 0.11.0 + * @version 1.6.9 */ class PermissionBulkCheckResponse { /** diff --git a/src/model/PermissionCheckRequestMetadata.js b/src/model/PermissionCheckRequestMetadata.js index e5aa164..d6a083e 100644 --- a/src/model/PermissionCheckRequestMetadata.js +++ b/src/model/PermissionCheckRequestMetadata.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionCheckRequestMetadata model module. * @module model/PermissionCheckRequestMetadata - * @version 0.11.0 + * @version 1.6.9 */ class PermissionCheckRequestMetadata { /** diff --git a/src/model/PermissionCheckResponse.js b/src/model/PermissionCheckResponse.js index 520e5a3..292e066 100644 --- a/src/model/PermissionCheckResponse.js +++ b/src/model/PermissionCheckResponse.js @@ -18,7 +18,7 @@ import PermissionCheckResponseMetadata from './PermissionCheckResponseMetadata'; /** * The PermissionCheckResponse model module. * @module model/PermissionCheckResponse - * @version 0.11.0 + * @version 1.6.9 */ class PermissionCheckResponse { /** diff --git a/src/model/PermissionCheckResponseMetadata.js b/src/model/PermissionCheckResponseMetadata.js index 47d7ad2..8f0e8ed 100644 --- a/src/model/PermissionCheckResponseMetadata.js +++ b/src/model/PermissionCheckResponseMetadata.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionCheckResponseMetadata model module. * @module model/PermissionCheckResponseMetadata - * @version 0.11.0 + * @version 1.6.9 */ class PermissionCheckResponseMetadata { /** diff --git a/src/model/PermissionDefinition.js b/src/model/PermissionDefinition.js index f34b417..b31842d 100644 --- a/src/model/PermissionDefinition.js +++ b/src/model/PermissionDefinition.js @@ -17,7 +17,7 @@ import Child from './Child'; /** * The PermissionDefinition model module. * @module model/PermissionDefinition - * @version 0.11.0 + * @version 1.6.9 */ class PermissionDefinition { /** diff --git a/src/model/PermissionExpandBody.js b/src/model/PermissionExpandBody.js index 573db99..d5547e6 100644 --- a/src/model/PermissionExpandBody.js +++ b/src/model/PermissionExpandBody.js @@ -20,7 +20,7 @@ import PermissionExpandRequestMetadata from './PermissionExpandRequestMetadata'; /** * The PermissionExpandBody model module. * @module model/PermissionExpandBody - * @version 0.11.0 + * @version 1.6.9 */ class PermissionExpandBody { /** diff --git a/src/model/PermissionExpandRequestMetadata.js b/src/model/PermissionExpandRequestMetadata.js index a8c3549..a7d3cec 100644 --- a/src/model/PermissionExpandRequestMetadata.js +++ b/src/model/PermissionExpandRequestMetadata.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionExpandRequestMetadata model module. * @module model/PermissionExpandRequestMetadata - * @version 0.11.0 + * @version 1.6.9 */ class PermissionExpandRequestMetadata { /** diff --git a/src/model/PermissionExpandResponse.js b/src/model/PermissionExpandResponse.js index 98e0508..caebba6 100644 --- a/src/model/PermissionExpandResponse.js +++ b/src/model/PermissionExpandResponse.js @@ -17,7 +17,7 @@ import V1Expand from './V1Expand'; /** * The PermissionExpandResponse model module. * @module model/PermissionExpandResponse - * @version 0.11.0 + * @version 1.6.9 */ class PermissionExpandResponse { /** diff --git a/src/model/PermissionLookupEntityRequestMetadata.js b/src/model/PermissionLookupEntityRequestMetadata.js index 07edace..b036e52 100644 --- a/src/model/PermissionLookupEntityRequestMetadata.js +++ b/src/model/PermissionLookupEntityRequestMetadata.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionLookupEntityRequestMetadata model module. * @module model/PermissionLookupEntityRequestMetadata - * @version 0.11.0 + * @version 1.6.9 */ class PermissionLookupEntityRequestMetadata { /** diff --git a/src/model/PermissionLookupEntityResponse.js b/src/model/PermissionLookupEntityResponse.js index 45c6a90..9ad44bd 100644 --- a/src/model/PermissionLookupEntityResponse.js +++ b/src/model/PermissionLookupEntityResponse.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionLookupEntityResponse model module. * @module model/PermissionLookupEntityResponse - * @version 0.11.0 + * @version 1.6.9 */ class PermissionLookupEntityResponse { /** diff --git a/src/model/PermissionLookupEntityStreamResponse.js b/src/model/PermissionLookupEntityStreamResponse.js index 0c0b3af..698e60e 100644 --- a/src/model/PermissionLookupEntityStreamResponse.js +++ b/src/model/PermissionLookupEntityStreamResponse.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionLookupEntityStreamResponse model module. * @module model/PermissionLookupEntityStreamResponse - * @version 0.11.0 + * @version 1.6.9 */ class PermissionLookupEntityStreamResponse { /** diff --git a/src/model/PermissionLookupSubjectRequestMetadata.js b/src/model/PermissionLookupSubjectRequestMetadata.js index a5fcf79..820c8ec 100644 --- a/src/model/PermissionLookupSubjectRequestMetadata.js +++ b/src/model/PermissionLookupSubjectRequestMetadata.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionLookupSubjectRequestMetadata model module. * @module model/PermissionLookupSubjectRequestMetadata - * @version 0.11.0 + * @version 1.6.9 */ class PermissionLookupSubjectRequestMetadata { /** diff --git a/src/model/PermissionLookupSubjectResponse.js b/src/model/PermissionLookupSubjectResponse.js index 00d5db9..dab4d3a 100644 --- a/src/model/PermissionLookupSubjectResponse.js +++ b/src/model/PermissionLookupSubjectResponse.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionLookupSubjectResponse model module. * @module model/PermissionLookupSubjectResponse - * @version 0.11.0 + * @version 1.6.9 */ class PermissionLookupSubjectResponse { /** diff --git a/src/model/PermissionSubjectPermissionRequestMetadata.js b/src/model/PermissionSubjectPermissionRequestMetadata.js index cff08b8..d58e44e 100644 --- a/src/model/PermissionSubjectPermissionRequestMetadata.js +++ b/src/model/PermissionSubjectPermissionRequestMetadata.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PermissionSubjectPermissionRequestMetadata model module. * @module model/PermissionSubjectPermissionRequestMetadata - * @version 0.11.0 + * @version 1.6.9 */ class PermissionSubjectPermissionRequestMetadata { /** diff --git a/src/model/PermissionSubjectPermissionResponse.js b/src/model/PermissionSubjectPermissionResponse.js index 9cfa5e2..2defea3 100644 --- a/src/model/PermissionSubjectPermissionResponse.js +++ b/src/model/PermissionSubjectPermissionResponse.js @@ -17,7 +17,7 @@ import CheckResult from './CheckResult'; /** * The PermissionSubjectPermissionResponse model module. * @module model/PermissionSubjectPermissionResponse - * @version 0.11.0 + * @version 1.6.9 */ class PermissionSubjectPermissionResponse { /** diff --git a/src/model/ReadAttributesBody.js b/src/model/ReadAttributesBody.js index 7fde474..59f5247 100644 --- a/src/model/ReadAttributesBody.js +++ b/src/model/ReadAttributesBody.js @@ -18,7 +18,7 @@ import AttributeReadRequestMetadata from './AttributeReadRequestMetadata'; /** * The ReadAttributesBody model module. * @module model/ReadAttributesBody - * @version 0.11.0 + * @version 1.6.9 */ class ReadAttributesBody { /** diff --git a/src/model/ReadRelationshipsBody.js b/src/model/ReadRelationshipsBody.js index 8337d57..2263368 100644 --- a/src/model/ReadRelationshipsBody.js +++ b/src/model/ReadRelationshipsBody.js @@ -18,7 +18,7 @@ import TupleFilter from './TupleFilter'; /** * The ReadRelationshipsBody model module. * @module model/ReadRelationshipsBody - * @version 0.11.0 + * @version 1.6.9 */ class ReadRelationshipsBody { /** diff --git a/src/model/RelationDefinition.js b/src/model/RelationDefinition.js index a19a40f..e36bc96 100644 --- a/src/model/RelationDefinition.js +++ b/src/model/RelationDefinition.js @@ -17,7 +17,7 @@ import RelationReference from './RelationReference'; /** * The RelationDefinition model module. * @module model/RelationDefinition - * @version 0.11.0 + * @version 1.6.9 */ class RelationDefinition { /** diff --git a/src/model/RelationReference.js b/src/model/RelationReference.js index 3a73d10..558cef1 100644 --- a/src/model/RelationReference.js +++ b/src/model/RelationReference.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RelationReference model module. * @module model/RelationReference - * @version 0.11.0 + * @version 1.6.9 */ class RelationReference { /** diff --git a/src/model/RelationshipDeleteResponse.js b/src/model/RelationshipDeleteResponse.js index 23b04df..ff607a2 100644 --- a/src/model/RelationshipDeleteResponse.js +++ b/src/model/RelationshipDeleteResponse.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RelationshipDeleteResponse model module. * @module model/RelationshipDeleteResponse - * @version 0.11.0 + * @version 1.6.9 */ class RelationshipDeleteResponse { /** diff --git a/src/model/RelationshipReadRequestMetadata.js b/src/model/RelationshipReadRequestMetadata.js index 7ee6dc4..eaf0f1a 100644 --- a/src/model/RelationshipReadRequestMetadata.js +++ b/src/model/RelationshipReadRequestMetadata.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RelationshipReadRequestMetadata model module. * @module model/RelationshipReadRequestMetadata - * @version 0.11.0 + * @version 1.6.9 */ class RelationshipReadRequestMetadata { /** diff --git a/src/model/RelationshipReadResponse.js b/src/model/RelationshipReadResponse.js index b1ace16..0218480 100644 --- a/src/model/RelationshipReadResponse.js +++ b/src/model/RelationshipReadResponse.js @@ -17,7 +17,7 @@ import Tuple from './Tuple'; /** * The RelationshipReadResponse model module. * @module model/RelationshipReadResponse - * @version 0.11.0 + * @version 1.6.9 */ class RelationshipReadResponse { /** diff --git a/src/model/RelationshipWriteRequestMetadata.js b/src/model/RelationshipWriteRequestMetadata.js index d54b51e..75235ab 100644 --- a/src/model/RelationshipWriteRequestMetadata.js +++ b/src/model/RelationshipWriteRequestMetadata.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RelationshipWriteRequestMetadata model module. * @module model/RelationshipWriteRequestMetadata - * @version 0.11.0 + * @version 1.6.9 */ class RelationshipWriteRequestMetadata { /** diff --git a/src/model/RelationshipWriteResponse.js b/src/model/RelationshipWriteResponse.js index 8d077f7..ff02f9a 100644 --- a/src/model/RelationshipWriteResponse.js +++ b/src/model/RelationshipWriteResponse.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RelationshipWriteResponse model module. * @module model/RelationshipWriteResponse - * @version 0.11.0 + * @version 1.6.9 */ class RelationshipWriteResponse { /** diff --git a/src/model/Rewrite.js b/src/model/Rewrite.js index 74b51dd..12963fd 100644 --- a/src/model/Rewrite.js +++ b/src/model/Rewrite.js @@ -18,7 +18,7 @@ import RewriteOperation from './RewriteOperation'; /** * The Rewrite model module. * @module model/Rewrite - * @version 0.11.0 + * @version 1.6.9 */ class Rewrite { /** diff --git a/src/model/RuleDefinition.js b/src/model/RuleDefinition.js index 7a3fc11..7f7db13 100644 --- a/src/model/RuleDefinition.js +++ b/src/model/RuleDefinition.js @@ -18,7 +18,7 @@ import CheckedExpr from './CheckedExpr'; /** * The RuleDefinition model module. * @module model/RuleDefinition - * @version 0.11.0 + * @version 1.6.9 */ class RuleDefinition { /** diff --git a/src/model/RunBundleBody.js b/src/model/RunBundleBody.js index 62a1a36..b46bcbe 100644 --- a/src/model/RunBundleBody.js +++ b/src/model/RunBundleBody.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RunBundleBody model module. * @module model/RunBundleBody - * @version 0.11.0 + * @version 1.6.9 */ class RunBundleBody { /** diff --git a/src/model/SchemaDefinition.js b/src/model/SchemaDefinition.js index 04f9333..aa6748d 100644 --- a/src/model/SchemaDefinition.js +++ b/src/model/SchemaDefinition.js @@ -19,7 +19,7 @@ import SchemaDefinitionReference from './SchemaDefinitionReference'; /** * The SchemaDefinition model module. * @module model/SchemaDefinition - * @version 0.11.0 + * @version 1.6.9 */ class SchemaDefinition { /** diff --git a/src/model/SchemaList.js b/src/model/SchemaList.js index 0f21507..10cb14e 100644 --- a/src/model/SchemaList.js +++ b/src/model/SchemaList.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaList model module. * @module model/SchemaList - * @version 0.11.0 + * @version 1.6.9 */ class SchemaList { /** diff --git a/src/model/SchemaListBody.js b/src/model/SchemaListBody.js index 5646857..e0d9512 100644 --- a/src/model/SchemaListBody.js +++ b/src/model/SchemaListBody.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaListBody model module. * @module model/SchemaListBody - * @version 0.11.0 + * @version 1.6.9 */ class SchemaListBody { /** diff --git a/src/model/SchemaListResponse.js b/src/model/SchemaListResponse.js index fe09eee..44bb3ca 100644 --- a/src/model/SchemaListResponse.js +++ b/src/model/SchemaListResponse.js @@ -17,7 +17,7 @@ import SchemaList from './SchemaList'; /** * The SchemaListResponse model module. * @module model/SchemaListResponse - * @version 0.11.0 + * @version 1.6.9 */ class SchemaListResponse { /** diff --git a/src/model/SchemaPartialWriteRequestMetadata.js b/src/model/SchemaPartialWriteRequestMetadata.js index 20c3ac4..97a351b 100644 --- a/src/model/SchemaPartialWriteRequestMetadata.js +++ b/src/model/SchemaPartialWriteRequestMetadata.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaPartialWriteRequestMetadata model module. * @module model/SchemaPartialWriteRequestMetadata - * @version 0.11.0 + * @version 1.6.9 */ class SchemaPartialWriteRequestMetadata { /** diff --git a/src/model/SchemaPartialWriteResponse.js b/src/model/SchemaPartialWriteResponse.js index 11ad5e9..fccebe2 100644 --- a/src/model/SchemaPartialWriteResponse.js +++ b/src/model/SchemaPartialWriteResponse.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaPartialWriteResponse model module. * @module model/SchemaPartialWriteResponse - * @version 0.11.0 + * @version 1.6.9 */ class SchemaPartialWriteResponse { /** diff --git a/src/model/SchemaReadBody.js b/src/model/SchemaReadBody.js index 98a534f..a1e3484 100644 --- a/src/model/SchemaReadBody.js +++ b/src/model/SchemaReadBody.js @@ -17,7 +17,7 @@ import SchemaReadRequestMetadata from './SchemaReadRequestMetadata'; /** * The SchemaReadBody model module. * @module model/SchemaReadBody - * @version 0.11.0 + * @version 1.6.9 */ class SchemaReadBody { /** diff --git a/src/model/SchemaReadRequestMetadata.js b/src/model/SchemaReadRequestMetadata.js index e90953f..b84359c 100644 --- a/src/model/SchemaReadRequestMetadata.js +++ b/src/model/SchemaReadRequestMetadata.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaReadRequestMetadata model module. * @module model/SchemaReadRequestMetadata - * @version 0.11.0 + * @version 1.6.9 */ class SchemaReadRequestMetadata { /** diff --git a/src/model/SchemaReadResponse.js b/src/model/SchemaReadResponse.js index e358e69..9a662e8 100644 --- a/src/model/SchemaReadResponse.js +++ b/src/model/SchemaReadResponse.js @@ -17,7 +17,7 @@ import SchemaDefinition from './SchemaDefinition'; /** * The SchemaReadResponse model module. * @module model/SchemaReadResponse - * @version 0.11.0 + * @version 1.6.9 */ class SchemaReadResponse { /** diff --git a/src/model/SchemaWriteBody.js b/src/model/SchemaWriteBody.js index 6c68dfe..900276f 100644 --- a/src/model/SchemaWriteBody.js +++ b/src/model/SchemaWriteBody.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaWriteBody model module. * @module model/SchemaWriteBody - * @version 0.11.0 + * @version 1.6.9 */ class SchemaWriteBody { /** diff --git a/src/model/SchemaWriteResponse.js b/src/model/SchemaWriteResponse.js index 8e16897..075b0f7 100644 --- a/src/model/SchemaWriteResponse.js +++ b/src/model/SchemaWriteResponse.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SchemaWriteResponse model module. * @module model/SchemaWriteResponse - * @version 0.11.0 + * @version 1.6.9 */ class SchemaWriteResponse { /** diff --git a/src/model/Select.js b/src/model/Select.js index 79efe46..7978d1c 100644 --- a/src/model/Select.js +++ b/src/model/Select.js @@ -17,7 +17,7 @@ import Expr from './Expr'; /** * The Select model module. * @module model/Select - * @version 0.11.0 + * @version 1.6.9 */ class Select { /** diff --git a/src/model/SourceInfo.js b/src/model/SourceInfo.js index e70a8e8..3bbb5a5 100644 --- a/src/model/SourceInfo.js +++ b/src/model/SourceInfo.js @@ -18,7 +18,7 @@ import Extension from './Extension'; /** * The SourceInfo model module. * @module model/SourceInfo - * @version 0.11.0 + * @version 1.6.9 */ class SourceInfo { /** diff --git a/src/model/Status.js b/src/model/Status.js index 8383b5b..cf0e6e3 100644 --- a/src/model/Status.js +++ b/src/model/Status.js @@ -17,7 +17,7 @@ import Any from './Any'; /** * The Status model module. * @module model/Status - * @version 0.11.0 + * @version 1.6.9 */ class Status { /** diff --git a/src/model/StreamResultOfPermissionLookupEntityStreamResponse.js b/src/model/StreamResultOfPermissionLookupEntityStreamResponse.js index e842d76..9a02c10 100644 --- a/src/model/StreamResultOfPermissionLookupEntityStreamResponse.js +++ b/src/model/StreamResultOfPermissionLookupEntityStreamResponse.js @@ -18,7 +18,7 @@ import Status from './Status'; /** * The StreamResultOfPermissionLookupEntityStreamResponse model module. * @module model/StreamResultOfPermissionLookupEntityStreamResponse - * @version 0.11.0 + * @version 1.6.9 */ class StreamResultOfPermissionLookupEntityStreamResponse { /** diff --git a/src/model/StreamResultOfWatchResponse.js b/src/model/StreamResultOfWatchResponse.js index bb61e16..73a71bd 100644 --- a/src/model/StreamResultOfWatchResponse.js +++ b/src/model/StreamResultOfWatchResponse.js @@ -18,7 +18,7 @@ import WatchResponse from './WatchResponse'; /** * The StreamResultOfWatchResponse model module. * @module model/StreamResultOfWatchResponse - * @version 0.11.0 + * @version 1.6.9 */ class StreamResultOfWatchResponse { /** diff --git a/src/model/StringArrayValue.js b/src/model/StringArrayValue.js index ca3d6c0..6929b50 100644 --- a/src/model/StringArrayValue.js +++ b/src/model/StringArrayValue.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The StringArrayValue model module. * @module model/StringArrayValue - * @version 0.11.0 + * @version 1.6.9 */ class StringArrayValue { /** diff --git a/src/model/Subject.js b/src/model/Subject.js index ccdbebb..0904f88 100644 --- a/src/model/Subject.js +++ b/src/model/Subject.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Subject model module. * @module model/Subject - * @version 0.11.0 + * @version 1.6.9 */ class Subject { /** diff --git a/src/model/SubjectFilter.js b/src/model/SubjectFilter.js index 14cee76..2746770 100644 --- a/src/model/SubjectFilter.js +++ b/src/model/SubjectFilter.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SubjectFilter model module. * @module model/SubjectFilter - * @version 0.11.0 + * @version 1.6.9 */ class SubjectFilter { /** diff --git a/src/model/SubjectPermissionBody.js b/src/model/SubjectPermissionBody.js index 6df6b8e..9928418 100644 --- a/src/model/SubjectPermissionBody.js +++ b/src/model/SubjectPermissionBody.js @@ -20,7 +20,7 @@ import Subject from './Subject'; /** * The SubjectPermissionBody model module. * @module model/SubjectPermissionBody - * @version 0.11.0 + * @version 1.6.9 */ class SubjectPermissionBody { /** diff --git a/src/model/Subjects.js b/src/model/Subjects.js index fe69cfc..7de91f2 100644 --- a/src/model/Subjects.js +++ b/src/model/Subjects.js @@ -17,7 +17,7 @@ import Subject from './Subject'; /** * The Subjects model module. * @module model/Subjects - * @version 0.11.0 + * @version 1.6.9 */ class Subjects { /** diff --git a/src/model/Tenant.js b/src/model/Tenant.js index ad8bf0a..ac6bc8b 100644 --- a/src/model/Tenant.js +++ b/src/model/Tenant.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Tenant model module. * @module model/Tenant - * @version 0.11.0 + * @version 1.6.9 */ class Tenant { /** diff --git a/src/model/TenantCreateRequest.js b/src/model/TenantCreateRequest.js index 6b59c0d..86fe850 100644 --- a/src/model/TenantCreateRequest.js +++ b/src/model/TenantCreateRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The TenantCreateRequest model module. * @module model/TenantCreateRequest - * @version 0.11.0 + * @version 1.6.9 */ class TenantCreateRequest { /** diff --git a/src/model/TenantCreateResponse.js b/src/model/TenantCreateResponse.js index 6f22fd9..e3581df 100644 --- a/src/model/TenantCreateResponse.js +++ b/src/model/TenantCreateResponse.js @@ -17,7 +17,7 @@ import Tenant from './Tenant'; /** * The TenantCreateResponse model module. * @module model/TenantCreateResponse - * @version 0.11.0 + * @version 1.6.9 */ class TenantCreateResponse { /** diff --git a/src/model/TenantDeleteResponse.js b/src/model/TenantDeleteResponse.js index ab44a11..ead7609 100644 --- a/src/model/TenantDeleteResponse.js +++ b/src/model/TenantDeleteResponse.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The TenantDeleteResponse model module. * @module model/TenantDeleteResponse - * @version 0.11.0 + * @version 1.6.9 */ class TenantDeleteResponse { /** diff --git a/src/model/TenantListRequest.js b/src/model/TenantListRequest.js index ca6697a..b4b4f47 100644 --- a/src/model/TenantListRequest.js +++ b/src/model/TenantListRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The TenantListRequest model module. * @module model/TenantListRequest - * @version 0.11.0 + * @version 1.6.9 */ class TenantListRequest { /** diff --git a/src/model/TenantListResponse.js b/src/model/TenantListResponse.js index 444e539..a06cef7 100644 --- a/src/model/TenantListResponse.js +++ b/src/model/TenantListResponse.js @@ -17,7 +17,7 @@ import Tenant from './Tenant'; /** * The TenantListResponse model module. * @module model/TenantListResponse - * @version 0.11.0 + * @version 1.6.9 */ class TenantListResponse { /** diff --git a/src/model/Tuple.js b/src/model/Tuple.js index 64030ea..f7f9460 100644 --- a/src/model/Tuple.js +++ b/src/model/Tuple.js @@ -18,7 +18,7 @@ import Subject from './Subject'; /** * The Tuple model module. * @module model/Tuple - * @version 0.11.0 + * @version 1.6.9 */ class Tuple { /** diff --git a/src/model/TupleFilter.js b/src/model/TupleFilter.js index 6c733f8..512a4da 100644 --- a/src/model/TupleFilter.js +++ b/src/model/TupleFilter.js @@ -18,7 +18,7 @@ import SubjectFilter from './SubjectFilter'; /** * The TupleFilter model module. * @module model/TupleFilter - * @version 0.11.0 + * @version 1.6.9 */ class TupleFilter { /** diff --git a/src/model/TupleSet.js b/src/model/TupleSet.js index 8f28e9c..f4ff328 100644 --- a/src/model/TupleSet.js +++ b/src/model/TupleSet.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The TupleSet model module. * @module model/TupleSet - * @version 0.11.0 + * @version 1.6.9 */ class TupleSet { /** diff --git a/src/model/TupleToUserSet.js b/src/model/TupleToUserSet.js index ae32544..44e9049 100644 --- a/src/model/TupleToUserSet.js +++ b/src/model/TupleToUserSet.js @@ -18,7 +18,7 @@ import TupleSet from './TupleSet'; /** * The TupleToUserSet model module. * @module model/TupleToUserSet - * @version 0.11.0 + * @version 1.6.9 */ class TupleToUserSet { /** diff --git a/src/model/V1Call.js b/src/model/V1Call.js index 4dc87b6..d60acea 100644 --- a/src/model/V1Call.js +++ b/src/model/V1Call.js @@ -17,7 +17,7 @@ import Argument from './Argument'; /** * The V1Call model module. * @module model/V1Call - * @version 0.11.0 + * @version 1.6.9 */ class V1Call { /** diff --git a/src/model/V1Expand.js b/src/model/V1Expand.js index afd7b7f..7cd1a59 100644 --- a/src/model/V1Expand.js +++ b/src/model/V1Expand.js @@ -20,7 +20,7 @@ import ExpandTreeNode from './ExpandTreeNode'; /** * The V1Expand model module. * @module model/V1Expand - * @version 0.11.0 + * @version 1.6.9 */ class V1Expand { /** diff --git a/src/model/V1Operation.js b/src/model/V1Operation.js index 5e14966..44b8f5d 100644 --- a/src/model/V1Operation.js +++ b/src/model/V1Operation.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1Operation model module. * @module model/V1Operation - * @version 0.11.0 + * @version 1.6.9 */ class V1Operation { /** diff --git a/src/model/V1alpha1Reference.js b/src/model/V1alpha1Reference.js index f4c6c44..ee2ba23 100644 --- a/src/model/V1alpha1Reference.js +++ b/src/model/V1alpha1Reference.js @@ -17,7 +17,7 @@ import Constant from './Constant'; /** * The V1alpha1Reference model module. * @module model/V1alpha1Reference - * @version 0.11.0 + * @version 1.6.9 */ class V1alpha1Reference { /** diff --git a/src/model/V1alpha1Type.js b/src/model/V1alpha1Type.js index 444235c..f702aa7 100644 --- a/src/model/V1alpha1Type.js +++ b/src/model/V1alpha1Type.js @@ -22,7 +22,7 @@ import WellKnownType from './WellKnownType'; /** * The V1alpha1Type model module. * @module model/V1alpha1Type - * @version 0.11.0 + * @version 1.6.9 */ class V1alpha1Type { /** diff --git a/src/model/Values.js b/src/model/Values.js index 3286db7..fe4d4bd 100644 --- a/src/model/Values.js +++ b/src/model/Values.js @@ -17,7 +17,7 @@ import Any from './Any'; /** * The Values model module. * @module model/Values - * @version 0.11.0 + * @version 1.6.9 */ class Values { /** diff --git a/src/model/Version.js b/src/model/Version.js index 460f04d..ed4d458 100644 --- a/src/model/Version.js +++ b/src/model/Version.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Version model module. * @module model/Version - * @version 0.11.0 + * @version 1.6.9 */ class Version { /** diff --git a/src/model/WatchBody.js b/src/model/WatchBody.js index 5eb5113..e11f883 100644 --- a/src/model/WatchBody.js +++ b/src/model/WatchBody.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The WatchBody model module. * @module model/WatchBody - * @version 0.11.0 + * @version 1.6.9 */ class WatchBody { /** diff --git a/src/model/WatchResponse.js b/src/model/WatchResponse.js index 49226a7..c147827 100644 --- a/src/model/WatchResponse.js +++ b/src/model/WatchResponse.js @@ -17,7 +17,7 @@ import DataChanges from './DataChanges'; /** * The WatchResponse model module. * @module model/WatchResponse - * @version 0.11.0 + * @version 1.6.9 */ class WatchResponse { /** diff --git a/src/model/WriteRelationshipsBody.js b/src/model/WriteRelationshipsBody.js index a39e430..36154d2 100644 --- a/src/model/WriteRelationshipsBody.js +++ b/src/model/WriteRelationshipsBody.js @@ -18,7 +18,7 @@ import Tuple from './Tuple'; /** * The WriteRelationshipsBody model module. * @module model/WriteRelationshipsBody - * @version 0.11.0 + * @version 1.6.9 */ class WriteRelationshipsBody { /**