diff --git a/docs/model.ndm2 b/docs/model.ndm2 index 37ee9c7..c30c72f 100644 --- a/docs/model.ndm2 +++ b/docs/model.ndm2 @@ -25,941 +25,6 @@ "name": "FrontOffice", "comment": "", "tables": [ - { - "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": 0, - "isNullable": "Default", - "scale": 0, - "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": 0, - "isNullable": "Default", - "scale": 0, - "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": 0, - "isNullable": "Default", - "scale": 0, - "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": 0, - "isNullable": "Default", - "scale": 0, - "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": 0, - "isNullable": "Default", - "scale": 0, - "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": "FrontOffice", - "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": "FrontOffice", - "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": "FrontOffice", - "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": "FrontOffice", - "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": "FrontOffice", - "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": "FrontOffice", - "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": "FrontOffice", - "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": "FrontOffice", - "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": "CreateNewUserRequest", - "comment": "ورودی ایجاد کاربر جدید", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "CreateNewUserRequest", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 2207, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "FirstName", - "type": "nvarchar", - "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": "FirstName", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "LastName", - "type": "nvarchar", - "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": "LastName", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Mobile", - "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": "Mobile", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "NationalCode", - "type": "nvarchar", - "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": "NationalCode", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "AvatarPath", - "type": "nvarchar", - "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": "AvatarPath", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ParentId", - "type": "bigint", - "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": "ParentId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "foreignKeys": [], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - { - "objectType": "Table_MSSQL", - "name": "CreateNewUserResponse", - "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": "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": "", - "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": "UpdateUserRequest", - "comment": "ورودی ویرایش کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "UpdateUserRequest", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 5462, - "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 - }, - { - "objectType": "TableField_MSSQL", - "name": "FirstName", - "type": "nvarchar", - "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": "FirstName", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "LastName", - "type": "nvarchar", - "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": "LastName", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Mobile", - "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": "Mobile", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "NationalCode", - "type": "nvarchar", - "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": "NationalCode", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "AvatarPath", - "type": "nvarchar", - "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": "AvatarPath", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ParentId", - "type": "bigint", - "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": "ParentId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "", - "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": "DeleteUserRequest", @@ -1011,7 +76,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_26", "fields": [ "Id" ], @@ -1106,282 +171,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", - "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": "GetUserResponse", - "comment": "خروجی واکشی یک کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "GetUserResponse", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 2333, - "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 - }, - { - "objectType": "TableField_MSSQL", - "name": "FirstName", - "type": "nvarchar", - "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": "FirstName", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "LastName", - "type": "nvarchar", - "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": "LastName", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Mobile", - "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": "Mobile", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "NationalCode", - "type": "nvarchar", - "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": "NationalCode", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "AvatarPath", - "type": "nvarchar", - "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": "AvatarPath", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ParentId", - "type": "bigint", - "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": "ParentId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_25", "fields": [ "Id" ], @@ -1804,7 +594,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_24", "fields": [ "Id" ], @@ -2197,7 +987,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_23", "fields": [ "Id" ], @@ -2857,7 +1647,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_22", "fields": [ "Id" ], @@ -3132,7 +1922,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_21", "fields": [ "Id" ], @@ -3227,7 +2017,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_20", "fields": [ "Id" ], @@ -3322,7 +2112,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_19", "fields": [ "Id" ], @@ -3597,7 +2387,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_18", "fields": [ "Id" ], @@ -4020,7 +2810,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_17", "fields": [ "Id" ], @@ -4413,917 +3203,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", - "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": "PackageService", - "comment": "سرویس های پکیج", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "PackageService", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 3135, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "CreateNewPackage", - "type": "CreateCommand", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "ایجاد پکیج جدید", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "CreateNewPackage", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UpdatePackage", - "type": "UpdateCommand", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "ویرایش پکیج", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UpdatePackage", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "DeletePackage", - "type": "DeleteCommand", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "حذف پکیج", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "DeletePackage", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "GetPackage", - "type": "GetOneQuery", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "واکشی یک پکیج", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "GetPackage", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "GetAllPackageByFilter", - "type": "GetAllByFilterQuery", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "واکشی پکیج ها بر مبنای فیلتر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "GetAllPackageByFilter", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "foreignKeys": [ - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_PackageService_CreateNewPackageRequest_1", - "fields": [ - "CreateNewPackage" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "CreateNewPackageRequest", - "referencedFields": [ - "Title" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_PackageService_CreateNewPackageResponse_1", - "fields": [ - "CreateNewPackage" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "CreateNewPackageResponse", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_PackageService_UpdatePackageRequest_1", - "fields": [ - "UpdatePackage" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "UpdatePackageRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_PackageService_DeletePackageRequest_1", - "fields": [ - "DeletePackage" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "DeletePackageRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_PackageService_GetPackageRequest_1", - "fields": [ - "GetPackage" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "GetPackageRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_PackageService_GetPackageResponse_1", - "fields": [ - "GetPackage" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "GetPackageResponse", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_PackageService_GetAllPackageByFilterRequest_1", - "fields": [ - "GetAllPackageByFilter" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "GetAllPackageByFilterRequest", - "referencedFields": [ - "PaginationState" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_PackageService_GetAllPackageByFilterResponse_1", - "fields": [ - "GetAllPackageByFilter" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "GetAllPackageByFilterResponse", - "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": "CreateNewPackageRequest", - "comment": "ورودی ایجاد پکیج جدید", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "CreateNewPackageRequest", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 1736, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Title", - "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": "Title", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Description", - "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": "Description", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ImagePath", - "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": "ImagePath", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Price", - "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": "Price", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "foreignKeys": [], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - { - "objectType": "Table_MSSQL", - "name": "CreateNewPackageResponse", - "comment": "خروجی ایجاد پکیج جدید", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 6700, - "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": "", - "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": "UpdatePackageRequest", - "comment": "ورودی ویرایش پکیج", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "UpdatePackageRequest", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 4108, - "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 - }, - { - "objectType": "TableField_MSSQL", - "name": "Title", - "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": "Title", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Description", - "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": "Description", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "ImagePath", - "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": "ImagePath", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Price", - "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": "Price", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "", - "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": "DeletePackageRequest", - "comment": "ورودی حذف پکیج", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 5042, - "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": "", + "name": "_copy_16", "fields": [ "Id" ], @@ -5418,7 +3298,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_12", "fields": [ "Id" ], @@ -5633,7 +3513,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_11", "fields": [ "Id" ], @@ -5996,7 +3876,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_10", "fields": [ "Id" ], @@ -6329,7 +4209,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_9", "fields": [ "Id" ], @@ -6989,7 +4869,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_8", "fields": [ "Id" ], @@ -7264,7 +5144,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_7", "fields": [ "Id" ], @@ -7359,7 +5239,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_6", "fields": [ "Id" ], @@ -7454,7 +5334,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_5", "fields": [ "Id" ], @@ -7729,7 +5609,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_4", "fields": [ "Id" ], @@ -8152,7 +6032,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_3", "fields": [ "Id" ], @@ -8545,7 +6425,7 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", + "name": "_copy_2", "fields": [ "Id" ], @@ -8591,16 +6471,16 @@ }, { "objectType": "Table_MSSQL", - "name": "RoleService", - "comment": "سرویس های نقش", + "name": "GetUserResponse", + "comment": "خروجی واکشی یک کاربر", "owner": "", "isChangeTracking": false, "isTrackColumnsUpdated": false, - "oldName": "RoleService", + "oldName": "GetUserResponse", "isSystemTable": false, "createTime": "", "modifyTime": "", - "objectID": 3784, + "objectID": 2333, "numberOfRows": 0, "identityCurrent": 0, "dataLength": 0, @@ -8608,12 +6488,12 @@ "fields": [ { "objectType": "TableField_MSSQL", - "name": "CreateNewRole", - "type": "CreateCommand", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "ایجاد نقش جدید", + "name": "Id", + "type": "bigint", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "شناسه", "computedExpression": "", "defaultValue": "", "defaultValueType": "Others", @@ -8626,7 +6506,37 @@ "isPersisted": false, "isSparse": false, "isRowGUIDColumn": false, - "oldName": "CreateNewRole", + "oldName": "Id", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": true, + "isExistingField": false, + "identitySeed": -2147483648, + "identityIncrement": -2147483648, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "FirstName", + "type": "nvarchar", + "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": "FirstName", "computedBaseType": "", "isDefaultConstraint": false, "defaultConstraint": "", @@ -8638,12 +6548,257 @@ }, { "objectType": "TableField_MSSQL", - "name": "UpdateRole", + "name": "LastName", + "type": "nvarchar", + "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": "LastName", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Mobile", + "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": "Mobile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "NationalCode", + "type": "nvarchar", + "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": "NationalCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "AvatarPath", + "type": "nvarchar", + "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": "AvatarPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "ParentId", + "type": "bigint", + "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": "ParentId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "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": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_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": "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": "UpdateUser", "type": "UpdateCommand", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "ویرایش نقش", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "ویرایش کاربر", "computedExpression": "", "defaultValue": "", "defaultValueType": "Others", @@ -8656,7 +6811,7 @@ "isPersisted": false, "isSparse": false, "isRowGUIDColumn": false, - "oldName": "UpdateRole", + "oldName": "UpdateUser", "computedBaseType": "", "isDefaultConstraint": false, "defaultConstraint": "", @@ -8668,12 +6823,12 @@ }, { "objectType": "TableField_MSSQL", - "name": "DeleteRole", + "name": "DeleteUser", "type": "DeleteCommand", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "حذف نقش", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "حذف کاربر", "computedExpression": "", "defaultValue": "", "defaultValueType": "Others", @@ -8686,7 +6841,7 @@ "isPersisted": false, "isSparse": false, "isRowGUIDColumn": false, - "oldName": "DeleteRole", + "oldName": "DeleteUser", "computedBaseType": "", "isDefaultConstraint": false, "defaultConstraint": "", @@ -8698,12 +6853,12 @@ }, { "objectType": "TableField_MSSQL", - "name": "GetRole", + "name": "GetUser", "type": "GetOneQuery", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "واکشی یک نقش", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "واکشی یک کاربر", "computedExpression": "", "defaultValue": "", "defaultValueType": "Others", @@ -8716,7 +6871,7 @@ "isPersisted": false, "isSparse": false, "isRowGUIDColumn": false, - "oldName": "GetRole", + "oldName": "GetUser", "computedBaseType": "", "isDefaultConstraint": false, "defaultConstraint": "", @@ -8728,12 +6883,12 @@ }, { "objectType": "TableField_MSSQL", - "name": "GetAllRoleByFilter", + "name": "GetAllUserByFilter", "type": "GetAllByFilterQuery", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "واکشی نقش ها بر مبنای فیلتر", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "واکشی کاربر ها بر مبنای فیلتر", "computedExpression": "", "defaultValue": "", "defaultValueType": "Others", @@ -8746,7 +6901,67 @@ "isPersisted": false, "isSparse": false, "isRowGUIDColumn": false, - "oldName": "GetAllRoleByFilter", + "oldName": "GetAllUserByFilter", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "CreateNewOtpToken", + "type": "CreateCommand", + "size": -2147483648, + "isNullable": "Yes", + "scale": -2147483648, + "comment": "ایجاد توکن Otp جدید", + "computedExpression": "", + "defaultValue": "", + "defaultValueType": "Others", + "schema": "", + "userDefinedType": "", + "collate": "", + "isWithValues": false, + "isFilestream": false, + "isColumnSet": false, + "isPersisted": false, + "isSparse": false, + "isRowGUIDColumn": false, + "oldName": "CreateNewOtpToken", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "VerifyOtpToken", + "type": "Command", + "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": "VerifyOtpToken", "computedBaseType": "", "isDefaultConstraint": false, "defaultConstraint": "", @@ -8761,32 +6976,12 @@ "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", - "name": "fk_RoleService_CreateNewRoleRequest_1", + "name": "fk_UserService_UpdateUserRequest_1", "fields": [ - "CreateNewRole" + "UpdateUser" ], "referencedSchema": "FrontOffice", - "referencedTable": "CreateNewRoleRequest", - "referencedFields": [ - "Name" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_RoleService_CreateNewRoleResponse_1", - "fields": [ - "CreateNewRole" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "CreateNewRoleResponse", + "referencedTable": "UpdateUserRequest", "referencedFields": [ "Id" ], @@ -8801,12 +6996,12 @@ }, { "objectType": "ForeignKey_MSSQL", - "name": "fk_RoleService_UpdateRoleRequest_1", + "name": "fk_UserService_DeleteUserRequest_1", "fields": [ - "UpdateRole" + "DeleteUser" ], "referencedSchema": "FrontOffice", - "referencedTable": "UpdateRoleRequest", + "referencedTable": "DeleteUserRequest", "referencedFields": [ "Id" ], @@ -8821,12 +7016,12 @@ }, { "objectType": "ForeignKey_MSSQL", - "name": "fk_RoleService_DeleteRoleRequest_1", + "name": "fk_UserService_GetUserRequest_1", "fields": [ - "DeleteRole" + "GetUser" ], "referencedSchema": "FrontOffice", - "referencedTable": "DeleteRoleRequest", + "referencedTable": "GetUserRequest", "referencedFields": [ "Id" ], @@ -8841,12 +7036,12 @@ }, { "objectType": "ForeignKey_MSSQL", - "name": "fk_RoleService_GetRoleRequest_1", + "name": "fk_UserService_GetUserResponse_1", "fields": [ - "GetRole" + "GetUser" ], "referencedSchema": "FrontOffice", - "referencedTable": "GetRoleRequest", + "referencedTable": "GetUserResponse", "referencedFields": [ "Id" ], @@ -8861,32 +7056,12 @@ }, { "objectType": "ForeignKey_MSSQL", - "name": "fk_RoleService_GetRoleResponse_1", + "name": "fk_UserService_GetAllUserByFilterRequest_1", "fields": [ - "GetRole" + "GetAllUserByFilter" ], "referencedSchema": "FrontOffice", - "referencedTable": "GetRoleResponse", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_RoleService_GetAllRoleByFilterRequest_1", - "fields": [ - "GetAllRoleByFilter" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "GetAllRoleByFilterRequest", + "referencedTable": "GetAllUserByFilterRequest", "referencedFields": [ "PaginationState" ], @@ -8901,12 +7076,12 @@ }, { "objectType": "ForeignKey_MSSQL", - "name": "fk_RoleService_GetAllRoleByFilterResponse_1", + "name": "fk_UserService_GetAllUserByFilterResponse_1", "fields": [ - "GetAllRoleByFilter" + "GetAllUserByFilter" ], "referencedSchema": "FrontOffice", - "referencedTable": "GetAllRoleByFilterResponse", + "referencedTable": "GetAllUserByFilterResponse", "referencedFields": [ "MetaData" ], @@ -8918,105 +7093,88 @@ "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": "CreateNewRoleRequest", - "comment": "ورودی ایجاد نقش جدید", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "CreateNewRoleRequest", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 3759, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Name", - "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": "Name", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false }, { - "objectType": "TableField_MSSQL", - "name": "Title", - "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": "Title", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_CreateNewOtpTokenRequest_1", + "fields": [ + "CreateNewOtpToken" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "CreateNewOtpTokenRequest", + "referencedFields": [ + "Mobile" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_CreateNewOtpTokenResponse_1", + "fields": [ + "CreateNewOtpToken" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "CreateNewOtpTokenResponse", + "referencedFields": [ + "Success" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_VerifyOtpTokenResponse_1", + "fields": [ + "VerifyOtpToken" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "VerifyOtpTokenResponse", + "referencedFields": [ + "Success" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" + }, + { + "objectType": "ForeignKey_MSSQL", + "name": "fk_UserService_VerifyOtpTokenRequest_1", + "fields": [ + "VerifyOtpToken" + ], + "referencedSchema": "FrontOffice", + "referencedTable": "VerifyOtpTokenRequest", + "referencedFields": [ + "Mobile" + ], + "onDelete": "", + "onUpdate": "", + "isNotForReplication": false, + "isEnabled": true, + "comment": "", + "sourceCardinality": "NoneRelationship", + "targetCardinality": "NoneRelationship", + "oldName": "" } ], - "indexes": [], - "foreignKeys": [], "uniques": [], "checks": [], "triggers": [], @@ -9036,8 +7194,8 @@ }, { "objectType": "Table_MSSQL", - "name": "CreateNewRoleResponse", - "comment": "خروجی ایجاد نقش جدید", + "name": "CreateNewOtpTokenResponse", + "comment": "خروجی ایجاد توکن Otp جدید", "owner": "", "isChangeTracking": false, "isTrackColumnsUpdated": false, @@ -9045,7 +7203,7 @@ "isSystemTable": false, "createTime": "", "modifyTime": "", - "objectID": 1030, + "objectID": 8040, "numberOfRows": 0, "identityCurrent": 0, "dataLength": 0, @@ -9053,12 +7211,12 @@ "fields": [ { "objectType": "TableField_MSSQL", - "name": "Id", - "type": "bigint", + "name": "Success", + "type": "bit", "size": -2147483648, "isNullable": "No", "scale": -2147483648, - "comment": "شناسه", + "comment": "موفق؟", "computedExpression": "", "defaultValue": "", "defaultValueType": "Others", @@ -9071,132 +7229,7 @@ "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": "", - "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": "UpdateRoleRequest", - "comment": "ورودی ویرایش نقش", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "UpdateRoleRequest", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 7501, - "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 - }, - { - "objectType": "TableField_MSSQL", - "name": "Name", - "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": "Name", + "oldName": "Success", "computedBaseType": "", "isDefaultConstraint": false, "defaultConstraint": "", @@ -9208,12 +7241,12 @@ }, { "objectType": "TableField_MSSQL", - "name": "Title", + "name": "Message", "type": "nvarchar", "size": -2147483648, "isNullable": "No", "scale": -2147483648, - "comment": "عنوان", + "comment": "پیام", "computedExpression": "", "defaultValue": "", "defaultValueType": "Others", @@ -9226,322 +7259,7 @@ "isPersisted": false, "isSparse": false, "isRowGUIDColumn": false, - "oldName": "Title", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "", - "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": "DeleteRoleRequest", - "comment": "ورودی حذف نقش", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 4215, - "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": "", - "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": "GetRoleRequest", - "comment": "ورودی واکشی یک نقش", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 6260, - "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": "", - "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": "GetRoleResponse", - "comment": "خروجی واکشی یک نقش", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "GetRoleResponse", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 4681, - "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 - }, - { - "objectType": "TableField_MSSQL", - "name": "Name", - "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": "Name", + "oldName": "Message", "computedBaseType": "", "isDefaultConstraint": false, "defaultConstraint": "", @@ -9553,107 +7271,12 @@ }, { "objectType": "TableField_MSSQL", - "name": "Title", + "name": "Code", "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": "Title", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "", - "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": "GetAllRoleByFilterRequest", - "comment": "ورودی واکشی نقش بر مبنای فیلتر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "GetAllRoleByFilterRequest", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 5880, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "PaginationState", - "type": "PaginationState", - "size": 0, "isNullable": "Yes", - "scale": 0, - "comment": "موقعیت صفحه بندی", + "scale": -2147483648, + "comment": "کد", "computedExpression": "", "defaultValue": "", "defaultValueType": "Others", @@ -9666,7 +7289,100 @@ "isPersisted": false, "isSparse": false, "isRowGUIDColumn": false, - "oldName": "PaginationState", + "oldName": "Code", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_47", + "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": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "VerifyOtpTokenResponse", + "comment": "خروجی فعال‌سازی توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 8040, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Success", + "type": "bit", + "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": "Success", "computedBaseType": "", "isDefaultConstraint": false, "defaultConstraint": "", @@ -9678,12 +7394,12 @@ }, { "objectType": "TableField_MSSQL", - "name": "SortBy", + "name": "Message", "type": "nvarchar", - "size": 0, - "isNullable": "Yes", - "scale": 0, - "comment": "مرتب سازی بر اساس", + "size": -2147483648, + "isNullable": "No", + "scale": -2147483648, + "comment": "پیام", "computedExpression": "", "defaultValue": "", "defaultValueType": "Others", @@ -9696,7 +7412,7 @@ "isPersisted": false, "isSparse": false, "isRowGUIDColumn": false, - "oldName": "SortBy", + "oldName": "Message", "computedBaseType": "", "isDefaultConstraint": false, "defaultConstraint": "", @@ -9708,12 +7424,479 @@ }, { "objectType": "TableField_MSSQL", - "name": "Filter", + "name": "UserId", + "type": "bigint", + "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": "UserId", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "_copy_47_copy_1", + "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": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "CreateNewOtpTokenRequest", + "comment": "ورودی ایجاد توکن Otp جدید", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewOtpTokenRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 1890, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Mobile", + "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": "Mobile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Purpose", + "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": "Purpose", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "VerifyOtpTokenRequest", + "comment": "ورودی فعال‌سازی توکن Otp", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "CreateNewOtpTokenRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 1890, + "numberOfRows": 0, + "identityCurrent": 0, + "dataLength": 0, + "indexLength": 0, + "fields": [ + { + "objectType": "TableField_MSSQL", + "name": "Mobile", + "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": "Mobile", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Purpose", + "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": "Purpose", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "Code", + "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": "Code", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + } + ], + "indexes": [], + "foreignKeys": [], + "uniques": [], + "checks": [], + "triggers": [], + "storage": { + "objectType": "Storage_MSSQL", + "name": "", + "oldName": "", + "storageType": "Default", + "filegroup": "", + "textImageFilegroup": "", + "filestreamFilegroup": "", + "partitionScheme": "", + "partitionColumn": "", + "filestreamPartitionScheme": "", + "dataCompressions": [] + } + }, + { + "objectType": "Table_MSSQL", + "name": "UpdateUserRequest", + "comment": "ورودی ویرایش کاربر", + "owner": "", + "isChangeTracking": false, + "isTrackColumnsUpdated": false, + "oldName": "UpdateUserRequest", + "isSystemTable": false, + "createTime": "", + "modifyTime": "", + "objectID": 5462, + "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 + }, + { + "objectType": "TableField_MSSQL", + "name": "FirstName", + "type": "nvarchar", + "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": "FirstName", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "LastName", + "type": "nvarchar", + "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": "LastName", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "NationalCode", + "type": "nvarchar", + "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": "NationalCode", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "AvatarPath", + "type": "nvarchar", + "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": "AvatarPath", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "AvatarFile", "type": "Object", - "size": 0, + "size": -2147483648, "isNullable": "Yes", - "scale": 0, - "comment": "فیلتر", + "scale": -2147483648, + "comment": "فایل آواتار", "computedExpression": "", "defaultValue": "", "defaultValueType": "Others", @@ -9726,7 +7909,7 @@ "isPersisted": false, "isSparse": false, "isRowGUIDColumn": false, - "oldName": "Filter", + "oldName": "AvatarFile", "computedBaseType": "", "isDefaultConstraint": false, "defaultConstraint": "", @@ -9738,22 +7921,50 @@ } ], "indexes": [], + "primaryKey": { + "objectType": "PrimaryKey_MSSQL", + "name": "", + "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": [ { "objectType": "ForeignKey_MSSQL", - "name": "fk_GetAllRoleByFilterRequest_GetAllRoleByFilterFilter", + "name": "fk_UpdateUserRequest_UserAvatarFileModel_1", "fields": [ - "Filter" + "AvatarFile" ], "referencedSchema": "FrontOffice", - "referencedTable": "GetAllRoleByFilterFilter", + "referencedTable": "UserAvatarFileModel", "referencedFields": [ - "Id" + "FileName" ], "onDelete": "", "onUpdate": "", "isNotForReplication": false, - "isEnabled": false, + "isEnabled": true, "comment": "", "sourceCardinality": "NoneRelationship", "targetCardinality": "NoneRelationship", @@ -9779,16 +7990,16 @@ }, { "objectType": "Table_MSSQL", - "name": "GetAllRoleByFilterFilter", - "comment": "فیلترهای نقش", + "name": "UserAvatarFileModel", + "comment": "ورودی ویرایش کاربر", "owner": "", "isChangeTracking": false, "isTrackColumnsUpdated": false, - "oldName": "GetAllRoleByFilterFilter", + "oldName": "UpdateUserRequest", "isSystemTable": false, "createTime": "", "modifyTime": "", - "objectID": 4865, + "objectID": 5462, "numberOfRows": 0, "identityCurrent": 0, "dataLength": 0, @@ -9796,42 +8007,12 @@ "fields": [ { "objectType": "TableField_MSSQL", - "name": "Id", - "type": "bigint", - "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": "Id", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": true, - "isExistingField": false, - "identitySeed": -2147483648, - "identityIncrement": -2147483648, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Name", + "name": "FileName", "type": "nvarchar", "size": -2147483648, "isNullable": "Yes", "scale": -2147483648, - "comment": "نام لاتین", + "comment": "اسم فایل", "computedExpression": "", "defaultValue": "", "defaultValueType": "Others", @@ -9844,7 +8025,7 @@ "isPersisted": false, "isSparse": false, "isRowGUIDColumn": false, - "oldName": "Name", + "oldName": "FileName", "computedBaseType": "", "isDefaultConstraint": false, "defaultConstraint": "", @@ -9856,12 +8037,12 @@ }, { "objectType": "TableField_MSSQL", - "name": "Title", + "name": "FileMime", "type": "nvarchar", "size": -2147483648, "isNullable": "Yes", "scale": -2147483648, - "comment": "عنوان", + "comment": "نوع فایل", "computedExpression": "", "defaultValue": "", "defaultValueType": "Others", @@ -9874,7 +8055,37 @@ "isPersisted": false, "isSparse": false, "isRowGUIDColumn": false, - "oldName": "Title", + "oldName": "FileMime", + "computedBaseType": "", + "isDefaultConstraint": false, + "defaultConstraint": "", + "isIdentity": false, + "isExistingField": false, + "identitySeed": 0, + "identityIncrement": 0, + "identityIsNotForReplication": false + }, + { + "objectType": "TableField_MSSQL", + "name": "File", + "type": "binary", + "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": "File", "computedBaseType": "", "isDefaultConstraint": false, "defaultConstraint": "", @@ -9888,10 +8099,8 @@ "indexes": [], "primaryKey": { "objectType": "PrimaryKey_MSSQL", - "name": "", - "fields": [ - "Id" - ], + "name": "_copy_27", + "fields": [], "fillFactor": 0, "oldName": "", "isClustered": false, @@ -9934,16 +8143,16 @@ }, { "objectType": "Table_MSSQL", - "name": "GetAllRoleByFilterResponse", - "comment": "خروجی واکشی نقش بر مبنای فیلتر", + "name": "PackageService", + "comment": "سرویس های پکیج", "owner": "", "isChangeTracking": false, "isTrackColumnsUpdated": false, - "oldName": "", + "oldName": "PackageService", "isSystemTable": false, "createTime": "", "modifyTime": "", - "objectID": 6239, + "objectID": 3135, "numberOfRows": 0, "identityCurrent": 0, "dataLength": 0, @@ -9951,375 +8160,12 @@ "fields": [ { "objectType": "TableField_MSSQL", - "name": "MetaData", - "type": "MetaData", - "size": 0, - "isNullable": "Yes", - "scale": 0, - "comment": "متادیتا", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "MetaData", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Model", - "type": "Collection", - "size": 0, - "isNullable": "Yes", - "scale": 0, - "comment": "مدل خروجی", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Model", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "foreignKeys": [ - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_GetAllRoleByFilterResponse_GetAllRoleByFilterResponseModel", - "fields": [ - "Model" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "GetAllRoleByFilterResponseModel", - "referencedFields": [ - "Id" - ], - "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": "GetAllRoleByFilterResponseModel", - "comment": "مدل خروجی نقش بر مبنای فیلتر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "GetAllRoleByFilterResponseModel", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 9764, - "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 - }, - { - "objectType": "TableField_MSSQL", - "name": "Name", - "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": "Name", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Title", - "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": "Title", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "", - "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": "UserRoleService", - "comment": "سرویس های نقش کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "UserRoleService", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 4272, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "CreateNewUserRole", - "type": "CreateCommand", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "ایجاد نقش کاربر جدید", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "CreateNewUserRole", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UpdateUserRole", - "type": "UpdateCommand", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "ویرایش نقش کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "UpdateUserRole", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "DeleteUserRole", - "type": "DeleteCommand", - "size": 0, - "isNullable": "Default", - "scale": 0, - "comment": "حذف نقش کاربر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "DeleteUserRole", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "GetUserRole", + "name": "GetPackage", "type": "GetOneQuery", "size": 0, "isNullable": "Default", "scale": 0, - "comment": "واکشی یک نقش کاربر", + "comment": "واکشی یک پکیج", "computedExpression": "", "defaultValue": "", "defaultValueType": "Others", @@ -10332,7 +8178,7 @@ "isPersisted": false, "isSparse": false, "isRowGUIDColumn": false, - "oldName": "GetUserRole", + "oldName": "GetPackage", "computedBaseType": "", "isDefaultConstraint": false, "defaultConstraint": "", @@ -10344,12 +8190,12 @@ }, { "objectType": "TableField_MSSQL", - "name": "GetAllUserRoleByFilter", + "name": "GetAllPackageByFilter", "type": "GetAllByFilterQuery", "size": 0, "isNullable": "Default", "scale": 0, - "comment": "واکشی نقش کاربر ها بر مبنای فیلتر", + "comment": "واکشی پکیج ها بر مبنای فیلتر", "computedExpression": "", "defaultValue": "", "defaultValueType": "Others", @@ -10362,7 +8208,7 @@ "isPersisted": false, "isSparse": false, "isRowGUIDColumn": false, - "oldName": "GetAllUserRoleByFilter", + "oldName": "GetAllPackageByFilter", "computedBaseType": "", "isDefaultConstraint": false, "defaultConstraint": "", @@ -10377,32 +8223,12 @@ "foreignKeys": [ { "objectType": "ForeignKey_MSSQL", - "name": "fk_UserRoleService_CreateNewUserRoleRequest_1", + "name": "fk_PackageService_GetPackageRequest_1", "fields": [ - "CreateNewUserRole" + "GetPackage" ], "referencedSchema": "FrontOffice", - "referencedTable": "CreateNewUserRoleRequest", - "referencedFields": [ - "RoleId" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserRoleService_CreateNewUserRoleResponse_1", - "fields": [ - "CreateNewUserRole" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "CreateNewUserRoleResponse", + "referencedTable": "GetPackageRequest", "referencedFields": [ "Id" ], @@ -10417,12 +8243,12 @@ }, { "objectType": "ForeignKey_MSSQL", - "name": "fk_UserRoleService_UpdateUserRoleRequest_1", + "name": "fk_PackageService_GetPackageResponse_1", "fields": [ - "UpdateUserRole" + "GetPackage" ], "referencedSchema": "FrontOffice", - "referencedTable": "UpdateUserRoleRequest", + "referencedTable": "GetPackageResponse", "referencedFields": [ "Id" ], @@ -10437,72 +8263,12 @@ }, { "objectType": "ForeignKey_MSSQL", - "name": "fk_UserRoleService_DeleteUserRoleRequest_1", + "name": "fk_PackageService_GetAllPackageByFilterRequest_1", "fields": [ - "DeleteUserRole" + "GetAllPackageByFilter" ], "referencedSchema": "FrontOffice", - "referencedTable": "DeleteUserRoleRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserRoleService_GetUserRoleRequest_1", - "fields": [ - "GetUserRole" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "GetUserRoleRequest", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserRoleService_GetUserRoleResponse_1", - "fields": [ - "GetUserRole" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "GetUserRoleResponse", - "referencedFields": [ - "Id" - ], - "onDelete": "", - "onUpdate": "", - "isNotForReplication": false, - "isEnabled": false, - "comment": "", - "sourceCardinality": "NoneRelationship", - "targetCardinality": "NoneRelationship", - "oldName": "" - }, - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_UserRoleService_GetAllUserRoleByFilterRequest_1", - "fields": [ - "GetAllUserRoleByFilter" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "GetAllUserRoleByFilterRequest", + "referencedTable": "GetAllPackageByFilterRequest", "referencedFields": [ "PaginationState" ], @@ -10517,12 +8283,12 @@ }, { "objectType": "ForeignKey_MSSQL", - "name": "fk_UserRoleService_GetAllUserRoleByFilterResponse_1", + "name": "fk_PackageService_GetAllPackageByFilterResponse_1", "fields": [ - "GetAllUserRoleByFilter" + "GetAllPackageByFilter" ], "referencedSchema": "FrontOffice", - "referencedTable": "GetAllUserRoleByFilterResponse", + "referencedTable": "GetAllPackageByFilterResponse", "referencedFields": [ "MetaData" ], @@ -10552,1277 +8318,16 @@ "filestreamPartitionScheme": "", "dataCompressions": [] } - }, - { - "objectType": "Table_MSSQL", - "name": "CreateNewUserRoleRequest", - "comment": "ورودی ایجاد نقش کاربر جدید", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "CreateNewUserRoleRequest", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 8496, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "RoleId", - "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": "RoleId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserId", - "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": "UserId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "foreignKeys": [], - "uniques": [], - "checks": [], - "triggers": [], - "storage": { - "objectType": "Storage_MSSQL", - "name": "", - "oldName": "", - "storageType": "Default", - "filegroup": "", - "textImageFilegroup": "", - "filestreamFilegroup": "", - "partitionScheme": "", - "partitionColumn": "", - "filestreamPartitionScheme": "", - "dataCompressions": [] - } - }, - { - "objectType": "Table_MSSQL", - "name": "CreateNewUserRoleResponse", - "comment": "خروجی ایجاد نقش کاربر جدید", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 2917, - "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": "", - "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": "UpdateUserRoleRequest", - "comment": "ورودی ویرایش نقش کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "UpdateUserRoleRequest", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 6063, - "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 - }, - { - "objectType": "TableField_MSSQL", - "name": "RoleId", - "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": "RoleId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserId", - "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": "UserId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "", - "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": "DeleteUserRoleRequest", - "comment": "ورودی حذف نقش کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 2330, - "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": "", - "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": "GetUserRoleRequest", - "comment": "ورودی واکشی یک نقش کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 6506, - "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": "", - "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": "GetUserRoleResponse", - "comment": "خروجی واکشی یک نقش کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "GetUserRoleResponse", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 7204, - "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 - }, - { - "objectType": "TableField_MSSQL", - "name": "RoleId", - "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": "RoleId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserId", - "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": "UserId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "", - "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": "GetAllUserRoleByFilterRequest", - "comment": "ورودی واکشی نقش کاربر بر مبنای فیلتر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "GetAllUserRoleByFilterRequest", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 8038, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "PaginationState", - "type": "PaginationState", - "size": 0, - "isNullable": "Yes", - "scale": 0, - "comment": "موقعیت صفحه بندی", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "PaginationState", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "SortBy", - "type": "nvarchar", - "size": 0, - "isNullable": "Yes", - "scale": 0, - "comment": "مرتب سازی بر اساس", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "SortBy", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Filter", - "type": "Object", - "size": 0, - "isNullable": "Yes", - "scale": 0, - "comment": "فیلتر", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Filter", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "foreignKeys": [ - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_GetAllUserRoleByFilterRequest_GetAllUserRoleByFilterFilter", - "fields": [ - "Filter" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "GetAllUserRoleByFilterFilter", - "referencedFields": [ - "Id" - ], - "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": "GetAllUserRoleByFilterFilter", - "comment": "فیلترهای نقش کاربر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "GetAllUserRoleByFilterFilter", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 1995, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "Id", - "type": "bigint", - "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": "Id", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": true, - "isExistingField": false, - "identitySeed": -2147483648, - "identityIncrement": -2147483648, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "RoleId", - "type": "bigint", - "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": "RoleId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserId", - "type": "bigint", - "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": "UserId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "", - "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": "GetAllUserRoleByFilterResponse", - "comment": "خروجی واکشی نقش کاربر بر مبنای فیلتر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 7404, - "numberOfRows": 0, - "identityCurrent": 0, - "dataLength": 0, - "indexLength": 0, - "fields": [ - { - "objectType": "TableField_MSSQL", - "name": "MetaData", - "type": "MetaData", - "size": 0, - "isNullable": "Yes", - "scale": 0, - "comment": "متادیتا", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "MetaData", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "Model", - "type": "Collection", - "size": 0, - "isNullable": "Yes", - "scale": 0, - "comment": "مدل خروجی", - "computedExpression": "", - "defaultValue": "", - "defaultValueType": "Others", - "schema": "", - "userDefinedType": "", - "collate": "", - "isWithValues": false, - "isFilestream": false, - "isColumnSet": false, - "isPersisted": false, - "isSparse": false, - "isRowGUIDColumn": false, - "oldName": "Model", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "foreignKeys": [ - { - "objectType": "ForeignKey_MSSQL", - "name": "fk_GetAllUserRoleByFilterResponse_GetAllUserRoleByFilterResponseModel", - "fields": [ - "Model" - ], - "referencedSchema": "FrontOffice", - "referencedTable": "GetAllUserRoleByFilterResponseModel", - "referencedFields": [ - "Id" - ], - "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": "GetAllUserRoleByFilterResponseModel", - "comment": "مدل خروجی نقش کاربر بر مبنای فیلتر", - "owner": "", - "isChangeTracking": false, - "isTrackColumnsUpdated": false, - "oldName": "GetAllUserRoleByFilterResponseModel", - "isSystemTable": false, - "createTime": "", - "modifyTime": "", - "objectID": 6909, - "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 - }, - { - "objectType": "TableField_MSSQL", - "name": "RoleId", - "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": "RoleId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - }, - { - "objectType": "TableField_MSSQL", - "name": "UserId", - "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": "UserId", - "computedBaseType": "", - "isDefaultConstraint": false, - "defaultConstraint": "", - "isIdentity": false, - "isExistingField": false, - "identitySeed": 0, - "identityIncrement": 0, - "identityIsNotForReplication": false - } - ], - "indexes": [], - "primaryKey": { - "objectType": "PrimaryKey_MSSQL", - "name": "", - "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": [] - } } ], "views": [] + }, + { + "objectType": "Schema_MSSQL", + "name": "CMS", + "comment": "", + "tables": [], + "views": [] } ] } @@ -11849,7 +8354,7 @@ "x": 530, "y": 690, "width": 400, - "height": 175, + "height": 200, "isBold": false, "titleColor": { "r": 0, @@ -11858,46 +8363,14 @@ "a": 1 } }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "CreateNewUserRequest", - "x": 1030, - "y": 510, - "width": 400, - "height": 213, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "CreateNewUserResponse", - "x": 1530, - "y": 660, - "width": 400, - "height": 100, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, { "type": "table", "schemaName": "FrontOffice", "tableName": "UpdateUserRequest", - "x": 400, - "y": 30, + "x": 880, + "y": 380, "width": 400, - "height": 213, + "height": 200, "isBold": false, "titleColor": { "r": 255, @@ -11910,8 +8383,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "DeleteUserRequest", - "x": 30, - "y": 720, + "x": 1040, + "y": 630, "width": 400, "height": 100, "isBold": false, @@ -11926,8 +8399,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetUserRequest", - "x": 530, - "y": 910, + "x": 400, + "y": 30, "width": 400, "height": 100, "isBold": false, @@ -11942,10 +8415,10 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetUserResponse", - "x": 2030, - "y": 770, + "x": 30, + "y": 670, "width": 400, - "height": 213, + "height": 230, "isBold": false, "titleColor": { "r": 200, @@ -11958,8 +8431,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllUserByFilterRequest", - "x": 2030, - "y": 590, + "x": 530, + "y": 940, "width": 400, "height": 137, "isBold": false, @@ -11974,8 +8447,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllUserByFilterFilter", - "x": 2480, - "y": 550, + "x": 530, + "y": 1130, "width": 400, "height": 213, "isBold": false, @@ -11990,8 +8463,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllUserByFilterResponse", - "x": 790, - "y": 290, + "x": 2570, + "y": 840, "width": 400, "height": 118, "isBold": false, @@ -12006,8 +8479,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllUserByFilterResponseModel", - "x": 1230, - "y": 250, + "x": 3010, + "y": 790, "width": 400, "height": 213, "isBold": false, @@ -12023,7 +8496,7 @@ "schemaName": "FrontOffice", "tableName": "UserAddressService", "x": 530, - "y": 1740, + "y": 2070, "width": 400, "height": 175, "isBold": false, @@ -12039,7 +8512,7 @@ "schemaName": "FrontOffice", "tableName": "CreateNewUserAddressRequest", "x": 1030, - "y": 1560, + "y": 1890, "width": 400, "height": 213, "isBold": false, @@ -12055,7 +8528,7 @@ "schemaName": "FrontOffice", "tableName": "CreateNewUserAddressResponse", "x": 1530, - "y": 1710, + "y": 2040, "width": 400, "height": 100, "isBold": false, @@ -12071,7 +8544,7 @@ "schemaName": "FrontOffice", "tableName": "UpdateUserAddressRequest", "x": 400, - "y": 1090, + "y": 1410, "width": 400, "height": 213, "isBold": false, @@ -12087,7 +8560,7 @@ "schemaName": "FrontOffice", "tableName": "DeleteUserAddressRequest", "x": 30, - "y": 1780, + "y": 2110, "width": 400, "height": 100, "isBold": false, @@ -12103,7 +8576,7 @@ "schemaName": "FrontOffice", "tableName": "GetUserAddressRequest", "x": 530, - "y": 1970, + "y": 2300, "width": 400, "height": 100, "isBold": false, @@ -12119,7 +8592,7 @@ "schemaName": "FrontOffice", "tableName": "GetUserAddressResponse", "x": 2030, - "y": 1830, + "y": 2160, "width": 400, "height": 213, "isBold": false, @@ -12135,7 +8608,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserAddressByFilterRequest", "x": 2030, - "y": 1640, + "y": 1970, "width": 400, "height": 137, "isBold": false, @@ -12151,7 +8624,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserAddressByFilterFilter", "x": 2480, - "y": 1610, + "y": 1930, "width": 400, "height": 213, "isBold": false, @@ -12167,7 +8640,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserAddressByFilterResponse", "x": 790, - "y": 1350, + "y": 1680, "width": 400, "height": 118, "isBold": false, @@ -12183,7 +8656,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserAddressByFilterResponseModel", "x": 1230, - "y": 1300, + "y": 1630, "width": 400, "height": 213, "isBold": false, @@ -12198,10 +8671,10 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "PackageService", - "x": 530, - "y": 3740, + "x": 920, + "y": 3930, "width": 400, - "height": 175, + "height": 120, "isBold": false, "titleColor": { "r": 0, @@ -12210,76 +8683,12 @@ "a": 1 } }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "CreateNewPackageRequest", - "x": 1030, - "y": 3600, - "width": 400, - "height": 175, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "CreateNewPackageResponse", - "x": 1530, - "y": 3710, - "width": 400, - "height": 100, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "UpdatePackageRequest", - "x": 400, - "y": 3190, - "width": 400, - "height": 175, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "DeletePackageRequest", - "x": 30, - "y": 3780, - "width": 400, - "height": 100, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, { "type": "table", "schemaName": "FrontOffice", "tableName": "GetPackageRequest", - "x": 530, - "y": 3970, + "x": 1350, + "y": 3920, "width": 400, "height": 100, "isBold": false, @@ -12294,8 +8703,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetPackageResponse", - "x": 2030, - "y": 3830, + "x": 920, + "y": 4100, "width": 400, "height": 175, "isBold": false, @@ -12310,8 +8719,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllPackageByFilterRequest", - "x": 2030, - "y": 3640, + "x": 480, + "y": 3920, "width": 400, "height": 137, "isBold": false, @@ -12326,8 +8735,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllPackageByFilterFilter", - "x": 2480, - "y": 3620, + "x": 30, + "y": 3900, "width": 400, "height": 175, "isBold": false, @@ -12342,8 +8751,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllPackageByFilterResponse", - "x": 790, - "y": 3410, + "x": 920, + "y": 3750, "width": 400, "height": 118, "isBold": false, @@ -12358,8 +8767,8 @@ "type": "table", "schemaName": "FrontOffice", "tableName": "GetAllPackageByFilterResponseModel", - "x": 1230, - "y": 3380, + "x": 920, + "y": 3520, "width": 400, "height": 175, "isBold": false, @@ -12375,7 +8784,7 @@ "schemaName": "FrontOffice", "tableName": "UserOrderService", "x": 530, - "y": 2800, + "y": 3130, "width": 400, "height": 175, "isBold": false, @@ -12391,7 +8800,7 @@ "schemaName": "FrontOffice", "tableName": "CreateNewUserOrderRequest", "x": 1030, - "y": 2620, + "y": 2950, "width": 400, "height": 213, "isBold": false, @@ -12407,7 +8816,7 @@ "schemaName": "FrontOffice", "tableName": "CreateNewUserOrderResponse", "x": 1530, - "y": 2760, + "y": 3090, "width": 400, "height": 100, "isBold": false, @@ -12423,7 +8832,7 @@ "schemaName": "FrontOffice", "tableName": "UpdateUserOrderRequest", "x": 400, - "y": 2140, + "y": 2470, "width": 400, "height": 213, "isBold": false, @@ -12439,7 +8848,7 @@ "schemaName": "FrontOffice", "tableName": "DeleteUserOrderRequest", "x": 30, - "y": 2830, + "y": 3160, "width": 400, "height": 100, "isBold": false, @@ -12455,7 +8864,7 @@ "schemaName": "FrontOffice", "tableName": "GetUserOrderRequest", "x": 530, - "y": 3020, + "y": 3350, "width": 400, "height": 100, "isBold": false, @@ -12471,7 +8880,7 @@ "schemaName": "FrontOffice", "tableName": "GetUserOrderResponse", "x": 2030, - "y": 2880, + "y": 3210, "width": 400, "height": 213, "isBold": false, @@ -12487,7 +8896,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserOrderByFilterRequest", "x": 2030, - "y": 2700, + "y": 3030, "width": 400, "height": 137, "isBold": false, @@ -12503,7 +8912,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserOrderByFilterFilter", "x": 2480, - "y": 2660, + "y": 2990, "width": 400, "height": 213, "isBold": false, @@ -12519,7 +8928,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserOrderByFilterResponse", "x": 790, - "y": 2400, + "y": 2730, "width": 400, "height": 118, "isBold": false, @@ -12535,7 +8944,7 @@ "schemaName": "FrontOffice", "tableName": "GetAllUserOrderByFilterResponseModel", "x": 1230, - "y": 2350, + "y": 2680, "width": 400, "height": 213, "isBold": false, @@ -12549,27 +8958,11 @@ { "type": "table", "schemaName": "FrontOffice", - "tableName": "RoleService", - "x": 530, - "y": 4590, + "tableName": "CreateNewOtpTokenRequest", + "x": 2570, + "y": 680, "width": 400, - "height": 175, - "isBold": false, - "titleColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "CreateNewRoleRequest", - "x": 1030, - "y": 4490, - "width": 400, - "height": 137, + "height": 110, "isBold": false, "titleColor": { "r": 255, @@ -12581,11 +8974,11 @@ { "type": "table", "schemaName": "FrontOffice", - "tableName": "CreateNewRoleResponse", - "x": 1530, - "y": 4560, + "tableName": "CreateNewOtpTokenResponse", + "x": 2060, + "y": 650, "width": 400, - "height": 100, + "height": 140, "isBold": false, "titleColor": { "r": 200, @@ -12597,11 +8990,11 @@ { "type": "table", "schemaName": "FrontOffice", - "tableName": "UpdateRoleRequest", - "x": 400, - "y": 4140, + "tableName": "VerifyOtpTokenRequest", + "x": 770, + "y": 180, "width": 400, - "height": 137, + "height": 150, "isBold": false, "titleColor": { "r": 255, @@ -12613,43 +9006,11 @@ { "type": "table", "schemaName": "FrontOffice", - "tableName": "DeleteRoleRequest", - "x": 30, - "y": 4620, + "tableName": "VerifyOtpTokenResponse", + "x": 1550, + "y": 630, "width": 400, - "height": 100, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "GetRoleRequest", - "x": 530, - "y": 4810, - "width": 400, - "height": 100, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "GetRoleResponse", - "x": 2030, - "y": 4700, - "width": 400, - "height": 137, + "height": 130, "isBold": false, "titleColor": { "r": 200, @@ -12661,11 +9022,11 @@ { "type": "table", "schemaName": "FrontOffice", - "tableName": "GetAllRoleByFilterRequest", - "x": 2030, - "y": 4530, - "width": 400, - "height": 137, + "tableName": "UserAvatarFileModel", + "x": 1330, + "y": 420, + "width": 280, + "height": 140, "isBold": false, "titleColor": { "r": 255, @@ -12673,318 +9034,10 @@ "b": 147, "a": 1 } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "GetAllRoleByFilterFilter", - "x": 2480, - "y": 4530, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "GetAllRoleByFilterResponse", - "x": 790, - "y": 4320, - "width": 400, - "height": 118, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "GetAllRoleByFilterResponseModel", - "x": 1230, - "y": 4310, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "UserRoleService", - "x": 530, - "y": 5440, - "width": 400, - "height": 175, - "isBold": false, - "titleColor": { - "r": 0, - "g": 0, - "b": 0, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "CreateNewUserRoleRequest", - "x": 1030, - "y": 5340, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "CreateNewUserRoleResponse", - "x": 1530, - "y": 5410, - "width": 400, - "height": 100, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "UpdateUserRoleRequest", - "x": 400, - "y": 4980, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "DeleteUserRoleRequest", - "x": 30, - "y": 5470, - "width": 400, - "height": 100, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "GetUserRoleRequest", - "x": 530, - "y": 5660, - "width": 400, - "height": 100, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "GetUserRoleResponse", - "x": 2030, - "y": 5550, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "GetAllUserRoleByFilterRequest", - "x": 2030, - "y": 5370, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "GetAllUserRoleByFilterFilter", - "x": 2480, - "y": 5370, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 255, - "g": 214, - "b": 147, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "GetAllUserRoleByFilterResponse", - "x": 790, - "y": 5170, - "width": 400, - "height": 118, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } - }, - { - "type": "table", - "schemaName": "FrontOffice", - "tableName": "GetAllUserRoleByFilterResponseModel", - "x": 1230, - "y": 5160, - "width": 400, - "height": 137, - "isBold": false, - "titleColor": { - "r": 200, - "g": 255, - "b": 160, - "a": 1 - } } ], "layers": [], "relations": [ - { - "name": "fk_UserService_CreateNewUserRequest_1", - "sourceTableName": "UserService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 945, - "y": 710 - }, - { - "x": 980, - "y": 710 - }, - { - "x": 980, - "y": 650 - }, - { - "x": 1015, - "y": 650 - } - ], - "label": { - "x": 941, - "y": 712, - "width": 278, - "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_CreateNewUserResponse_1", - "sourceTableName": "UserService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 945, - "y": 780 - }, - { - "x": 1480, - "y": 780 - }, - { - "x": 1480, - "y": 730 - }, - { - "x": 1515, - "y": 730 - } - ], - "label": { - "x": 941, - "y": 752, - "width": 288, - "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_UpdateUserRequest_1", "sourceTableName": "UserService", @@ -12993,16 +9046,20 @@ "visible": true, "vertices": [ { - "x": 600, + "x": 830, "y": 675 }, { - "x": 600, - "y": 258 + "x": 830, + "y": 480 + }, + { + "x": 865, + "y": 480 } ], "label": { - "x": 608, + "x": 838, "y": 685, "width": 254, "height": 30, @@ -13027,17 +9084,17 @@ "visible": true, "vertices": [ { - "x": 515, - "y": 780 + "x": 945, + "y": 710 }, { - "x": 445, - "y": 780 + "x": 1025, + "y": 710 } ], "label": { - "x": 531, - "y": 752, + "x": 941, + "y": 682, "width": 249, "height": 30, "fontName": "Arial Unicode MS", @@ -13061,17 +9118,17 @@ "visible": true, "vertices": [ { - "x": 730, - "y": 880 + "x": 600, + "y": 675 }, { - "x": 730, - "y": 895 + "x": 600, + "y": 145 } ], "label": { - "x": 738, - "y": 840, + "x": 608, + "y": 655, "width": 228, "height": 30, "fontName": "Arial Unicode MS", @@ -13095,17 +9152,17 @@ "visible": true, "vertices": [ { - "x": 945, - "y": 840 + "x": 515, + "y": 790 }, { - "x": 2015, - "y": 840 + "x": 445, + "y": 790 } ], "label": { - "x": 941, - "y": 842, + "x": 531, + "y": 792, "width": 238, "height": 30, "fontName": "Arial Unicode MS", @@ -13129,25 +9186,17 @@ "visible": true, "vertices": [ { - "x": 945, - "y": 810 + "x": 730, + "y": 905 }, { - "x": 1980, - "y": 810 - }, - { - "x": 1980, - "y": 700 - }, - { - "x": 2015, - "y": 700 + "x": 730, + "y": 925 } ], "label": { - "x": 941, - "y": 812, + "x": 738, + "y": 895, "width": 295, "height": 30, "fontName": "Arial Unicode MS", @@ -13171,21 +9220,17 @@ "visible": true, "vertices": [ { - "x": 740, - "y": 675 + "x": 945, + "y": 870 }, { - "x": 740, - "y": 360 - }, - { - "x": 775, - "y": 360 + "x": 2555, + "y": 870 } ], "label": { - "x": 748, - "y": 685, + "x": 941, + "y": 872, "width": 305, "height": 30, "fontName": "Arial Unicode MS", @@ -13209,17 +9254,17 @@ "visible": true, "vertices": [ { - "x": 2445, - "y": 660 + "x": 730, + "y": 1092 }, { - "x": 2465, - "y": 660 + "x": 730, + "y": 1115 } ], "label": { - "x": 2441, - "y": 662, + "x": 738, + "y": 1082, "width": 357, "height": 30, "fontName": "Arial Unicode MS", @@ -13243,17 +9288,17 @@ "visible": true, "vertices": [ { - "x": 1205, - "y": 360 + "x": 2985, + "y": 900 }, { - "x": 1215, - "y": 360 + "x": 2995, + "y": 900 } ], "label": { - "x": 1201, - "y": 362, + "x": 2981, + "y": 902, "width": 442, "height": 30, "fontName": "Arial Unicode MS", @@ -13278,24 +9323,24 @@ "vertices": [ { "x": 945, - "y": 1770 + "y": 2090 }, { "x": 980, - "y": 1770 + "y": 2090 }, { "x": 980, - "y": 1710 + "y": 2040 }, { "x": 1015, - "y": 1710 + "y": 2040 } ], "label": { "x": 941, - "y": 1772, + "y": 2092, "width": 384, "height": 30, "fontName": "Arial Unicode MS", @@ -13320,24 +9365,24 @@ "vertices": [ { "x": 945, - "y": 1830 + "y": 2160 }, { "x": 1480, - "y": 1830 + "y": 2160 }, { "x": 1480, - "y": 1780 + "y": 2110 }, { "x": 1515, - "y": 1780 + "y": 2110 } ], "label": { "x": 941, - "y": 1802, + "y": 2132, "width": 394, "height": 30, "fontName": "Arial Unicode MS", @@ -13362,16 +9407,16 @@ "vertices": [ { "x": 600, - "y": 1725 + "y": 2055 }, { "x": 600, - "y": 1318 + "y": 1638 } ], "label": { "x": 608, - "y": 1735, + "y": 2065, "width": 360, "height": 30, "fontName": "Arial Unicode MS", @@ -13396,16 +9441,16 @@ "vertices": [ { "x": 515, - "y": 1830 + "y": 2160 }, { "x": 445, - "y": 1830 + "y": 2160 } ], "label": { "x": 531, - "y": 1802, + "y": 2132, "width": 355, "height": 30, "fontName": "Arial Unicode MS", @@ -13430,16 +9475,16 @@ "vertices": [ { "x": 730, - "y": 1930 + "y": 2260 }, { "x": 730, - "y": 1955 + "y": 2285 } ], "label": { "x": 738, - "y": 1890, + "y": 2220, "width": 334, "height": 30, "fontName": "Arial Unicode MS", @@ -13464,16 +9509,16 @@ "vertices": [ { "x": 945, - "y": 1900 + "y": 2230 }, { "x": 2015, - "y": 1900 + "y": 2230 } ], "label": { "x": 941, - "y": 1902, + "y": 2232, "width": 344, "height": 30, "fontName": "Arial Unicode MS", @@ -13498,24 +9543,24 @@ "vertices": [ { "x": 945, - "y": 1860 + "y": 2190 }, { "x": 1980, - "y": 1860 + "y": 2190 }, { "x": 1980, - "y": 1750 + "y": 2080 }, { "x": 2015, - "y": 1750 + "y": 2080 } ], "label": { "x": 941, - "y": 1862, + "y": 2192, "width": 401, "height": 30, "fontName": "Arial Unicode MS", @@ -13540,20 +9585,20 @@ "vertices": [ { "x": 740, - "y": 1725 + "y": 2055 }, { "x": 740, - "y": 1410 + "y": 1740 }, { "x": 775, - "y": 1410 + "y": 1740 } ], "label": { "x": 748, - "y": 1735, + "y": 2065, "width": 411, "height": 30, "fontName": "Arial Unicode MS", @@ -13578,16 +9623,16 @@ "vertices": [ { "x": 2445, - "y": 1720 + "y": 2040 }, { "x": 2465, - "y": 1720 + "y": 2040 } ], "label": { "x": 2441, - "y": 1722, + "y": 2042, "width": 463, "height": 30, "fontName": "Arial Unicode MS", @@ -13612,16 +9657,16 @@ "vertices": [ { "x": 1205, - "y": 1410 + "y": 1740 }, { "x": 1215, - "y": 1410 + "y": 1740 } ], "label": { "x": 1201, - "y": 1412, + "y": 1742, "width": 548, "height": 30, "fontName": "Arial Unicode MS", @@ -13637,158 +9682,6 @@ "isVisible": false } }, - { - "name": "fk_PackageService_CreateNewPackageRequest_1", - "sourceTableName": "PackageService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 945, - "y": 3760 - }, - { - "x": 980, - "y": 3760 - }, - { - "x": 980, - "y": 3710 - }, - { - "x": 1015, - "y": 3710 - } - ], - "label": { - "x": 941, - "y": 3762, - "width": 330, - "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_PackageService_CreateNewPackageResponse_1", - "sourceTableName": "PackageService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 945, - "y": 3830 - }, - { - "x": 1480, - "y": 3830 - }, - { - "x": 1480, - "y": 3780 - }, - { - "x": 1515, - "y": 3780 - } - ], - "label": { - "x": 941, - "y": 3802, - "width": 340, - "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_PackageService_UpdatePackageRequest_1", - "sourceTableName": "PackageService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 600, - "y": 3725 - }, - { - "x": 600, - "y": 3380 - } - ], - "label": { - "x": 608, - "y": 3735, - "width": 306, - "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_PackageService_DeletePackageRequest_1", - "sourceTableName": "PackageService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 515, - "y": 3830 - }, - { - "x": 445, - "y": 3830 - } - ], - "label": { - "x": 531, - "y": 3802, - "width": 301, - "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_PackageService_GetPackageRequest_1", "sourceTableName": "PackageService", @@ -13797,17 +9690,17 @@ "visible": true, "vertices": [ { - "x": 730, - "y": 3930 + "x": 1335, + "y": 3970 }, { - "x": 730, - "y": 3955 + "x": 1335, + "y": 3970 } ], "label": { - "x": 738, - "y": 3890, + "x": 1331, + "y": 3942, "width": 280, "height": 30, "fontName": "Arial Unicode MS", @@ -13831,17 +9724,17 @@ "visible": true, "vertices": [ { - "x": 945, - "y": 3900 + "x": 1120, + "y": 4065 }, { - "x": 2015, - "y": 3900 + "x": 1120, + "y": 4085 } ], "label": { - "x": 941, - "y": 3902, + "x": 1128, + "y": 4055, "width": 290, "height": 30, "fontName": "Arial Unicode MS", @@ -13865,25 +9758,17 @@ "visible": true, "vertices": [ { - "x": 945, - "y": 3860 + "x": 905, + "y": 3970 }, { - "x": 1980, - "y": 3860 - }, - { - "x": 1980, - "y": 3750 - }, - { - "x": 2015, - "y": 3750 + "x": 895, + "y": 3970 } ], "label": { - "x": 941, - "y": 3862, + "x": 921, + "y": 3972, "width": 347, "height": 30, "fontName": "Arial Unicode MS", @@ -13907,21 +9792,17 @@ "visible": true, "vertices": [ { - "x": 740, - "y": 3725 + "x": 1120, + "y": 3915 }, { - "x": 740, - "y": 3470 - }, - { - "x": 775, - "y": 3470 + "x": 1120, + "y": 3883 } ], "label": { - "x": 748, - "y": 3735, + "x": 1128, + "y": 3925, "width": 357, "height": 30, "fontName": "Arial Unicode MS", @@ -13945,17 +9826,17 @@ "visible": true, "vertices": [ { - "x": 2445, - "y": 3720 + "x": 465, + "y": 3970 }, { - "x": 2465, - "y": 3720 + "x": 445, + "y": 3970 } ], "label": { - "x": 2441, - "y": 3722, + "x": 481, + "y": 3972, "width": 409, "height": 30, "fontName": "Arial Unicode MS", @@ -13979,17 +9860,17 @@ "visible": true, "vertices": [ { - "x": 1205, - "y": 3470 + "x": 1120, + "y": 3735 }, { - "x": 1215, - "y": 3470 + "x": 1120, + "y": 3710 } ], "label": { - "x": 1201, - "y": 3472, + "x": 1128, + "y": 3745, "width": 494, "height": 30, "fontName": "Arial Unicode MS", @@ -14014,24 +9895,24 @@ "vertices": [ { "x": 945, - "y": 2820 + "y": 3150 }, { "x": 980, - "y": 2820 + "y": 3150 }, { "x": 980, - "y": 2760 + "y": 3090 }, { "x": 1015, - "y": 2760 + "y": 3090 } ], "label": { "x": 941, - "y": 2822, + "y": 3152, "width": 354, "height": 30, "fontName": "Arial Unicode MS", @@ -14056,24 +9937,24 @@ "vertices": [ { "x": 945, - "y": 2880 + "y": 3210 }, { "x": 1480, - "y": 2880 + "y": 3210 }, { "x": 1480, - "y": 2840 + "y": 3160 }, { "x": 1515, - "y": 2840 + "y": 3160 } ], "label": { "x": 941, - "y": 2852, + "y": 3182, "width": 364, "height": 30, "fontName": "Arial Unicode MS", @@ -14098,16 +9979,16 @@ "vertices": [ { "x": 600, - "y": 2785 + "y": 3115 }, { "x": 600, - "y": 2368 + "y": 2698 } ], "label": { "x": 608, - "y": 2795, + "y": 3125, "width": 330, "height": 30, "fontName": "Arial Unicode MS", @@ -14132,16 +10013,16 @@ "vertices": [ { "x": 515, - "y": 2880 + "y": 3210 }, { "x": 445, - "y": 2880 + "y": 3210 } ], "label": { "x": 531, - "y": 2852, + "y": 3182, "width": 325, "height": 30, "fontName": "Arial Unicode MS", @@ -14166,16 +10047,16 @@ "vertices": [ { "x": 730, - "y": 2990 + "y": 3320 }, { "x": 730, - "y": 3005 + "y": 3335 } ], "label": { "x": 738, - "y": 2950, + "y": 3280, "width": 304, "height": 30, "fontName": "Arial Unicode MS", @@ -14200,16 +10081,16 @@ "vertices": [ { "x": 945, - "y": 2950 + "y": 3280 }, { "x": 2015, - "y": 2950 + "y": 3280 } ], "label": { "x": 941, - "y": 2952, + "y": 3282, "width": 314, "height": 30, "fontName": "Arial Unicode MS", @@ -14234,24 +10115,24 @@ "vertices": [ { "x": 945, - "y": 2920 + "y": 3250 }, { "x": 1980, - "y": 2920 + "y": 3250 }, { "x": 1980, - "y": 2800 + "y": 3130 }, { "x": 2015, - "y": 2800 + "y": 3130 } ], "label": { "x": 941, - "y": 2922, + "y": 3252, "width": 371, "height": 30, "fontName": "Arial Unicode MS", @@ -14276,20 +10157,20 @@ "vertices": [ { "x": 740, - "y": 2785 + "y": 3115 }, { "x": 740, - "y": 2460 + "y": 2790 }, { "x": 775, - "y": 2460 + "y": 2790 } ], "label": { "x": 748, - "y": 2795, + "y": 3125, "width": 381, "height": 30, "fontName": "Arial Unicode MS", @@ -14314,16 +10195,16 @@ "vertices": [ { "x": 2445, - "y": 2770 + "y": 3100 }, { "x": 2465, - "y": 2770 + "y": 3100 } ], "label": { "x": 2441, - "y": 2772, + "y": 3102, "width": 433, "height": 30, "fontName": "Arial Unicode MS", @@ -14348,16 +10229,16 @@ "vertices": [ { "x": 1205, - "y": 2460 + "y": 2790 }, { "x": 1215, - "y": 2460 + "y": 2790 } ], "label": { "x": 1201, - "y": 2462, + "y": 2792, "width": 518, "height": 30, "fontName": "Arial Unicode MS", @@ -14374,33 +10255,33 @@ } }, { - "name": "fk_RoleService_CreateNewRoleRequest_1", - "sourceTableName": "RoleService", + "name": "fk_UserService_CreateNewOtpTokenRequest_1", + "sourceTableName": "UserService", "sourceSchemaName": "FrontOffice", "lineWidth": 1, "visible": true, "vertices": [ { "x": 945, - "y": 4610 + "y": 840 }, { - "x": 980, - "y": 4610 + "x": 2510, + "y": 840 }, { - "x": 980, - "y": 4600 + "x": 2510, + "y": 750 }, { - "x": 1015, - "y": 4600 + "x": 2555, + "y": 750 } ], "label": { - "x": 941, - "y": 4612, - "width": 280, + "x": 935, + "y": 802, + "width": 315, "height": 30, "fontName": "Arial Unicode MS", "fontSize": 14, @@ -14416,32 +10297,74 @@ } }, { - "name": "fk_RoleService_CreateNewRoleResponse_1", - "sourceTableName": "RoleService", + "name": "fk_UserService_CreateNewOtpTokenResponse_1", + "sourceTableName": "UserService", "sourceSchemaName": "FrontOffice", "lineWidth": 1, "visible": true, "vertices": [ { "x": 945, - "y": 4680 + "y": 820 }, { - "x": 1480, - "y": 4680 + "x": 2000, + "y": 820 }, { - "x": 1480, - "y": 4630 + "x": 2000, + "y": 720 }, { - "x": 1515, - "y": 4630 + "x": 2045, + "y": 720 } ], "label": { - "x": 941, - "y": 4652, + "x": 935, + "y": 782, + "width": 325, + "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_VerifyOtpTokenResponse_1", + "sourceTableName": "UserService", + "sourceSchemaName": "FrontOffice", + "lineWidth": 1, + "visible": true, + "vertices": [ + { + "x": 945, + "y": 790 + }, + { + "x": 1490, + "y": 790 + }, + { + "x": 1490, + "y": 690 + }, + { + "x": 1535, + "y": 690 + } + ], + "label": { + "x": 935, + "y": 752, "width": 290, "height": 30, "fontName": "Arial Unicode MS", @@ -14458,25 +10381,29 @@ } }, { - "name": "fk_RoleService_UpdateRoleRequest_1", - "sourceTableName": "RoleService", + "name": "fk_UserService_VerifyOtpTokenRequest_1", + "sourceTableName": "UserService", "sourceSchemaName": "FrontOffice", "lineWidth": 1, "visible": true, "vertices": [ { - "x": 600, - "y": 4575 + "x": 710, + "y": 675 }, { - "x": 600, - "y": 4292 + "x": 710, + "y": 260 + }, + { + "x": 755, + "y": 260 } ], "label": { - "x": 608, - "y": 4585, - "width": 256, + "x": 712, + "y": 645, + "width": 280, "height": 30, "fontName": "Arial Unicode MS", "fontSize": 14, @@ -14492,609 +10419,25 @@ } }, { - "name": "fk_RoleService_DeleteRoleRequest_1", - "sourceTableName": "RoleService", + "name": "fk_UpdateUserRequest_UserAvatarFileModel_1", + "sourceTableName": "UpdateUserRequest", "sourceSchemaName": "FrontOffice", "lineWidth": 1, "visible": true, "vertices": [ { - "x": 515, - "y": 4680 + "x": 1295, + "y": 480 }, { - "x": 445, - "y": 4680 + "x": 1315, + "y": 480 } ], "label": { - "x": 531, - "y": 4652, - "width": 251, - "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_RoleService_GetRoleRequest_1", - "sourceTableName": "RoleService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 730, - "y": 4780 - }, - { - "x": 730, - "y": 4795 - } - ], - "label": { - "x": 738, - "y": 4740, - "width": 230, - "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_RoleService_GetRoleResponse_1", - "sourceTableName": "RoleService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 945, - "y": 4740 - }, - { - "x": 2015, - "y": 4740 - } - ], - "label": { - "x": 941, - "y": 4742, - "width": 240, - "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_RoleService_GetAllRoleByFilterRequest_1", - "sourceTableName": "RoleService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 945, - "y": 4710 - }, - { - "x": 1980, - "y": 4710 - }, - { - "x": 1980, - "y": 4630 - }, - { - "x": 2015, - "y": 4630 - } - ], - "label": { - "x": 941, - "y": 4712, - "width": 297, - "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_RoleService_GetAllRoleByFilterResponse_1", - "sourceTableName": "RoleService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 740, - "y": 4575 - }, - { - "x": 740, - "y": 4380 - }, - { - "x": 775, - "y": 4380 - } - ], - "label": { - "x": 748, - "y": 4585, - "width": 307, - "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_GetAllRoleByFilterRequest_GetAllRoleByFilterFilter", - "sourceTableName": "GetAllRoleByFilterRequest", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 2445, - "y": 4600 - }, - { - "x": 2465, - "y": 4600 - } - ], - "label": { - "x": 2441, - "y": 4602, - "width": 359, - "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_GetAllRoleByFilterResponse_GetAllRoleByFilterResponseModel", - "sourceTableName": "GetAllRoleByFilterResponse", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 1205, - "y": 4380 - }, - { - "x": 1215, - "y": 4380 - } - ], - "label": { - "x": 1201, - "y": 4382, - "width": 444, - "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_UserRoleService_CreateNewUserRoleRequest_1", - "sourceTableName": "UserRoleService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 945, - "y": 5460 - }, - { - "x": 980, - "y": 5460 - }, - { - "x": 980, - "y": 5440 - }, - { - "x": 1015, - "y": 5440 - } - ], - "label": { - "x": 941, - "y": 5462, - "width": 338, - "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_UserRoleService_CreateNewUserRoleResponse_1", - "sourceTableName": "UserRoleService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 945, - "y": 5530 - }, - { - "x": 1480, - "y": 5530 - }, - { - "x": 1480, - "y": 5480 - }, - { - "x": 1515, - "y": 5480 - } - ], - "label": { - "x": 941, - "y": 5502, - "width": 348, - "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_UserRoleService_UpdateUserRoleRequest_1", - "sourceTableName": "UserRoleService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 600, - "y": 5425 - }, - { - "x": 600, - "y": 5132 - } - ], - "label": { - "x": 608, - "y": 5435, - "width": 314, - "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_UserRoleService_DeleteUserRoleRequest_1", - "sourceTableName": "UserRoleService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 515, - "y": 5530 - }, - { - "x": 445, - "y": 5530 - } - ], - "label": { - "x": 531, - "y": 5502, - "width": 309, - "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_UserRoleService_GetUserRoleRequest_1", - "sourceTableName": "UserRoleService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 730, - "y": 5630 - }, - { - "x": 730, - "y": 5645 - } - ], - "label": { - "x": 738, - "y": 5590, - "width": 288, - "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_UserRoleService_GetUserRoleResponse_1", - "sourceTableName": "UserRoleService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 945, - "y": 5590 - }, - { - "x": 2015, - "y": 5590 - } - ], - "label": { - "x": 941, - "y": 5592, - "width": 298, - "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_UserRoleService_GetAllUserRoleByFilterRequest_1", - "sourceTableName": "UserRoleService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 945, - "y": 5560 - }, - { - "x": 1980, - "y": 5560 - }, - { - "x": 1980, - "y": 5480 - }, - { - "x": 2015, - "y": 5480 - } - ], - "label": { - "x": 941, - "y": 5562, - "width": 355, - "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_UserRoleService_GetAllUserRoleByFilterResponse_1", - "sourceTableName": "UserRoleService", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 740, - "y": 5425 - }, - { - "x": 740, - "y": 5230 - }, - { - "x": 775, - "y": 5230 - } - ], - "label": { - "x": 748, - "y": 5435, - "width": 365, - "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_GetAllUserRoleByFilterRequest_GetAllUserRoleByFilterFilter", - "sourceTableName": "GetAllUserRoleByFilterRequest", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 2445, - "y": 5440 - }, - { - "x": 2465, - "y": 5440 - } - ], - "label": { - "x": 2441, - "y": 5442, - "width": 417, - "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_GetAllUserRoleByFilterResponse_GetAllUserRoleByFilterResponseModel", - "sourceTableName": "GetAllUserRoleByFilterResponse", - "sourceSchemaName": "FrontOffice", - "lineWidth": 1, - "visible": true, - "vertices": [ - { - "x": 1205, - "y": 5230 - }, - { - "x": 1215, - "y": 5230 - } - ], - "label": { - "x": 1201, - "y": 5232, - "width": 502, + "x": 1285, + "y": 442, + "width": 317, "height": 30, "fontName": "Arial Unicode MS", "fontSize": 14, diff --git a/src/FrontOffice.BFF.WebApi/ConfigureServices.cs b/src/FrontOffice.BFF.WebApi/ConfigureServices.cs index 0275139..7d7154b 100644 --- a/src/FrontOffice.BFF.WebApi/ConfigureServices.cs +++ b/src/FrontOffice.BFF.WebApi/ConfigureServices.cs @@ -1,6 +1,7 @@ using FrontOffice.BFF.Application.Common.Interfaces; using FrontOffice.BFF.WebApi.Common.Services; using MapsterMapper; +using Microsoft.Extensions.Configuration; using System.Reflection; namespace Microsoft.Extensions.DependencyInjection;