diff --git a/docs/model.ndm2 b/docs/model.ndm2 index e29e956..2aea61b 100644 --- a/docs/model.ndm2 +++ b/docs/model.ndm2 @@ -13247,354 +13247,6 @@ "dataCompressions": [] } }, - { - "objectType": "Table_MSSQL", - "name": "UserService", - "comment": "سرویس های کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "UserService", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 4423, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "CreateNewUser", - "type": "CreateCommand", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "ایجاد کاربر جدید", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "CreateNewUser", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UpdateUser", - "type": "UpdateCommand", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "ویرایش کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UpdateUser", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "DeleteUser", - "type": "DeleteCommand", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "حذف کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "DeleteUser", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "GetUser", - "type": "GetOneQuery", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "واکشی یک کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "GetUser", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "GetAllUserByFilter", - "type": "GetAllByFilterQuery", - "size": -2147483648, - "isNullable": "Yes", - "scale": -2147483648, - "comment": "واکشی کاربر ها بر مبنای فیلتر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "GetAllUserByFilter", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "foreignKeys": [ - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_CreateNewUserRequest_1", - "fields": [ - "CreateNewUser" - ], - "referencedSchema": "CMS", - "referencedTable": "CreateNewUserRequest", - "referencedFields": [ - "FirstName" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_CreateNewUserResponse_1", - "fields": [ - "CreateNewUser" - ], - "referencedSchema": "CMS", - "referencedTable": "CreateNewUserResponse", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_UpdateUserRequest_1", - "fields": [ - "UpdateUser" - ], - "referencedSchema": "CMS", - "referencedTable": "UpdateUserRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_DeleteUserRequest_1", - "fields": [ - "DeleteUser" - ], - "referencedSchema": "CMS", - "referencedTable": "DeleteUserRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_GetUserRequest_1", - "fields": [ - "GetUser" - ], - "referencedSchema": "CMS", - "referencedTable": "GetUserRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_GetUserResponse_1", - "fields": [ - "GetUser" - ], - "referencedSchema": "CMS", - "referencedTable": "GetUserResponse", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_GetAllUserByFilterRequest_1", - "fields": [ - "GetAllUserByFilter" - ], - "referencedSchema": "CMS", - "referencedTable": "GetAllUserByFilterRequest", - "referencedFields": [ - "PaginationState" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserService_GetAllUserByFilterResponse_1", - "fields": [ - "GetAllUserByFilter" - ], - "referencedSchema": "CMS", - "referencedTable": "GetAllUserByFilterResponse", - "referencedFields": [ - "MetaData" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - } - ], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, { "objectType": "Table_MSSQL", "name": "OtpToken", @@ -15433,6 +15085,612 @@ "filestreamPartitionScheme": "", "dataCompressions": [] } + }, + { + "objectType": "Table_MSSQL", + "name": "UserService", + "comment": "سرویس های کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UserService", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 4423, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "CreateNewUser", + "type": "CreateCommand", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "ایجاد کاربر جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewUser", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "UpdateUser", + "type": "UpdateCommand", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "ویرایش کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "UpdateUser", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "DeleteUser", + "type": "DeleteCommand", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "حذف کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "DeleteUser", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetUser", + "type": "GetOneQuery", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "واکشی یک کاربر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetUser", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetAllUserByFilter", + "type": "GetAllByFilterQuery", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "واکشی کاربر ها بر مبنای فیلتر", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetAllUserByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "GetJwtToken", + "type": "Query", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "واکشی توکن", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "GetJwtToken", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [ + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_CreateNewUserRequest_1", + "fields": [ + "CreateNewUser" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewUserRequest", + "referencedFields": [ + "FirstName" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_CreateNewUserResponse_1", + "fields": [ + "CreateNewUser" + ], + "referencedSchema": "CMS", + "referencedTable": "CreateNewUserResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_UpdateUserRequest_1", + "fields": [ + "UpdateUser" + ], + "referencedSchema": "CMS", + "referencedTable": "UpdateUserRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_DeleteUserRequest_1", + "fields": [ + "DeleteUser" + ], + "referencedSchema": "CMS", + "referencedTable": "DeleteUserRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_GetUserRequest_1", + "fields": [ + "GetUser" + ], + "referencedSchema": "CMS", + "referencedTable": "GetUserRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_GetUserResponse_1", + "fields": [ + "GetUser" + ], + "referencedSchema": "CMS", + "referencedTable": "GetUserResponse", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_GetAllUserByFilterRequest_1", + "fields": [ + "GetAllUserByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserByFilterRequest", + "referencedFields": [ + "PaginationState" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_GetAllUserByFilterResponse_1", + "fields": [ + "GetAllUserByFilter" + ], + "referencedSchema": "CMS", + "referencedTable": "GetAllUserByFilterResponse", + "referencedFields": [ + "MetaData" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": false, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_GetJwtTokenRequest_1", + "fields": [ + "GetJwtToken" + ], + "referencedSchema": "CMS", + "referencedTable": "GetJwtTokenRequest", + "referencedFields": [ + "Id" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_GetJwtTokenResponse_1", + "fields": [ + "GetJwtToken" + ], + "referencedSchema": "CMS", + "referencedTable": "GetJwtTokenResponse", + "referencedFields": [ + "Token" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + } + ], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetJwtTokenRequest", + "comment": "ورودی واکشی توکن", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 2924, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_43_copy_1", + "fields": [ + "Id" + ], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "GetJwtTokenResponse", + "comment": "خروجی واکشی توکن", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 6042, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Token", + "type": "nvarchar", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "توکن", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "Token", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_46", + "fields": [], + "fillFactor": 0, + "oldName": "", + "isClustered": false, + "isPadded": false, + "noRecomputeStatistics": false, + "ignoreDuplicatedKeyValues": false, + "allowRowLocks": false, + "allowPageLocks": false, + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } } ], "views": [] @@ -15459,8 +15717,8 @@ "type": "table", "schemaName": "CMS", "tableName": "User", - "x": 5680, - "y": 1580, + "x": 5230, + "y": 1500, "width": 370, "height": 270, "isBold": false, @@ -15475,8 +15733,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserAddress", - "x": 5700, - "y": 1310, + "x": 5260, + "y": 1230, "width": 310, "height": 220, "isBold": false, @@ -15491,8 +15749,8 @@ "type": "table", "schemaName": "CMS", "tableName": "Package", - "x": 4950, - "y": 1630, + "x": 4510, + "y": 1550, "width": 310, "height": 170, "isBold": false, @@ -15507,8 +15765,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserOrder", - "x": 5310, - "y": 1600, + "x": 4870, + "y": 1520, "width": 310, "height": 230, "isBold": false, @@ -15523,8 +15781,8 @@ "type": "table", "schemaName": "CMS", "tableName": "Role", - "x": 5700, - "y": 2080, + "x": 5260, + "y": 2000, "width": 310, "height": 130, "isBold": false, @@ -15539,8 +15797,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserRole", - "x": 5700, - "y": 1900, + "x": 5260, + "y": 1820, "width": 310, "height": 130, "isBold": false, @@ -15555,10 +15813,10 @@ "type": "table", "schemaName": "CMS", "tableName": "UserService", - "x": 2660, - "y": 3340, + "x": 2580, + "y": 3210, "width": 400, - "height": 175, + "height": 190, "isBold": false, "titleColor": { "r": 0, @@ -15571,8 +15829,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserRequest", - "x": 2940, - "y": 2820, + "x": 2820, + "y": 2700, "width": 400, "height": 200, "isBold": false, @@ -15587,8 +15845,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserResponse", - "x": 2550, - "y": 2670, + "x": 2450, + "y": 2550, "width": 400, "height": 100, "isBold": false, @@ -15603,8 +15861,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserRequest", - "x": 2150, - "y": 3340, + "x": 2070, + "y": 3220, "width": 400, "height": 170, "isBold": false, @@ -15619,23 +15877,7 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserRequest", - "x": 2660, - "y": 3570, - "width": 400, - "height": 100, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "CMS", - "tableName": "GetUserRequest", - "x": 4200, + "x": 2580, "y": 3450, "width": 400, "height": 100, @@ -15647,12 +15889,28 @@ "a": 1 } }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetUserRequest", + "x": 4620, + "y": 3330, + "width": 400, + "height": 100, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, { "type": "table", "schemaName": "CMS", "tableName": "GetUserResponse", - "x": 4200, - "y": 3130, + "x": 4620, + "y": 3010, "width": 400, "height": 270, "isBold": false, @@ -15667,8 +15925,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterRequest", - "x": 3630, - "y": 3270, + "x": 4050, + "y": 3170, "width": 400, "height": 137, "isBold": false, @@ -15683,8 +15941,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterFilter", - "x": 4140, - "y": 2810, + "x": 4560, + "y": 2700, "width": 400, "height": 270, "isBold": false, @@ -15699,8 +15957,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterResponse", - "x": 3180, - "y": 3080, + "x": 3600, + "y": 2990, "width": 400, "height": 118, "isBold": false, @@ -15715,8 +15973,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserByFilterResponseModel", - "x": 3630, - "y": 2950, + "x": 4050, + "y": 2850, "width": 400, "height": 270, "isBold": false, @@ -15731,8 +15989,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserAddressService", - "x": 5450, - "y": 2540, + "x": 5010, + "y": 2460, "width": 400, "height": 175, "isBold": false, @@ -15747,8 +16005,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserAddressRequest", - "x": 3090, - "y": 2490, + "x": 3110, + "y": 2430, "width": 400, "height": 213, "isBold": false, @@ -15763,8 +16021,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserAddressResponse", - "x": 4190, - "y": 2650, + "x": 3750, + "y": 2560, "width": 400, "height": 100, "isBold": false, @@ -15779,8 +16037,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserAddressRequest", - "x": 5450, - "y": 2770, + "x": 5010, + "y": 2680, "width": 400, "height": 213, "isBold": false, @@ -15795,8 +16053,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserAddressRequest", - "x": 5900, - "y": 2440, + "x": 5460, + "y": 2350, "width": 400, "height": 100, "isBold": false, @@ -15811,8 +16069,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserAddressRequest", - "x": 5340, - "y": 2330, + "x": 4890, + "y": 2250, "width": 400, "height": 100, "isBold": false, @@ -15827,8 +16085,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserAddressResponse", - "x": 4820, - "y": 2330, + "x": 4380, + "y": 2240, "width": 400, "height": 213, "isBold": false, @@ -15843,8 +16101,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterRequest", - "x": 4310, - "y": 2120, + "x": 3870, + "y": 1980, "width": 400, "height": 137, "isBold": false, @@ -15859,8 +16117,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterFilter", - "x": 3860, - "y": 2060, + "x": 3360, + "y": 1910, "width": 400, "height": 213, "isBold": false, @@ -15875,8 +16133,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterResponse", - "x": 4250, - "y": 2400, + "x": 3810, + "y": 2260, "width": 400, "height": 118, "isBold": false, @@ -15891,8 +16149,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserAddressByFilterResponseModel", - "x": 3800, - "y": 2330, + "x": 3360, + "y": 2170, "width": 400, "height": 213, "isBold": false, @@ -15907,8 +16165,8 @@ "type": "table", "schemaName": "CMS", "tableName": "PackageService", - "x": 3080, - "y": 740, + "x": 2630, + "y": 660, "width": 400, "height": 175, "isBold": false, @@ -15923,8 +16181,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewPackageRequest", - "x": 2830, - "y": 2260, + "x": 2660, + "y": 2310, "width": 400, "height": 175, "isBold": false, @@ -15939,8 +16197,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewPackageResponse", - "x": 3340, - "y": 2260, + "x": 2910, + "y": 2160, "width": 400, "height": 100, "isBold": false, @@ -15955,8 +16213,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdatePackageRequest", - "x": 3530, - "y": 740, + "x": 3080, + "y": 660, "width": 400, "height": 175, "isBold": false, @@ -15971,8 +16229,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeletePackageRequest", - "x": 3080, - "y": 520, + "x": 2630, + "y": 450, "width": 400, "height": 100, "isBold": false, @@ -15987,8 +16245,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetPackageRequest", - "x": 2620, - "y": 770, + "x": 2190, + "y": 700, "width": 400, "height": 100, "isBold": false, @@ -16003,8 +16261,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetPackageResponse", - "x": 2740, - "y": 1030, + "x": 2300, + "y": 950, "width": 400, "height": 175, "isBold": false, @@ -16019,8 +16277,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterRequest", - "x": 2810, - "y": 1320, + "x": 2380, + "y": 1230, "width": 400, "height": 137, "isBold": false, @@ -16035,8 +16293,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterFilter", - "x": 2810, - "y": 1510, + "x": 2380, + "y": 1420, "width": 400, "height": 175, "isBold": false, @@ -16051,8 +16309,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterResponse", - "x": 2890, - "y": 1800, + "x": 2450, + "y": 1710, "width": 400, "height": 118, "isBold": false, @@ -16067,8 +16325,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllPackageByFilterResponseModel", - "x": 2890, - "y": 1970, + "x": 2450, + "y": 1880, "width": 400, "height": 175, "isBold": false, @@ -16084,7 +16342,7 @@ "schemaName": "CMS", "tableName": "UserOrderService", "x": 540, - "y": 3070, + "y": 3290, "width": 400, "height": 175, "isBold": false, @@ -16099,8 +16357,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserOrderRequest", - "x": 1890, - "y": 2410, + "x": 1820, + "y": 2660, "width": 400, "height": 213, "isBold": false, @@ -16115,8 +16373,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserOrderResponse", - "x": 830, - "y": 2380, + "x": 780, + "y": 2610, "width": 400, "height": 100, "isBold": false, @@ -16131,8 +16389,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserOrderRequest", - "x": 430, - "y": 2110, + "x": 410, + "y": 2350, "width": 400, "height": 213, "isBold": false, @@ -16148,7 +16406,7 @@ "schemaName": "CMS", "tableName": "DeleteUserOrderRequest", "x": 30, - "y": 3110, + "y": 3330, "width": 400, "height": 100, "isBold": false, @@ -16164,7 +16422,7 @@ "schemaName": "CMS", "tableName": "GetUserOrderRequest", "x": 540, - "y": 3300, + "y": 3510, "width": 400, "height": 100, "isBold": false, @@ -16179,8 +16437,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserOrderResponse", - "x": 1180, - "y": 3140, + "x": 1110, + "y": 3370, "width": 400, "height": 213, "isBold": false, @@ -16195,8 +16453,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterRequest", - "x": 1180, - "y": 2950, + "x": 1110, + "y": 3180, "width": 400, "height": 137, "isBold": false, @@ -16211,8 +16469,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterFilter", - "x": 1630, - "y": 2940, + "x": 1560, + "y": 3180, "width": 400, "height": 213, "isBold": false, @@ -16227,8 +16485,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterResponse", - "x": 1120, - "y": 2740, + "x": 1050, + "y": 3010, "width": 400, "height": 118, "isBold": false, @@ -16243,8 +16501,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserOrderByFilterResponseModel", - "x": 1570, - "y": 2670, + "x": 1500, + "y": 2920, "width": 400, "height": 213, "isBold": false, @@ -16259,8 +16517,8 @@ "type": "table", "schemaName": "CMS", "tableName": "RoleService", - "x": 1710, - "y": 4710, + "x": 1650, + "y": 4570, "width": 400, "height": 175, "isBold": false, @@ -16275,8 +16533,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewRoleRequest", - "x": 1890, - "y": 3660, + "x": 1820, + "y": 3540, "width": 400, "height": 137, "isBold": false, @@ -16291,8 +16549,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewRoleResponse", - "x": 1440, - "y": 3760, + "x": 1370, + "y": 3630, "width": 400, "height": 100, "isBold": false, @@ -16307,8 +16565,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateRoleRequest", - "x": 1250, - "y": 4730, + "x": 1200, + "y": 4590, "width": 400, "height": 137, "isBold": false, @@ -16323,8 +16581,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteRoleRequest", - "x": 1710, - "y": 4940, + "x": 1650, + "y": 4790, "width": 400, "height": 100, "isBold": false, @@ -16339,8 +16597,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetRoleRequest", - "x": 2160, - "y": 4750, + "x": 2100, + "y": 4610, "width": 400, "height": 100, "isBold": false, @@ -16355,8 +16613,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetRoleResponse", - "x": 2040, - "y": 4460, + "x": 1980, + "y": 4320, "width": 400, "height": 137, "isBold": false, @@ -16371,8 +16629,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterRequest", - "x": 2340, - "y": 4140, + "x": 2270, + "y": 4010, "width": 400, "height": 137, "isBold": false, @@ -16387,8 +16645,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterFilter", - "x": 2340, - "y": 3950, + "x": 2270, + "y": 3830, "width": 400, "height": 137, "isBold": false, @@ -16403,8 +16661,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterResponse", - "x": 1890, - "y": 4160, + "x": 1820, + "y": 4030, "width": 400, "height": 118, "isBold": false, @@ -16419,8 +16677,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllRoleByFilterResponseModel", - "x": 1890, - "y": 3970, + "x": 1820, + "y": 3840, "width": 400, "height": 137, "isBold": false, @@ -16435,8 +16693,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UserRoleService", - "x": 7960, - "y": 3550, + "x": 7500, + "y": 3430, "width": 400, "height": 175, "isBold": false, @@ -16451,8 +16709,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserRoleRequest", - "x": 6270, - "y": 3660, + "x": 5820, + "y": 3540, "width": 400, "height": 137, "isBold": false, @@ -16467,8 +16725,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewUserRoleResponse", - "x": 6810, - "y": 3660, + "x": 6360, + "y": 3540, "width": 400, "height": 100, "isBold": false, @@ -16483,8 +16741,8 @@ "type": "table", "schemaName": "CMS", "tableName": "UpdateUserRoleRequest", - "x": 7960, - "y": 3780, + "x": 7500, + "y": 3660, "width": 400, "height": 137, "isBold": false, @@ -16499,8 +16757,8 @@ "type": "table", "schemaName": "CMS", "tableName": "DeleteUserRoleRequest", - "x": 8470, - "y": 3590, + "x": 8010, + "y": 3470, "width": 400, "height": 100, "isBold": false, @@ -16515,8 +16773,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserRoleRequest", - "x": 7960, - "y": 3400, + "x": 7500, + "y": 3280, "width": 400, "height": 100, "isBold": false, @@ -16531,8 +16789,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetUserRoleResponse", - "x": 7450, - "y": 3410, + "x": 6990, + "y": 3290, "width": 400, "height": 137, "isBold": false, @@ -16547,8 +16805,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterRequest", - "x": 6930, - "y": 3220, + "x": 6420, + "y": 3110, "width": 400, "height": 137, "isBold": false, @@ -16563,8 +16821,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterFilter", - "x": 6480, - "y": 3220, + "x": 5970, + "y": 3100, "width": 400, "height": 137, "isBold": false, @@ -16579,8 +16837,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterResponse", - "x": 6870, - "y": 3420, + "x": 6420, + "y": 3300, "width": 400, "height": 118, "isBold": false, @@ -16595,8 +16853,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllUserRoleByFilterResponseModel", - "x": 6420, - "y": 3410, + "x": 5970, + "y": 3290, "width": 400, "height": 137, "isBold": false, @@ -16611,8 +16869,8 @@ "type": "table", "schemaName": "CMS", "tableName": "OtpToken", - "x": 5700, - "y": 1020, + "x": 5260, + "y": 950, "width": 310, "height": 230, "isBold": false, @@ -16627,8 +16885,8 @@ "type": "table", "schemaName": "CMS", "tableName": "OtpTokenService", - "x": 6180, - "y": 530, + "x": 5710, + "y": 460, "width": 400, "height": 150, "isBold": false, @@ -16643,8 +16901,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewOtpTokenRequest", - "x": 6160, - "y": 1660, + "x": 5710, + "y": 1580, "width": 400, "height": 110, "isBold": false, @@ -16659,8 +16917,8 @@ "type": "table", "schemaName": "CMS", "tableName": "CreateNewOtpTokenResponse", - "x": 6420, - "y": 1020, + "x": 5970, + "y": 660, "width": 400, "height": 140, "isBold": false, @@ -16675,8 +16933,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterRequest", - "x": 6630, - "y": 540, + "x": 6160, + "y": 470, "width": 400, "height": 137, "isBold": false, @@ -16691,8 +16949,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterFilter", - "x": 7080, - "y": 500, + "x": 6610, + "y": 430, "width": 400, "height": 213, "isBold": false, @@ -16707,8 +16965,8 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterResponse", - "x": 6180, - "y": 300, + "x": 5710, + "y": 290, "width": 400, "height": 118, "isBold": false, @@ -16723,7 +16981,7 @@ "type": "table", "schemaName": "CMS", "tableName": "GetAllOtpTokenByFilterResponseModel", - "x": 6180, + "x": 5710, "y": 30, "width": 400, "height": 213, @@ -16739,8 +16997,8 @@ "type": "table", "schemaName": "CMS", "tableName": "VerifyOtpTokenRequest", - "x": 5730, - "y": 530, + "x": 5260, + "y": 460, "width": 400, "height": 150, "isBold": false, @@ -16755,8 +17013,8 @@ "type": "table", "schemaName": "CMS", "tableName": "VerifyOtpTokenResponse", - "x": 5920, - "y": 790, + "x": 5460, + "y": 720, "width": 400, "height": 120, "isBold": false, @@ -16766,15 +17024,47 @@ "b": 160, "a": 1 } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetJwtTokenRequest", + "x": 3090, + "y": 3100, + "width": 400, + "height": 100, + "isBold": false, + "titleColor": { + "r": 255, + "g": 214, + "b": 147, + "a": 1 + } + }, + { + "type": "table", + "schemaName": "CMS", + "tableName": "GetJwtTokenResponse", + "x": 2930, + "y": 2950, + "width": 400, + "height": 100, + "isBold": false, + "titleColor": { + "r": 200, + "g": 255, + "b": 160, + "a": 1 + } } ], "layers": [ { "name": "Domain", - "x": 4890, - "y": 970, - "width": 1208, - "height": 1299, + "x": 4460, + "y": 890, + "width": 1200, + "height": 1290, "layerColor": { "r": 100, "g": 234, @@ -16800,29 +17090,29 @@ "visible": true, "vertices": [ { - "x": 6065, - "y": 1820 + "x": 5615, + "y": 1740 }, { - "x": 6080, - "y": 1820 + "x": 5640, + "y": 1740 }, { - "x": 6080, - "y": 1880 + "x": 5640, + "y": 1800 }, { - "x": 6020, - "y": 1880 + "x": 5580, + "y": 1800 }, { - "x": 6020, - "y": 1865 + "x": 5580, + "y": 1785 } ], "label": { - "x": 6055, - "y": 1782, + "x": 5605, + "y": 1702, "width": 104, "height": 30, "fontName": "Arial Unicode MS", @@ -16846,17 +17136,17 @@ "visible": true, "vertices": [ { - "x": 5860, - "y": 1545 + "x": 5420, + "y": 1465 }, { - "x": 5860, - "y": 1565 + "x": 5420, + "y": 1485 } ], "label": { - "x": 5705, - "y": 1495, + "x": 5265, + "y": 1415, "width": 157, "height": 30, "fontName": "Arial Unicode MS", @@ -16880,17 +17170,17 @@ "visible": true, "vertices": [ { - "x": 5860, - "y": 2045 + "x": 5420, + "y": 1965 }, { - "x": 5860, - "y": 2065 + "x": 5420, + "y": 1985 } ], "label": { - "x": 5868, - "y": 2035, + "x": 5428, + "y": 1955, "width": 135, "height": 30, "fontName": "Arial Unicode MS", @@ -16914,17 +17204,17 @@ "visible": true, "vertices": [ { - "x": 5860, - "y": 1885 + "x": 5420, + "y": 1805 }, { - "x": 5860, - "y": 1865 + "x": 5420, + "y": 1785 } ], "label": { - "x": 5728, - "y": 1855, + "x": 5288, + "y": 1775, "width": 134, "height": 30, "fontName": "Arial Unicode MS", @@ -16948,17 +17238,17 @@ "visible": true, "vertices": [ { - "x": 5295, - "y": 1720 + "x": 4855, + "y": 1640 }, { - "x": 5275, - "y": 1720 + "x": 4835, + "y": 1640 } ], "label": { - "x": 5137, - "y": 1682, + "x": 4697, + "y": 1602, "width": 168, "height": 30, "fontName": "Arial Unicode MS", @@ -16982,17 +17272,17 @@ "visible": true, "vertices": [ { - "x": 5635, - "y": 1720 + "x": 5195, + "y": 1640 }, { - "x": 5665, - "y": 1720 + "x": 5215, + "y": 1640 } ], "label": { - "x": 5483, - "y": 1682, + "x": 5043, + "y": 1602, "width": 142, "height": 30, "fontName": "Arial Unicode MS", @@ -17016,21 +17306,21 @@ "visible": true, "vertices": [ { - "x": 2890, - "y": 3325 + "x": 2760, + "y": 3195 }, { - "x": 2890, - "y": 2920 + "x": 2760, + "y": 2800 }, { - "x": 2925, - "y": 2920 + "x": 2805, + "y": 2800 } ], "label": { - "x": 2898, - "y": 3335, + "x": 2768, + "y": 3205, "width": 278, "height": 30, "fontName": "Arial Unicode MS", @@ -17054,17 +17344,17 @@ "visible": true, "vertices": [ { - "x": 2750, - "y": 3325 + "x": 2650, + "y": 3195 }, { - "x": 2750, - "y": 2785 + "x": 2650, + "y": 2665 } ], "label": { - "x": 2758, - "y": 3305, + "x": 2658, + "y": 3175, "width": 288, "height": 30, "fontName": "Arial Unicode MS", @@ -17088,17 +17378,17 @@ "visible": true, "vertices": [ { - "x": 2645, - "y": 3430 + "x": 2565, + "y": 3310 }, { - "x": 2565, - "y": 3430 + "x": 2485, + "y": 3310 } ], "label": { - "x": 2661, - "y": 3432, + "x": 2581, + "y": 3312, "width": 254, "height": 30, "fontName": "Arial Unicode MS", @@ -17122,17 +17412,17 @@ "visible": true, "vertices": [ { - "x": 2860, - "y": 3530 + "x": 2780, + "y": 3415 }, { - "x": 2860, - "y": 3555 + "x": 2780, + "y": 3435 } ], "label": { - "x": 2868, - "y": 3490, + "x": 2788, + "y": 3375, "width": 249, "height": 30, "fontName": "Arial Unicode MS", @@ -17156,17 +17446,17 @@ "visible": true, "vertices": [ { - "x": 3075, - "y": 3500 + "x": 2995, + "y": 3380 }, { - "x": 4185, - "y": 3500 + "x": 4605, + "y": 3380 } ], "label": { - "x": 3071, - "y": 3472, + "x": 2991, + "y": 3352, "width": 228, "height": 30, "fontName": "Arial Unicode MS", @@ -17190,25 +17480,25 @@ "visible": true, "vertices": [ { - "x": 3075, - "y": 3470 + "x": 2995, + "y": 3360 }, { - "x": 4150, - "y": 3470 + "x": 4560, + "y": 3360 }, { - "x": 4150, - "y": 3310 + "x": 4560, + "y": 3220 }, { - "x": 4185, - "y": 3310 + "x": 4605, + "y": 3220 } ], "label": { - "x": 3071, - "y": 3472, + "x": 2991, + "y": 3362, "width": 238, "height": 30, "fontName": "Arial Unicode MS", @@ -17232,25 +17522,25 @@ "visible": true, "vertices": [ { - "x": 3075, - "y": 3400 + "x": 2995, + "y": 3280 }, { - "x": 3570, - "y": 3400 + "x": 3600, + "y": 3280 }, { - "x": 3570, - "y": 3340 + "x": 3600, + "y": 3230 }, { - "x": 3615, - "y": 3340 + "x": 4035, + "y": 3230 } ], "label": { - "x": 3071, - "y": 3402, + "x": 2991, + "y": 3282, "width": 295, "height": 30, "fontName": "Arial Unicode MS", @@ -17274,25 +17564,25 @@ "visible": true, "vertices": [ { - "x": 3075, - "y": 3360 + "x": 2995, + "y": 3250 }, { - "x": 3120, - "y": 3360 + "x": 3540, + "y": 3250 }, { - "x": 3120, - "y": 3140 + "x": 3540, + "y": 3050 }, { - "x": 3165, - "y": 3140 + "x": 3585, + "y": 3050 } ], "label": { - "x": 3071, - "y": 3362, + "x": 2991, + "y": 3252, "width": 305, "height": 30, "fontName": "Arial Unicode MS", @@ -17316,25 +17606,25 @@ "visible": true, "vertices": [ { - "x": 4045, - "y": 3340 + "x": 4465, + "y": 3230 }, { - "x": 4090, - "y": 3340 + "x": 4500, + "y": 3230 }, { - "x": 4090, - "y": 2990 + "x": 4500, + "y": 2900 }, { - "x": 4125, - "y": 2990 + "x": 4545, + "y": 2900 } ], "label": { - "x": 4041, - "y": 3342, + "x": 4461, + "y": 3232, "width": 357, "height": 30, "fontName": "Arial Unicode MS", @@ -17358,17 +17648,17 @@ "visible": true, "vertices": [ { - "x": 3595, - "y": 3130 + "x": 4015, + "y": 3050 }, { - "x": 3615, - "y": 3130 + "x": 4035, + "y": 3050 } ], "label": { - "x": 3591, - "y": 3132, + "x": 4011, + "y": 3052, "width": 442, "height": 30, "fontName": "Arial Unicode MS", @@ -17392,25 +17682,25 @@ "visible": true, "vertices": [ { - "x": 5435, - "y": 2670 + "x": 4995, + "y": 2580 }, { - "x": 4640, - "y": 2670 + "x": 4210, + "y": 2580 }, { - "x": 4640, - "y": 2600 + "x": 4210, + "y": 2510 }, { - "x": 3505, - "y": 2600 + "x": 3525, + "y": 2510 } ], "label": { - "x": 5451, - "y": 2672, + "x": 5011, + "y": 2582, "width": 384, "height": 30, "fontName": "Arial Unicode MS", @@ -17434,17 +17724,17 @@ "visible": true, "vertices": [ { - "x": 5435, - "y": 2700 + "x": 4995, + "y": 2610 }, { - "x": 4605, - "y": 2700 + "x": 4165, + "y": 2610 } ], "label": { - "x": 5451, - "y": 2672, + "x": 5011, + "y": 2582, "width": 394, "height": 30, "fontName": "Arial Unicode MS", @@ -17468,17 +17758,17 @@ "visible": true, "vertices": [ { - "x": 5650, - "y": 2730 + "x": 5210, + "y": 2650 }, { - "x": 5650, - "y": 2755 + "x": 5210, + "y": 2665 } ], "label": { - "x": 5658, - "y": 2720, + "x": 5218, + "y": 2640, "width": 360, "height": 30, "fontName": "Arial Unicode MS", @@ -17502,21 +17792,21 @@ "visible": true, "vertices": [ { - "x": 5680, - "y": 2525 + "x": 5210, + "y": 2445 }, { - "x": 5680, - "y": 2490 + "x": 5210, + "y": 2400 }, { - "x": 5885, - "y": 2490 + "x": 5445, + "y": 2400 } ], "label": { - "x": 5688, - "y": 2505, + "x": 5218, + "y": 2425, "width": 355, "height": 30, "fontName": "Arial Unicode MS", @@ -17540,17 +17830,17 @@ "visible": true, "vertices": [ { - "x": 5540, - "y": 2525 + "x": 5090, + "y": 2445 }, { - "x": 5540, - "y": 2445 + "x": 5090, + "y": 2365 } ], "label": { - "x": 5548, - "y": 2505, + "x": 5098, + "y": 2425, "width": 334, "height": 30, "fontName": "Arial Unicode MS", @@ -17574,25 +17864,25 @@ "visible": true, "vertices": [ { - "x": 5435, - "y": 2570 + "x": 4995, + "y": 2480 }, { - "x": 5280, - "y": 2570 + "x": 4840, + "y": 2480 }, { - "x": 5280, - "y": 2450 + "x": 4840, + "y": 2380 }, { - "x": 5235, - "y": 2450 + "x": 4795, + "y": 2380 } ], "label": { - "x": 5451, - "y": 2572, + "x": 5011, + "y": 2482, "width": 344, "height": 30, "fontName": "Arial Unicode MS", @@ -17616,25 +17906,25 @@ "visible": true, "vertices": [ { - "x": 5435, - "y": 2600 + "x": 4995, + "y": 2510 }, { - "x": 4770, - "y": 2600 + "x": 4330, + "y": 2510 }, { - "x": 4770, - "y": 2190 + "x": 4330, + "y": 2060 }, { - "x": 4725, - "y": 2190 + "x": 4285, + "y": 2060 } ], "label": { - "x": 5451, - "y": 2602, + "x": 5011, + "y": 2512, "width": 401, "height": 30, "fontName": "Arial Unicode MS", @@ -17658,25 +17948,25 @@ "visible": true, "vertices": [ { - "x": 5435, - "y": 2630 + "x": 4995, + "y": 2540 }, { - "x": 4700, - "y": 2630 + "x": 4270, + "y": 2540 }, { - "x": 4700, - "y": 2460 + "x": 4270, + "y": 2320 }, { - "x": 4665, - "y": 2460 + "x": 4225, + "y": 2320 } ], "label": { - "x": 5451, - "y": 2632, + "x": 5011, + "y": 2542, "width": 411, "height": 30, "fontName": "Arial Unicode MS", @@ -17700,17 +17990,17 @@ "visible": true, "vertices": [ { - "x": 4295, - "y": 2190 + "x": 3855, + "y": 2050 }, { - "x": 4275, - "y": 2190 + "x": 3775, + "y": 2050 } ], "label": { - "x": 4311, - "y": 2192, + "x": 3871, + "y": 2052, "width": 463, "height": 30, "fontName": "Arial Unicode MS", @@ -17734,17 +18024,17 @@ "visible": true, "vertices": [ { - "x": 4235, - "y": 2450 + "x": 3795, + "y": 2320 }, { - "x": 4215, - "y": 2450 + "x": 3775, + "y": 2320 } ], "label": { - "x": 4251, - "y": 2452, + "x": 3811, + "y": 2322, "width": 548, "height": 30, "fontName": "Arial Unicode MS", @@ -17768,25 +18058,25 @@ "visible": true, "vertices": [ { - "x": 3340, - "y": 930 + "x": 2910, + "y": 850 }, { - "x": 3340, - "y": 2200 + "x": 2910, + "y": 2110 }, { - "x": 3140, - "y": 2200 + "x": 2860, + "y": 2110 }, { - "x": 3140, - "y": 2245 + "x": 2860, + "y": 2295 } ], "label": { - "x": 3348, - "y": 920, + "x": 2918, + "y": 840, "width": 330, "height": 30, "fontName": "Arial Unicode MS", @@ -17810,17 +18100,17 @@ "visible": true, "vertices": [ { - "x": 3430, - "y": 930 + "x": 2990, + "y": 850 }, { - "x": 3430, - "y": 2245 + "x": 2990, + "y": 2145 } ], "label": { - "x": 3438, - "y": 890, + "x": 2998, + "y": 810, "width": 340, "height": 30, "fontName": "Arial Unicode MS", @@ -17844,17 +18134,17 @@ "visible": true, "vertices": [ { - "x": 3495, - "y": 830 + "x": 3045, + "y": 750 }, { - "x": 3515, - "y": 830 + "x": 3065, + "y": 750 } ], "label": { - "x": 3491, - "y": 832, + "x": 3041, + "y": 752, "width": 306, "height": 30, "fontName": "Arial Unicode MS", @@ -17878,17 +18168,17 @@ "visible": true, "vertices": [ { - "x": 3280, - "y": 725 + "x": 2830, + "y": 645 }, { - "x": 3280, - "y": 635 + "x": 2830, + "y": 565 } ], "label": { - "x": 3288, - "y": 705, + "x": 2838, + "y": 625, "width": 301, "height": 30, "fontName": "Arial Unicode MS", @@ -17912,17 +18202,17 @@ "visible": true, "vertices": [ { - "x": 3065, - "y": 830 + "x": 2615, + "y": 750 }, { - "x": 3035, - "y": 830 + "x": 2605, + "y": 750 } ], "label": { - "x": 3081, - "y": 802, + "x": 2631, + "y": 722, "width": 280, "height": 30, "fontName": "Arial Unicode MS", @@ -17946,25 +18236,25 @@ "visible": true, "vertices": [ { - "x": 3120, - "y": 930 + "x": 2680, + "y": 850 }, { - "x": 3120, - "y": 970 + "x": 2680, + "y": 890 }, { - "x": 3050, - "y": 970 + "x": 2630, + "y": 890 }, { - "x": 3050, - "y": 1015 + "x": 2630, + "y": 935 } ], "label": { - "x": 3128, - "y": 920, + "x": 2688, + "y": 840, "width": 290, "height": 30, "fontName": "Arial Unicode MS", @@ -17988,25 +18278,25 @@ "visible": true, "vertices": [ { - "x": 3200, - "y": 930 + "x": 2760, + "y": 850 }, { - "x": 3200, - "y": 1260 + "x": 2760, + "y": 1180 }, { - "x": 3130, - "y": 1260 + "x": 2710, + "y": 1180 }, { - "x": 3130, - "y": 1305 + "x": 2710, + "y": 1215 } ], "label": { - "x": 3208, - "y": 920, + "x": 2768, + "y": 840, "width": 347, "height": 30, "fontName": "Arial Unicode MS", @@ -18030,25 +18320,25 @@ "visible": true, "vertices": [ { - "x": 3270, - "y": 930 + "x": 2830, + "y": 850 }, { - "x": 3270, - "y": 1740 + "x": 2830, + "y": 1650 }, { - "x": 3200, - "y": 1740 + "x": 2780, + "y": 1650 }, { - "x": 3200, - "y": 1785 + "x": 2780, + "y": 1695 } ], "label": { - "x": 3278, - "y": 920, + "x": 2838, + "y": 840, "width": 357, "height": 30, "fontName": "Arial Unicode MS", @@ -18072,17 +18362,17 @@ "visible": true, "vertices": [ { - "x": 3010, - "y": 1472 + "x": 2580, + "y": 1382 }, { - "x": 3010, - "y": 1495 + "x": 2580, + "y": 1405 } ], "label": { - "x": 3018, - "y": 1462, + "x": 2588, + "y": 1372, "width": 409, "height": 30, "fontName": "Arial Unicode MS", @@ -18106,17 +18396,17 @@ "visible": true, "vertices": [ { - "x": 3090, - "y": 1933 + "x": 2650, + "y": 1843 }, { - "x": 3090, - "y": 1955 + "x": 2650, + "y": 1865 } ], "label": { - "x": 3098, - "y": 1923, + "x": 2658, + "y": 1833, "width": 494, "height": 30, "fontName": "Arial Unicode MS", @@ -18140,25 +18430,21 @@ "visible": true, "vertices": [ { - "x": 955, - "y": 3100 + "x": 830, + "y": 3275 }, { - "x": 1000, - "y": 3100 + "x": 830, + "y": 2770 }, { - "x": 1000, - "y": 2530 - }, - { - "x": 1875, - "y": 2530 + "x": 1805, + "y": 2770 } ], "label": { - "x": 951, - "y": 3102, + "x": 838, + "y": 3285, "width": 354, "height": 30, "fontName": "Arial Unicode MS", @@ -18182,21 +18468,21 @@ "visible": true, "vertices": [ { - "x": 770, - "y": 3055 + "x": 720, + "y": 3275 }, { - "x": 770, - "y": 2420 + "x": 720, + "y": 2660 }, { - "x": 815, - "y": 2420 + "x": 765, + "y": 2660 } ], "label": { - "x": 778, - "y": 3035, + "x": 728, + "y": 3255, "width": 364, "height": 30, "fontName": "Arial Unicode MS", @@ -18220,17 +18506,17 @@ "visible": true, "vertices": [ { - "x": 630, - "y": 3055 + "x": 610, + "y": 3275 }, { - "x": 630, - "y": 2338 + "x": 610, + "y": 2578 } ], "label": { - "x": 638, - "y": 3065, + "x": 618, + "y": 3285, "width": 330, "height": 30, "fontName": "Arial Unicode MS", @@ -18255,16 +18541,16 @@ "vertices": [ { "x": 525, - "y": 3160 + "y": 3380 }, { "x": 445, - "y": 3160 + "y": 3380 } ], "label": { "x": 541, - "y": 3132, + "y": 3352, "width": 325, "height": 30, "fontName": "Arial Unicode MS", @@ -18289,16 +18575,16 @@ "vertices": [ { "x": 740, - "y": 3260 + "y": 3480 }, { "x": 740, - "y": 3285 + "y": 3495 } ], "label": { "x": 748, - "y": 3220, + "y": 3440, "width": 304, "height": 30, "fontName": "Arial Unicode MS", @@ -18323,16 +18609,16 @@ "vertices": [ { "x": 955, - "y": 3230 + "y": 3440 }, { - "x": 1165, - "y": 3230 + "x": 1095, + "y": 3440 } ], "label": { "x": 951, - "y": 3232, + "y": 3442, "width": 314, "height": 30, "fontName": "Arial Unicode MS", @@ -18357,24 +18643,24 @@ "vertices": [ { "x": 955, - "y": 3160 + "y": 3340 }, { - "x": 1120, - "y": 3160 + "x": 1060, + "y": 3340 }, { - "x": 1120, - "y": 3020 + "x": 1060, + "y": 3250 }, { - "x": 1165, - "y": 3020 + "x": 1095, + "y": 3250 } ], "label": { "x": 951, - "y": 3162, + "y": 3342, "width": 371, "height": 30, "fontName": "Arial Unicode MS", @@ -18399,24 +18685,24 @@ "vertices": [ { "x": 955, - "y": 3120 + "y": 3310 }, { - "x": 1060, - "y": 3120 + "x": 1000, + "y": 3310 }, { - "x": 1060, - "y": 2810 + "x": 1000, + "y": 3070 }, { - "x": 1105, - "y": 2810 + "x": 1035, + "y": 3070 } ], "label": { "x": 951, - "y": 3122, + "y": 3312, "width": 381, "height": 30, "fontName": "Arial Unicode MS", @@ -18440,17 +18726,17 @@ "visible": true, "vertices": [ { - "x": 1595, - "y": 3020 + "x": 1525, + "y": 3250 }, { - "x": 1615, - "y": 3020 + "x": 1545, + "y": 3250 } ], "label": { - "x": 1591, - "y": 3022, + "x": 1521, + "y": 3252, "width": 433, "height": 30, "fontName": "Arial Unicode MS", @@ -18474,17 +18760,17 @@ "visible": true, "vertices": [ { - "x": 1535, - "y": 2800 + "x": 1465, + "y": 3070 }, { - "x": 1555, - "y": 2800 + "x": 1485, + "y": 3070 } ], "label": { - "x": 1531, - "y": 2802, + "x": 1461, + "y": 3072, "width": 518, "height": 30, "fontName": "Arial Unicode MS", @@ -18508,25 +18794,25 @@ "visible": true, "vertices": [ { - "x": 1830, - "y": 4695 + "x": 1770, + "y": 4555 }, { - "x": 1830, - "y": 3910 + "x": 1770, + "y": 3790 }, { - "x": 1980, - "y": 3910 + "x": 1880, + "y": 3790 }, { - "x": 1980, - "y": 3812 + "x": 1880, + "y": 3692 } ], "label": { - "x": 1838, - "y": 4705, + "x": 1778, + "y": 4565, "width": 280, "height": 30, "fontName": "Arial Unicode MS", @@ -18550,17 +18836,17 @@ "visible": true, "vertices": [ { - "x": 1750, - "y": 4695 + "x": 1690, + "y": 4555 }, { - "x": 1750, - "y": 3875 + "x": 1690, + "y": 3745 } ], "label": { - "x": 1758, - "y": 4675, + "x": 1698, + "y": 4535, "width": 290, "height": 30, "fontName": "Arial Unicode MS", @@ -18584,17 +18870,17 @@ "visible": true, "vertices": [ { - "x": 1695, - "y": 4800 + "x": 1635, + "y": 4660 }, { - "x": 1665, - "y": 4800 + "x": 1615, + "y": 4660 } ], "label": { - "x": 1711, - "y": 4802, + "x": 1651, + "y": 4662, "width": 256, "height": 30, "fontName": "Arial Unicode MS", @@ -18618,17 +18904,17 @@ "visible": true, "vertices": [ { - "x": 1910, - "y": 4900 + "x": 1850, + "y": 4760 }, { - "x": 1910, - "y": 4925 + "x": 1850, + "y": 4775 } ], "label": { - "x": 1918, - "y": 4860, + "x": 1858, + "y": 4720, "width": 251, "height": 30, "fontName": "Arial Unicode MS", @@ -18652,17 +18938,17 @@ "visible": true, "vertices": [ { - "x": 2125, - "y": 4800 + "x": 2065, + "y": 4660 }, { - "x": 2145, - "y": 4800 + "x": 2085, + "y": 4660 } ], "label": { - "x": 2121, - "y": 4772, + "x": 2061, + "y": 4632, "width": 230, "height": 30, "fontName": "Arial Unicode MS", @@ -18686,25 +18972,25 @@ "visible": true, "vertices": [ { - "x": 2060, - "y": 4695 + "x": 2000, + "y": 4555 }, { - "x": 2060, - "y": 4650 + "x": 2000, + "y": 4510 }, { - "x": 2130, - "y": 4650 + "x": 2050, + "y": 4510 }, { - "x": 2130, - "y": 4612 + "x": 2050, + "y": 4472 } ], "label": { - "x": 2068, - "y": 4705, + "x": 2008, + "y": 4565, "width": 240, "height": 30, "fontName": "Arial Unicode MS", @@ -18728,25 +19014,25 @@ "visible": true, "vertices": [ { - "x": 1990, - "y": 4695 + "x": 1920, + "y": 4555 }, { - "x": 1990, - "y": 4400 + "x": 1920, + "y": 4270 }, { - "x": 2420, - "y": 4400 + "x": 2350, + "y": 4270 }, { - "x": 2420, - "y": 4292 + "x": 2350, + "y": 4162 } ], "label": { - "x": 1998, - "y": 4705, + "x": 1928, + "y": 4565, "width": 297, "height": 30, "fontName": "Arial Unicode MS", @@ -18770,25 +19056,25 @@ "visible": true, "vertices": [ { - "x": 1910, - "y": 4695 + "x": 1850, + "y": 4555 }, { - "x": 1910, - "y": 4340 + "x": 1850, + "y": 4210 }, { - "x": 1970, - "y": 4340 + "x": 1900, + "y": 4210 }, { - "x": 1970, - "y": 4293 + "x": 1900, + "y": 4163 } ], "label": { - "x": 1918, - "y": 4705, + "x": 1858, + "y": 4565, "width": 307, "height": 30, "fontName": "Arial Unicode MS", @@ -18812,17 +19098,17 @@ "visible": true, "vertices": [ { - "x": 2540, - "y": 4125 + "x": 2470, + "y": 3995 }, { - "x": 2540, - "y": 4102 + "x": 2470, + "y": 3982 } ], "label": { - "x": 2548, - "y": 4135, + "x": 2478, + "y": 4005, "width": 359, "height": 30, "fontName": "Arial Unicode MS", @@ -18846,17 +19132,17 @@ "visible": true, "vertices": [ { - "x": 2090, - "y": 4145 + "x": 2020, + "y": 4015 }, { - "x": 2090, - "y": 4122 + "x": 2020, + "y": 3992 } ], "label": { - "x": 2098, - "y": 4155, + "x": 2028, + "y": 4025, "width": 444, "height": 30, "fontName": "Arial Unicode MS", @@ -18880,29 +19166,29 @@ "visible": true, "vertices": [ { - "x": 7945, - "y": 3680 + "x": 7485, + "y": 3550 }, { - "x": 7260, - "y": 3680 + "x": 6810, + "y": 3550 }, { - "x": 7260, - "y": 3600 + "x": 6810, + "y": 3480 }, { - "x": 6500, - "y": 3600 + "x": 6020, + "y": 3480 }, { - "x": 6500, - "y": 3645 + "x": 6020, + "y": 3525 } ], "label": { - "x": 7961, - "y": 3682, + "x": 7501, + "y": 3552, "width": 338, "height": 30, "fontName": "Arial Unicode MS", @@ -18926,17 +19212,17 @@ "visible": true, "vertices": [ { - "x": 7945, - "y": 3700 + "x": 7485, + "y": 3580 }, { - "x": 7225, - "y": 3700 + "x": 6775, + "y": 3580 } ], "label": { - "x": 7961, - "y": 3672, + "x": 7501, + "y": 3552, "width": 348, "height": 30, "fontName": "Arial Unicode MS", @@ -18960,17 +19246,17 @@ "visible": true, "vertices": [ { - "x": 8160, - "y": 3740 + "x": 7700, + "y": 3620 }, { - "x": 8160, - "y": 3765 + "x": 7700, + "y": 3645 } ], "label": { - "x": 8168, - "y": 3730, + "x": 7708, + "y": 3610, "width": 314, "height": 30, "fontName": "Arial Unicode MS", @@ -18994,17 +19280,17 @@ "visible": true, "vertices": [ { - "x": 8375, - "y": 3640 + "x": 7915, + "y": 3520 }, { - "x": 8455, - "y": 3640 + "x": 7995, + "y": 3520 } ], "label": { - "x": 8371, - "y": 3612, + "x": 7911, + "y": 3492, "width": 309, "height": 30, "fontName": "Arial Unicode MS", @@ -19028,17 +19314,17 @@ "visible": true, "vertices": [ { - "x": 8160, - "y": 3535 + "x": 7700, + "y": 3415 }, { - "x": 8160, - "y": 3515 + "x": 7700, + "y": 3395 } ], "label": { - "x": 8168, - "y": 3515, + "x": 7708, + "y": 3395, "width": 288, "height": 30, "fontName": "Arial Unicode MS", @@ -19062,25 +19348,25 @@ "visible": true, "vertices": [ { - "x": 7945, - "y": 3570 + "x": 7485, + "y": 3450 }, { - "x": 7900, - "y": 3570 + "x": 7440, + "y": 3450 }, { - "x": 7900, - "y": 3480 + "x": 7440, + "y": 3360 }, { - "x": 7865, - "y": 3480 + "x": 7405, + "y": 3360 } ], "label": { - "x": 7961, - "y": 3572, + "x": 7501, + "y": 3452, "width": 298, "height": 30, "fontName": "Arial Unicode MS", @@ -19104,25 +19390,25 @@ "visible": true, "vertices": [ { - "x": 7945, - "y": 3600 + "x": 7485, + "y": 3480 }, { - "x": 7390, - "y": 3600 + "x": 6930, + "y": 3480 }, { - "x": 7390, - "y": 3300 + "x": 6930, + "y": 3180 }, { - "x": 7345, - "y": 3300 + "x": 6835, + "y": 3180 } ], "label": { - "x": 7961, - "y": 3602, + "x": 7501, + "y": 3482, "width": 355, "height": 30, "fontName": "Arial Unicode MS", @@ -19146,25 +19432,25 @@ "visible": true, "vertices": [ { - "x": 7945, - "y": 3630 + "x": 7485, + "y": 3510 }, { - "x": 7330, - "y": 3630 + "x": 6870, + "y": 3510 }, { - "x": 7330, - "y": 3480 + "x": 6870, + "y": 3360 }, { - "x": 7285, - "y": 3480 + "x": 6835, + "y": 3360 } ], "label": { - "x": 7961, - "y": 3632, + "x": 7501, + "y": 3512, "width": 365, "height": 30, "fontName": "Arial Unicode MS", @@ -19188,17 +19474,17 @@ "visible": true, "vertices": [ { - "x": 6915, - "y": 3290 + "x": 6405, + "y": 3170 }, { - "x": 6895, - "y": 3290 + "x": 6385, + "y": 3170 } ], "label": { - "x": 6931, - "y": 3292, + "x": 6421, + "y": 3172, "width": 417, "height": 30, "fontName": "Arial Unicode MS", @@ -19222,17 +19508,17 @@ "visible": true, "vertices": [ { - "x": 6855, - "y": 3480 + "x": 6405, + "y": 3360 }, { - "x": 6835, - "y": 3480 + "x": 6385, + "y": 3360 } ], "label": { - "x": 6871, - "y": 3482, + "x": 6421, + "y": 3362, "width": 502, "height": 30, "fontName": "Arial Unicode MS", @@ -19256,25 +19542,17 @@ "visible": true, "vertices": [ { - "x": 6370, - "y": 695 + "x": 5910, + "y": 625 }, { - "x": 6370, - "y": 970 - }, - { - "x": 6360, - "y": 970 - }, - { - "x": 6360, - "y": 1645 + "x": 5910, + "y": 1565 } ], "label": { - "x": 6378, - "y": 685, + "x": 5918, + "y": 615, "width": 352, "height": 30, "fontName": "Arial Unicode MS", @@ -19298,17 +19576,17 @@ "visible": true, "vertices": [ { - "x": 6595, - "y": 610 + "x": 6125, + "y": 540 }, { - "x": 6615, - "y": 610 + "x": 6145, + "y": 540 } ], "label": { - "x": 6591, - "y": 612, + "x": 6121, + "y": 542, "width": 369, "height": 30, "fontName": "Arial Unicode MS", @@ -19332,17 +19610,17 @@ "visible": true, "vertices": [ { - "x": 6380, - "y": 515 + "x": 5910, + "y": 445 }, { - "x": 6380, - "y": 433 + "x": 5910, + "y": 423 } ], "label": { - "x": 6388, - "y": 525, + "x": 5918, + "y": 455, "width": 379, "height": 30, "fontName": "Arial Unicode MS", @@ -19366,17 +19644,17 @@ "visible": true, "vertices": [ { - "x": 7045, - "y": 610 + "x": 6575, + "y": 540 }, { - "x": 7065, - "y": 610 + "x": 6595, + "y": 540 } ], "label": { - "x": 7041, - "y": 612, + "x": 6571, + "y": 542, "width": 431, "height": 30, "fontName": "Arial Unicode MS", @@ -19400,17 +19678,17 @@ "visible": true, "vertices": [ { - "x": 6380, - "y": 285 + "x": 5910, + "y": 275 }, { - "x": 6380, + "x": 5910, "y": 258 } ], "label": { - "x": 6388, - "y": 295, + "x": 5918, + "y": 285, "width": 516, "height": 30, "fontName": "Arial Unicode MS", @@ -19434,17 +19712,17 @@ "visible": true, "vertices": [ { - "x": 6500, - "y": 695 + "x": 6040, + "y": 625 }, { - "x": 6500, - "y": 1005 + "x": 6040, + "y": 645 } ], "label": { - "x": 6502, - "y": 645, + "x": 6042, + "y": 575, "width": 362, "height": 30, "fontName": "Arial Unicode MS", @@ -19468,17 +19746,17 @@ "visible": true, "vertices": [ { - "x": 6165, - "y": 610 + "x": 5695, + "y": 540 }, { - "x": 6145, - "y": 610 + "x": 5675, + "y": 540 } ], "label": { - "x": 6175, - "y": 572, + "x": 5705, + "y": 502, "width": 317, "height": 30, "fontName": "Arial Unicode MS", @@ -19502,25 +19780,17 @@ "visible": true, "vertices": [ { - "x": 6260, - "y": 695 + "x": 5780, + "y": 625 }, { - "x": 6260, - "y": 730 - }, - { - "x": 6230, - "y": 730 - }, - { - "x": 6230, - "y": 775 + "x": 5780, + "y": 705 } ], "label": { - "x": 6262, - "y": 645, + "x": 5782, + "y": 575, "width": 327, "height": 30, "fontName": "Arial Unicode MS", @@ -19535,6 +19805,86 @@ "isFontItalic": false, "isVisible": false } + }, + { + "name": "fk_UserService_GetJwtTokenRequest_1", + "sourceTableName": "UserService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 2995, + "y": 3230 + }, + { + "x": 3030, + "y": 3230 + }, + { + "x": 3030, + "y": 3150 + }, + { + "x": 3075, + "y": 3150 + } + ], + "label": { + "x": 2985, + "y": 3192, + "width": 261, + "height": 30, + "fontName": "Arial Unicode MS", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } + }, + { + "name": "fk_UserService_GetJwtTokenResponse_1", + "sourceTableName": "UserService", + "sourceSchemaName": "CMS", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 2870, + "y": 3195 + }, + { + "x": 2870, + "y": 3000 + }, + { + "x": 2915, + "y": 3000 + } + ], + "label": { + "x": 2872, + "y": 3165, + "width": 271, + "height": 30, + "fontName": "Arial Unicode MS", + "fontSize": 14, + "fontColor": { + "r": 51, + "g": 51, + "b": 51, + "a": 1 + }, + "isFontBold": false, + "isFontItalic": false, + "isVisible": false + } } ], "viewRelations": []