@vladimirdev635/gql-codegen 0.0.91 → 0.0.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/actors/ts/graphql/generators/client/fragments.js +4 -2
- package/actors/ts/graphql/generators/server/inputs.js +12 -8
- package/actors/ts/graphql/generators/server/objects.js +5 -9
- package/actors/ts/graphql/generators/server/shared.d.ts +1 -1
- package/actors/ts/graphql/generators/server/shared.js +1 -1
- package/package.json +1 -1
- package/schema/client/directive.d.ts +1 -12
- package/schema/client/operation.d.ts +1 -12
- package/schema/client/root.d.ts +2 -24
- package/schema/server.d.ts +20 -306
- package/schema/server.js +5 -2
- package/schema/shared.d.ts +3 -36
- package/schema/shared.js +5 -2
- package/schema/test-client.json +1 -1
- package/schema/test-server.json +1 -1
- package/schema/utils.js +21 -17
package/schema/test-server.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "objects": { "ErrorAlreadyExists": { "name": "ErrorAlreadyExists", "implements": {}, "fields": { "a": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } } } }, "ErrorDateRangeIsInvalid": { "name": "ErrorDateRangeIsInvalid", "implements": {}, "fields": { "a": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } } } }, "ErrorGroupNotFound": { "name": "ErrorGroupNotFound", "implements": {}, "fields": { "a": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } } } }, "ErrorInvalidGroupName": { "name": "ErrorInvalidGroupName", "implements": {}, "fields": { "a": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } } } }, "ErrorInvalidLimitOfDownloadsPerDay": { "name": "ErrorInvalidLimitOfDownloadsPerDay", "implements": {}, "fields": { "a": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } } } }, "ErrorNotFound": { "name": "ErrorNotFound", "implements": {}, "fields": { "a": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } } } }, "ErrorUnknownTags": { "name": "ErrorUnknownTags", "implements": {}, "fields": { "tagIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "Scalar", "name": "UUID" } } } } }, "ErrorUnknownUsers": { "name": "ErrorUnknownUsers", "implements": {}, "fields": { "userIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "Scalar", "name": "UUID" } } } } }, "EventFileDeleted": { "name": "EventFileDeleted", "implements": {}, "fields": { "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Datetime" }, "invocations": {} } }, "file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "File", "$ref": "#/server/objects/File" }, "invocations": {} } } } }, "EventFileDownloadRequested": { "name": "EventFileDownloadRequested", "implements": {}, "fields": { "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Datetime" }, "invocations": {} } }, "decision": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "File", "$ref": "#/server/objects/File" }, "invocations": {} } }, "user": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "User", "$ref": "#/server/objects/User" }, "invocations": {} } } } }, "EventFileDownloaded": { "name": "EventFileDownloaded", "implements": {}, "fields": { "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Datetime" }, "invocations": {} } }, "file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "File", "$ref": "#/server/objects/File" }, "invocations": {} } } } }, "EventFileTagsEdited": { "name": "EventFileTagsEdited", "implements": {}, "fields": { "addedTags": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "ObjectType", "name": "Tag", "$ref": "#/server/objects/Tag" } } }, "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Datetime" }, "invocations": {} } }, "file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "File", "$ref": "#/server/objects/File" }, "invocations": {} } }, "removedTags": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "ObjectType", "name": "Tag", "$ref": "#/server/objects/Tag" } } } } }, "EventFileUploaded": { "name": "EventFileUploaded", "implements": {}, "fields": { "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Datetime" }, "invocations": {} } }, "file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "File", "$ref": "#/server/objects/File" }, "invocations": {} } } } }, "EventTagApprovalIsRequested": { "name": "EventTagApprovalIsRequested", "implements": {}, "fields": { "alreadyInCatalog": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "author": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "User", "$ref": "#/server/objects/User" }, "invocations": {} } }, "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Datetime" }, "invocations": {} } }, "tag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Tag", "$ref": "#/server/objects/Tag" }, "invocations": {} } } } }, "EventsList": { "name": "EventsList", "implements": {}, "fields": { "events": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "Union", "name": "Event", "$ref": "#/server/unions/Event" } } } } }, "File": { "name": "File", "implements": {}, "fields": { "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Datetime" }, "invocations": {} } }, "filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" }, "invocations": {} } }, "mimeType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "previewUrl": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Url" }, "invocations": {} } }, "sizeInBytes": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int64" }, "invocations": {} } }, "user": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "User", "$ref": "#/server/objects/User" }, "invocations": {} } } } }, "Group": { "name": "Group", "implements": {}, "fields": { "first10Tags": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "ObjectType", "name": "Tag", "$ref": "#/server/objects/Tag" } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" }, "invocations": {} } }, "limitOfDownloadsPerDay": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "GroupUser": { "name": "GroupUser", "implements": {}, "fields": { "inGroup": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "user": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "User", "$ref": "#/server/objects/User" }, "invocations": {} } } } }, "GroupUserList": { "name": "GroupUserList", "implements": {}, "fields": { "users": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "ObjectType", "name": "GroupUser", "$ref": "#/server/objects/GroupUser" } } } } }, "IntObject": { "name": "IntObject", "implements": {}, "fields": { "value": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "Mutation": { "name": "Mutation", "implements": {}, "fields": { "addUserToGroup": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "ErrorGroupNotFoundOrErrorNotFound", "$ref": "#/server/unions/ErrorGroupNotFoundOrErrorNotFound" } }, "arguments": { "groupId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } } } }, "createGroup": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateGroupError", "$ref": "#/server/unions/CreateGroupError" } }, "arguments": { "groupIn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GroupIn", "$ref": "#/server/inputs/GroupIn" } } }, "userIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "Scalar", "name": "UUID" } } } } } }, "deleteGroup": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ErrorGroupNotFound", "$ref": "#/server/objects/ErrorGroupNotFound" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } } } }, "editGroup": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "EditGroupError", "$ref": "#/server/unions/EditGroupError" } }, "arguments": { "groupIn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GroupIn", "$ref": "#/server/inputs/GroupIn" } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } } } }, "removeUserFromGroup": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "ErrorGroupNotFoundOrErrorNotFound", "$ref": "#/server/unions/ErrorGroupNotFoundOrErrorNotFound" } }, "arguments": { "groupId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } } } } } }, "Query": { "name": "Query", "implements": {}, "fields": { "getEvents": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetEventsResponse", "$ref": "#/server/unions/GetEventsResponse" } }, "arguments": { "dateRange": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "DateRange", "$ref": "#/server/inputs/DateRange" } } }, "filters": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EventFiltersIn", "$ref": "#/server/inputs/EventFiltersIn" } } }, "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } } } }, "getGroupTags": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetGroupTagsResponse", "$ref": "#/server/unions/GetGroupTagsResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } } } }, "getGroupUsers": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetGroupUsersResponse", "$ref": "#/server/unions/GetGroupUsersResponse" } }, "arguments": { "groupId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GetGroupUsersSortBy", "$ref": "#/server/inputs/GetGroupUsersSortBy" } } } } } }, "getGroupUsersAndUsers": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetGroupUsersAndUsersResponse", "$ref": "#/server/unions/GetGroupUsersAndUsersResponse" } }, "arguments": { "groupId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } }, "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GetUsersSortBy", "$ref": "#/server/inputs/GetUsersSortBy" } } } } } }, "getGroupUsersTotal": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetGroupUsersTotalResponse", "$ref": "#/server/unions/GetGroupUsersTotalResponse" } }, "arguments": { "groupId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } } } }, "getGroups": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "ObjectType", "name": "Group", "$ref": "#/server/objects/Group" } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GetGroupsSortBy", "$ref": "#/server/inputs/GetGroupsSortBy" } } } } } }, "getGroupsTotal": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": { "admin": { "arguments": {} }, "authenticated": { "arguments": {} } } } }, "getMe": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "User", "$ref": "#/server/objects/User" }, "invocations": { "authenticated": { "arguments": {} } } } }, "getUsers": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "UsersList", "$ref": "#/server/objects/UsersList" } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "skip": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "GetUsersSortBy", "$ref": "#/server/inputs/GetUsersSortBy" } } } } } }, "getUsersTotal": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "query": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } } } }, "retrieveGroup": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "RetrieveGroupResponse", "$ref": "#/server/unions/RetrieveGroupResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" } } } } } } } }, "Tag": { "name": "Tag", "implements": {}, "fields": { "hasChildren": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" }, "invocations": {} } }, "isApproved": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "isFavourite": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "tag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "TagList": { "name": "TagList", "implements": {}, "fields": { "list": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "ObjectType", "name": "Tag", "$ref": "#/server/objects/Tag" } } } } }, "User": { "name": "User", "implements": {}, "fields": { "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Datetime" }, "invocations": {} } }, "email": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "tenGroups": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "ObjectType", "name": "Group", "$ref": "#/server/objects/Group" } } } } }, "UsersList": { "name": "UsersList", "implements": {}, "fields": { "users": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "ObjectType", "name": "User", "$ref": "#/server/objects/User" } } } } } }, "interfaces": {}, "inputs": { "DateRange": { "name": "DateRange", "fields": { "endAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Datetime" } } }, "startAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Datetime" } } } } }, "EventFiltersIn": { "name": "EventFiltersIn", "fields": { "eventFileDeleted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" } } }, "eventFileDownloadRequested": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" } } }, "eventFileDownloaded": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" } } }, "eventFileTagsEdited": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" } } }, "eventFileUploaded": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" } } }, "eventTagApprovalIsRequested": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" } } } } }, "GetGroupUsersSortBy": { "name": "GetGroupUsersSortBy", "fields": { "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" } } }, "field": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EGroupUsers", "$ref": "#/server/enums/EGroupUsers" } } } } }, "GetGroupsSortBy": { "name": "GetGroupsSortBy", "fields": { "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" } } }, "field": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EGroupField", "$ref": "#/server/enums/EGroupField" } } } } }, "GetUsersSortBy": { "name": "GetUsersSortBy", "fields": { "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" } } }, "field": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EUserField", "$ref": "#/server/enums/EUserField" } } } } }, "GroupIn": { "name": "GroupIn", "fields": { "limitOfDownloadsPerDay": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } }, "tagIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "Scalar", "name": "UUID" } } } } } }, "scalars": ["Datetime", "UUID"], "enums": { "EGroupField": { "name": "EGroupField", "values": ["NAME", "CREATED_AT", "LIMIT_OF_DOWNLOADS_PER_DAY"] }, "EGroupUsers": { "name": "EGroupUsers", "values": ["NAME", "EMAIL"] }, "ESortDirection": { "name": "ESortDirection", "values": ["ASC", "DSC"] }, "EUserField": { "name": "EUserField", "values": ["NAME", "EMAIL", "CREATED_AT"] } }, "unions": { "CreateGroupError": { "name": "CreateGroupError", "items": { "ErrorAlreadyExists": "#/server/objects/ErrorAlreadyExists", "ErrorInvalidGroupName": "#/server/objects/ErrorInvalidGroupName", "ErrorInvalidLimitOfDownloadsPerDay": "#/server/objects/ErrorInvalidLimitOfDownloadsPerDay", "ErrorUnknownTags": "#/server/objects/ErrorUnknownTags", "ErrorUnknownUsers": "#/server/objects/ErrorUnknownUsers" } }, "EditGroupError": { "name": "EditGroupError", "items": { "ErrorAlreadyExists": "#/server/objects/ErrorAlreadyExists", "ErrorGroupNotFound": "#/server/objects/ErrorGroupNotFound", "ErrorInvalidGroupName": "#/server/objects/ErrorInvalidGroupName", "ErrorInvalidLimitOfDownloadsPerDay": "#/server/objects/ErrorInvalidLimitOfDownloadsPerDay", "ErrorUnknownTags": "#/server/objects/ErrorUnknownTags" } }, "ErrorGroupNotFoundOrErrorNotFound": { "name": "ErrorGroupNotFoundOrErrorNotFound", "items": { "ErrorGroupNotFound": "#/server/objects/ErrorGroupNotFound", "ErrorNotFound": "#/server/objects/ErrorNotFound" } }, "Event": { "name": "Event", "items": { "EventFileDeleted": "#/server/objects/EventFileDeleted", "EventFileDownloadRequested": "#/server/objects/EventFileDownloadRequested", "EventFileDownloaded": "#/server/objects/EventFileDownloaded", "EventFileTagsEdited": "#/server/objects/EventFileTagsEdited", "EventFileUploaded": "#/server/objects/EventFileUploaded", "EventTagApprovalIsRequested": "#/server/objects/EventTagApprovalIsRequested" } }, "GetEventsResponse": { "name": "GetEventsResponse", "items": { "ErrorDateRangeIsInvalid": "#/server/objects/ErrorDateRangeIsInvalid", "EventsList": "#/server/objects/EventsList" } }, "GetGroupTagsResponse": { "name": "GetGroupTagsResponse", "items": { "ErrorNotFound": "#/server/objects/ErrorNotFound", "TagList": "#/server/objects/TagList" } }, "GetGroupUsersAndUsersResponse": { "name": "GetGroupUsersAndUsersResponse", "items": { "ErrorGroupNotFound": "#/server/objects/ErrorGroupNotFound", "GroupUserList": "#/server/objects/GroupUserList" } }, "GetGroupUsersResponse": { "name": "GetGroupUsersResponse", "items": { "ErrorNotFound": "#/server/objects/ErrorNotFound", "UsersList": "#/server/objects/UsersList" } }, "GetGroupUsersTotalResponse": { "name": "GetGroupUsersTotalResponse", "items": { "ErrorNotFound": "#/server/objects/ErrorNotFound", "IntObject": "#/server/objects/IntObject" } }, "RetrieveGroupResponse": { "name": "RetrieveGroupResponse", "items": { "ErrorNotFound": "#/server/objects/ErrorNotFound", "Group": "#/server/objects/Group" } } }, "directives": {} }
|
|
1
|
+
{ "objects": { "AccountingCategory": { "name": "AccountingCategory", "implements": { "ILCounterparty": { "name": "ILCounterparty", "$ref": "#/server/interfaces/ILCounterparty" } }, "fields": { "amountFinalBalanceDt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "amountFinalBalanceKt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "calculationDocument": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "contract": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "AccountingCategoryLContract", "$ref": "#/server/objects/AccountingCategoryLContract" }, "invocations": {} } }, "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "counterpartyContractText": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "counterpartyType": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECounterpartyType", "$ref": "#/server/enums/ECounterpartyType" }, "invocations": {} } }, "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "date": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "dateProduced": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" }, "invocations": {} } }, "isConstructionNotReady": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "purpose": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "updNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "updSum": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "updTimestamp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } } } }, "AccountingCategoryLContract": { "name": "AccountingCategoryLContract", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "numberDoc": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "shortName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "stages": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractStage", "$ref": "#/server/objects/ContractStage" } } } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractStatus", "$ref": "#/server/enums/EContractStatus" }, "invocations": {} } } } }, "AccrualReport": { "name": "AccrualReport", "implements": {}, "fields": { "dateOfEndPeriod": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "dateOfStartPeriod": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "phoneNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "total": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "Allowance": { "name": "Allowance", "implements": {}, "fields": { "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "AlreadyExistsData": { "name": "AlreadyExistsData", "implements": {}, "fields": { "key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "value": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "AssemblyUnit": { "name": "AssemblyUnit", "implements": {}, "fields": { "details": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "DetailToAssemblyUnit", "$ref": "#/server/objects/DetailToAssemblyUnit" } } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "nodes": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "NodeToAssemblyUnit", "$ref": "#/server/objects/NodeToAssemblyUnit" } } } }, "purchasedEquipments": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipmentToAssemblyUnit", "$ref": "#/server/objects/PurchasedEquipmentToAssemblyUnit" } } } }, "subnodes": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SubnodeToAssemblyUnit", "$ref": "#/server/objects/SubnodeToAssemblyUnit" } } } } } }, "AssemblyUnitToObjectAssembly": { "name": "AssemblyUnitToObjectAssembly", "implements": {}, "fields": { "assemblyUnit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "AssemblyUnit", "$ref": "#/server/objects/AssemblyUnit" }, "invocations": {} } }, "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "BankAccount": { "name": "BankAccount", "implements": {}, "fields": { "account": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "balance": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "bik": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "corrAccount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "Base64EncodedFile": { "name": "Base64EncodedFile", "implements": {}, "fields": { "encodedFile": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "Bidder": { "name": "Bidder", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "inn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "rating": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "tenders": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "BidderTender", "$ref": "#/server/objects/BidderTender" } } } } } }, "BidderTender": { "name": "BidderTender", "implements": {}, "fields": { "bidder": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Bidder", "$ref": "#/server/objects/Bidder" }, "invocations": {} } }, "bidderId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "isDisqualified": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "isReserveWinner": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "isWinner": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "offer": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "tender": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "UzTender", "$ref": "#/server/objects/UzTender" }, "invocations": {} } }, "tenderId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "totalScore": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "Brand": { "name": "Brand", "implements": {}, "fields": { "counterparties": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "BrandToCounterparty", "$ref": "#/server/objects/BrandToCounterparty" } } } }, "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "mail": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "phoneNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "BrandToCounterparty": { "name": "BrandToCounterparty", "implements": { "ILCounterparty": { "name": "ILCounterparty", "$ref": "#/server/interfaces/ILCounterparty" } }, "fields": { "brandId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "CameraRegistryRow": { "name": "CameraRegistryRow", "implements": { "ILContractOrNone": { "name": "ILContractOrNone", "$ref": "#/server/interfaces/ILContractOrNone" }, "ILSimCardWithReports": { "name": "ILSimCardWithReports", "$ref": "#/server/interfaces/ILSimCardWithReports" } }, "fields": { "accessParameters": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "contract": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" }, "invocations": {} } }, "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "installationDate": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "logs": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "CameraRegistryTrasnferLog", "$ref": "#/server/objects/CameraRegistryTrasnferLog" } } } }, "onStorage": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "sim": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LSimCardWithReports", "$ref": "#/server/objects/LSimCardWithReports" }, "invocations": {} } }, "updatedAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } } } }, "CameraRegistryTrasnferLog": { "name": "CameraRegistryTrasnferLog", "implements": {}, "fields": { "contractId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } } } }, "CloseForModifyError": { "name": "CloseForModifyError", "implements": { "BaseErrorType": { "name": "BaseErrorType", "$ref": "#/server/interfaces/BaseErrorType" } }, "fields": { "message": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "CommercialOffer": { "name": "CommercialOffer", "implements": {}, "fields": { "commercialOfferContactId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "contactInformation": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContactInformation", "$ref": "#/server/objects/ContactInformation" }, "invocations": {} } }, "costWithVat": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "nomenclature": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Nomenclature", "$ref": "#/server/objects/Nomenclature" } } } }, "unitOfMeasurement": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "workName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "CompiledInvoicesMeta": { "name": "CompiledInvoicesMeta", "implements": { "IMeta": { "name": "IMeta", "$ref": "#/server/interfaces/IMeta" } }, "fields": { "count": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "sum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "CompilledInvoiceWithABC": { "name": "CompilledInvoiceWithABC", "implements": { "ILContractAndLCounterpartyOrNone": { "name": "ILContractAndLCounterpartyOrNone", "$ref": "#/server/interfaces/ILContractAndLCounterpartyOrNone" }, "ILCounterpartyOrNone": { "name": "ILCounterpartyOrNone", "$ref": "#/server/interfaces/ILCounterpartyOrNone" } }, "fields": { "abcCategory": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EABCAnalysisCategory", "$ref": "#/server/enums/EABCAnalysisCategory" }, "invocations": {} } }, "amount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "contract": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractAndLCounterparty", "$ref": "#/server/objects/LContractAndLCounterparty" }, "invocations": {} } }, "counterparty": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "counterpartyName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "documentNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "nomenclature": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "number1c": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "price": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "sum": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "total": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "unit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "vat": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "ConstructionEquipment": { "name": "ConstructionEquipment", "implements": {}, "fields": { "contractorContracts": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractorContractAndLCounterparty", "$ref": "#/server/objects/LContractorContractAndLCounterparty" } } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "model": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "stateNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "type": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ConstructionEquipmentType", "$ref": "#/server/objects/ConstructionEquipmentType" }, "invocations": {} } } } }, "ConstructionEquipmentType": { "name": "ConstructionEquipmentType", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "ContactInformation": { "name": "ContactInformation", "implements": {}, "fields": { "fio": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "holidays": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "mail": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "organization": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "tel": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "Contract": { "name": "Contract", "implements": { "ILCounterparty": { "name": "ILCounterparty", "$ref": "#/server/interfaces/ILCounterparty" } }, "fields": { "archivedAt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "createdAt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "docInfo": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractSummary", "$ref": "#/server/objects/ContractSummary" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "isOriginal": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "link": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "locationLink": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "numberDoc": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "overheadCosts": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractOverheadCost", "$ref": "#/server/objects/ContractOverheadCost" } } } }, "referenceListTitle": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "responsibleUser": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LUser", "$ref": "#/server/objects/LUser" }, "invocations": {} } }, "shortName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "stages": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractStage", "$ref": "#/server/objects/ContractStage" } } } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractStatus", "$ref": "#/server/enums/EContractStatus" }, "invocations": {} } }, "subjectContract": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "tags": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "textForCall": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "tgYearActivity": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TgChatDaySummary", "$ref": "#/server/objects/TgChatDaySummary" } } } }, "typeWorks": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "ContractGroupedUnderApprovalInvoice": { "name": "ContractGroupedUnderApprovalInvoice", "implements": { "ILContract": { "name": "ILContract", "$ref": "#/server/interfaces/ILContract" }, "ILCounterparty": { "name": "ILCounterparty", "$ref": "#/server/interfaces/ILCounterparty" } }, "fields": { "category": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EABCAnalysisCategory", "$ref": "#/server/enums/EABCAnalysisCategory" }, "invocations": {} } }, "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" }, "invocations": {} } }, "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "stageNames": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "stageSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "ContractInvoiceABC": { "name": "ContractInvoiceABC", "implements": {}, "fields": { "amount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "category": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EABCAnalysisCategory", "$ref": "#/server/enums/EABCAnalysisCategory" }, "invocations": {} } }, "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "counterpartyTitle": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "incomingDocumentNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "nomenclatureEquipment": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "nomenclatureEquipmentType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "nomenclatureId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "nomenclatureMaterial": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "nomenclatureMaterialType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "nomenclatureName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "nomenclatureService": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "nomenclatureServiceType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "number1c": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "originalSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "price": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "totalSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "unit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "vatSum": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "ContractInvoicesMeta": { "name": "ContractInvoicesMeta", "implements": { "IMeta": { "name": "IMeta", "$ref": "#/server/interfaces/IMeta" } }, "fields": { "count": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "sum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "ContractOverheadCost": { "name": "ContractOverheadCost", "implements": {}, "fields": { "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "nomenclature": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "totalSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "ContractStage": { "name": "ContractStage", "implements": {}, "fields": { "comment": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractTgActivity", "$ref": "#/server/objects/LContractTgActivity" }, "invocations": {} } }, "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "dateAct": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "dateEnd": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "datePp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "guarantee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "invoiceIssued": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "isCompleted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "isOriginal": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "npp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "numAct": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "numPp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "payment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "stagePay": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "stageUpd": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "stageWork": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "subStages": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractSubStage", "$ref": "#/server/objects/ContractSubStage" } } } }, "sumStage": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "workName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "ContractStageList": { "name": "ContractStageList", "implements": {}, "fields": { "items": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractStage", "$ref": "#/server/objects/ContractStage" } } } } } }, "ContractSubStage": { "name": "ContractSubStage", "implements": {}, "fields": { "contractStageId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "dateAct": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "datePp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "numAct": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "numPp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "payment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "ContractSummary": { "name": "ContractSummary", "implements": {}, "fields": { "accomplishment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "balanceContract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "payment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "paymentUpd": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "percent": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "resultDolg": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "sumStage": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "ContractToGroup": { "name": "ContractToGroup", "implements": { "ILContract": { "name": "ILContract", "$ref": "#/server/interfaces/ILContract" } }, "fields": { "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" }, "invocations": {} } }, "groupId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "groupName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "ContractToNomenclature": { "name": "ContractToNomenclature", "implements": { "ILContract": { "name": "ILContract", "$ref": "#/server/interfaces/ILContract" } }, "fields": { "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "nomenclature": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Nomenclature", "$ref": "#/server/objects/Nomenclature" }, "invocations": {} } }, "nomenclatureId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "progress": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "ContractorContract": { "name": "ContractorContract", "implements": {}, "fields": { "completedAt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "conditionalName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "contractLink": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "contractNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "contractSubject": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractorContractLCounterparty", "$ref": "#/server/objects/ContractorContractLCounterparty" }, "invocations": {} } }, "customerContract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" }, "invocations": {} } }, "customerContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "shortName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractorContractStatus", "$ref": "#/server/enums/EContractorContractStatus" }, "invocations": {} } }, "sum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "workTypes": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "ContractorContractLCounterparty": { "name": "ContractorContractLCounterparty", "implements": {}, "fields": { "entityType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EEntityType", "$ref": "#/server/enums/EEntityType" }, "invocations": {} } }, "group": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECounterpartyGroup", "$ref": "#/server/enums/ECounterpartyGroup" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "inn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "lastInvoice": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Invoice", "$ref": "#/server/objects/Invoice" }, "invocations": {} } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "total": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "tradeName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "CounterpartiesTableMeta": { "name": "CounterpartiesTableMeta", "implements": { "IMeta": { "name": "IMeta", "$ref": "#/server/interfaces/IMeta" } }, "fields": { "count": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "sum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "Counterparty": { "name": "Counterparty", "implements": {}, "fields": { "contacts": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "createdAt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "description": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "edoWork": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "entityType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EEntityType", "$ref": "#/server/enums/EEntityType" }, "invocations": {} } }, "group": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECounterpartyGroup", "$ref": "#/server/enums/ECounterpartyGroup" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "inn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "isIndividualEntrepreneur": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "lastInvoice": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Invoice", "$ref": "#/server/objects/Invoice" }, "invocations": {} } }, "loadByMonth": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "phoneNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "priceLogs": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PriceChangeLog", "$ref": "#/server/objects/PriceChangeLog" } } } }, "standardDeviation": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "total": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "tradeName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "url": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "CounterpartyGroupedUnderApprovalInvoice": { "name": "CounterpartyGroupedUnderApprovalInvoice", "implements": { "ILCounterparty": { "name": "ILCounterparty", "$ref": "#/server/interfaces/ILCounterparty" } }, "fields": { "category": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EABCAnalysisCategory", "$ref": "#/server/enums/EABCAnalysisCategory" }, "invocations": {} } }, "contracts": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" } } } }, "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "stageNames": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "stageSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "CounterpartyToUser": { "name": "CounterpartyToUser", "implements": { "ILUser": { "name": "ILUser", "$ref": "#/server/interfaces/ILUser" } }, "fields": { "counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "user": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LUser", "$ref": "#/server/objects/LUser" }, "invocations": {} } } } }, "Customer": { "name": "Customer", "implements": {}, "fields": { "contact": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "mail": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "name": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "organizationDirector": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "tel": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "tenders": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "UzTender", "$ref": "#/server/objects/UzTender" } } } } } }, "DatesRange": { "name": "DatesRange", "implements": {}, "fields": { "end": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "start": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } } } }, "DeleteReportSuccess": { "name": "DeleteReportSuccess", "implements": {}, "fields": { "success": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } } } }, "Department": { "name": "Department", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "Detail": { "name": "Detail", "implements": {}, "fields": { "equipment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipment", "$ref": "#/server/objects/PurchasedEquipment" }, "invocations": {} } }, "equipmentId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "DetailToAssemblyUnit": { "name": "DetailToAssemblyUnit", "implements": {}, "fields": { "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "detail": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Detail", "$ref": "#/server/objects/Detail" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "DetailToNode": { "name": "DetailToNode", "implements": {}, "fields": { "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "detail": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Detail", "$ref": "#/server/objects/Detail" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "DetailToObjectAssembly": { "name": "DetailToObjectAssembly", "implements": {}, "fields": { "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "detail": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Detail", "$ref": "#/server/objects/Detail" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "DetailToSubnode": { "name": "DetailToSubnode", "implements": {}, "fields": { "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "detail": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Detail", "$ref": "#/server/objects/Detail" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "Employee": { "name": "Employee", "implements": { "IDepartmentOrNone": { "name": "IDepartmentOrNone", "$ref": "#/server/interfaces/IDepartmentOrNone" }, "ILWorkPositionOrNone": { "name": "ILWorkPositionOrNone", "$ref": "#/server/interfaces/ILWorkPositionOrNone" } }, "fields": { "account": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LUser", "$ref": "#/server/objects/LUser" }, "invocations": {} } }, "address": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "birthday": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "calendarVacations": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "EmployeeVacation", "$ref": "#/server/objects/EmployeeVacation" } } } }, "citizenship": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "dateOfIssue": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "department": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Department", "$ref": "#/server/objects/Department" }, "invocations": {} } }, "dismissalDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "dismissalOrderDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "dismissalOrderNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "education": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "employmentContractDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "employmentContractNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "employmentOrderDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "employmentOrderNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "familyName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "gender": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EGender", "$ref": "#/server/enums/EGender" }, "invocations": {} } }, "hasCorporateBotAccess": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "inn": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "isDismissed": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "issuingAuthority": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "mail": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "organization": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "organizationId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "positionNote": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "probationEnd": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "probationStart": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "realAddress": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "realVacations": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "EmployeeVacation", "$ref": "#/server/objects/EmployeeVacation" } } } }, "secondOrganization": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "secondOrganizationId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "seriesNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "snils": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "tel": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "userId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "workPermissionRequired": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "workPosition": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LWorkPosition", "$ref": "#/server/objects/LWorkPosition" }, "invocations": {} } }, "workType": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EWorkType", "$ref": "#/server/enums/EWorkType" }, "invocations": {} } }, "zodiacSign": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EZodiacSign", "$ref": "#/server/enums/EZodiacSign" }, "invocations": {} } } } }, "EmployeeABCData": { "name": "EmployeeABCData", "implements": { "ILEmployee": { "name": "ILEmployee", "$ref": "#/server/interfaces/ILEmployee" } }, "fields": { "abcCategory": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EABCAnalysisCategory", "$ref": "#/server/enums/EABCAnalysisCategory" }, "invocations": {} } }, "employee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } }, "messagesCount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "EmployeeEquipment": { "name": "EmployeeEquipment", "implements": { "ILEmployee": { "name": "ILEmployee", "$ref": "#/server/interfaces/ILEmployee" } }, "fields": { "conditionOnIssue": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "conditionOnReturn": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "employee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } }, "equipment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipment", "$ref": "#/server/objects/PurchasedEquipment" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "issueDate": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "issuedBy": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } }, "notes": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "returnDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "serialNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "size": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EEmployeeEquipmentStatus", "$ref": "#/server/enums/EEmployeeEquipmentStatus" }, "invocations": {} } } } }, "EmployeeInvoiceApprovals": { "name": "EmployeeInvoiceApprovals", "implements": { "IInvoiceOrNone": { "name": "IInvoiceOrNone", "$ref": "#/server/interfaces/IInvoiceOrNone" } }, "fields": { "approvalTimestamp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "employee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LUser", "$ref": "#/server/objects/LUser" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "invoice": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Invoice", "$ref": "#/server/objects/Invoice" }, "invocations": {} } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EEmployeeInvoiceApprovalStatus", "$ref": "#/server/enums/EEmployeeInvoiceApprovalStatus" }, "invocations": {} } }, "tgApprovalMessageTimestamp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } } } }, "EmployeeToAllowance": { "name": "EmployeeToAllowance", "implements": { "ILEmployee": { "name": "ILEmployee", "$ref": "#/server/interfaces/ILEmployee" } }, "fields": { "allowance": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Allowance", "$ref": "#/server/objects/Allowance" }, "invocations": {} } }, "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "employee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "value": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "EmployeeToNotification": { "name": "EmployeeToNotification", "implements": {}, "fields": { "employee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "notificationType": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ENotificationType", "$ref": "#/server/enums/ENotificationType" }, "invocations": {} } } } }, "EmployeeVacation": { "name": "EmployeeVacation", "implements": {}, "fields": { "dateFrom": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "dateTo": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "type": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EVacationType", "$ref": "#/server/enums/EVacationType" }, "invocations": {} } } } }, "FileUploadTimestamp": { "name": "FileUploadTimestamp", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "timestamp": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "type": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EUploadingType", "$ref": "#/server/enums/EUploadingType" }, "invocations": {} } } } }, "FilteredContract": { "name": "FilteredContract", "implements": { "ILCounterparty": { "name": "ILCounterparty", "$ref": "#/server/interfaces/ILCounterparty" } }, "fields": { "abcGroup": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EABCAnalysisCategory", "$ref": "#/server/enums/EABCAnalysisCategory" }, "invocations": {} } }, "accomplishment": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "balanceContract": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "isOriginal": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "numberDoc": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "payment": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "paymentUpd": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "percent": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "responsibleUser": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LUser", "$ref": "#/server/objects/LUser" }, "invocations": {} } }, "resultDolg": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "shortName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractStatus", "$ref": "#/server/enums/EContractStatus" }, "invocations": {} } }, "sumStage": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "tgYearActivity": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TgChatDaySummary", "$ref": "#/server/objects/TgChatDaySummary" } } } }, "totalUpdSum": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "FilteredCounterparty": { "name": "FilteredCounterparty", "implements": {}, "fields": { "category": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EABCAnalysisCategory", "$ref": "#/server/enums/EABCAnalysisCategory" }, "invocations": {} } }, "contacts": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "createdAt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "cumulativePercent": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "customerAmountFinalBalanceDt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "customerAmountFinalBalanceKt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "description": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "edoWork": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "entityType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EEntityType", "$ref": "#/server/enums/EEntityType" }, "invocations": {} } }, "group": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECounterpartyGroup", "$ref": "#/server/enums/ECounterpartyGroup" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "inn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "isIndividualEntrepreneur": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "loadByMonth": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "providerAmountFinalBalanceDt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "providerAmountFinalBalanceKt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "runningTotal": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "standardDeviation": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "totalSum": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "tradeName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "url": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "FilteredSimCard": { "name": "FilteredSimCard", "implements": {}, "fields": { "activateDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "fio": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "isActiveSimWithArchiveContract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "isLongSupportSim": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "phoneNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "rate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "routers": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Router", "$ref": "#/server/objects/Router" } } } }, "serialNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESimStatus", "$ref": "#/server/enums/ESimStatus" }, "invocations": {} } }, "sum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "userStatus": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EUserSimStatus", "$ref": "#/server/enums/EUserSimStatus" }, "invocations": {} } } } }, "FinancialReportUser": { "name": "FinancialReportUser", "implements": {}, "fields": { "default": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "totalSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "username": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "FinancialReportsMeta": { "name": "FinancialReportsMeta", "implements": { "IMeta": { "name": "IMeta", "$ref": "#/server/interfaces/IMeta" } }, "fields": { "count": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "sum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "FixedAsset": { "name": "FixedAsset", "implements": { "IInvoiceOrNone": { "name": "IInvoiceOrNone", "$ref": "#/server/interfaces/IInvoiceOrNone" }, "ILContractorContractOrNone": { "name": "ILContractorContractOrNone", "$ref": "#/server/interfaces/ILContractorContractOrNone" } }, "fields": { "contractorContract": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractorContract", "$ref": "#/server/objects/LContractorContract" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "invoice": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Invoice", "$ref": "#/server/objects/Invoice" }, "invocations": {} } }, "sum": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "type": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FixedAssetType", "$ref": "#/server/objects/FixedAssetType" }, "invocations": {} } } } }, "FixedAssetType": { "name": "FixedAssetType", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "FuelCard": { "name": "FuelCard", "implements": { "ILEmployee": { "name": "ILEmployee", "$ref": "#/server/interfaces/ILEmployee" } }, "fields": { "cardNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "employee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "logs": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ServiceParams", "$ref": "#/server/objects/ServiceParams" } } } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EFuelCardStatus", "$ref": "#/server/enums/EFuelCardStatus" }, "invocations": {} } } } }, "FutureJobAndAmount": { "name": "FutureJobAndAmount", "implements": {}, "fields": { "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "npp": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "shortName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "stageName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "stageSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "GroupedAccountingCategories": { "name": "GroupedAccountingCategories", "implements": {}, "fields": { "customer": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "GroupedAccountingCategory", "$ref": "#/server/objects/GroupedAccountingCategory" } } } }, "provider": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "GroupedAccountingCategory", "$ref": "#/server/objects/GroupedAccountingCategory" } } } } } }, "GroupedAccountingCategory": { "name": "GroupedAccountingCategory", "implements": {}, "fields": { "month": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "rowsCount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "totalBalanceDt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "totalBalanceKt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "year": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "GroupedFinancialReport": { "name": "GroupedFinancialReport", "implements": {}, "fields": { "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "total": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "GroupedOverheadCost": { "name": "GroupedOverheadCost", "implements": { "ILCounterpartyOrNone": { "name": "ILCounterpartyOrNone", "$ref": "#/server/interfaces/ILCounterpartyOrNone" } }, "fields": { "abcCategory": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EABCAnalysisCategory", "$ref": "#/server/enums/EABCAnalysisCategory" }, "invocations": {} } }, "counterparty": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "counterpartyStr": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "total": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "GroupedSalaryAnalysis": { "name": "GroupedSalaryAnalysis", "implements": {}, "fields": { "month": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "toPayment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "Invoice": { "name": "Invoice", "implements": { "IInvoiceContracts": { "name": "IInvoiceContracts", "$ref": "#/server/interfaces/IInvoiceContracts" }, "IInvoiceEmployeeStatuses": { "name": "IInvoiceEmployeeStatuses", "$ref": "#/server/interfaces/IInvoiceEmployeeStatuses" }, "IInvoicePositions": { "name": "IInvoicePositions", "$ref": "#/server/interfaces/IInvoicePositions" }, "ILCounterparty": { "name": "ILCounterparty", "$ref": "#/server/interfaces/ILCounterparty" } }, "fields": { "approvalTimestamp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "baseType": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EInvoiceBaseType", "$ref": "#/server/enums/EInvoiceBaseType" }, "invocations": {} } }, "comment": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "contracts": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" } } } }, "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "employeeStatuses": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "EmployeeInvoiceApprovals", "$ref": "#/server/objects/EmployeeInvoiceApprovals" } } } }, "enteraFilename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "enteraLink": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "incomingDocumentDate": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "incomingDocumentNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "number": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "positions": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "InvoicePosition", "$ref": "#/server/objects/InvoicePosition" } } } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EInvoiceStatus", "$ref": "#/server/enums/EInvoiceStatus" }, "invocations": {} } }, "tgApprovalChatId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "tgApprovalMessageId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "tgApprovalMessageTimestamp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "timestamp": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "updInfo": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "InvoiceUPD", "$ref": "#/server/objects/InvoiceUPD" } } } } } }, "InvoicePosition": { "name": "InvoicePosition", "implements": { "IInvoice": { "name": "IInvoice", "$ref": "#/server/interfaces/IInvoice" }, "IInvoicePositionNomenclature": { "name": "IInvoicePositionNomenclature", "$ref": "#/server/interfaces/IInvoicePositionNomenclature" } }, "fields": { "amount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "invoice": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Invoice", "$ref": "#/server/objects/Invoice" }, "invocations": {} } }, "nomenclature": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "InvoicePositionNomenclature", "$ref": "#/server/objects/InvoicePositionNomenclature" }, "invocations": {} } }, "price": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "sum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "totalSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "unit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "vat": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "vatSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "InvoicePositionNomenclature": { "name": "InvoicePositionNomenclature", "implements": {}, "fields": { "equipment": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "equipmentType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "material": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "materialType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "service": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "serviceType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "InvoiceUPD": { "name": "InvoiceUPD", "implements": { "IInvoice": { "name": "IInvoice", "$ref": "#/server/interfaces/IInvoice" } }, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "invoice": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Invoice", "$ref": "#/server/objects/Invoice" }, "invocations": {} } }, "updDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "updNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "updSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "InvoicesUnderApprovalMeta": { "name": "InvoicesUnderApprovalMeta", "implements": { "IMeta": { "name": "IMeta", "$ref": "#/server/interfaces/IMeta" } }, "fields": { "count": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "guaranteeSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "sum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "LContract": { "name": "LContract", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "numberDoc": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "shortName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractStatus", "$ref": "#/server/enums/EContractStatus" }, "invocations": {} } } } }, "LContractAndLCounterparty": { "name": "LContractAndLCounterparty", "implements": { "ILCounterparty": { "name": "ILCounterparty", "$ref": "#/server/interfaces/ILCounterparty" } }, "fields": { "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "numberDoc": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "shortName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractStatus", "$ref": "#/server/enums/EContractStatus" }, "invocations": {} } }, "subjectContract": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "LContractTgActivity": { "name": "LContractTgActivity", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "numberDoc": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "shortName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractStatus", "$ref": "#/server/enums/EContractStatus" }, "invocations": {} } }, "tgYearActivity": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TgChatDaySummary", "$ref": "#/server/objects/TgChatDaySummary" } } } } } }, "LContractorContract": { "name": "LContractorContract", "implements": {}, "fields": { "contractNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "shortName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "LContractorContractAndLCounterparty": { "name": "LContractorContractAndLCounterparty", "implements": {}, "fields": { "contractNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractorContractLCounterparty", "$ref": "#/server/objects/ContractorContractLCounterparty" }, "invocations": {} } }, "customerContract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "shortName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "LCounterparty": { "name": "LCounterparty", "implements": {}, "fields": { "entityType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EEntityType", "$ref": "#/server/enums/EEntityType" }, "invocations": {} } }, "group": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECounterpartyGroup", "$ref": "#/server/enums/ECounterpartyGroup" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "inn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "tradeName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "LEmployee": { "name": "LEmployee", "implements": { "IDepartmentOrNone": { "name": "IDepartmentOrNone", "$ref": "#/server/interfaces/IDepartmentOrNone" }, "ILWorkPositionOrNone": { "name": "ILWorkPositionOrNone", "$ref": "#/server/interfaces/ILWorkPositionOrNone" } }, "fields": { "department": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Department", "$ref": "#/server/objects/Department" }, "invocations": {} } }, "familyName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "workPosition": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LWorkPosition", "$ref": "#/server/objects/LWorkPosition" }, "invocations": {} } } } }, "LNomenclature": { "name": "LNomenclature", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "parentId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "seeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "subLevel": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "LSimCard": { "name": "LSimCard", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "phoneNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESimStatus", "$ref": "#/server/enums/ESimStatus" }, "invocations": {} } }, "userStatus": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EUserSimStatus", "$ref": "#/server/enums/EUserSimStatus" }, "invocations": {} } } } }, "LSimCardWithReports": { "name": "LSimCardWithReports", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "phoneNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "reports": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "AccrualReport", "$ref": "#/server/objects/AccrualReport" } } } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESimStatus", "$ref": "#/server/enums/ESimStatus" }, "invocations": {} } }, "userStatus": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EUserSimStatus", "$ref": "#/server/enums/EUserSimStatus" }, "invocations": {} } } } }, "LUser": { "name": "LUser", "implements": {}, "fields": { "firstName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "lastName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "username": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "LWorkPosition": { "name": "LWorkPosition", "implements": { "IDepartment": { "name": "IDepartment", "$ref": "#/server/interfaces/IDepartment" } }, "fields": { "department": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Department", "$ref": "#/server/objects/Department" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "License": { "name": "License", "implements": { "ILContractorContract": { "name": "ILContractorContract", "$ref": "#/server/interfaces/ILContractorContract" }, "ILCounterparty": { "name": "ILCounterparty", "$ref": "#/server/interfaces/ILCounterparty" } }, "fields": { "contractorContract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractorContract", "$ref": "#/server/objects/LContractorContract" }, "invocations": {} } }, "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "number": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "LiteTableContract": { "name": "LiteTableContract", "implements": { "ILCounterparty": { "name": "ILCounterparty", "$ref": "#/server/interfaces/ILCounterparty" } }, "fields": { "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "numberDoc": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "shortName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "tgYearActivity": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TgChatDaySummary", "$ref": "#/server/objects/TgChatDaySummary" } } } } } }, "LoginError": { "name": "LoginError", "implements": {}, "fields": { "message": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "LosNovaJob": { "name": "LosNovaJob", "implements": {}, "fields": { "amount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "calcedUnitMaterialCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "calcedUnitWorkCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "consumptionRate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "globalWorkName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "number": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "organizerComment": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "parentWork": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TenderWork", "$ref": "#/server/objects/TenderWork" }, "invocations": {} } }, "participantComment": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "rowType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "type": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "work": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TenderWork", "$ref": "#/server/objects/TenderWork" }, "invocations": {} } } } }, "MonthlyGroupedFinancialReport": { "name": "MonthlyGroupedFinancialReport", "implements": {}, "fields": { "month": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "total": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "year": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "Mutation": { "name": "Mutation", "implements": {}, "fields": { "addAllowanceToEmployee": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "AddEmployeeToAllowanceOrError", "$ref": "#/server/unions/AddEmployeeToAllowanceOrError" } }, "arguments": { "allowanceId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "value": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } } } } }, "addAssemblyUnitToObjectAssembly": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "AssemblyUnitToObjectAssembly", "$ref": "#/server/objects/AssemblyUnitToObjectAssembly" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } } } }, "addContractStageDuplicate": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "stageId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "addDetailToAssemblyUnit": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "DetailToAssemblyUnit", "$ref": "#/server/objects/DetailToAssemblyUnit" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } } } }, "addDetailToNode": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "DetailToNode", "$ref": "#/server/objects/DetailToNode" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } } } }, "addDetailToObjectAssembly": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "DetailToObjectAssembly", "$ref": "#/server/objects/DetailToObjectAssembly" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } } } }, "addDetailToSubnode": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "DetailToSubnode", "$ref": "#/server/objects/DetailToSubnode" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } } } }, "addNodeToAssemblyUnit": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "NodeToAssemblyUnit", "$ref": "#/server/objects/NodeToAssemblyUnit" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } } } }, "addNodeToObjectAssembly": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "NodeToObjectAssembly", "$ref": "#/server/objects/NodeToObjectAssembly" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } } } }, "addProjectEquipmentToObjectAssembly": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ProjectEquipmentToObjectAssembly", "$ref": "#/server/objects/ProjectEquipmentToObjectAssembly" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } } } }, "addPurchasedEquipmentToAssemblyUnit": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipmentToAssemblyUnit", "$ref": "#/server/objects/PurchasedEquipmentToAssemblyUnit" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } } } }, "addPurchasedEquipmentToNode": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipmentToNode", "$ref": "#/server/objects/PurchasedEquipmentToNode" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } } } }, "addPurchasedEquipmentToObjectAssembly": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipmentToObjectAssembly", "$ref": "#/server/objects/PurchasedEquipmentToObjectAssembly" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } } } }, "addPurchasedEquipmentToSubnode": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipmentToSubnode", "$ref": "#/server/objects/PurchasedEquipmentToSubnode" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } } } }, "addRelatedRssToRss": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "AddRelatedRssToRssOrError", "$ref": "#/server/unions/AddRelatedRssToRssOrError" } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "rssForAdd": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } } } }, "addRelatedRssToRssDmitrov": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "AddRelatedRssToRssDmitrovOrError", "$ref": "#/server/unions/AddRelatedRssToRssDmitrovOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "rssForAdd": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } } } }, "addRelatedRssToRssIstra": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "AddRelatedRssToRssIstraOrError", "$ref": "#/server/unions/AddRelatedRssToRssIstraOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "rssForAdd": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } } } }, "addRelatedRssToRssKuvekino": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "AddRelatedRssToRssKuvekinoOrError", "$ref": "#/server/unions/AddRelatedRssToRssKuvekinoOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "rssForAdd": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } } } }, "addSubnodeToAssemblyUnit": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SubnodeToAssemblyUnit", "$ref": "#/server/objects/SubnodeToAssemblyUnit" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } } } }, "addSubnodeToNode": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SubnodeToNode", "$ref": "#/server/objects/SubnodeToNode" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } } } }, "addSubnodeToObjectAssembly": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SubnodeToObjectAssembly", "$ref": "#/server/objects/SubnodeToObjectAssembly" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseAssemblyConnectionIn", "$ref": "#/server/inputs/BaseAssemblyConnectionIn" }, "defaultValue": null } } } } }, "addUserPermission": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "UserToPermission", "$ref": "#/server/objects/UserToPermission" } }, "arguments": { "permissionId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "addUserToContract": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "UserToContract", "$ref": "#/server/objects/UserToContract" } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "addUserToContractorContract": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "UserToContractorContract", "$ref": "#/server/objects/UserToContractorContract" } }, "arguments": { "contractorContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "addUserToCounterparty": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "CounterpartyToUser", "$ref": "#/server/objects/CounterpartyToUser" } }, "arguments": { "counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "closeWeeklyFinReport": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "WeeklyFinReportOrError", "$ref": "#/server/unions/WeeklyFinReportOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "copyContract": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CopyContractOrError", "$ref": "#/server/unions/CopyContractOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractCopyIn", "$ref": "#/server/inputs/ContractCopyIn" }, "defaultValue": null } } } } }, "copyObjectAssembly": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CopiedObjectAssemblyOrError", "$ref": "#/server/unions/CopiedObjectAssemblyOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CopyObjectAssemblyIn", "$ref": "#/server/inputs/CopyObjectAssemblyIn" }, "defaultValue": null } } } } }, "createAllowance": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateAllowanceOrError", "$ref": "#/server/unions/CreateAllowanceOrError" } }, "arguments": { "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "createAssemblyUnit": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateAssemblyUnitResponse", "$ref": "#/server/unions/CreateAssemblyUnitResponse" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } } } }, "createBankAccount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateBankAccountOrError", "$ref": "#/server/unions/CreateBankAccountOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BankAccountIn", "$ref": "#/server/inputs/BankAccountIn" }, "defaultValue": null } } } } }, "createBrand": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateBrandOrError", "$ref": "#/server/unions/CreateBrandOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BrandIn", "$ref": "#/server/inputs/BrandIn" }, "defaultValue": null } } } } }, "createBrandToCounterparty": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateBrandToCounterpartyOrError", "$ref": "#/server/unions/CreateBrandToCounterpartyOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BrandToCounterpartyIn", "$ref": "#/server/inputs/BrandToCounterpartyIn" }, "defaultValue": null } } } } }, "createCameraRegistryRow": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "CameraRegistryRow", "$ref": "#/server/objects/CameraRegistryRow" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CameraRegistryRowIn", "$ref": "#/server/inputs/CameraRegistryRowIn" }, "defaultValue": null } } } } }, "createCommercialOffer": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "CommercialOffer", "$ref": "#/server/objects/CommercialOffer" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CommercialOfferIn", "$ref": "#/server/inputs/CommercialOfferIn" }, "defaultValue": null } } } } }, "createCommercialOfferContact": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContactInformation", "$ref": "#/server/objects/ContactInformation" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContactInformationIn", "$ref": "#/server/inputs/ContactInformationIn" }, "defaultValue": null } } } } }, "createConstructionEquipment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateConstructionEquipmentOrError", "$ref": "#/server/unions/CreateConstructionEquipmentOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ConstructionEquipmentIn", "$ref": "#/server/inputs/ConstructionEquipmentIn" }, "defaultValue": null } } } } }, "createConstructionEquipmentType": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateConstructionEquipmentTypeOrError", "$ref": "#/server/unions/CreateConstructionEquipmentTypeOrError" } }, "arguments": { "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "createContractToNomenclature": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractToNomenclature", "$ref": "#/server/objects/ContractToNomenclature" } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "nomenclatureId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "progress": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "createContractWithStages": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateContractOrError", "$ref": "#/server/unions/CreateContractOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractIn", "$ref": "#/server/inputs/ContractIn" }, "defaultValue": null } }, "stagesInput": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractStageCreateIn", "$ref": "#/server/inputs/ContractStageCreateIn" }, "defaultValue": null }, "defaultValue": null } } } } }, "createContractorContract": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateContractorContractOrError", "$ref": "#/server/unions/CreateContractorContractOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractorContractIn", "$ref": "#/server/inputs/ContractorContractIn" }, "defaultValue": null } } } } }, "createCounterparty": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateCounterpartyOrError", "$ref": "#/server/unions/CreateCounterpartyOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CounterpartyIn", "$ref": "#/server/inputs/CounterpartyIn" }, "defaultValue": null } } } } }, "createDepartment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateDepartmentResponse", "$ref": "#/server/unions/CreateDepartmentResponse" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "DepartmentIn", "$ref": "#/server/inputs/DepartmentIn" }, "defaultValue": null } } } } }, "createDetail": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateDetailResponse", "$ref": "#/server/unions/CreateDetailResponse" } }, "arguments": { "equipmentId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "createEmployee": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateEmployeeOrError", "$ref": "#/server/unions/CreateEmployeeOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeIn", "$ref": "#/server/inputs/EmployeeIn" }, "defaultValue": null } } } } }, "createEmployeeEquipment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "EmployeeEquipment", "$ref": "#/server/objects/EmployeeEquipment" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeEquipmentIn", "$ref": "#/server/inputs/EmployeeEquipmentIn" }, "defaultValue": null } } } } }, "createEmployeeToNotification": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateEmployeeToNotificationOrError", "$ref": "#/server/unions/CreateEmployeeToNotificationOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeToNotificationIn", "$ref": "#/server/inputs/EmployeeToNotificationIn" }, "defaultValue": null } } } } }, "createEmployeeVacation": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "EmployeeVacation", "$ref": "#/server/objects/EmployeeVacation" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeVacationCreateIn", "$ref": "#/server/inputs/EmployeeVacationCreateIn" }, "defaultValue": null } } } } }, "createFinancialReport": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateReportOrValidationError", "$ref": "#/server/unions/CreateReportOrValidationError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinReportIn", "$ref": "#/server/inputs/FinReportIn" }, "defaultValue": null } } } } }, "createFinancialReportUser": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FinancialReportUser", "$ref": "#/server/objects/FinancialReportUser" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinancialReportUserIn", "$ref": "#/server/inputs/FinancialReportUserIn" }, "defaultValue": null } } } } }, "createFixedAsset": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FixedAsset", "$ref": "#/server/objects/FixedAsset" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FixedAssetIn", "$ref": "#/server/inputs/FixedAssetIn" }, "defaultValue": null } } } } }, "createFixedAssetType": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateFixedAssetTypeOrError", "$ref": "#/server/unions/CreateFixedAssetTypeOrError" } }, "arguments": { "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "createFuelCard": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FuelCard", "$ref": "#/server/objects/FuelCard" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FuelCardIn", "$ref": "#/server/inputs/FuelCardIn" }, "defaultValue": null } } } } }, "createLicense": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateLicenseOrError", "$ref": "#/server/unions/CreateLicenseOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "LicenseIn", "$ref": "#/server/inputs/LicenseIn" }, "defaultValue": null } } } } }, "createNode": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateNodeResponse", "$ref": "#/server/unions/CreateNodeResponse" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } } } }, "createNomenclature": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Nomenclature", "$ref": "#/server/objects/Nomenclature" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "NomenclatureCreateIn", "$ref": "#/server/inputs/NomenclatureCreateIn" }, "defaultValue": null } } } } }, "createNonMetallicMaterial": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateNonMetallicMaterialOrError", "$ref": "#/server/unions/CreateNonMetallicMaterialOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "NonMetallicMaterialsIn", "$ref": "#/server/inputs/NonMetallicMaterialsIn" }, "defaultValue": null } } } } }, "createPermission": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Permission", "$ref": "#/server/objects/Permission" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "PermissionIn", "$ref": "#/server/inputs/PermissionIn" }, "defaultValue": null } } } } }, "createProjectEquipment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateProjectEquipmentResponse", "$ref": "#/server/unions/CreateProjectEquipmentResponse" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } } } }, "createPurchasedEquipment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreatePurchasedEquipmentResponse", "$ref": "#/server/unions/CreatePurchasedEquipmentResponse" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } } } }, "createRentItem": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RentItem", "$ref": "#/server/objects/RentItem" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RentItemIn", "$ref": "#/server/inputs/RentItemIn" }, "defaultValue": null } } } } }, "createRentItemsType": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateRentItemsTypeOrError", "$ref": "#/server/unions/CreateRentItemsTypeOrError" } }, "arguments": { "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "createRepairEquipment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RepairEquipment", "$ref": "#/server/objects/RepairEquipment" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RepairEquipmentIn", "$ref": "#/server/inputs/RepairEquipmentIn" }, "defaultValue": null } } } } }, "createReputation": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateTgEmployeeReputationOrError", "$ref": "#/server/unions/CreateTgEmployeeReputationOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TgEmployeeReputationCreateIn", "$ref": "#/server/inputs/TgEmployeeReputationCreateIn" }, "defaultValue": null } } } } }, "createReview": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateReviewOrError", "$ref": "#/server/unions/CreateReviewOrError" } }, "arguments": { "employeeIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "file": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null } }, "text": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "createRouter": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Router", "$ref": "#/server/objects/Router" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RouterIn", "$ref": "#/server/inputs/RouterIn" }, "defaultValue": null } } } } }, "createRouterTechParameter": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RouterTechParameter", "$ref": "#/server/objects/RouterTechParameter" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RouterTechParamIn", "$ref": "#/server/inputs/RouterTechParamIn" }, "defaultValue": null } } } } }, "createRssDmitrovStage": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateRSSDmitrovStageOrError", "$ref": "#/server/unions/CreateRSSDmitrovStageOrError" } }, "arguments": { "Input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSStageCreateInput", "$ref": "#/server/inputs/RSSStageCreateInput" }, "defaultValue": null } } } } }, "createRssIstraStage": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateRSSIstraStageOrError", "$ref": "#/server/unions/CreateRSSIstraStageOrError" } }, "arguments": { "Input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSIstraStageCreateInput", "$ref": "#/server/inputs/RSSIstraStageCreateInput" }, "defaultValue": null } } } } }, "createRssKuvekinoStage": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateRSSKuvekinoStageOrError", "$ref": "#/server/unions/CreateRSSKuvekinoStageOrError" } }, "arguments": { "Input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSKuvekinoStageCreateInput", "$ref": "#/server/inputs/RSSKuvekinoStageCreateInput" }, "defaultValue": null } } } } }, "createRssStage": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateRSSStageOrError", "$ref": "#/server/unions/CreateRSSStageOrError" } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseRSSStageCreateInput", "$ref": "#/server/inputs/BaseRSSStageCreateInput" }, "defaultValue": null } } } } }, "createStaffingTable": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Base64EncodedFile", "$ref": "#/server/objects/Base64EncodedFile" }, "invocations": {} } }, "createStation": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Station", "$ref": "#/server/objects/Station" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "StationIn", "$ref": "#/server/inputs/StationIn" }, "defaultValue": null } } } } }, "createSubnode": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateSubnodeResponse", "$ref": "#/server/unions/CreateSubnodeResponse" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } } } }, "createUser": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "User", "$ref": "#/server/objects/User" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UserCreateIn", "$ref": "#/server/inputs/UserCreateIn" }, "defaultValue": null } } } } }, "createWeeklyFinReport": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "WeeklyFinReport", "$ref": "#/server/objects/WeeklyFinReport" } }, "arguments": { "reportIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } } } }, "createWeeklyFinReportCounterparty": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "WeeklyFinReportCounterparty", "$ref": "#/server/objects/WeeklyFinReportCounterparty" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WeeklyFinReportCounterpartyIn", "$ref": "#/server/inputs/WeeklyFinReportCounterpartyIn" }, "defaultValue": null } } } } }, "createWorkPosition": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "CreateWorkPositionResponse", "$ref": "#/server/unions/CreateWorkPositionResponse" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WorkPositionIn", "$ref": "#/server/inputs/WorkPositionIn" }, "defaultValue": null } } } } }, "createWorkerReportCard": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "WorkerReportCard", "$ref": "#/server/objects/WorkerReportCard" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WorkerReportCardIn", "$ref": "#/server/inputs/WorkerReportCardIn" }, "defaultValue": null } } } } }, "deleteAllowance": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteAllowanceToEmployee": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteBankAccount": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteBrand": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteBrandToCounterparty": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BrandToCounterpartyIn", "$ref": "#/server/inputs/BrandToCounterpartyIn" }, "defaultValue": null } } } } }, "deleteCameraRegistryRow": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteCommercialOffer": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteCommercialOfferContact": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteConstructionEquipment": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteConstructionEquipmentType": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteContractStage": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteContractSubStage": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteContractToNomenclature": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteContractorContract": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteDepartment": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteDetail": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ObjectHasRelationError", "$ref": "#/server/objects/ObjectHasRelationError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteEmployee": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteEmployeeEquipment": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteEmployeeToNotification": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeToNotificationIn", "$ref": "#/server/inputs/EmployeeToNotificationIn" }, "defaultValue": null } } } } }, "deleteEmployeeVacation": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteFileFromContractStageDir": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteFileFromDetail": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "detailId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "deleteFileFromEmployeeDir": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "deleteFileFromNode": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "nodeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteFileFromNonMetallicMaterialDir": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteFileFromObjectAssembly": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteFileFromRssByPath": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "DeleteFileRssOrError", "$ref": "#/server/unions/DeleteFileRssOrError" } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "path": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "deleteFileFromRssDmitrovByPath": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "DeleteFileRssDmitrovOrError", "$ref": "#/server/unions/DeleteFileRssDmitrovOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "path": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "deleteFileFromRssIstraByPath": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "DeleteFileRssIstraOrError", "$ref": "#/server/unions/DeleteFileRssIstraOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "path": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "deleteFileFromRssKuvekinoByPath": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "DeleteFileRssKuvekinoOrError", "$ref": "#/server/unions/DeleteFileRssKuvekinoOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "path": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "deleteFileFromSubnode": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "subnodeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteFileFromWorkerReportCard": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } } } }, "deleteFileToContractorContractDir": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "contractorContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "deleteFileToLicenseDir": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "filename": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteFinancialReport": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "DeleteReportOrError", "$ref": "#/server/unions/DeleteReportOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteFixedAsset": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteFixedAssetType": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteFuelCard": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteLicense": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteLicenseFiles": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteNomenclature": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteNonMetallicMaterial": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteNonMetallicMaterialFiles": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deletePermission": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteProjectEquipment": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ObjectHasRelationError", "$ref": "#/server/objects/ObjectHasRelationError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deletePurchasedEquipment": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ObjectHasRelationError", "$ref": "#/server/objects/ObjectHasRelationError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteRentItem": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteRentItemsType": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } } } }, "deleteRepairEquipment": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteReview": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "reviewId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteRouter": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteRouterTechParameter": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteRssDmitrovStage": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteRssIstraStage": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteRssKuvekinoStage": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteRssStage": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteTgMention": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteUser": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteUserFromContract": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteUserFromContractorContract": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteUserPermission": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectionId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteWeeklyFinReport": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "DeleteReportOrError", "$ref": "#/server/unions/DeleteReportOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteWeeklyFinReportConfig": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateWeeklyFinReportOrError", "$ref": "#/server/unions/UpdateWeeklyFinReportOrError" } }, "arguments": { "virtualUserId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "weeklyFinReportId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteWeeklyFinReportCounterparty": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteWorkPosition": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "deleteWorkerReportCard": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } } } }, "getObjectAssemblyReport": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "login": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "LoginResult", "$ref": "#/server/unions/LoginResult" } }, "arguments": { "password": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "username": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "markTgMentionAsRead": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "MarKTgMentionAsReadOrError", "$ref": "#/server/unions/MarKTgMentionAsReadOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "refreshToken": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "LoginResult", "$ref": "#/server/unions/LoginResult" } }, "arguments": { "refreshToken": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "removeAssemblyUnitFromObjectAssembly": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removeDetailFromAssemblyUnit": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removeDetailFromNode": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removeDetailFromObjectAssembly": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removeDetailFromSubnode": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removeNodeFromAssemblyUnit": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removeNodeFromObjectAssembly": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removeProjectEquipmentFromObjectAssembly": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removePurchasedEquipmentFromAssemblyUnit": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removePurchasedEquipmentFromNode": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removePurchasedEquipmentFromObjectAssembly": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removePurchasedEquipmentFromSubnode": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removeReportFromWeeklyFinReport": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateWeeklyFinReportOrError", "$ref": "#/server/unions/UpdateWeeklyFinReportOrError" } }, "arguments": { "finReportId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "weeklyFinReportId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removeSubnodeFromAssemblyUnit": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removeSubnodeFromNode": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removeSubnodeFromObjectAssembly": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "connectId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "removeUserFromCounterparty": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "counterpartyUserId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "resendReviewToEmployee": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ReviewToEmployee", "$ref": "#/server/objects/ReviewToEmployee" } }, "arguments": { "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "reviewId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "sendMsgForCreatingGroup": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "peopleList": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null }, "defaultValue": null } } } } }, "setSimNote": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateSimResponse", "$ref": "#/server/unions/UpdateSimResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "setSimUserStatus": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateSimResponse", "$ref": "#/server/unions/UpdateSimResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "userStatus": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EUserSimStatus", "$ref": "#/server/enums/EUserSimStatus" }, "defaultValue": null } } } } }, "setWeeklyFinReportConfig": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateWeeklyFinReportOrError", "$ref": "#/server/unions/UpdateWeeklyFinReportOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WeeklyFinReportConfigIn", "$ref": "#/server/inputs/WeeklyFinReportConfigIn" }, "defaultValue": null } }, "weeklyFinReportId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "updateAccountingCategory": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "AccountingCategory", "$ref": "#/server/objects/AccountingCategory" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "AccountingCategoryUpdateIn", "$ref": "#/server/inputs/AccountingCategoryUpdateIn" }, "defaultValue": null } } } } }, "updateAllowance": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateAllowanceOrError", "$ref": "#/server/unions/UpdateAllowanceOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "updateAssemblyUnit": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateAssemblyUnitResponse", "$ref": "#/server/unions/UpdateAssemblyUnitResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } } } }, "updateBankAccount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateBankAccountOrError", "$ref": "#/server/unions/UpdateBankAccountOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BankAccountIn", "$ref": "#/server/inputs/BankAccountIn" }, "defaultValue": null } } } } }, "updateBrand": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateBrandOrError", "$ref": "#/server/unions/UpdateBrandOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BrandIn", "$ref": "#/server/inputs/BrandIn" }, "defaultValue": null } } } } }, "updateCameraRegistryRow": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateCameraRegistryRowOrError", "$ref": "#/server/unions/UpdateCameraRegistryRowOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CameraRegistryRowIn", "$ref": "#/server/inputs/CameraRegistryRowIn" }, "defaultValue": null } } } } }, "updateCommercialOffer": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateCommercialOfferResponse", "$ref": "#/server/unions/UpdateCommercialOfferResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CommercialOfferIn", "$ref": "#/server/inputs/CommercialOfferIn" }, "defaultValue": null } } } } }, "updateCommercialOfferContact": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateContactInformationResponse", "$ref": "#/server/unions/UpdateContactInformationResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContactInformationIn", "$ref": "#/server/inputs/ContactInformationIn" }, "defaultValue": null } } } } }, "updateConstructionEquipment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateConstructionEquipmentOrError", "$ref": "#/server/unions/UpdateConstructionEquipmentOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ConstructionEquipmentIn", "$ref": "#/server/inputs/ConstructionEquipmentIn" }, "defaultValue": null } } } } }, "updateConstructionEquipmentType": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateConstructionEquipmentTypeOrError", "$ref": "#/server/unions/UpdateConstructionEquipmentTypeOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "updateContract": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateContractResponse", "$ref": "#/server/unions/UpdateContractResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractIn", "$ref": "#/server/inputs/ContractIn" }, "defaultValue": null } } } } }, "updateContractOriginalStatus": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } } } } }, "updateContractStages": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateContractStagesOrError", "$ref": "#/server/unions/UpdateContractStagesOrError" } }, "arguments": { "input": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractStageUpdateIn", "$ref": "#/server/inputs/ContractStageUpdateIn" }, "defaultValue": null }, "defaultValue": null } } } } }, "updateContractStatus": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractStatus", "$ref": "#/server/enums/EContractStatus" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractStatus", "$ref": "#/server/enums/EContractStatus" }, "defaultValue": null } } } } }, "updateContractorContract": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateContractorContractOrError", "$ref": "#/server/unions/UpdateContractorContractOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractorContractIn", "$ref": "#/server/inputs/ContractorContractIn" }, "defaultValue": null } } } } }, "updateContractorContractStatus": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractorContractStatus", "$ref": "#/server/enums/EContractorContractStatus" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractorContractStatus", "$ref": "#/server/enums/EContractorContractStatus" }, "defaultValue": null } } } } }, "updateContractsToNomenclature": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractToNomenclature", "$ref": "#/server/objects/ContractToNomenclature" } } }, "arguments": { "updateInputs": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractToNonemclatureUpdateIn", "$ref": "#/server/inputs/ContractToNonemclatureUpdateIn" }, "defaultValue": null }, "defaultValue": null } } } } }, "updateCounterparty": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateCounterpartyResponse", "$ref": "#/server/unions/UpdateCounterpartyResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CounterpartyIn", "$ref": "#/server/inputs/CounterpartyIn" }, "defaultValue": null } } } } }, "updateCounterpartyEdoStatus": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateCounterpartyResponse", "$ref": "#/server/unions/UpdateCounterpartyResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } } } } }, "updateCounterpartyNote": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateCounterpartyResponse", "$ref": "#/server/unions/UpdateCounterpartyResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "noteText": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } } }, "updateDepartment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateDepartmentResponse", "$ref": "#/server/unions/UpdateDepartmentResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "DepartmentIn", "$ref": "#/server/inputs/DepartmentIn" }, "defaultValue": null } } } } }, "updateDetail": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateDetailResponse", "$ref": "#/server/unions/UpdateDetailResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "newEquipmentId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "updateEdoWorkStatusFromCsv": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "UpdateEdoWorkStatusReport", "$ref": "#/server/objects/UpdateEdoWorkStatusReport" } }, "arguments": { "file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null } } } } }, "updateEmployee": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateEmployeeResponse", "$ref": "#/server/unions/UpdateEmployeeResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeIn", "$ref": "#/server/inputs/EmployeeIn" }, "defaultValue": null } } } } }, "updateEmployeeBotAccess": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" } }, "arguments": { "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } } } } }, "updateEmployeeEquipment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateEmployeeEquipmentOrError", "$ref": "#/server/unions/UpdateEmployeeEquipmentOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeEquipmentIn", "$ref": "#/server/inputs/EmployeeEquipmentIn" }, "defaultValue": null } } } } }, "updateFinancialReport": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateReportOrError", "$ref": "#/server/unions/UpdateReportOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinReportIn", "$ref": "#/server/inputs/FinReportIn" }, "defaultValue": null } } } } }, "updateFixedAsset": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateFixedAssetOrError", "$ref": "#/server/unions/UpdateFixedAssetOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FixedAssetIn", "$ref": "#/server/inputs/FixedAssetIn" }, "defaultValue": null } } } } }, "updateFixedAssetType": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateFixedAssetTypeOrError", "$ref": "#/server/unions/UpdateFixedAssetTypeOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "updateFuelCard": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateFuelCardResponse", "$ref": "#/server/unions/UpdateFuelCardResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FuelCardIn", "$ref": "#/server/inputs/FuelCardIn" }, "defaultValue": null } } } } }, "updateInvoiceNomenclatureClassification": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "InvoicePositionNomenclature", "$ref": "#/server/objects/InvoicePositionNomenclature" } }, "arguments": { "classificatorType": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ENomenclatureClassificator", "$ref": "#/server/enums/ENomenclatureClassificator" }, "defaultValue": "CHAT_GPT" } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } } } }, "updateInvoicesConnectionsInRss": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateRssInvoicesConnectionsOrError", "$ref": "#/server/unions/UpdateRssInvoicesConnectionsOrError" } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "invoiceId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "rssId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "updateInvoicesConnectionsInRssDmitrov": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateRssDmitrovInvoicesConnectionsOrError", "$ref": "#/server/unions/UpdateRssDmitrovInvoicesConnectionsOrError" } }, "arguments": { "invoiceId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "rssId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "updateInvoicesConnectionsInRssIstra": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateRssIstraInvoicesConnectionsOrError", "$ref": "#/server/unions/UpdateRssIstraInvoicesConnectionsOrError" } }, "arguments": { "invoiceId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "rssId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "updateInvoicesConnectionsInRssKuvekino": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateRssKuvekinoInvoicesConnectionsOrError", "$ref": "#/server/unions/UpdateRssKuvekinoInvoicesConnectionsOrError" } }, "arguments": { "invoiceId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "rssId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "updateLicense": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateLicenseOrError", "$ref": "#/server/unions/UpdateLicenseOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "LicenseIn", "$ref": "#/server/inputs/LicenseIn" }, "defaultValue": null } } } } }, "updateNode": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateNodeResponse", "$ref": "#/server/unions/UpdateNodeResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } } } }, "updateNonMetallicMaterial": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateNonMetallicMaterialOrError", "$ref": "#/server/unions/UpdateNonMetallicMaterialOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "NonMetallicMaterialsIn", "$ref": "#/server/inputs/NonMetallicMaterialsIn" }, "defaultValue": null } } } } }, "updatePermission": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdatePermissionOrError", "$ref": "#/server/unions/UpdatePermissionOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "PermissionIn", "$ref": "#/server/inputs/PermissionIn" }, "defaultValue": null } } } } }, "updateProjectEquipment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateProjectEquipmentResponse", "$ref": "#/server/unions/UpdateProjectEquipmentResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } } } }, "updatePurchasedEquipment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdatePurchasedEquipmentResponse", "$ref": "#/server/unions/UpdatePurchasedEquipmentResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } } } }, "updateRentItem": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateRentItemOrError", "$ref": "#/server/unions/UpdateRentItemOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RentItemIn", "$ref": "#/server/inputs/RentItemIn" }, "defaultValue": null } } } } }, "updateRentItemsType": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateRentItemsTypeOrError", "$ref": "#/server/unions/UpdateRentItemsTypeOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "updateRepairEquipment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateRepairEquipmentResponse", "$ref": "#/server/unions/UpdateRepairEquipmentResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RepairEquipmentIn", "$ref": "#/server/inputs/RepairEquipmentIn" }, "defaultValue": null } } } } }, "updateReview": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateReviewOrError", "$ref": "#/server/unions/UpdateReviewOrError" } }, "arguments": { "employeeIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "reviewId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "updateRouter": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Router", "$ref": "#/server/objects/Router" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RouterIn", "$ref": "#/server/inputs/RouterIn" }, "defaultValue": null } } } } }, "updateRouterTechParameter": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateRouterTechParameterOrError", "$ref": "#/server/unions/UpdateRouterTechParameterOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RouterTechParamIn", "$ref": "#/server/inputs/RouterTechParamIn" }, "defaultValue": null } } } } }, "updateRss": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateRSSOrError", "$ref": "#/server/unions/UpdateRSSOrError" } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSUpdateInput", "$ref": "#/server/inputs/RSSUpdateInput" }, "defaultValue": null } } } } }, "updateRssDmitrov": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateRSSDmitrovOrError", "$ref": "#/server/unions/UpdateRSSDmitrovOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "Input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSUpdateInput", "$ref": "#/server/inputs/RSSUpdateInput" }, "defaultValue": null } } } } }, "updateRssDmitrovFiles": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateFilesRssDmitrovOrError", "$ref": "#/server/unions/UpdateFilesRssDmitrovOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "rssToAddFiles": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } } } }, "updateRssDmitrovStage": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateRSSDmitrovStageOrError", "$ref": "#/server/unions/UpdateRSSDmitrovStageOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "Input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSStageUpdateInput", "$ref": "#/server/inputs/RSSStageUpdateInput" }, "defaultValue": null } } } } }, "updateRssDmitrovStages": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "Input": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSStageUpdateInput", "$ref": "#/server/inputs/RSSStageUpdateInput" }, "defaultValue": null }, "defaultValue": null } } } } }, "updateRssFiles": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateFilesRssOrError", "$ref": "#/server/unions/UpdateFilesRssOrError" } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "rssToAddFiles": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } } } }, "updateRssIstra": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateRSSIstraOrError", "$ref": "#/server/unions/UpdateRSSIstraOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "Input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSUpdateInput", "$ref": "#/server/inputs/RSSUpdateInput" }, "defaultValue": null } } } } }, "updateRssIstraFiles": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateFilesRssIstraOrError", "$ref": "#/server/unions/UpdateFilesRssIstraOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "rssToAddFiles": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } } } }, "updateRssIstraStage": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateRSSIstraStageOrError", "$ref": "#/server/unions/UpdateRSSIstraStageOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "Input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSIstraStageUpdateInput", "$ref": "#/server/inputs/RSSIstraStageUpdateInput" }, "defaultValue": null } } } } }, "updateRssIstraStages": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "Input": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSIstraStageUpdateInput", "$ref": "#/server/inputs/RSSIstraStageUpdateInput" }, "defaultValue": null }, "defaultValue": null } } } } }, "updateRssKuvekino": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateRSSKuvekinoOrError", "$ref": "#/server/unions/UpdateRSSKuvekinoOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "Input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSKuvekinoUpdateInput", "$ref": "#/server/inputs/RSSKuvekinoUpdateInput" }, "defaultValue": null } } } } }, "updateRssKuvekinoFiles": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateFilesRssKuvekinoOrError", "$ref": "#/server/unions/UpdateFilesRssKuvekinoOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "rssToAddFiles": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } } } } }, "updateRssKuvekinoStages": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "Input": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "InputType", "name": "RSSKuvekinoStageUpdateInput", "$ref": "#/server/inputs/RSSKuvekinoStageUpdateInput" }, "defaultValue": null }, "defaultValue": null } } } } }, "updateRssStages": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RSSStage", "$ref": "#/server/objects/RSSStage" } } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseRSSStageUpdateInput", "$ref": "#/server/inputs/BaseRSSStageUpdateInput" }, "defaultValue": null }, "defaultValue": null } } } } }, "updateSalaryStatementEmployee": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateSalaryStatementEmployeeResponse", "$ref": "#/server/unions/UpdateSalaryStatementEmployeeResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SalaryStatementEmployeeUpdateIn", "$ref": "#/server/inputs/SalaryStatementEmployeeUpdateIn" }, "defaultValue": null } } } } }, "updateStation": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateStationOrError", "$ref": "#/server/unions/UpdateStationOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "StationIn", "$ref": "#/server/inputs/StationIn" }, "defaultValue": null } } } } }, "updateSubnode": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateSubnodeResponse", "$ref": "#/server/unions/UpdateSubnodeResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BaseEquipmentIn", "$ref": "#/server/inputs/BaseEquipmentIn" }, "defaultValue": null } } } } }, "updateTenderWork": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TenderWork", "$ref": "#/server/objects/TenderWork" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TenderWorkUpdateIn", "$ref": "#/server/inputs/TenderWorkUpdateIn" }, "defaultValue": null } } } } }, "updateUser": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateUserOrError", "$ref": "#/server/unions/UpdateUserOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UserUpdateIn", "$ref": "#/server/inputs/UserUpdateIn" }, "defaultValue": null } } } } }, "updateUserPassword": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateUserOrError", "$ref": "#/server/unions/UpdateUserOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "password": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "updateWeeklyFinReportCounterparty": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "WeeklyFinReportCounterparty", "$ref": "#/server/objects/WeeklyFinReportCounterparty" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WeeklyFinReportCounterpartyIn", "$ref": "#/server/inputs/WeeklyFinReportCounterpartyIn" }, "defaultValue": null } } } } }, "updateWorkPosition": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateWorkPositionResponse", "$ref": "#/server/unions/UpdateWorkPositionResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WorkPositionIn", "$ref": "#/server/inputs/WorkPositionIn" }, "defaultValue": null } } } } }, "updateWorkerReportCard": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "UpdateWorkerReportCardOrError", "$ref": "#/server/unions/UpdateWorkerReportCardOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } }, "input": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WorkerReportCardIn", "$ref": "#/server/inputs/WorkerReportCardIn" }, "defaultValue": null } } } } }, "uploadBankStatement": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null } } } } }, "uploadFileToDetail": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "detailId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } } } } }, "uploadFileToNode": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "nodeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "uploadFileToObjectAssembly": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "uploadFileToSubnode": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "subnodeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "uploadFilesToContractStageDir": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "uploadFilesToContractorContractDir": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "contractorContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } } } } }, "uploadFilesToEmployeeDir": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } } } } }, "uploadFilesToWorkerReportCard": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } } } }, "uploadFilesToYandexDisk": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "path": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "uploadFuelCardFile": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null } } } } }, "uploadLicenseFiles": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "uploadNonMetallicMaterialFiles": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "files": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "uploadSimFile": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null } } } } }, "uploadSimReports": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Void" } }, "arguments": { "file": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Upload" }, "defaultValue": null } } } } } } }, "Node": { "name": "Node", "implements": {}, "fields": { "details": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "DetailToNode", "$ref": "#/server/objects/DetailToNode" } } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "purchasedEquipments": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipmentToNode", "$ref": "#/server/objects/PurchasedEquipmentToNode" } } } }, "subnodes": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SubnodeToNode", "$ref": "#/server/objects/SubnodeToNode" } } } } } }, "NodeToAssemblyUnit": { "name": "NodeToAssemblyUnit", "implements": {}, "fields": { "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "node": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Node", "$ref": "#/server/objects/Node" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "NodeToObjectAssembly": { "name": "NodeToObjectAssembly", "implements": {}, "fields": { "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "node": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Node", "$ref": "#/server/objects/Node" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "Nomenclature": { "name": "Nomenclature", "implements": {}, "fields": { "children": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Nomenclature", "$ref": "#/server/objects/Nomenclature" } } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "parentId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "seeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "subLevel": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "NonMetallicMaterial": { "name": "NonMetallicMaterial", "implements": { "ILContract": { "name": "ILContract", "$ref": "#/server/interfaces/ILContract" } }, "fields": { "amount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" }, "invocations": {} } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "material": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipment", "$ref": "#/server/objects/PurchasedEquipment" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EUnit", "$ref": "#/server/enums/EUnit" }, "invocations": {} } } } }, "NonMetallicMaterialsMeta": { "name": "NonMetallicMaterialsMeta", "implements": { "IMeta": { "name": "IMeta", "$ref": "#/server/interfaces/IMeta" } }, "fields": { "count": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "ObjectAlreadyExistsError": { "name": "ObjectAlreadyExistsError", "implements": { "BaseErrorType": { "name": "BaseErrorType", "$ref": "#/server/interfaces/BaseErrorType" } }, "fields": { "message": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "values": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "AlreadyExistsData", "$ref": "#/server/objects/AlreadyExistsData" } } } } } }, "ObjectAssembly": { "name": "ObjectAssembly", "implements": { "ILContractAndLCounterparty": { "name": "ILContractAndLCounterparty", "$ref": "#/server/interfaces/ILContractAndLCounterparty" } }, "fields": { "assemblyUnits": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "AssemblyUnitToObjectAssembly", "$ref": "#/server/objects/AssemblyUnitToObjectAssembly" } } } }, "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractAndLCounterparty", "$ref": "#/server/objects/LContractAndLCounterparty" }, "invocations": {} } }, "details": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "DetailToObjectAssembly", "$ref": "#/server/objects/DetailToObjectAssembly" } } } }, "nodes": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "NodeToObjectAssembly", "$ref": "#/server/objects/NodeToObjectAssembly" } } } }, "projectEquipments": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ProjectEquipmentToObjectAssembly", "$ref": "#/server/objects/ProjectEquipmentToObjectAssembly" } } } }, "purchasedEquipments": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipmentToObjectAssembly", "$ref": "#/server/objects/PurchasedEquipmentToObjectAssembly" } } } }, "subnodes": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SubnodeToObjectAssembly", "$ref": "#/server/objects/SubnodeToObjectAssembly" } } } } } }, "ObjectHasRelationError": { "name": "ObjectHasRelationError", "implements": { "BaseErrorType": { "name": "BaseErrorType", "$ref": "#/server/interfaces/BaseErrorType" } }, "fields": { "message": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "ObjectKeyError": { "name": "ObjectKeyError", "implements": { "BaseErrorType": { "name": "BaseErrorType", "$ref": "#/server/interfaces/BaseErrorType" } }, "fields": { "key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "message": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "ObjectNotFoundError": { "name": "ObjectNotFoundError", "implements": { "BaseErrorType": { "name": "BaseErrorType", "$ref": "#/server/interfaces/BaseErrorType" } }, "fields": { "key": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "message": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "OverheadCost": { "name": "OverheadCost", "implements": { "ILCounterpartyOrNone": { "name": "ILCounterpartyOrNone", "$ref": "#/server/interfaces/ILCounterpartyOrNone" } }, "fields": { "abcCategory": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EABCAnalysisCategory", "$ref": "#/server/enums/EABCAnalysisCategory" }, "invocations": {} } }, "amount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "counterparty": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "counterpartyStr": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "incomingDocumentNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "nomenclature": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "price": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "sum": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "total": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "unit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "vat": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "ParentObjectNotFoundError": { "name": "ParentObjectNotFoundError", "implements": { "BaseErrorType": { "name": "BaseErrorType", "$ref": "#/server/interfaces/BaseErrorType" } }, "fields": { "message": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "parentKey": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "PaymentRegistryRecordSlice": { "name": "PaymentRegistryRecordSlice", "implements": {}, "fields": { "count": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "items": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SlicedPaymentRegistryRecord", "$ref": "#/server/objects/SlicedPaymentRegistryRecord" } } } }, "sum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "Permission": { "name": "Permission", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "PriceChangeLog": { "name": "PriceChangeLog", "implements": {}, "fields": { "amount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "maxPrice": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "minPrice": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "nomenclature": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "ProjectEquipment": { "name": "ProjectEquipment", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "ProjectEquipmentToObjectAssembly": { "name": "ProjectEquipmentToObjectAssembly", "implements": {}, "fields": { "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "projectEquipment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ProjectEquipment", "$ref": "#/server/objects/ProjectEquipment" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "PurchasedEquipment": { "name": "PurchasedEquipment", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "PurchasedEquipmentToAssemblyUnit": { "name": "PurchasedEquipmentToAssemblyUnit", "implements": {}, "fields": { "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "purchasedEquipment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipment", "$ref": "#/server/objects/PurchasedEquipment" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "PurchasedEquipmentToNode": { "name": "PurchasedEquipmentToNode", "implements": {}, "fields": { "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "purchasedEquipment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipment", "$ref": "#/server/objects/PurchasedEquipment" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "PurchasedEquipmentToObjectAssembly": { "name": "PurchasedEquipmentToObjectAssembly", "implements": {}, "fields": { "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "purchasedEquipment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipment", "$ref": "#/server/objects/PurchasedEquipment" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "PurchasedEquipmentToSubnode": { "name": "PurchasedEquipmentToSubnode", "implements": {}, "fields": { "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "purchasedEquipment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipment", "$ref": "#/server/objects/PurchasedEquipment" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "Query": { "name": "Query", "implements": {}, "fields": { "countEmployeeTgGroupsMsgsYear": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TgChatDaySummary", "$ref": "#/server/objects/TgChatDaySummary" } } }, "arguments": { "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "countTgChatsSummaryReports": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "countTgChatsVideoReports": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "countTgGroupMsgsYear": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TgChatDaySummary", "$ref": "#/server/objects/TgChatDaySummary" } } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "downloadCounterpartyReconciliationReport": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "DownloadReconciliationReportResponse", "$ref": "#/server/unions/DownloadReconciliationReportResponse" } }, "arguments": { "inn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "getAccountingCategories": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "AccountingCategory", "$ref": "#/server/objects/AccountingCategory" } } }, "arguments": { "counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "counterpartyType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECounterpartyType", "$ref": "#/server/enums/ECounterpartyType" }, "defaultValue": null } }, "sortDirection": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": "ASC" } } } } }, "getAccountingCategoriesMailsDocuments": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Base64EncodedFile", "$ref": "#/server/objects/Base64EncodedFile" } }, "arguments": { "month": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "year": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getAllPermissions": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Permission", "$ref": "#/server/objects/Permission" } } } }, "getAllowance": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetAllowanceOrError", "$ref": "#/server/unions/GetAllowanceOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getAllowances": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Allowance", "$ref": "#/server/objects/Allowance" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } } }, "getAllowancesCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } } }, "getAnalyzedInvoices": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "CompilledInvoiceWithABC", "$ref": "#/server/objects/CompilledInvoiceWithABC" } } }, "arguments": { "filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CompiledInvoicesFilterIn", "$ref": "#/server/inputs/CompiledInvoicesFilterIn" }, "defaultValue": null } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getAnalyzedInvoicesMeta": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "CompiledInvoicesMeta", "$ref": "#/server/objects/CompiledInvoicesMeta" } }, "arguments": { "filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CompiledInvoicesFilterIn", "$ref": "#/server/inputs/CompiledInvoicesFilterIn" }, "defaultValue": null } } } } }, "getAssemblyUnit": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetAssemblyUnitResponse", "$ref": "#/server/unions/GetAssemblyUnitResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getAssemblyUnits": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "AssemblyUnit", "$ref": "#/server/objects/AssemblyUnit" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getBankAccount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetBankAccountOrError", "$ref": "#/server/unions/GetBankAccountOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getBankAccounts": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "BankAccount", "$ref": "#/server/objects/BankAccount" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BankAccountsFilterIn", "$ref": "#/server/inputs/BankAccountsFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EBankAccountSortColumnSortBy", "$ref": "#/server/inputs/EBankAccountSortColumnSortBy" }, "defaultValue": null } } } } }, "getBankAccountsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BankAccountsFilterIn", "$ref": "#/server/inputs/BankAccountsFilterIn" }, "defaultValue": "null" } } } } }, "getBrand": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetBrandOrError", "$ref": "#/server/unions/GetBrandOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getBrands": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Brand", "$ref": "#/server/objects/Brand" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BrandsFilterIn", "$ref": "#/server/inputs/BrandsFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EBrandSortColumnSortBy", "$ref": "#/server/inputs/EBrandSortColumnSortBy" }, "defaultValue": null } } } } }, "getBrandsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BrandsFilterIn", "$ref": "#/server/inputs/BrandsFilterIn" }, "defaultValue": "null" } } } } }, "getBrandsToCounterparties": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "BrandToCounterparty", "$ref": "#/server/objects/BrandToCounterparty" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BrandToCounterpartyFilterIn", "$ref": "#/server/inputs/BrandToCounterpartyFilterIn" }, "defaultValue": "null" } } } } }, "getCameraRegistryRow": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetCameraRegistryRowOrError", "$ref": "#/server/unions/GetCameraRegistryRowOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getCameraRegistryRows": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "CameraRegistryRow", "$ref": "#/server/objects/CameraRegistryRow" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CameraRegistryRowsFilterIn", "$ref": "#/server/inputs/CameraRegistryRowsFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getCameraRegistryRowsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CameraRegistryRowsFilterIn", "$ref": "#/server/inputs/CameraRegistryRowsFilterIn" }, "defaultValue": "null" } } } } }, "getCandleDataForTgActvityAnalysis": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TgEmployeeCandleSeries", "$ref": "#/server/objects/TgEmployeeCandleSeries" } } }, "arguments": { "correctCoef": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": 0.05 } }, "dayOffDimensionlessCoefficient": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": 1250 } }, "dimensionlessCoefficient": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": 1000 } }, "mode": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECandleIntervalMode", "$ref": "#/server/enums/ECandleIntervalMode" }, "defaultValue": null } }, "significantLength": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 50 } } } } }, "getCardDetails": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ServiceParams", "$ref": "#/server/objects/ServiceParams" } } }, "arguments": { "cardNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "endPeriod": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } }, "startPeriod": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } } } } }, "getCommercialOffer": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetCommercialOfferResponse", "$ref": "#/server/unions/GetCommercialOfferResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getCommercialOffers": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "CommercialOffer", "$ref": "#/server/objects/CommercialOffer" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CommercialOfferFilterIn", "$ref": "#/server/inputs/CommercialOfferFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ECommercialOfferSortColumnSortBy", "$ref": "#/server/inputs/ECommercialOfferSortColumnSortBy" }, "defaultValue": null } } } } }, "getCommercialOffersContact": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetContactInformationResponse", "$ref": "#/server/unions/GetContactInformationResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getCommercialOffersContacts": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContactInformation", "$ref": "#/server/objects/ContactInformation" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContactInformationFilterIn", "$ref": "#/server/inputs/ContactInformationFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EContactInformationSortColumnSortBy", "$ref": "#/server/inputs/EContactInformationSortColumnSortBy" }, "defaultValue": null } } } } }, "getCommercialOffersContactsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContactInformationFilterIn", "$ref": "#/server/inputs/ContactInformationFilterIn" }, "defaultValue": "null" } } } } }, "getCommercialOffersCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CommercialOfferFilterIn", "$ref": "#/server/inputs/CommercialOfferFilterIn" }, "defaultValue": "null" } } } } }, "getConstructionEquipment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetConstructionEquipmentOrError", "$ref": "#/server/unions/GetConstructionEquipmentOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getConstructionEquipmentType": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetConstructionEquipmentTypeOrError", "$ref": "#/server/unions/GetConstructionEquipmentTypeOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getConstructionEquipmentTypes": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ConstructionEquipmentType", "$ref": "#/server/objects/ConstructionEquipmentType" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } } }, "getConstructionEquipmentTypesCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } } }, "getConstructionEquipments": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ConstructionEquipment", "$ref": "#/server/objects/ConstructionEquipment" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "typeId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getConstructionEquipmentsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "typeId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getContract": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetContractResponse", "$ref": "#/server/unions/GetContractResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getContractGroupedInvoicesUnderApproval": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractGroupedUnderApprovalInvoice", "$ref": "#/server/objects/ContractGroupedUnderApprovalInvoice" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "InvoicesUnderApprovalFilterIn", "$ref": "#/server/inputs/InvoicesUnderApprovalFilterIn" }, "defaultValue": "null" } } } } }, "getContractInvoices": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractInvoiceABC", "$ref": "#/server/objects/ContractInvoiceABC" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractInvoicesFilterIn", "$ref": "#/server/inputs/ContractInvoicesFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EInvoiceAnalysisSortColumnSortBy", "$ref": "#/server/inputs/EInvoiceAnalysisSortColumnSortBy" }, "defaultValue": null } } } } }, "getContractInvoicesMeta": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractInvoicesMeta", "$ref": "#/server/objects/ContractInvoicesMeta" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractInvoicesFilterIn", "$ref": "#/server/inputs/ContractInvoicesFilterIn" }, "defaultValue": "null" } } } } }, "getContractInvoicesReport": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Base64EncodedFile", "$ref": "#/server/objects/Base64EncodedFile" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractInvoicesFilterIn", "$ref": "#/server/inputs/ContractInvoicesFilterIn" }, "defaultValue": "null" } } } } }, "getContractStages": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractStage", "$ref": "#/server/objects/ContractStage" } } }, "arguments": { "contractIds": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "dateFrom": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } }, "dateTo": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } }, "hideCompleted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "onlyWithDates": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "withoutArchived": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } } } } }, "getContractStagesCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "contractIds": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "dateFrom": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } }, "dateTo": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": "null" } }, "hideCompleted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "onlyWithDates": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "withoutArchived": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } } } } }, "getContractToNomenclatureList": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractToNomenclature", "$ref": "#/server/objects/ContractToNomenclature" } } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getContractorContract": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetContractorContractOrError", "$ref": "#/server/unions/GetContractorContractOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getContractorContracts": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractorContract", "$ref": "#/server/objects/ContractorContract" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractorContractsFilterIn", "$ref": "#/server/inputs/ContractorContractsFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EContractorContractSortColumnSortBy", "$ref": "#/server/inputs/EContractorContractSortColumnSortBy" }, "defaultValue": null } } } } }, "getContractorContractsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractorContractsFilterIn", "$ref": "#/server/inputs/ContractorContractsFilterIn" }, "defaultValue": "null" } } } } }, "getCounterpartiesTable": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FilteredCounterparty", "$ref": "#/server/objects/FilteredCounterparty" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CounterpartiesFilterIn", "$ref": "#/server/inputs/CounterpartiesFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ECounterpatiesTableSortColumnSortBy", "$ref": "#/server/inputs/ECounterpatiesTableSortColumnSortBy" }, "defaultValue": null } } } } }, "getCounterpartiesTableMeta": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "CounterpartiesTableMeta", "$ref": "#/server/objects/CounterpartiesTableMeta" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CounterpartiesFilterIn", "$ref": "#/server/inputs/CounterpartiesFilterIn" }, "defaultValue": "null" } } } } }, "getCounterparty": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetCounterpartyResponse", "$ref": "#/server/unions/GetCounterpartyResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getCounterpartyGroupedInvoicesUnderApproval": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "CounterpartyGroupedUnderApprovalInvoice", "$ref": "#/server/objects/CounterpartyGroupedUnderApprovalInvoice" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "InvoicesUnderApprovalFilterIn", "$ref": "#/server/inputs/InvoicesUnderApprovalFilterIn" }, "defaultValue": "null" } } } } }, "getCounterpartyReport": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Base64EncodedFile", "$ref": "#/server/objects/Base64EncodedFile" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getCounterpartyUsers": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "CounterpartyToUser", "$ref": "#/server/objects/CounterpartyToUser" } } }, "arguments": { "counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getCounterpartyYearInvoices": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YearAccountingCategory", "$ref": "#/server/objects/YearAccountingCategory" } } }, "arguments": { "counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getDepartment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetDepartmentResponse", "$ref": "#/server/unions/GetDepartmentResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getDepartments": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Department", "$ref": "#/server/objects/Department" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "" } } } } }, "getDepartmentsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "" } } } } }, "getDetail": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetDetailResponse", "$ref": "#/server/unions/GetDetailResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getDetails": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Detail", "$ref": "#/server/objects/Detail" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getDetailsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } } } } }, "getEmployee": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetEmployeeResponse", "$ref": "#/server/unions/GetEmployeeResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getEmployeeAllowances": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "EmployeeToAllowance", "$ref": "#/server/objects/EmployeeToAllowance" } } }, "arguments": { "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getEmployeeEquipment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetEmployeeEquipmentOrError", "$ref": "#/server/unions/GetEmployeeEquipmentOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getEmployeeEquipments": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "EmployeeEquipment", "$ref": "#/server/objects/EmployeeEquipment" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeEquipmentFilterIn", "$ref": "#/server/inputs/EmployeeEquipmentFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getEmployeeEquipmentsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeeEquipmentFilterIn", "$ref": "#/server/inputs/EmployeeEquipmentFilterIn" }, "defaultValue": "null" } } } } }, "getEmployeeUncoordinatedInvoices": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "UncoordinatedInvoice", "$ref": "#/server/objects/UncoordinatedInvoice" } } }, "arguments": { "filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UncoordinatedEmployeeInvoicesFilterIn", "$ref": "#/server/inputs/UncoordinatedEmployeeInvoicesFilterIn" }, "defaultValue": null } } } } }, "getEmployeeVacations": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "EmployeeVacation", "$ref": "#/server/objects/EmployeeVacation" } } }, "arguments": { "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "type": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EVacationType", "$ref": "#/server/enums/EVacationType" }, "defaultValue": "null" } } } } }, "getEmployeesContactInformation": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Base64EncodedFile", "$ref": "#/server/objects/Base64EncodedFile" } }, "arguments": { "enableDismissed": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } } } } }, "getEmployeesNotifications": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "EmployeeToNotification", "$ref": "#/server/objects/EmployeeToNotification" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeesNotificationsFilterIn", "$ref": "#/server/inputs/EmployeesNotificationsFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getEmployeesNotificationsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeesNotificationsFilterIn", "$ref": "#/server/inputs/EmployeesNotificationsFilterIn" }, "defaultValue": "null" } } } } }, "getEmployeesTable": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TableEmployee", "$ref": "#/server/objects/TableEmployee" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeesTableFilterIn", "$ref": "#/server/inputs/EmployeesTableFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "orderBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EEmployeesTableSortColumn", "$ref": "#/server/enums/EEmployeesTableSortColumn" }, "defaultValue": "FAMILY_NAME" } }, "orderDirection": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": "ASC" } } } } }, "getEmployeesTableCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EmployeesTableFilterIn", "$ref": "#/server/inputs/EmployeesTableFilterIn" }, "defaultValue": "null" } } } } }, "getExistsCardNumbers": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "getExistsFinancialReportsUsers": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FinancialReportUser", "$ref": "#/server/objects/FinancialReportUser" } } } }, "getExistsPaymentRegistryYears": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "getExistsSimReportsDatesRanges": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "DatesRange", "$ref": "#/server/objects/DatesRange" } } } }, "getFilteredSimCards": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FilteredSimCard", "$ref": "#/server/objects/FilteredSimCard" } } }, "arguments": { "filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SimCardFilterIn", "$ref": "#/server/inputs/SimCardFilterIn" }, "defaultValue": null } }, "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getFilteredSimCardsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SimCardFilterIn", "$ref": "#/server/inputs/SimCardFilterIn" }, "defaultValue": null } } } } }, "getFilteredSimCardsSum": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" } }, "arguments": { "filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SimCardFilterIn", "$ref": "#/server/inputs/SimCardFilterIn" }, "defaultValue": null } } } } }, "getFinancialReport": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetReportResponse", "$ref": "#/server/unions/GetReportResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getFinancialReportUsers": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FinancialReportUser", "$ref": "#/server/objects/FinancialReportUser" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinancialReportUserFilterIn", "$ref": "#/server/inputs/FinancialReportUserFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getFinancialReportUsersCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinancialReportUserFilterIn", "$ref": "#/server/inputs/FinancialReportUserFilterIn" }, "defaultValue": "null" } } } } }, "getFinancialReports": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Report", "$ref": "#/server/objects/Report" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinancialReportsFilterIn", "$ref": "#/server/inputs/FinancialReportsFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EFinancialReportsSortColumnSortBy", "$ref": "#/server/inputs/EFinancialReportsSortColumnSortBy" }, "defaultValue": null } } } } }, "getFinancialReportsMeta": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FinancialReportsMeta", "$ref": "#/server/objects/FinancialReportsMeta" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinancialReportsFilterIn", "$ref": "#/server/inputs/FinancialReportsFilterIn" }, "defaultValue": "null" } } } } }, "getFixedAsset": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetFixedAssetOrError", "$ref": "#/server/unions/GetFixedAssetOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getFixedAssetType": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetFixedAssetTypeOrError", "$ref": "#/server/unions/GetFixedAssetTypeOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getFixedAssetTypes": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FixedAssetType", "$ref": "#/server/objects/FixedAssetType" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "getFixedAssetTypesCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "getFixedAssets": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FixedAsset", "$ref": "#/server/objects/FixedAsset" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FixedAssetsFilterIn", "$ref": "#/server/inputs/FixedAssetsFilterIn" }, "defaultValue": null } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getFixedAssetsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FixedAssetsFilterIn", "$ref": "#/server/inputs/FixedAssetsFilterIn" }, "defaultValue": null } } } } }, "getFuelCard": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetFuelCardResponse", "$ref": "#/server/unions/GetFuelCardResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getFuelCardsServicesDates": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "DatesRange", "$ref": "#/server/objects/DatesRange" } } } }, "getFutureJobsAndAmounts": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FutureJobAndAmount", "$ref": "#/server/objects/FutureJobAndAmount" } } }, "arguments": { "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "getGroupedAccountingCategories": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "GroupedAccountingCategories", "$ref": "#/server/objects/GroupedAccountingCategories" }, "invocations": {} } }, "getGroupedFinancialReports": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "GroupedFinancialReport", "$ref": "#/server/objects/GroupedFinancialReport" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "FinancialReportsFilterIn", "$ref": "#/server/inputs/FinancialReportsFilterIn" }, "defaultValue": "null" } } } } }, "getGroupedOverheadCosts": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "GroupedOverheadCost", "$ref": "#/server/objects/GroupedOverheadCost" } } }, "arguments": { "month": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "year": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getGroupedSalaryAnalysisByEmployeeId": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "GroupedSalaryAnalysis", "$ref": "#/server/objects/GroupedSalaryAnalysis" } } }, "arguments": { "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SalaryAnalysisFilterIn", "$ref": "#/server/inputs/SalaryAnalysisFilterIn" }, "defaultValue": "null" } } } } }, "getInvoiceAnalysisExistsYears": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "arguments": { "counterpartyId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getInvoicesUnderApproval": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "UnderApprovalInvoice", "$ref": "#/server/objects/UnderApprovalInvoice" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "InvoicesUnderApprovalFilterIn", "$ref": "#/server/inputs/InvoicesUnderApprovalFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EInvoicesUnderApprovalSortColumnSortBy", "$ref": "#/server/inputs/EInvoicesUnderApprovalSortColumnSortBy" }, "defaultValue": null } } } } }, "getInvoicesUnderApprovalAnalysisDocument": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Base64EncodedFile", "$ref": "#/server/objects/Base64EncodedFile" }, "invocations": {} } }, "getInvoicesUnderApprovalMeta": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "InvoicesUnderApprovalMeta", "$ref": "#/server/objects/InvoicesUnderApprovalMeta" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "InvoicesUnderApprovalFilterIn", "$ref": "#/server/inputs/InvoicesUnderApprovalFilterIn" }, "defaultValue": "null" } } } } }, "getInvoicesWithoutUpdByContractId": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Invoice", "$ref": "#/server/objects/Invoice" } } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getInvoicesWithoutUpdByCounterpartyId": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Invoice", "$ref": "#/server/objects/Invoice" } } }, "arguments": { "counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getLastFileUploadingTimestamp": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FileUploadTimestamp", "$ref": "#/server/objects/FileUploadTimestamp" } }, "arguments": { "type": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EUploadingType", "$ref": "#/server/enums/EUploadingType" }, "defaultValue": null } } } } }, "getLicense": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetLicenseOrError", "$ref": "#/server/unions/GetLicenseOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getLicenses": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "License", "$ref": "#/server/objects/License" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "LicenseFilterIn", "$ref": "#/server/inputs/LicenseFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ELicenseSortColumnSortBy", "$ref": "#/server/inputs/ELicenseSortColumnSortBy" }, "defaultValue": null } } } } }, "getLicensesCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "LicenseFilterIn", "$ref": "#/server/inputs/LicenseFilterIn" }, "defaultValue": "null" } } } } }, "getLiteTableContracts": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LiteTableContract", "$ref": "#/server/objects/LiteTableContract" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TableContractsFilterIn", "$ref": "#/server/inputs/TableContractsFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ETableContractSortColumnSortBy", "$ref": "#/server/inputs/ETableContractSortColumnSortBy" }, "defaultValue": null } } } } }, "getLiteTableContractsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TableContractsFilterIn", "$ref": "#/server/inputs/TableContractsFilterIn" }, "defaultValue": "null" } } } } }, "getLosNovaJobs": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LosNovaJob", "$ref": "#/server/objects/LosNovaJob" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TenderWorkFilterIn", "$ref": "#/server/inputs/TenderWorkFilterIn" }, "defaultValue": null } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getLosNovaJobsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TenderWorkFilterIn", "$ref": "#/server/inputs/TenderWorkFilterIn" }, "defaultValue": null } } } } }, "getMonthlyGroupedFinancialReports": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "MonthlyGroupedFinancialReport", "$ref": "#/server/objects/MonthlyGroupedFinancialReport" } } }, "arguments": { "virtualUserId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getMyTgActivity": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TgChatDaySummary", "$ref": "#/server/objects/TgChatDaySummary" } } } }, "getMyTgMentions": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TgMention", "$ref": "#/server/objects/TgMention" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TgMentionFilterIn", "$ref": "#/server/inputs/TgMentionFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ETgMentionSortColumnSortBy", "$ref": "#/server/inputs/ETgMentionSortColumnSortBy" }, "defaultValue": null } } } } }, "getMyTgMentionsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TgMentionFilterIn", "$ref": "#/server/inputs/TgMentionFilterIn" }, "defaultValue": "null" } } } } }, "getNode": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetNodeResponse", "$ref": "#/server/unions/GetNodeResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getNodes": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Node", "$ref": "#/server/objects/Node" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getNomenclatureOnlyParents": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Nomenclature", "$ref": "#/server/objects/Nomenclature" } } } }, "getNomenclatures": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Nomenclature", "$ref": "#/server/objects/Nomenclature" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getNomenclaturesCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } } } } }, "getNonMetallicMaterial": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetNonMetallicMaterialOrError", "$ref": "#/server/unions/GetNonMetallicMaterialOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getNonMetallicMaterials": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "NonMetallicMaterial", "$ref": "#/server/objects/NonMetallicMaterial" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "NonMetallicMaterialsFilterIn", "$ref": "#/server/inputs/NonMetallicMaterialsFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ENonMetallicMaterialsSortColumnSortBy", "$ref": "#/server/inputs/ENonMetallicMaterialsSortColumnSortBy" }, "defaultValue": null } } } } }, "getNonMetallicMaterialsMeta": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "NonMetallicMaterialsMeta", "$ref": "#/server/objects/NonMetallicMaterialsMeta" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "NonMetallicMaterialsFilterIn", "$ref": "#/server/inputs/NonMetallicMaterialsFilterIn" }, "defaultValue": "null" } } } } }, "getObjectAssemblyByContractId": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ObjectAssembly", "$ref": "#/server/objects/ObjectAssembly" } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getOverheadCosts": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "OverheadCost", "$ref": "#/server/objects/OverheadCost" } } }, "arguments": { "month": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "year": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getOverheadCostsYears": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "getPaymentRegistryRecordsSlice": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PaymentRegistryRecordSlice", "$ref": "#/server/objects/PaymentRegistryRecordSlice" } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "month": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "operationType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EPaymentOperationType", "$ref": "#/server/enums/EPaymentOperationType" }, "defaultValue": "null" } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "" } }, "year": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getPendingAccountingCategories": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "AccountingCategory", "$ref": "#/server/objects/AccountingCategory" } } }, "arguments": { "isConstructionNotReady": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": "null" } } } } }, "getPeopleForTgGroup": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" } } } }, "getPermission": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetPermissionOrError", "$ref": "#/server/unions/GetPermissionOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getPermissions": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "getProjectEquipment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetProjectEquipmentResponse", "$ref": "#/server/unions/GetProjectEquipmentResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getProjectEquipments": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ProjectEquipment", "$ref": "#/server/objects/ProjectEquipment" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getProjectEquipmentsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } } } } }, "getPurchasedEquipment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetPurchasedEquipmentResponse", "$ref": "#/server/unions/GetPurchasedEquipmentResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getPurchasedEquipments": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipment", "$ref": "#/server/objects/PurchasedEquipment" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getPurchasedEquipmentsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EquipmentFilterIn", "$ref": "#/server/inputs/EquipmentFilterIn" }, "defaultValue": "null" } } } } }, "getReferenceList": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ReferenceListRow", "$ref": "#/server/objects/ReferenceListRow" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractStatus", "$ref": "#/server/enums/EContractStatus" }, "defaultValue": null } } } } }, "getReferenceListCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractStatus", "$ref": "#/server/enums/EContractStatus" }, "defaultValue": null } } } } }, "getRentItem": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetRentItemOrError", "$ref": "#/server/unions/GetRentItemOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getRentItems": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RentItem", "$ref": "#/server/objects/RentItem" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RentItemsFilterIn", "$ref": "#/server/inputs/RentItemsFilterIn" }, "defaultValue": null } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getRentItemsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RentItemsFilterIn", "$ref": "#/server/inputs/RentItemsFilterIn" }, "defaultValue": null } } } } }, "getRentItemsType": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetRentItemsTypeOrError", "$ref": "#/server/unions/GetRentItemsTypeOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } } } }, "getRentItemsTypes": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RentItemsType", "$ref": "#/server/objects/RentItemsType" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "getRentItemsTypesCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "getRepairEquipment": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetRepairEquipmentResponse", "$ref": "#/server/unions/GetRepairEquipmentResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getRepairEquipments": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RepairEquipment", "$ref": "#/server/objects/RepairEquipment" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RepairEquipmentFilterIn", "$ref": "#/server/inputs/RepairEquipmentFilterIn" }, "defaultValue": null } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getRepairEquipmentsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RepairEquipmentFilterIn", "$ref": "#/server/inputs/RepairEquipmentFilterIn" }, "defaultValue": null } } } } }, "getReview": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetReviewOrError", "$ref": "#/server/unions/GetReviewOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getReviews": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Review", "$ref": "#/server/objects/Review" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getReviewsCount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "getRouter": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetRouterResponse", "$ref": "#/server/unions/GetRouterResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getRouterTechParameter": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetRouterTechParameterOrError", "$ref": "#/server/unions/GetRouterTechParameterOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getRouterTechParameters": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RouterTechParameter", "$ref": "#/server/objects/RouterTechParameter" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RouterTechParametersFilterIn", "$ref": "#/server/inputs/RouterTechParametersFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getRouterTechParametersCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "RouterTechParametersFilterIn", "$ref": "#/server/inputs/RouterTechParametersFilterIn" }, "defaultValue": "null" } } } } }, "getRouters": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Router", "$ref": "#/server/objects/Router" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } } }, "getRoutersCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } } }, "getRss": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetRSSOrError", "$ref": "#/server/unions/GetRSSOrError" } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getRssDmitrov": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetRSSDmitrovOrError", "$ref": "#/server/unions/GetRSSDmitrovOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getRssDmitrovList": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RSSDmitrov", "$ref": "#/server/objects/RSSDmitrov" } } } }, "getRssIstra": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetRSSIstraOrError", "$ref": "#/server/unions/GetRSSIstraOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getRssIstraList": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RSSIstra", "$ref": "#/server/objects/RSSIstra" } } } }, "getRssKuvekino": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetRSSKuvekinoOrError", "$ref": "#/server/unions/GetRSSKuvekinoOrError" } }, "arguments": { "Id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getRssKuvekinoList": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RSSKuvekino", "$ref": "#/server/objects/RSSKuvekino" } } } }, "getRssList": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RSS", "$ref": "#/server/objects/RSS" } } }, "arguments": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getSalaryAnalysis": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SalaryAnalysis", "$ref": "#/server/objects/SalaryAnalysis" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SalaryAnalysisFilterIn", "$ref": "#/server/inputs/SalaryAnalysisFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "salaryEmployeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } }, "sortColumn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESalaryAnalysisSortColumn", "$ref": "#/server/enums/ESalaryAnalysisSortColumn" }, "defaultValue": "TO_PAYMENT" } }, "sortDirection": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": "DESC" } } } } }, "getSalaryAnalysisExistsYears": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "arguments": { "salaryEmployeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } } } }, "getSalaryAnalysisExistsYearsByEmployeeId": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } }, "arguments": { "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getSalaryAnalysisMeta": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SalaryAnalysisMeta", "$ref": "#/server/objects/SalaryAnalysisMeta" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SalaryAnalysisFilterIn", "$ref": "#/server/inputs/SalaryAnalysisFilterIn" }, "defaultValue": "null" } }, "salaryEmployeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } } } }, "getSalaryStatementEmployee": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetSalaryStatementEmployeeResponse", "$ref": "#/server/unions/GetSalaryStatementEmployeeResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } } } }, "getSalaryStatementEmployees": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SalaryStatementEmployee", "$ref": "#/server/objects/SalaryStatementEmployee" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } } }, "getSalaryStatementEmployeesCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } } }, "getSalaryStatements": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SalaryStatement", "$ref": "#/server/objects/SalaryStatement" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SalaryStatementFilterIn", "$ref": "#/server/inputs/SalaryStatementFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getSalaryStatementsExistsYears": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "getSalaryStatementsMeta": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SalaryStatementMeta", "$ref": "#/server/objects/SalaryStatementMeta" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "SalaryStatementFilterIn", "$ref": "#/server/inputs/SalaryStatementFilterIn" }, "defaultValue": "null" } } } } }, "getSalaryStatementsYearSummary": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SalaryStatementYearSummary", "$ref": "#/server/objects/SalaryStatementYearSummary" } } }, "arguments": { "year": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getSim": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetSimResponse", "$ref": "#/server/unions/GetSimResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getStation": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetStationOrError", "$ref": "#/server/unions/GetStationOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getStations": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Station", "$ref": "#/server/objects/Station" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "EStationsSortColumnSortBy", "$ref": "#/server/inputs/EStationsSortColumnSortBy" }, "defaultValue": null } } } } }, "getStationsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } } }, "getStationsLocations": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "StationLocation", "$ref": "#/server/objects/StationLocation" } } } }, "getSubnode": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetSubnodeResponse", "$ref": "#/server/unions/GetSubnodeResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getSubnodes": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Subnode", "$ref": "#/server/objects/Subnode" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getSummaryTableForAccountingCatergories": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Base64EncodedFile", "$ref": "#/server/objects/Base64EncodedFile" }, "invocations": {} } }, "getTableContracts": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FilteredContract", "$ref": "#/server/objects/FilteredContract" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TableContractsFilterIn", "$ref": "#/server/inputs/TableContractsFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ETableContractSortColumnSortBy", "$ref": "#/server/inputs/ETableContractSortColumnSortBy" }, "defaultValue": null } } } } }, "getTableContractsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TableContractsFilterIn", "$ref": "#/server/inputs/TableContractsFilterIn" }, "defaultValue": "null" } } } } }, "getTableContractsMeta": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TableContractsMeta", "$ref": "#/server/objects/TableContractsMeta" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TableContractsFilterIn", "$ref": "#/server/inputs/TableContractsFilterIn" }, "defaultValue": "null" } } } } }, "getTableFuelCards": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TableFuelCard", "$ref": "#/server/objects/TableFuelCard" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TableFuelCardFilterIn", "$ref": "#/server/inputs/TableFuelCardFilterIn" }, "defaultValue": null } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getTableFuelCardsMeta": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TableFuelCardMeta", "$ref": "#/server/objects/TableFuelCardMeta" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TableFuelCardFilterIn", "$ref": "#/server/inputs/TableFuelCardFilterIn" }, "defaultValue": null } } } } }, "getTenderWorks": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TenderWork", "$ref": "#/server/objects/TenderWork" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TenderWorkFilterIn", "$ref": "#/server/inputs/TenderWorkFilterIn" }, "defaultValue": null } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getTenderWorksCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TenderWorkFilterIn", "$ref": "#/server/inputs/TenderWorkFilterIn" }, "defaultValue": null } } } } }, "getTgActivityAnalysis": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TgEmployeeActivityAnalysis", "$ref": "#/server/objects/TgEmployeeActivityAnalysis" } } }, "arguments": { "correctCoef": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": 0.05 } }, "dateFrom": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "dateTo": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "dayOffDimensionlessCoefficient": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": 1250 } }, "dimensionlessCoefficient": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": 1000 } }, "significantLength": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 50 } } } } }, "getTgEmployeeReputations": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TgEmployeeReputation", "$ref": "#/server/objects/TgEmployeeReputation" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TgEmployeeReputationFilterIn", "$ref": "#/server/inputs/TgEmployeeReputationFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getTgEmployeeReputationsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TgEmployeeReputationFilterIn", "$ref": "#/server/inputs/TgEmployeeReputationFilterIn" }, "defaultValue": "null" } } } } }, "getTgMentions": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TgMention", "$ref": "#/server/objects/TgMention" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TgMentionFilterIn", "$ref": "#/server/inputs/TgMentionFilterIn" }, "defaultValue": "null" } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ETgMentionSortColumnSortBy", "$ref": "#/server/inputs/ETgMentionSortColumnSortBy" }, "defaultValue": null } } } } }, "getTgMentionsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "TgMentionFilterIn", "$ref": "#/server/inputs/TgMentionFilterIn" }, "defaultValue": "null" } } } } }, "getUncoordinatedInvoices": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "UncoordinatedInvoice", "$ref": "#/server/objects/UncoordinatedInvoice" } } }, "arguments": { "filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UncoordinatedInvoicesFilterIn", "$ref": "#/server/inputs/UncoordinatedInvoicesFilterIn" }, "defaultValue": null } } } } }, "getUncoordinatedNotSendedInvoices": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "UncoordinatedInvoice", "$ref": "#/server/objects/UncoordinatedInvoice" } } }, "arguments": { "filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UncoordinatedInvoicesFilterIn", "$ref": "#/server/inputs/UncoordinatedInvoicesFilterIn" }, "defaultValue": null } } } } }, "getUnpackedObjectAssemblyDocument": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetObjectAssemblyReportOrError", "$ref": "#/server/unions/GetObjectAssemblyReportOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getUser": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetUserOrError", "$ref": "#/server/unions/GetUserOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getUserPermissions": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "UserToPermission", "$ref": "#/server/objects/UserToPermission" } } }, "arguments": { "userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getUserToContractAssociations": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "UserToContract", "$ref": "#/server/objects/UserToContract" } } }, "arguments": { "userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getUserToContractorContractAssociations": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "UserToContractorContract", "$ref": "#/server/objects/UserToContractorContract" } } }, "arguments": { "userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getUsers": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "User", "$ref": "#/server/objects/User" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } } }, "getUsersCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } } }, "getUzTender": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetUzTenderResponse", "$ref": "#/server/unions/GetUzTenderResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getUzTenderBidder": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetUzTenderBidderResponse", "$ref": "#/server/unions/GetUzTenderBidderResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getUzTenderBidders": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Bidder", "$ref": "#/server/objects/Bidder" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BidderFilterIn", "$ref": "#/server/inputs/BidderFilterIn" }, "defaultValue": null } }, "pageNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "pageSize": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getUzTenderBiddersCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "BidderFilterIn", "$ref": "#/server/inputs/BidderFilterIn" }, "defaultValue": null } } } } }, "getUzTenderCustomer": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetUzTenderCustomerResponse", "$ref": "#/server/unions/GetUzTenderCustomerResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getUzTenderCustomers": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Customer", "$ref": "#/server/objects/Customer" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CustomerFilterIn", "$ref": "#/server/inputs/CustomerFilterIn" }, "defaultValue": null } }, "pageNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "pageSize": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getUzTenderCustomersCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "CustomerFilterIn", "$ref": "#/server/inputs/CustomerFilterIn" }, "defaultValue": null } } } } }, "getUzTenderExistsBiddersRating": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "getUzTenders": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "UzTender", "$ref": "#/server/objects/UzTender" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UzTenderFilterIn", "$ref": "#/server/inputs/UzTenderFilterIn" }, "defaultValue": null } }, "pageNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "pageSize": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getUzTendersCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "UzTenderFilterIn", "$ref": "#/server/inputs/UzTenderFilterIn" }, "defaultValue": null } } } } }, "getUzTendersExistsRegions": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "getWeeklyFinReport": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "WeeklyFinReportOrError", "$ref": "#/server/unions/WeeklyFinReportOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getWeeklyFinReportCounterparties": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "WeeklyFinReportCounterparty", "$ref": "#/server/objects/WeeklyFinReportCounterparty" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getWeeklyFinReportCounterpartiesCount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "getWeeklyFinReports": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "WeeklyFinReport", "$ref": "#/server/objects/WeeklyFinReport" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } } } } }, "getWeeklyFinReportsCount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "getWorkPosition": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetWorkPositionResponse", "$ref": "#/server/unions/GetWorkPositionResponse" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getWorkPositions": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "WorkPosition", "$ref": "#/server/objects/WorkPosition" } } }, "arguments": { "departmentId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "offset": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } } }, "getWorkPositionsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "departmentId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } } }, "getWorkerReportCard": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Union", "name": "GetWorkerReportCardOrError", "$ref": "#/server/unions/GetWorkerReportCardOrError" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } } } }, "getWorkerReportCards": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "WorkerReportCard", "$ref": "#/server/objects/WorkerReportCard" } } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WorkerReportCardFilterIn", "$ref": "#/server/inputs/WorkerReportCardFilterIn" }, "defaultValue": null } }, "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "getWorkerReportCardsCount": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } }, "arguments": { "filter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "WorkerReportCardFilterIn", "$ref": "#/server/inputs/WorkerReportCardFilterIn" }, "defaultValue": null } } } } }, "getYandexDownloadLinkByPath": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } }, "arguments": { "path": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "getYearGroupedAccountingCategories": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YearGroupedAccountingCategories", "$ref": "#/server/objects/YearGroupedAccountingCategories" }, "invocations": {} } }, "lsContractStageDir": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YandexResourceObject", "$ref": "#/server/objects/YandexResourceObject" } } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "lsContractorContractFilesDir": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YandexResourceObject", "$ref": "#/server/objects/YandexResourceObject" } } }, "arguments": { "contractorContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "lsDetailDir": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YandexResourceObject", "$ref": "#/server/objects/YandexResourceObject" } } }, "arguments": { "detailId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "lsEmployeeFilesDir": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YandexResourceObject", "$ref": "#/server/objects/YandexResourceObject" } } }, "arguments": { "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "lsLicenseDir": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YandexResourceObject", "$ref": "#/server/objects/YandexResourceObject" } } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "lsNodeDir": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YandexResourceObject", "$ref": "#/server/objects/YandexResourceObject" } } }, "arguments": { "nodeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "lsNonMetallicMaterialsDir": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YandexResourceObject", "$ref": "#/server/objects/YandexResourceObject" } } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "lsObjectAssemblyDir": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YandexResourceObject", "$ref": "#/server/objects/YandexResourceObject" } } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "lsReviewDir": { "nullable": true, "spec": { "_type": "callable", "returnType": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YandexResourceObject", "$ref": "#/server/objects/YandexResourceObject" } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "lsSubnodeDir": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YandexResourceObject", "$ref": "#/server/objects/YandexResourceObject" } } }, "arguments": { "subnodeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "lsTgChatsSummaryReports": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YandexResourceObject", "$ref": "#/server/objects/YandexResourceObject" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ApiYandexSortByIn", "$ref": "#/server/inputs/ApiYandexSortByIn" }, "defaultValue": "null" } } } } }, "lsTgChatsVideoReports": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YandexResourceObject", "$ref": "#/server/objects/YandexResourceObject" } } }, "arguments": { "limit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "offset": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "sortBy": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "ApiYandexSortByIn", "$ref": "#/server/inputs/ApiYandexSortByIn" }, "defaultValue": "null" } } } } }, "lsWorkerReportCardFilesDir": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YandexResourceObject", "$ref": "#/server/objects/YandexResourceObject" } } }, "arguments": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } } } }, "lsYandexDisk": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YandexResourceObject", "$ref": "#/server/objects/YandexResourceObject" } } }, "arguments": { "path": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchAllowances": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SearchedAllowance", "$ref": "#/server/objects/SearchedAllowance" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchConstructionEquipmentTypes": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ConstructionEquipmentType", "$ref": "#/server/objects/ConstructionEquipmentType" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchContractorContracts": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractorContract", "$ref": "#/server/objects/LContractorContract" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchContracts": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchCounterparties": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchDepartments": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Department", "$ref": "#/server/objects/Department" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchEmployees": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "showIsDismissed": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } } } } }, "searchFinancialReportsUsers": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FinancialReportUser", "$ref": "#/server/objects/FinancialReportUser" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchFixedAssetTypes": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FixedAssetType", "$ref": "#/server/objects/FixedAssetType" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchInvoices": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Invoice", "$ref": "#/server/objects/Invoice" } } }, "arguments": { "filter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "InputType", "name": "InvoicesFilterIn", "$ref": "#/server/inputs/InvoicesFilterIn" }, "defaultValue": null } }, "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } } } } }, "searchNomenclatures": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LNomenclature", "$ref": "#/server/objects/LNomenclature" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchPermissions": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Permission", "$ref": "#/server/objects/Permission" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchPurchasedEquipments": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipment", "$ref": "#/server/objects/PurchasedEquipment" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchRentItemsTypes": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RentItemsType", "$ref": "#/server/objects/RentItemsType" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchRouters": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Router", "$ref": "#/server/objects/Router" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchSalaryStatementEmployees": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SalaryStatementEmployee", "$ref": "#/server/objects/SalaryStatementEmployee" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchSim": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LSimCard", "$ref": "#/server/objects/LSimCard" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchStations": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Station", "$ref": "#/server/objects/Station" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchUsers": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LUser", "$ref": "#/server/objects/LUser" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchWeeklyFinReportCounterparties": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "WeeklyFinReportCounterparty", "$ref": "#/server/objects/WeeklyFinReportCounterparty" } } }, "arguments": { "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } }, "searchWorkPositions": { "nullable": false, "spec": { "_type": "callable", "returnType": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LWorkPosition", "$ref": "#/server/objects/LWorkPosition" } } }, "arguments": { "departmentId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "limit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 30 } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } } } }, "RSS": { "name": "RSS", "implements": {}, "fields": { "additionalIsRequired": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "approvedBySupervision": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "code": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "connectedInvoicesIdArray": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "consumptionRate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "distributionLetterFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "initNote": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "ksIveaFlag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "ksPsFlag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "ksPtoFlag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "newVolume": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "nominatedMaterial": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "npp": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "originalsIsSigned": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "originalsIsSignedFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "parentWorkName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "productOnObjectFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "ptoIveaFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "relatedRss": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RSS", "$ref": "#/server/objects/RSS" } } } }, "stages": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RSSStage", "$ref": "#/server/objects/RSSStage" } } } }, "submittedForApproval": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "submittedForApprovalFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "totalCost": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "totalCostMaterial": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "totalCostSmr": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "totalUnitCost": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "unitCostMaterial": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "unitCostSmr": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "userNote": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "volume": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "workName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "RSSDmitrov": { "name": "RSSDmitrov", "implements": {}, "fields": { "accountingMethod": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "additionalIsRequired": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "approvedBySupervision": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "basicMaterialsTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "basicMaterialsUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "code": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "connectedInvoicesIdArray": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "distributionLetterFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "ksIveaFlag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "ksPsFlag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "ksPtoFlag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "materialConsumptionRate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "newVolume": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "npp": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "originalsIsSigned": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "originalsIsSignedFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "parentWorkName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "productOnObjectFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "ptoIveaFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "relatedRss": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RSSDmitrov", "$ref": "#/server/objects/RSSDmitrov" } } } }, "smrTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "smrUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "stages": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RSSDmitrovStage", "$ref": "#/server/objects/RSSDmitrovStage" } } } }, "submittedForApproval": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "submittedForApprovalFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "totalTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "totalUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "volume": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "workName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "RSSDmitrovStage": { "name": "RSSDmitrovStage", "implements": {}, "fields": { "applicationSubmitted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "basicMaterialsTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "counterpartyOffer": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "hasDistributionLetter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "isPaid": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "productOnObject": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "rssDmitrovRowId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "smrTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "totalTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "unitMaterialCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "unitSmrCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "volume": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "workName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "RSSIstra": { "name": "RSSIstra", "implements": {}, "fields": { "additionalIsRequired": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "approvedBySupervision": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "code": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "connectedInvoicesIdArray": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "distributionLetterFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "ksIveaFlag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "ksPsFlag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "ksPtoFlag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "newVolume": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "nmCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "nmUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "notNmCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "notNmUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "npp": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "organizerComment": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "originalsIsSigned": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "originalsIsSignedFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "parentWorkName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "participantComment": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "productOnObjectFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "ptoIveaFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "relatedRss": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RSSIstra", "$ref": "#/server/objects/RSSIstra" } } } }, "smrCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "smrUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "stages": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RSSIstraStage", "$ref": "#/server/objects/RSSIstraStage" } } } }, "submittedForApproval": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "submittedForApprovalFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "totalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "totalUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "unit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "verificationComment": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "volume": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "workName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "RSSIstraStage": { "name": "RSSIstraStage", "implements": {}, "fields": { "applicationSubmitted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "counterpartyOffer": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "hasDistributionLetter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "isPaid": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "nmUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "notNmUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "productOnObject": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "rssIstraRowId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "totalCost": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "volume": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "workName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "RSSKuvekino": { "name": "RSSKuvekino", "implements": {}, "fields": { "additionalIsRequired": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "amount": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "approvedBySupervision": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "code": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "connectedInvoicesIdArray": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "consumptionCoefficient": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "contractorComment": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "costsName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "distributionLetterFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "ksIveaFlag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "ksPsFlag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "ksPtoFlag": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "materialTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "materialUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "newAmount": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "npp": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "originalsIsSigned": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "originalsIsSignedFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "parentCostsName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "price": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "productOnObjectFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "ptoIveaFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "relatedRss": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RSSKuvekino", "$ref": "#/server/objects/RSSKuvekino" } } } }, "smrTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "smrUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "stages": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RSSKuvekinoStage", "$ref": "#/server/objects/RSSKuvekinoStage" } } } }, "submittedForApproval": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "submittedForApprovalFilePaths": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } }, "totalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "unit": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "RSSKuvekinoStage": { "name": "RSSKuvekinoStage", "implements": {}, "fields": { "applicationSubmitted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "basicMaterialsTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "counterpartyOffer": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "hasDistributionLetter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "isPaid": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "productOnObject": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "smrTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "tkpRssRowId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "totalTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "unitMaterialCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "unitSmrCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "volume": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "workName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "RSSStage": { "name": "RSSStage", "implements": {}, "fields": { "applicationSubmitted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "counterpartyOffer": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "hasDistributionLetter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "isPaid": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "materialUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "productOnObject": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "rssId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "smrUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "volume": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "ReferenceListRow": { "name": "ReferenceListRow", "implements": { "ILCounterparty": { "name": "ILCounterparty", "$ref": "#/server/interfaces/ILCounterparty" } }, "fields": { "archivedAt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "createdAt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "referenceListTitle": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "RentItem": { "name": "RentItem", "implements": {}, "fields": { "contractorContract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractorContractAndLCounterparty", "$ref": "#/server/objects/LContractorContractAndLCounterparty" }, "invocations": {} } }, "contracts": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RentItemToContract", "$ref": "#/server/objects/RentItemToContract" } } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "isOverheadCosts": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "purpose": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "type": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RentItemsType", "$ref": "#/server/objects/RentItemsType" }, "invocations": {} } } } }, "RentItemToContract": { "name": "RentItemToContract", "implements": { "ILContract": { "name": "ILContract", "$ref": "#/server/interfaces/ILContract" } }, "fields": { "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "RentItemsType": { "name": "RentItemsType", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "RepairEquipment": { "name": "RepairEquipment", "implements": { "ILContractAndLCounterparty": { "name": "ILContractAndLCounterparty", "$ref": "#/server/interfaces/ILContractAndLCounterparty" }, "ILCounterparty": { "name": "ILCounterparty", "$ref": "#/server/interfaces/ILCounterparty" }, "ILEmployee": { "name": "ILEmployee", "$ref": "#/server/interfaces/ILEmployee" } }, "fields": { "acceptanceDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "breakdownDescription": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "conclusionServiceCompany": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractAndLCounterparty", "$ref": "#/server/objects/LContractAndLCounterparty" }, "invocations": {} } }, "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "createdDate": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "employee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } }, "equipment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipment", "$ref": "#/server/objects/PurchasedEquipment" }, "invocations": {} } }, "equipmentId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "sendingDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "serialNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "Report": { "name": "Report", "implements": { "ILUser": { "name": "ILUser", "$ref": "#/server/interfaces/ILUser" } }, "fields": { "checkbox": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "created": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "date": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "isComing": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "mileage": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "total": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "updated": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "user": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LUser", "$ref": "#/server/objects/LUser" }, "invocations": {} } }, "virtualUser": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FinancialReportUser", "$ref": "#/server/objects/FinancialReportUser" }, "invocations": {} } }, "weeklyReport": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "WeeklyFinReport", "$ref": "#/server/objects/WeeklyFinReport" }, "invocations": {} } } } }, "Review": { "name": "Review", "implements": {}, "fields": { "filename": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "reviewsToEmployeeList": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ReviewToEmployee", "$ref": "#/server/objects/ReviewToEmployee" } } } }, "text": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "timestamp": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "ReviewToEmployee": { "name": "ReviewToEmployee", "implements": { "ILEmployee": { "name": "ILEmployee", "$ref": "#/server/interfaces/ILEmployee" } }, "fields": { "employee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "isSended": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "reviewId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "sendingError": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESendingError", "$ref": "#/server/enums/ESendingError" }, "invocations": {} } }, "timestamp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } } } }, "Router": { "name": "Router", "implements": { "ILContractAndLCounterparty": { "name": "ILContractAndLCounterparty", "$ref": "#/server/interfaces/ILContractAndLCounterparty" }, "ISimCard": { "name": "ISimCard", "$ref": "#/server/interfaces/ISimCard" } }, "fields": { "antenna": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipment", "$ref": "#/server/objects/PurchasedEquipment" }, "invocations": {} } }, "antennaId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractAndLCounterparty", "$ref": "#/server/objects/LContractAndLCounterparty" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "ipStatic": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "router": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipment", "$ref": "#/server/objects/PurchasedEquipment" }, "invocations": {} } }, "routerId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "sim": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SimCard", "$ref": "#/server/objects/SimCard" }, "invocations": {} } }, "station": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Station", "$ref": "#/server/objects/Station" }, "invocations": {} } }, "stationId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "total": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "RouterTechParameter": { "name": "RouterTechParameter", "implements": {}, "fields": { "clientScada": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "configuration": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "contractConnections": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "RouterTechParameterToContract", "$ref": "#/server/objects/RouterTechParameterToContract" } } } }, "controller": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "description": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "flowmeter": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipment", "$ref": "#/server/objects/PurchasedEquipment" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "panel": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipment", "$ref": "#/server/objects/PurchasedEquipment" }, "invocations": {} } }, "router": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipment", "$ref": "#/server/objects/PurchasedEquipment" }, "invocations": {} } }, "routerTableRow": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Router", "$ref": "#/server/objects/Router" }, "invocations": {} } }, "rowNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "scada": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "updatedAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "versionOwen": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "RouterTechParameterToContract": { "name": "RouterTechParameterToContract", "implements": { "ILContract": { "name": "ILContract", "$ref": "#/server/interfaces/ILContract" } }, "fields": { "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" }, "invocations": {} } }, "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "routerTechnicalParameterId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "updatedAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } } } }, "SalaryAnalysis": { "name": "SalaryAnalysis", "implements": {}, "fields": { "rows": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SalaryAnalysisRow", "$ref": "#/server/objects/SalaryAnalysisRow" } } } }, "salaryStatementEmployee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SalaryStatementEmployee", "$ref": "#/server/objects/SalaryStatementEmployee" }, "invocations": {} } }, "salaryStatementEmployeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } } } }, "SalaryAnalysisMeta": { "name": "SalaryAnalysisMeta", "implements": { "IMeta": { "name": "IMeta", "$ref": "#/server/interfaces/IMeta" } }, "fields": { "count": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "sum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "SalaryAnalysisRow": { "name": "SalaryAnalysisRow", "implements": {}, "fields": { "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "note": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "toPayment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "type": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESalaryAnalysisRowType", "$ref": "#/server/enums/ESalaryAnalysisRowType" }, "invocations": {} } } } }, "SalaryStatement": { "name": "SalaryStatement", "implements": { "ISalaryStatementEmployee": { "name": "ISalaryStatementEmployee", "$ref": "#/server/interfaces/ISalaryStatementEmployee" } }, "fields": { "baseType": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EInvoiceBaseType", "$ref": "#/server/enums/EInvoiceBaseType" }, "invocations": {} } }, "comment": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "decoding": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "link": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "month": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "number": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "paymentMethod": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EPaymentMethod", "$ref": "#/server/enums/EPaymentMethod" }, "invocations": {} } }, "paymentTimestamp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "salaryStatementEmployee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SalaryStatementEmployee", "$ref": "#/server/objects/SalaryStatementEmployee" }, "invocations": {} } }, "timestamp": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "toPayment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "SalaryStatementEmployee": { "name": "SalaryStatementEmployee", "implements": { "ILEmployeeOrNone": { "name": "ILEmployeeOrNone", "$ref": "#/server/interfaces/ILEmployeeOrNone" } }, "fields": { "employee": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } }, "financialReportUser": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FinancialReportUser", "$ref": "#/server/objects/FinancialReportUser" }, "invocations": {} } }, "fullname": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } } } }, "SalaryStatementMeta": { "name": "SalaryStatementMeta", "implements": { "IMeta": { "name": "IMeta", "$ref": "#/server/interfaces/IMeta" } }, "fields": { "count": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "sum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "SalaryStatementYearSummary": { "name": "SalaryStatementYearSummary", "implements": { "ISalaryStatementEmployee": { "name": "ISalaryStatementEmployee", "$ref": "#/server/interfaces/ISalaryStatementEmployee" } }, "fields": { "baseSalary": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "bonus": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "m1": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "m10": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "m11": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "m12": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "m2": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "m3": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "m4": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "m5": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "m6": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "m7": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "m8": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "m9": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "salaryStatementEmployee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SalaryStatementEmployee", "$ref": "#/server/objects/SalaryStatementEmployee" }, "invocations": {} } }, "workPositionName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "yearSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "SearchedAllowance": { "name": "SearchedAllowance", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "ServiceParams": { "name": "ServiceParams", "implements": {}, "fields": { "cardNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "count": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "endPeriod": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "service": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "startPeriod": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "total": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "SimCard": { "name": "SimCard", "implements": {}, "fields": { "activateDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "email": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "fio": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "phoneNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "rate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "reports": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "AccrualReport", "$ref": "#/server/objects/AccrualReport" } } } }, "routers": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Router", "$ref": "#/server/objects/Router" } } } }, "serialNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "spendingThreshold": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESimStatus", "$ref": "#/server/enums/ESimStatus" }, "invocations": {} } }, "updateDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "userStatus": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EUserSimStatus", "$ref": "#/server/enums/EUserSimStatus" }, "invocations": {} } } } }, "SlicedPaymentRegistryRecord": { "name": "SlicedPaymentRegistryRecord", "implements": {}, "fields": { "abcCategory": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EABCAnalysisCategory", "$ref": "#/server/enums/EABCAnalysisCategory" }, "invocations": {} } }, "contract": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "documentCurrency": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "documentSum": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "incomingDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "incomingNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "info": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "innerId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "UUID" }, "invocations": {} } }, "isNew": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "number": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "operationType": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EPaymentOperationType", "$ref": "#/server/enums/EPaymentOperationType" }, "invocations": {} } }, "payer": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "paymentInvoice": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "Station": { "name": "Station", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "StationLocation": { "name": "StationLocation", "implements": {}, "fields": { "docId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "document": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "location": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "stationId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "Subnode": { "name": "Subnode", "implements": {}, "fields": { "details": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "DetailToSubnode", "$ref": "#/server/objects/DetailToSubnode" } } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "purchasedEquipments": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "PurchasedEquipmentToSubnode", "$ref": "#/server/objects/PurchasedEquipmentToSubnode" } } } } } }, "SubnodeToAssemblyUnit": { "name": "SubnodeToAssemblyUnit", "implements": {}, "fields": { "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "subnode": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Subnode", "$ref": "#/server/objects/Subnode" }, "invocations": {} } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "SubnodeToNode": { "name": "SubnodeToNode", "implements": {}, "fields": { "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "subnode": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Subnode", "$ref": "#/server/objects/Subnode" }, "invocations": {} } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "SubnodeToObjectAssembly": { "name": "SubnodeToObjectAssembly", "implements": {}, "fields": { "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "subnode": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Subnode", "$ref": "#/server/objects/Subnode" }, "invocations": {} } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "TableContractsMeta": { "name": "TableContractsMeta", "implements": { "IMeta": { "name": "IMeta", "$ref": "#/server/interfaces/IMeta" } }, "fields": { "accomplishment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "balanceContract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "count": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "payment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "paymentUpd": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "percent": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "resultDolg": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "sumStage": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "uniqueCounterpartiesCount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "TableEmployee": { "name": "TableEmployee", "implements": { "ILWorkPositionOrNone": { "name": "ILWorkPositionOrNone", "$ref": "#/server/interfaces/ILWorkPositionOrNone" } }, "fields": { "abcData": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "EmployeeABCData", "$ref": "#/server/objects/EmployeeABCData" }, "invocations": {} } }, "dismissalDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "employmentDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "familyName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "inVacation": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "isDismissed": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "onProbation": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "organization": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "organizationId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "phoneNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "secondOrganization": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "secondOrganizationId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "telegramId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "workPosition": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LWorkPosition", "$ref": "#/server/objects/LWorkPosition" }, "invocations": {} } }, "workType": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EWorkType", "$ref": "#/server/enums/EWorkType" }, "invocations": {} } } } }, "TableFuelCard": { "name": "TableFuelCard", "implements": {}, "fields": { "cardNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "employeeFamilyName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "employeeName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "employeePositionAtWork": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EFuelCardStatus", "$ref": "#/server/enums/EFuelCardStatus" }, "invocations": {} } }, "totalSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "TableFuelCardMeta": { "name": "TableFuelCardMeta", "implements": { "IMeta": { "name": "IMeta", "$ref": "#/server/interfaces/IMeta" } }, "fields": { "count": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "sum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "TenderWork": { "name": "TenderWork", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "measurementUnit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "unitMaterialCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "unitWorkCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "TgChatDaySummary": { "name": "TgChatDaySummary", "implements": {}, "fields": { "day": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "recordCount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "TgEmployeeActivityAnalysis": { "name": "TgEmployeeActivityAnalysis", "implements": { "ILEmployee": { "name": "ILEmployee", "$ref": "#/server/interfaces/ILEmployee" } }, "fields": { "activityFeel": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "avgMeasuredActivity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "avgPerDay": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "coefStability": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "coefVariation": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "dayOffAvgMeasuredActivity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "dayOffMeasuredActivity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "employee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } }, "measuredActivity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "stdDev": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "variance": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "TgEmployeeCandle": { "name": "TgEmployeeCandle", "implements": {}, "fields": { "close": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "endDate": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "high": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "low": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "open": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "startDate": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } } } }, "TgEmployeeCandleSeries": { "name": "TgEmployeeCandleSeries", "implements": { "ILEmployee": { "name": "ILEmployee", "$ref": "#/server/interfaces/ILEmployee" } }, "fields": { "data": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "TgEmployeeCandle", "$ref": "#/server/objects/TgEmployeeCandle" } } } }, "employee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } } } }, "TgEmployeeReputation": { "name": "TgEmployeeReputation", "implements": { "ILEmployee": { "name": "ILEmployee", "$ref": "#/server/interfaces/ILEmployee" } }, "fields": { "contractToGroup": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractToGroup", "$ref": "#/server/objects/ContractToGroup" }, "invocations": {} } }, "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "creator": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } }, "employee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } }, "employeeAnswer": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "employeeAnswerTimestamp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "employeeMessageTimestamp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "isPositive": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "message": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "TgMention": { "name": "TgMention", "implements": {}, "fields": { "answer": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "chatInfo": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "ContractToGroup", "$ref": "#/server/objects/ContractToGroup" }, "invocations": {} } }, "fromEmployee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "text": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "tgChatId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "tgMessageId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "tgMessageTimestamp": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "toEmployee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } } } }, "TokenResponse": { "name": "TokenResponse", "implements": {}, "fields": { "accessToken": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "refreshToken": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "UncoordinatedInvoice": { "name": "UncoordinatedInvoice", "implements": { "IInvoiceContracts": { "name": "IInvoiceContracts", "$ref": "#/server/interfaces/IInvoiceContracts" }, "IInvoiceEmployeeStatuses": { "name": "IInvoiceEmployeeStatuses", "$ref": "#/server/interfaces/IInvoiceEmployeeStatuses" }, "IInvoicePositions": { "name": "IInvoicePositions", "$ref": "#/server/interfaces/IInvoicePositions" }, "ILCounterparty": { "name": "ILCounterparty", "$ref": "#/server/interfaces/ILCounterparty" } }, "fields": { "approvalTimestamp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "contracts": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" } } } }, "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "employeeStatuses": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "EmployeeInvoiceApprovals", "$ref": "#/server/objects/EmployeeInvoiceApprovals" } } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "incomingDocumentDate": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "incomingDocumentNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "notSendingReason": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EInvoiceNotSendingReason", "$ref": "#/server/enums/EInvoiceNotSendingReason" }, "invocations": {} } }, "npp": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "number1c": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "positions": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "InvoicePosition", "$ref": "#/server/objects/InvoicePosition" } } } }, "tgApprovalMessageTimestamp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "totalSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "UnderApprovalInvoice": { "name": "UnderApprovalInvoice", "implements": { "ILContract": { "name": "ILContract", "$ref": "#/server/interfaces/ILContract" }, "ILCounterparty": { "name": "ILCounterparty", "$ref": "#/server/interfaces/ILCounterparty" } }, "fields": { "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" }, "invocations": {} } }, "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } }, "existsAccountingCategory": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "isGuarantee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "stageSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "workName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "UnknownError": { "name": "UnknownError", "implements": {}, "fields": { "message": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "UpdateEdoWorkStatusReport": { "name": "UpdateEdoWorkStatusReport", "implements": {}, "fields": { "notFounded": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" } } } } }, "updatedCount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "User": { "name": "User", "implements": {}, "fields": { "dateJoined": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "email": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "firstName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "isActive": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "isSuperuser": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "invocations": {} } }, "lastLogin": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "lastName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "username": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "UserToContract": { "name": "UserToContract", "implements": { "ILContract": { "name": "ILContract", "$ref": "#/server/interfaces/ILContract" }, "ILUser": { "name": "ILUser", "$ref": "#/server/interfaces/ILUser" } }, "fields": { "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "user": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LUser", "$ref": "#/server/objects/LUser" }, "invocations": {} } } } }, "UserToContractorContract": { "name": "UserToContractorContract", "implements": { "ILContractorContract": { "name": "ILContractorContract", "$ref": "#/server/interfaces/ILContractorContract" }, "ILUser": { "name": "ILUser", "$ref": "#/server/interfaces/ILUser" } }, "fields": { "contractorContract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractorContract", "$ref": "#/server/objects/LContractorContract" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "user": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LUser", "$ref": "#/server/objects/LUser" }, "invocations": {} } } } }, "UserToPermission": { "name": "UserToPermission", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "permission": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Permission", "$ref": "#/server/objects/Permission" }, "invocations": {} } }, "permissionId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "UzTender": { "name": "UzTender", "implements": {}, "fields": { "biddersOffers": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "BidderTender", "$ref": "#/server/objects/BidderTender" } } } }, "contractFilePath": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "customer": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Customer", "$ref": "#/server/objects/Customer" }, "invocations": {} } }, "customerId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "finishingSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "lotType": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "name": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "offerentsCount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "originalName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "protocolFilePath": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "protocolNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "region": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "startingSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "tenderNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "transactionDate": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "winner": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "ValidationError": { "name": "ValidationError", "implements": { "BaseErrorType": { "name": "BaseErrorType", "$ref": "#/server/interfaces/BaseErrorType" } }, "fields": { "field": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "message": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "type": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "value": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "VirtualUserSummary": { "name": "VirtualUserSummary", "implements": {}, "fields": { "totalSum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "virtualUser": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "FinancialReportUser", "$ref": "#/server/objects/FinancialReportUser" }, "invocations": {} } } } }, "WeeklyFinReport": { "name": "WeeklyFinReport", "implements": {}, "fields": { "configs": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "WeeklyFinReportConfig", "$ref": "#/server/objects/WeeklyFinReportConfig" } } } }, "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "reportIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" } } } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EWeeklyFinReportStatus", "$ref": "#/server/enums/EWeeklyFinReportStatus" }, "invocations": {} } }, "updatedAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "virtualUserSummaries": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "VirtualUserSummary", "$ref": "#/server/objects/VirtualUserSummary" } } } } } }, "WeeklyFinReportConfig": { "name": "WeeklyFinReportConfig", "implements": {}, "fields": { "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "WeeklyFinReportCounterparty", "$ref": "#/server/objects/WeeklyFinReportCounterparty" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "percent": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "virtualUserId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "weeklyFinReportId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "WeeklyFinReportCounterparty": { "name": "WeeklyFinReportCounterparty", "implements": {}, "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "WorkPosition": { "name": "WorkPosition", "implements": { "IDepartment": { "name": "IDepartment", "$ref": "#/server/interfaces/IDepartment" } }, "fields": { "department": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Department", "$ref": "#/server/objects/Department" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "salary": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } } } }, "WorkerReportCard": { "name": "WorkerReportCard", "implements": { "ILContract": { "name": "ILContract", "$ref": "#/server/interfaces/ILContract" }, "ILContractorContract": { "name": "ILContractorContract", "$ref": "#/server/interfaces/ILContractorContract" }, "ILEmployee": { "name": "ILEmployee", "$ref": "#/server/interfaces/ILEmployee" } }, "fields": { "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" }, "invocations": {} } }, "contractorContract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractorContract", "$ref": "#/server/objects/LContractorContract" }, "invocations": {} } }, "createdAt": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "employee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "specialization": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "timestamp": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "invocations": {} } }, "workingHours": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "YandexResourceObject": { "name": "YandexResourceObject", "implements": {}, "fields": { "created": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "invocations": {} } }, "file": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "md5": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "mediaType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "name": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "path": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "preview": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "publicKey": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "publicUrl": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "resourceId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "sha256": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } }, "size": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "type": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "YearAccountingCategory": { "name": "YearAccountingCategory", "implements": {}, "fields": { "invoicesTotals": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" } } } }, "monthTotals": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" } } } } }, "year": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "YearGroupedAccountingCategories": { "name": "YearGroupedAccountingCategories", "implements": {}, "fields": { "customer": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YearGrouppedAccountingCategory", "$ref": "#/server/objects/YearGrouppedAccountingCategory" } } } }, "provider": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "YearGrouppedAccountingCategory", "$ref": "#/server/objects/YearGrouppedAccountingCategory" } } } } } }, "YearGrouppedAccountingCategory": { "name": "YearGrouppedAccountingCategory", "implements": {}, "fields": { "rowsCount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } }, "totalBalanceDt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "totalBalanceKt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "invocations": {} } }, "year": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } } }, "interfaces": { "BaseErrorType": { "name": "BaseErrorType", "fields": { "message": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "invocations": {} } } } }, "IDepartment": { "name": "IDepartment", "fields": { "department": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Department", "$ref": "#/server/objects/Department" }, "invocations": {} } } } }, "IDepartmentOrNone": { "name": "IDepartmentOrNone", "fields": { "department": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Department", "$ref": "#/server/objects/Department" }, "invocations": {} } } } }, "IInvoice": { "name": "IInvoice", "fields": { "invoice": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Invoice", "$ref": "#/server/objects/Invoice" }, "invocations": {} } } } }, "IInvoiceContracts": { "name": "IInvoiceContracts", "fields": { "contracts": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" } } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } } } }, "IInvoiceEmployeeStatuses": { "name": "IInvoiceEmployeeStatuses", "fields": { "employeeStatuses": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "EmployeeInvoiceApprovals", "$ref": "#/server/objects/EmployeeInvoiceApprovals" } } } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } } } }, "IInvoiceOrNone": { "name": "IInvoiceOrNone", "fields": { "invoice": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "Invoice", "$ref": "#/server/objects/Invoice" }, "invocations": {} } } } }, "IInvoicePositionNomenclature": { "name": "IInvoicePositionNomenclature", "fields": { "nomenclature": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "InvoicePositionNomenclature", "$ref": "#/server/objects/InvoicePositionNomenclature" }, "invocations": {} } } } }, "IInvoicePositions": { "name": "IInvoicePositions", "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "invocations": {} } }, "positions": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "ObjectType", "name": "InvoicePosition", "$ref": "#/server/objects/InvoicePosition" } } } } } }, "ILContract": { "name": "ILContract", "fields": { "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" }, "invocations": {} } } } }, "ILContractAndLCounterparty": { "name": "ILContractAndLCounterparty", "fields": { "contract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractAndLCounterparty", "$ref": "#/server/objects/LContractAndLCounterparty" }, "invocations": {} } } } }, "ILContractAndLCounterpartyOrNone": { "name": "ILContractAndLCounterpartyOrNone", "fields": { "contract": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractAndLCounterparty", "$ref": "#/server/objects/LContractAndLCounterparty" }, "invocations": {} } } } }, "ILContractOrNone": { "name": "ILContractOrNone", "fields": { "contract": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContract", "$ref": "#/server/objects/LContract" }, "invocations": {} } } } }, "ILContractorContract": { "name": "ILContractorContract", "fields": { "contractorContract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractorContract", "$ref": "#/server/objects/LContractorContract" }, "invocations": {} } } } }, "ILContractorContractOrNone": { "name": "ILContractorContractOrNone", "fields": { "contractorContract": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LContractorContract", "$ref": "#/server/objects/LContractorContract" }, "invocations": {} } } } }, "ILCounterparty": { "name": "ILCounterparty", "fields": { "counterparty": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } } } }, "ILCounterpartyOrNone": { "name": "ILCounterpartyOrNone", "fields": { "counterparty": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LCounterparty", "$ref": "#/server/objects/LCounterparty" }, "invocations": {} } } } }, "ILEmployee": { "name": "ILEmployee", "fields": { "employee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } } } }, "ILEmployeeOrNone": { "name": "ILEmployeeOrNone", "fields": { "employee": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LEmployee", "$ref": "#/server/objects/LEmployee" }, "invocations": {} } } } }, "ILSimCardWithReports": { "name": "ILSimCardWithReports", "fields": { "sim": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LSimCardWithReports", "$ref": "#/server/objects/LSimCardWithReports" }, "invocations": {} } } } }, "ILUser": { "name": "ILUser", "fields": { "user": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LUser", "$ref": "#/server/objects/LUser" }, "invocations": {} } } } }, "ILWorkPositionOrNone": { "name": "ILWorkPositionOrNone", "fields": { "workPosition": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "LWorkPosition", "$ref": "#/server/objects/LWorkPosition" }, "invocations": {} } } } }, "IMeta": { "name": "IMeta", "fields": { "count": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "invocations": {} } } } }, "ISalaryStatementEmployee": { "name": "ISalaryStatementEmployee", "fields": { "salaryStatementEmployee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SalaryStatementEmployee", "$ref": "#/server/objects/SalaryStatementEmployee" }, "invocations": {} } } } }, "ISimCard": { "name": "ISimCard", "fields": { "sim": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "ObjectType", "name": "SimCard", "$ref": "#/server/objects/SimCard" }, "invocations": {} } } } } }, "inputs": { "AccountingCategoryUpdateIn": { "name": "AccountingCategoryUpdateIn", "fields": { "isConstructionNotReady": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } } } }, "ApiYandexSortByIn": { "name": "ApiYandexSortByIn", "fields": { "column": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EYandexApiSortColumn", "$ref": "#/server/enums/EYandexApiSortColumn" }, "defaultValue": null } }, "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } } }, "BankAccountIn": { "name": "BankAccountIn", "fields": { "account": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "balance": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "bik": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "corrAccount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "BankAccountsFilterIn": { "name": "BankAccountsFilterIn", "fields": { "date": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "BaseAssemblyConnectionIn": { "name": "BaseAssemblyConnectionIn", "fields": { "belongsId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "targetId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "BaseEquipmentIn": { "name": "BaseEquipmentIn", "fields": { "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "BaseRSSStageCreateInput": { "name": "BaseRSSStageCreateInput", "fields": { "applicationSubmitted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "counterpartyOffer": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "hasDistributionLetter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "isPaid": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "materialUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "productOnObject": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "rssId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "smrUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "volume": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } } } }, "BaseRSSStageUpdateInput": { "name": "BaseRSSStageUpdateInput", "fields": { "applicationSubmitted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "counterpartyOffer": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "hasDistributionLetter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "isPaid": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "materialUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "productOnObject": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "rssId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "smrUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "volume": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } } } }, "BidderFilterIn": { "name": "BidderFilterIn", "fields": { "inn": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "name": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "rating": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "BrandIn": { "name": "BrandIn", "fields": { "mail": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "phoneNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "BrandToCounterpartyFilterIn": { "name": "BrandToCounterpartyFilterIn", "fields": { "brandId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "counterpartyId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "BrandToCounterpartyIn": { "name": "BrandToCounterpartyIn", "fields": { "brandId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "BrandsFilterIn": { "name": "BrandsFilterIn", "fields": { "title": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "CameraRegistryRowIn": { "name": "CameraRegistryRowIn", "fields": { "accessParameters": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "contractId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "installationDate": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "onStorage": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "simId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "CameraRegistryRowsFilterIn": { "name": "CameraRegistryRowsFilterIn", "fields": { "contractId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "installationDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "simId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "CommercialOfferFilterIn": { "name": "CommercialOfferFilterIn", "fields": { "nomenclatureIds": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } }, "CommercialOfferIn": { "name": "CommercialOfferIn", "fields": { "contactInformationId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "costWithVat": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "nomenclatureIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "unitOfMeasurement": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "workName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "CompiledInvoicesFilterIn": { "name": "CompiledInvoicesFilterIn", "fields": { "counterpartyId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "month": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "vatStatus": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EVatStatus", "$ref": "#/server/enums/EVatStatus" }, "defaultValue": null } }, "year": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "ConstructionEquipmentIn": { "name": "ConstructionEquipmentIn", "fields": { "contractorContractIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "model": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "stateNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "typeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "ContactInformationFilterIn": { "name": "ContactInformationFilterIn", "fields": { "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } }, "ContactInformationIn": { "name": "ContactInformationIn", "fields": { "fio": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "holidays": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null }, "defaultValue": null } }, "mail": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "organization": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "tel": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "ContractCopyIn": { "name": "ContractCopyIn", "fields": { "shortName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "sourceContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "ContractIn": { "name": "ContractIn", "fields": { "counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "defaultValue": null } }, "link": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "locationLink": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "numberDoc": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "referenceListTitle": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "responsibleUserId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "shortName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "subjectContract": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "tags": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "textForCall": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "typeWorks": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "ContractInvoicesFilterIn": { "name": "ContractInvoicesFilterIn", "fields": { "baseType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EInvoiceBaseType", "$ref": "#/server/enums/EInvoiceBaseType" }, "defaultValue": null } }, "contractId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "counterpartyId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "status": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EInvoiceStatus", "$ref": "#/server/enums/EInvoiceStatus" }, "defaultValue": null } } } }, "ContractStageCreateIn": { "name": "ContractStageCreateIn", "fields": { "dateAct": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "defaultValue": null } }, "npp": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "sumStage": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "workName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "ContractStageUpdateIn": { "name": "ContractStageUpdateIn", "fields": { "comment": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "dateAct": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "dateEnd": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "datePp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "guarantee": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "invoiceIssued": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "isCompleted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "isOriginal": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "npp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "numAct": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "numPp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "payment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "stagePay": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "stageUpd": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "stageWork": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "subStages": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "InputType", "name": "ContractSubStageUpdateIn", "$ref": "#/server/inputs/ContractSubStageUpdateIn" }, "defaultValue": null }, "defaultValue": null } }, "sumStage": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "workName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "ContractSubStageUpdateIn": { "name": "ContractSubStageUpdateIn", "fields": { "contractStageId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "dateAct": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "datePp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "numAct": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "numPp": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "payment": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } } } }, "ContractToNonemclatureUpdateIn": { "name": "ContractToNonemclatureUpdateIn", "fields": { "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "progress": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "ContractorContractIn": { "name": "ContractorContractIn", "fields": { "conditionalName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "contractLink": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "contractNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "contractSubject": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "customerContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "defaultValue": null } }, "shortName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "sum": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "workTypes": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "ContractorContractsFilterIn": { "name": "ContractorContractsFilterIn", "fields": { "counterpartyId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "customerContractId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "status": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractorContractStatus", "$ref": "#/server/enums/EContractorContractStatus" }, "defaultValue": null } } } }, "CopyObjectAssemblyIn": { "name": "CopyObjectAssemblyIn", "fields": { "mode": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECopyMode", "$ref": "#/server/enums/ECopyMode" }, "defaultValue": null } }, "sourceContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "targetContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "CounterpartiesFilterIn": { "name": "CounterpartiesFilterIn", "fields": { "abcColumn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECounterpatiesTableABCColumn", "$ref": "#/server/enums/ECounterpatiesTableABCColumn" }, "defaultValue": "TOTAL_SUM" } }, "counterpartyType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECounterpartyType", "$ref": "#/server/enums/ECounterpartyType" }, "defaultValue": null } }, "dateFilterColumn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECounterpatiesTableDateFilterColumn", "$ref": "#/server/enums/ECounterpatiesTableDateFilterColumn" }, "defaultValue": "TOTAL_SUM" } }, "edoWork": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "entityType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EEntityType", "$ref": "#/server/enums/EEntityType" }, "defaultValue": null } }, "group": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECounterpartyGroup", "$ref": "#/server/enums/ECounterpartyGroup" }, "defaultValue": null } }, "isIndividualEntrepreneur": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "loadByMonthGt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "loadByMonthLt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "periodEnd": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "periodStart": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "standardDeviationGt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "standardDeviationLt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "totalGt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "totalLt": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "userId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "CounterpartyIn": { "name": "CounterpartyIn", "fields": { "contacts": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "description": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "entityType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EEntityType", "$ref": "#/server/enums/EEntityType" }, "defaultValue": null } }, "group": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECounterpartyGroup", "$ref": "#/server/enums/ECounterpartyGroup" }, "defaultValue": null } }, "inn": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "isIndividualEntrepreneur": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "phoneNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "tradeName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "url": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "CustomerFilterIn": { "name": "CustomerFilterIn", "fields": { "name": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "DepartmentIn": { "name": "DepartmentIn", "fields": { "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "EBankAccountSortColumnSortBy": { "name": "EBankAccountSortColumnSortBy", "fields": { "column": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EBankAccountSortColumn", "$ref": "#/server/enums/EBankAccountSortColumn" }, "defaultValue": null } }, "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } } }, "EBrandSortColumnSortBy": { "name": "EBrandSortColumnSortBy", "fields": { "column": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EBrandSortColumn", "$ref": "#/server/enums/EBrandSortColumn" }, "defaultValue": null } }, "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } } }, "ECommercialOfferSortColumnSortBy": { "name": "ECommercialOfferSortColumnSortBy", "fields": { "column": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECommercialOfferSortColumn", "$ref": "#/server/enums/ECommercialOfferSortColumn" }, "defaultValue": null } }, "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } } }, "EContactInformationSortColumnSortBy": { "name": "EContactInformationSortColumnSortBy", "fields": { "column": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContactInformationSortColumn", "$ref": "#/server/enums/EContactInformationSortColumn" }, "defaultValue": null } }, "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } } }, "EContractorContractSortColumnSortBy": { "name": "EContractorContractSortColumnSortBy", "fields": { "column": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractorContractSortColumn", "$ref": "#/server/enums/EContractorContractSortColumn" }, "defaultValue": null } }, "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } } }, "ECounterpatiesTableSortColumnSortBy": { "name": "ECounterpatiesTableSortColumnSortBy", "fields": { "column": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ECounterpatiesTableSortColumn", "$ref": "#/server/enums/ECounterpatiesTableSortColumn" }, "defaultValue": null } }, "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } } }, "EFinancialReportsSortColumnSortBy": { "name": "EFinancialReportsSortColumnSortBy", "fields": { "column": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EFinancialReportsSortColumn", "$ref": "#/server/enums/EFinancialReportsSortColumn" }, "defaultValue": null } }, "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } } }, "EInvoiceAnalysisSortColumnSortBy": { "name": "EInvoiceAnalysisSortColumnSortBy", "fields": { "column": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EInvoiceAnalysisSortColumn", "$ref": "#/server/enums/EInvoiceAnalysisSortColumn" }, "defaultValue": null } }, "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } } }, "EInvoicesUnderApprovalSortColumnSortBy": { "name": "EInvoicesUnderApprovalSortColumnSortBy", "fields": { "column": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EInvoicesUnderApprovalSortColumn", "$ref": "#/server/enums/EInvoicesUnderApprovalSortColumn" }, "defaultValue": null } }, "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } } }, "ELicenseSortColumnSortBy": { "name": "ELicenseSortColumnSortBy", "fields": { "column": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ELicenseSortColumn", "$ref": "#/server/enums/ELicenseSortColumn" }, "defaultValue": null } }, "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } } }, "ENonMetallicMaterialsSortColumnSortBy": { "name": "ENonMetallicMaterialsSortColumnSortBy", "fields": { "column": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ENonMetallicMaterialsSortColumn", "$ref": "#/server/enums/ENonMetallicMaterialsSortColumn" }, "defaultValue": null } }, "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } } }, "EStationsSortColumnSortBy": { "name": "EStationsSortColumnSortBy", "fields": { "column": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EStationsSortColumn", "$ref": "#/server/enums/EStationsSortColumn" }, "defaultValue": null } }, "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } } }, "ETableContractSortColumnSortBy": { "name": "ETableContractSortColumnSortBy", "fields": { "column": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ETableContractSortColumn", "$ref": "#/server/enums/ETableContractSortColumn" }, "defaultValue": null } }, "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } } }, "ETgMentionSortColumnSortBy": { "name": "ETgMentionSortColumnSortBy", "fields": { "column": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ETgMentionSortColumn", "$ref": "#/server/enums/ETgMentionSortColumn" }, "defaultValue": null } }, "direction": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESortDirection", "$ref": "#/server/enums/ESortDirection" }, "defaultValue": null } } } }, "EmployeeEquipmentFilterIn": { "name": "EmployeeEquipmentFilterIn", "fields": { "employeeIds": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "equipmentIds": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "issueDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "issuedByIds": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "returnDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "status": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EEmployeeEquipmentStatus", "$ref": "#/server/enums/EEmployeeEquipmentStatus" }, "defaultValue": null } } } }, "EmployeeEquipmentIn": { "name": "EmployeeEquipmentIn", "fields": { "conditionOnIssue": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "conditionOnReturn": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "equipmentId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "issueDate": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "issuedById": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "notes": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "quantity": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "returnDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "serialNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "size": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EEmployeeEquipmentStatus", "$ref": "#/server/enums/EEmployeeEquipmentStatus" }, "defaultValue": "ISSUED" } } } }, "EmployeeIn": { "name": "EmployeeIn", "fields": { "accountId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "address": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "birthday": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "defaultValue": null } }, "citizenship": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "dateOfIssue": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "defaultValue": null } }, "departmentId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "dismissalDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "dismissalOrderDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "dismissalOrderNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "education": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "employmentContractDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "employmentContractNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "employmentOrderDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "employmentOrderNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "familyName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "gender": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EGender", "$ref": "#/server/enums/EGender" }, "defaultValue": null } }, "inn": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "isDismissed": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "issuingAuthority": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "mail": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "organizationId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "positionNote": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "probationEnd": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "probationStart": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "realAddress": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "secondOrganizationId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "seriesNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "snils": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "tel": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "userId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "workPermissionRequired": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "workPositionId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "workType": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EWorkType", "$ref": "#/server/enums/EWorkType" }, "defaultValue": null } } } }, "EmployeeToNotificationIn": { "name": "EmployeeToNotificationIn", "fields": { "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "notificationType": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ENotificationType", "$ref": "#/server/enums/ENotificationType" }, "defaultValue": null } } } }, "EmployeeVacationCreateIn": { "name": "EmployeeVacationCreateIn", "fields": { "dateFrom": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "dateTo": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "type": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EVacationType", "$ref": "#/server/enums/EVacationType" }, "defaultValue": null } } } }, "EmployeesNotificationsFilterIn": { "name": "EmployeesNotificationsFilterIn", "fields": { "employeeId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "notificationType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ENotificationType", "$ref": "#/server/enums/ENotificationType" }, "defaultValue": null } } } }, "EmployeesTableFilterIn": { "name": "EmployeesTableFilterIn", "fields": { "departmentId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "onlyOnProbation": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "organizationId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "showIsDismissed": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "workPositionId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "zodiacSign": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EZodiacSign", "$ref": "#/server/enums/EZodiacSign" }, "defaultValue": null } } } }, "EquipmentFilterIn": { "name": "EquipmentFilterIn", "fields": { "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "FinReportIn": { "name": "FinReportIn", "fields": { "checkbox": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "date": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "isComing": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "mileage": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "total": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "virtualUserId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "FinancialReportUserFilterIn": { "name": "FinancialReportUserFilterIn", "fields": { "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "FinancialReportUserIn": { "name": "FinancialReportUserIn", "fields": { "default": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": true } }, "userId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "username": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "FinancialReportsFilterIn": { "name": "FinancialReportsFilterIn", "fields": { "createdEndPeriod": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "createdStartPeriod": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "dateEndPeriod": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "dateStartPeriod": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "virtualUserId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "FixedAssetIn": { "name": "FixedAssetIn", "fields": { "contractorContractId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "invoiceId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } }, "sum": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "typeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "FixedAssetsFilterIn": { "name": "FixedAssetsFilterIn", "fields": { "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "typeId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "FuelCardIn": { "name": "FuelCardIn", "fields": { "cardNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "status": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EFuelCardStatus", "$ref": "#/server/enums/EFuelCardStatus" }, "defaultValue": null } } } }, "InvoicesFilterIn": { "name": "InvoicesFilterIn", "fields": { "baseType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EInvoiceBaseType", "$ref": "#/server/enums/EInvoiceBaseType" }, "defaultValue": null } }, "counterpartyId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "status": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EInvoiceStatus", "$ref": "#/server/enums/EInvoiceStatus" }, "defaultValue": null } } } }, "InvoicesUnderApprovalFilterIn": { "name": "InvoicesUnderApprovalFilterIn", "fields": { "contractIds": { "nullable": true, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "isGuarantee": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "rowType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EInvoicesUnderApprovalRowType", "$ref": "#/server/enums/EInvoicesUnderApprovalRowType" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "LicenseFilterIn": { "name": "LicenseFilterIn", "fields": { "contractorContractId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "counterpartyId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "date": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "LicenseIn": { "name": "LicenseIn", "fields": { "contractorContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "number": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "NomenclatureCreateIn": { "name": "NomenclatureCreateIn", "fields": { "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "parentId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": "null" } }, "seeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "subLevel": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": 0 } } } }, "NonMetallicMaterialsFilterIn": { "name": "NonMetallicMaterialsFilterIn", "fields": { "contractId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "date": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "materialId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "NonMetallicMaterialsIn": { "name": "NonMetallicMaterialsIn", "fields": { "amount": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "date": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "materialId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "unit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EUnit", "$ref": "#/server/enums/EUnit" }, "defaultValue": null } } } }, "PermissionIn": { "name": "PermissionIn", "fields": { "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "RSSIstraStageCreateInput": { "name": "RSSIstraStageCreateInput", "fields": { "applicationSubmitted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "counterpartyOffer": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "hasDistributionLetter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "isPaid": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "nmUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "notNmUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "productOnObject": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "rssIstraRowId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "volume": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "workName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } }, "RSSIstraStageUpdateInput": { "name": "RSSIstraStageUpdateInput", "fields": { "applicationSubmitted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "counterpartyOffer": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "hasDistributionLetter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "isPaid": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "nmUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "notNmUnitCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "productOnObject": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "rssIstraRowId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "volume": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "workName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } }, "RSSKuvekinoStageCreateInput": { "name": "RSSKuvekinoStageCreateInput", "fields": { "applicationSubmitted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "basicMaterialsTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "counterpartyOffer": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "hasDistributionLetter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "isPaid": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "productOnObject": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "smrTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "tkpRssRowId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "totalTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "unitMaterialCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "unitSmrCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "volume": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "workName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } }, "RSSKuvekinoStageUpdateInput": { "name": "RSSKuvekinoStageUpdateInput", "fields": { "applicationSubmitted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "basicMaterialsTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "counterpartyOffer": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "hasDistributionLetter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "isPaid": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "productOnObject": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "smrTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "tkpRssRowId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "totalTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "unitMaterialCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "unitSmrCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "volume": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "workName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } }, "RSSKuvekinoUpdateInput": { "name": "RSSKuvekinoUpdateInput", "fields": { "approvedBySupervision": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": "null" } }, "ksIveaFlag": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": "null" } }, "ksPsFlag": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": "null" } }, "ksPtoFlag": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": "null" } }, "newAmount": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "originalsIsSigned": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": "null" } }, "submittedForApproval": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": "null" } } } }, "RSSStageCreateInput": { "name": "RSSStageCreateInput", "fields": { "applicationSubmitted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "basicMaterialsTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "counterpartyOffer": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "hasDistributionLetter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "isPaid": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "productOnObject": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "rssDmitrovRowId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "smrTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "totalTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "unitMaterialCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "unitSmrCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "volume": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "workName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } }, "RSSStageUpdateInput": { "name": "RSSStageUpdateInput", "fields": { "applicationSubmitted": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "basicMaterialsTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "counterpartyOffer": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "hasDistributionLetter": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "id": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "isPaid": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "productOnObject": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "rssDmitrovRowId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "smrTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "totalTotalCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "unitMaterialCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "unitSmrCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "volume": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "workName": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "null" } } } }, "RSSUpdateInput": { "name": "RSSUpdateInput", "fields": { "approvedBySupervision": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": "null" } }, "ksIveaFlag": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": "null" } }, "ksPsFlag": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": "null" } }, "ksPtoFlag": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": "null" } }, "newVolume": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": "null" } }, "originalsIsSigned": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": "null" } }, "submittedForApproval": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": "null" } } } }, "RentItemIn": { "name": "RentItemIn", "fields": { "contractIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "contractorContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "isOverheadCosts": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "purpose": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "typeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } } }, "RentItemsFilterIn": { "name": "RentItemsFilterIn", "fields": { "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "typeId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } } } }, "RepairEquipmentFilterIn": { "name": "RepairEquipmentFilterIn", "fields": { "contractId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "counterpartyId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "employeeId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "RepairEquipmentIn": { "name": "RepairEquipmentIn", "fields": { "acceptanceDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "breakdownDescription": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "conclusionServiceCompany": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "equipmentId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "sendingDate": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "serialNumber": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "RouterIn": { "name": "RouterIn", "fields": { "antennaId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "ipStatic": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "note": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "routerId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "simId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "stationId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "RouterTechParamIn": { "name": "RouterTechParamIn", "fields": { "clientScada": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "configuration": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "contractIds": { "nullable": false, "spec": { "_type": "array", "nullable": false, "type": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null }, "defaultValue": null } }, "controller": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "description": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "flowmeterId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "panelId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "routerId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "routerTableId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "scada": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "versionOwen": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "RouterTechParametersFilterIn": { "name": "RouterTechParametersFilterIn", "fields": { "clientScada": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "contractId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "flowmeterId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "panelId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "routerId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "scada": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "SalaryAnalysisFilterIn": { "name": "SalaryAnalysisFilterIn", "fields": { "month": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "year": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "SalaryStatementEmployeeUpdateIn": { "name": "SalaryStatementEmployeeUpdateIn", "fields": { "employeeId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "financialReportUserId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "fullname": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "SalaryStatementFilterIn": { "name": "SalaryStatementFilterIn", "fields": { "month": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "paymentMethod": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EPaymentMethod", "$ref": "#/server/enums/EPaymentMethod" }, "defaultValue": null } }, "salaryStatementEmployeeId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "ID" }, "defaultValue": null } }, "year": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "SimCardFilterIn": { "name": "SimCardFilterIn", "fields": { "endPeriod": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "defaultValue": null } }, "onlyActiveSimWithArchiveContract": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "onlyLongSupportSim": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "routerConnected": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ERouterConnectedStatus", "$ref": "#/server/enums/ERouterConnectedStatus" }, "defaultValue": "ALL" } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "startPeriod": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "DateTime" }, "defaultValue": null } }, "status": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "ESimStatus", "$ref": "#/server/enums/ESimStatus" }, "defaultValue": null } } } }, "StationIn": { "name": "StationIn", "fields": { "title": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "TableContractsFilterIn": { "name": "TableContractsFilterIn", "fields": { "counterpartyId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "nomenclatureId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "responsibleUserId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "status": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EContractStatus", "$ref": "#/server/enums/EContractStatus" }, "defaultValue": null } } } }, "TableFuelCardFilterIn": { "name": "TableFuelCardFilterIn", "fields": { "endPeriod": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "startPeriod": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "status": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EFuelCardStatus", "$ref": "#/server/enums/EFuelCardStatus" }, "defaultValue": null } } } }, "TenderWorkFilterIn": { "name": "TenderWorkFilterIn", "fields": { "hasUnitCosts": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "searchQuery": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": "" } } } }, "TenderWorkUpdateIn": { "name": "TenderWorkUpdateIn", "fields": { "measurementUnit": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "unitMaterialCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "unitWorkCost": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } } } }, "TgEmployeeReputationCreateIn": { "name": "TgEmployeeReputationCreateIn", "fields": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "isPositive": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "message": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "TgEmployeeReputationFilterIn": { "name": "TgEmployeeReputationFilterIn", "fields": { "contractId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "employeeId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "isPositive": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "TgMentionFilterIn": { "name": "TgMentionFilterIn", "fields": { "answer": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": null } }, "date": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "fromEmployeeId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "searchQuery": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "toEmployeeId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "UncoordinatedEmployeeInvoicesFilterIn": { "name": "UncoordinatedEmployeeInvoicesFilterIn", "fields": { "baseType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EInvoiceBaseType", "$ref": "#/server/enums/EInvoiceBaseType" }, "defaultValue": null } }, "counterpartyId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "employeeId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "UncoordinatedInvoicesFilterIn": { "name": "UncoordinatedInvoicesFilterIn", "fields": { "baseType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Enum", "name": "EInvoiceBaseType", "$ref": "#/server/enums/EInvoiceBaseType" }, "defaultValue": null } }, "counterpartyId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "UserCreateIn": { "name": "UserCreateIn", "fields": { "email": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "firstName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "isActive": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": true } }, "isSuperuser": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "lastName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "password": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "username": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "UserUpdateIn": { "name": "UserUpdateIn", "fields": { "email": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "firstName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "isActive": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": true } }, "isSuperuser": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Boolean" }, "defaultValue": false } }, "lastName": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "username": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "UzTenderFilterIn": { "name": "UzTenderFilterIn", "fields": { "finishingSum": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "lotType": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "name": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "protocolNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "region": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "startingSum": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } }, "tenderNumber": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "WeeklyFinReportConfigIn": { "name": "WeeklyFinReportConfigIn", "fields": { "counterpartyId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "percent": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "virtualUserId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "WeeklyFinReportCounterpartyIn": { "name": "WeeklyFinReportCounterpartyIn", "fields": { "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } }, "WorkPositionIn": { "name": "WorkPositionIn", "fields": { "departmentId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "name": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "salary": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Float" }, "defaultValue": null } } } }, "WorkerReportCardFilterIn": { "name": "WorkerReportCardFilterIn", "fields": { "contractId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "contractorContractId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "employeeId": { "nullable": true, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } }, "WorkerReportCardIn": { "name": "WorkerReportCardIn", "fields": { "contractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "contractorContractId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "employeeId": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } }, "specialization": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } }, "timestamp": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Date" }, "defaultValue": null } }, "workingHours": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "Int" }, "defaultValue": null } } } } }, "scalars": ["Date", "DateTime", "UUID", "Upload", "Void"], "enums": { "EABCAnalysisCategory": { "name": "EABCAnalysisCategory", "values": ["A", "B", "C"] }, "EBankAccountSortColumn": { "name": "EBankAccountSortColumn", "values": ["ID", "NAME", "BIK", "CORR_ACCOUNT", "ACCOUNT", "BALANCE", "DATE"] }, "EBrandSortColumn": { "name": "EBrandSortColumn", "values": ["ID", "TITLE", "CREATED_AT"] }, "ECandleIntervalMode": { "name": "ECandleIntervalMode", "values": ["MONTHLY_BY_WEEKS", "WEEKLY_BY_DAYS"] }, "ECommercialOfferSortColumn": { "name": "ECommercialOfferSortColumn", "values": ["ID", "FIO", "ORGANIZATION", "COST_WITH_VAT", "WORK_NAME"] }, "EContactInformationSortColumn": { "name": "EContactInformationSortColumn", "values": ["ID", "FIO", "TEL", "ORGANIZATION", "MAIL"] }, "EContractStatus": { "name": "EContractStatus", "values": ["ACTIVE", "ARCHIVE", "NOT_BUILD_DONE", "FINAL", "COMMISSIONING"] }, "EContractorContractSortColumn": { "name": "EContractorContractSortColumn", "values": ["ID", "CONTRACT_NUMBER", "CONTRACT_SUBJECT", "COUNTERPARTY_ID", "CONDITIONAL_NAME", "SHORT_NAME", "DATE", "CUSTOMER_CONTRACT_ID", "SUM", "STATUS"] }, "EContractorContractStatus": { "name": "EContractorContractStatus", "values": ["ADVANCED", "COMPLETED"] }, "ECopyMode": { "name": "ECopyMode", "values": ["SOFT", "HARD"] }, "ECounterpartyGroup": { "name": "ECounterpartyGroup", "values": ["SUPPLIERS", "PROBLEMATIC_SUPPLIERS", "GOVERNMENT_AGENCIES", "BUYERS"] }, "ECounterpartyType": { "name": "ECounterpartyType", "values": ["customer", "provider"] }, "ECounterpatiesTableABCColumn": { "name": "ECounterpatiesTableABCColumn", "values": ["TOTAL_SUM", "CUSTOMER_AMOUNT_FINAL_BALANCE_DT", "CUSTOMER_AMOUNT_FINAL_BALANCE_KT", "PROVIDER_AMOUNT_FINAL_BALANCE_DT", "PROVIDER_AMOUNT_FINAL_BALANCE_KT"] }, "ECounterpatiesTableDateFilterColumn": { "name": "ECounterpatiesTableDateFilterColumn", "values": ["TOTAL_SUM", "ACCOUNTING_CATEGORIES"] }, "ECounterpatiesTableSortColumn": { "name": "ECounterpatiesTableSortColumn", "values": ["ID", "TITLE", "INN", "GROUP", "ENTITY_TYPE", "TRADE_NAME", "DESCRIPTION", "URL", "CONTACTS", "CREATED_AT", "TOTAL", "STANDARD_DEVIATION", "LOAD_BY_MONTH", "EDO_WORK", "TOTAL_SUM", "CUSTOMER_AMOUNT_FINAL_BALANCE_DT", "CUSTOMER_AMOUNT_FINAL_BALANCE_KT", "PROVIDER_AMOUNT_FINAL_BALANCE_DT", "PROVIDER_AMOUNT_FINAL_BALANCE_KT"] }, "EEmployeeEquipmentStatus": { "name": "EEmployeeEquipmentStatus", "values": ["ISSUED", "RETURNED", "LOST"] }, "EEmployeeInvoiceApprovalStatus": { "name": "EEmployeeInvoiceApprovalStatus", "values": ["WAITING", "APPROVED"] }, "EEmployeesTableSortColumn": { "name": "EEmployeesTableSortColumn", "values": ["ID", "TELEGRAM_ID", "NAME", "FAMILY_NAME", "WORK_POSITION_ID", "TEL", "ORGANIZATION_ID", "SECOND_ORGANIZATION_ID", "WORK_TYPE", "IS_DISMISSED", "DISMISSAL_DATE", "EMPLOYMENT_DATE"] }, "EEntityType": { "name": "EEntityType", "values": ["LEGAL", "INDIVIDUAL"] }, "EFinancialReportsSortColumn": { "name": "EFinancialReportsSortColumn", "values": ["ID", "DATE", "CREATED", "UPDATED", "TITLE", "CHECKBOX", "TOTAL", "MILEAGE", "VIRTUAL_USER", "VIRTUAL_USER_ID", "NOTE"] }, "EFuelCardStatus": { "name": "EFuelCardStatus", "values": ["ACTIVE", "BLOCKED"] }, "EGender": { "name": "EGender", "values": ["MALE", "FEMALE"] }, "EInvoiceAnalysisSortColumn": { "name": "EInvoiceAnalysisSortColumn", "values": ["ID", "POSITION_ID", "CONTRACT_ID", "AMOUNT", "ORIGINAL_SUM", "VAT_SUM", "TOTAL_SUM"] }, "EInvoiceBaseType": { "name": "EInvoiceBaseType", "values": ["ACCOUNTING", "STORAGE"] }, "EInvoiceNotSendingReason": { "name": "EInvoiceNotSendingReason", "values": ["MISSING_NOMENCLATURE_ASSIGNMENT", "MISSING_CONTRACTOR_CONTRACT_IDS", "INCOMPLETE_COUNTERPARTY_DATA", "FILE_NOT_FOUND_IN_ENTERA"] }, "EInvoiceStatus": { "name": "EInvoiceStatus", "values": ["CREATED", "ON_APPROVE", "ON_EMPLOYEE_APPROVE", "APPROVED"] }, "EInvoicesUnderApprovalRowType": { "name": "EInvoicesUnderApprovalRowType", "values": ["ADVANCE_PAYMENT", "ACCOUNTS_RECEIVABLE"] }, "EInvoicesUnderApprovalSortColumn": { "name": "EInvoicesUnderApprovalSortColumn", "values": ["COUNTERPARTY", "CONTRACT_ID", "WORK_NAME", "GUARANTEE", "STAGE_SUM"] }, "ELicenseSortColumn": { "name": "ELicenseSortColumn", "values": ["ID", "TITLE", "NUMBER", "DATE", "COUNTERPARTY_ID", "CONTRACTOR_CONTRACT_ID"] }, "ENomenclatureClassificator": { "name": "ENomenclatureClassificator", "values": ["CHAT_GPT"] }, "ENonMetallicMaterialsSortColumn": { "name": "ENonMetallicMaterialsSortColumn", "values": ["ID", "CONTRACT_ID", "MATERIAL_ID", "DATE", "AMOUNT", "UNIT"] }, "ENotificationType": { "name": "ENotificationType", "values": ["NEW_CONTRACT_CREATED", "CREATE_GROUP_REQUEST", "DAILY_FINANCIAL_REPORT", "LOW_BALANCE_ALERT", "INDIVIDUAL_ENTREPRENEURS_REPORT", "PAYMENT_REGISTRY_REPORT", "MONTHLY_FILE_UPLOAD_REMINDER", "BIRTHDAYS_MONTHLY_LIST", "DAILY_APPROVED_INVOICES_SUM", "CONTRACT_VIDEO_REPORT", "ACCOUNT_RECEIVABLE", "NEW_COUNTERPARTY_CREATED", "INVALID_ACCOUNTING_INVOICE", "INVALID_STORAGE_INVOICE"] }, "EPaymentMethod": { "name": "EPaymentMethod", "values": ["PREPAYMENT", "SALARY", "CONTRACT_AGREEMENT"] }, "EPaymentOperationType": { "name": "EPaymentOperationType", "values": ["INCOME", "OUTCOME"] }, "ERouterConnectedStatus": { "name": "ERouterConnectedStatus", "values": ["ALL", "CONNECTED", "NOT_CONNECTED"] }, "ESalaryAnalysisRowType": { "name": "ESalaryAnalysisRowType", "values": ["REPORT", "STATEMENT"] }, "ESalaryAnalysisSortColumn": { "name": "ESalaryAnalysisSortColumn", "values": ["TO_PAYMENT", "DATE", "NOTE", "TYPE"] }, "ESendingError": { "name": "ESendingError", "values": ["MISSING_USER_ID", "USER_NOT_REGISTERED", "UNKNOWN_ERROR"] }, "ESimStatus": { "name": "ESimStatus", "values": ["ACTIVE", "BLOCKED", "ARCHIVE"] }, "ESortDirection": { "name": "ESortDirection", "values": ["DESC", "ASC"] }, "EStationsSortColumn": { "name": "EStationsSortColumn", "values": ["ID", "TITLE"] }, "ETableContractSortColumn": { "name": "ETableContractSortColumn", "values": ["ID", "SUM_STAGE", "ACCOMPLISHMENT", "PAYMENT", "PAYMENT_UPD", "BALANCE_CONTRACT", "RESULT_DOLG", "PERCENT", "TOTAL_UPD_SUM"] }, "ETgMentionSortColumn": { "name": "ETgMentionSortColumn", "values": ["ID", "TG_CHAT_ID", "TG_MESSAGE_ID", "TG_MESSAGE_TIMESTAMP", "FROM_EMPLOYEE_ID", "TO_EMPLOYEE_ID", "TEXT", "ANSWER"] }, "EUnit": { "name": "EUnit", "values": ["CUBIC_METER", "TON", "KILOGRAM", "LITER"] }, "EUploadingType": { "name": "EUploadingType", "values": ["SIM_REPORTS", "SIM_ABONENTS", "COUNTERPARTIES_EDO", "BANK_STATEMENT", "FUEL_CARDS_REPORTS"] }, "EUserSimStatus": { "name": "EUserSimStatus", "values": ["SERVICE", "CORPORATE_COMMUNICATIONS"] }, "EVacationType": { "name": "EVacationType", "values": ["REAL", "CALENDAR"] }, "EVatStatus": { "name": "EVatStatus", "values": ["WITH_VAT", "WITHOUT_VAT"] }, "EWeeklyFinReportStatus": { "name": "EWeeklyFinReportStatus", "values": ["CREATED", "CLOSED"] }, "EWorkType": { "name": "EWorkType", "values": ["FULL_TIME", "CONTRACT", "PART_TIME"] }, "EYandexApiSortColumn": { "name": "EYandexApiSortColumn", "values": ["NAME", "CREATED", "MODIFIED", "SIZE"] }, "EZodiacSign": { "name": "EZodiacSign", "values": ["ARIES", "TAURUS", "GEMINI", "CANCER", "LEO", "VIRGO", "LIBRA", "SCORPIO", "SAGITTARIUS", "CAPRICORN", "AQUARIUS", "PISCES"] } }, "unions": { "AddEmployeeToAllowanceOrError": { "name": "AddEmployeeToAllowanceOrError", "items": { "EmployeeToAllowance": "#/server/objects/EmployeeToAllowance", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError" } }, "AddRelatedRssToRssDmitrovOrError": { "name": "AddRelatedRssToRssDmitrovOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSDmitrov": "#/server/objects/RSSDmitrov" } }, "AddRelatedRssToRssIstraOrError": { "name": "AddRelatedRssToRssIstraOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSIstra": "#/server/objects/RSSIstra" } }, "AddRelatedRssToRssKuvekinoOrError": { "name": "AddRelatedRssToRssKuvekinoOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSKuvekino": "#/server/objects/RSSKuvekino" } }, "AddRelatedRssToRssOrError": { "name": "AddRelatedRssToRssOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSS": "#/server/objects/RSS" } }, "CopiedObjectAssemblyOrError": { "name": "CopiedObjectAssemblyOrError", "items": { "ObjectAssembly": "#/server/objects/ObjectAssembly", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "CopyContractOrError": { "name": "CopyContractOrError", "items": { "Contract": "#/server/objects/Contract", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "CreateAllowanceOrError": { "name": "CreateAllowanceOrError", "items": { "Allowance": "#/server/objects/Allowance", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError" } }, "CreateAssemblyUnitResponse": { "name": "CreateAssemblyUnitResponse", "items": { "AssemblyUnit": "#/server/objects/AssemblyUnit", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError" } }, "CreateBankAccountOrError": { "name": "CreateBankAccountOrError", "items": { "BankAccount": "#/server/objects/BankAccount", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError" } }, "CreateBrandOrError": { "name": "CreateBrandOrError", "items": { "Brand": "#/server/objects/Brand", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ValidationError": "#/server/objects/ValidationError" } }, "CreateBrandToCounterpartyOrError": { "name": "CreateBrandToCounterpartyOrError", "items": { "BrandToCounterparty": "#/server/objects/BrandToCounterparty", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "CreateConstructionEquipmentOrError": { "name": "CreateConstructionEquipmentOrError", "items": { "ConstructionEquipment": "#/server/objects/ConstructionEquipment", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError" } }, "CreateConstructionEquipmentTypeOrError": { "name": "CreateConstructionEquipmentTypeOrError", "items": { "ConstructionEquipmentType": "#/server/objects/ConstructionEquipmentType", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError" } }, "CreateContractOrError": { "name": "CreateContractOrError", "items": { "Contract": "#/server/objects/Contract", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError" } }, "CreateContractorContractOrError": { "name": "CreateContractorContractOrError", "items": { "ContractorContract": "#/server/objects/ContractorContract", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError" } }, "CreateCounterpartyOrError": { "name": "CreateCounterpartyOrError", "items": { "Counterparty": "#/server/objects/Counterparty", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError" } }, "CreateDepartmentResponse": { "name": "CreateDepartmentResponse", "items": { "Department": "#/server/objects/Department", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError" } }, "CreateDetailResponse": { "name": "CreateDetailResponse", "items": { "Detail": "#/server/objects/Detail", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ParentObjectNotFoundError": "#/server/objects/ParentObjectNotFoundError" } }, "CreateEmployeeOrError": { "name": "CreateEmployeeOrError", "items": { "Employee": "#/server/objects/Employee", "ParentObjectNotFoundError": "#/server/objects/ParentObjectNotFoundError" } }, "CreateEmployeeToNotificationOrError": { "name": "CreateEmployeeToNotificationOrError", "items": { "EmployeeToNotification": "#/server/objects/EmployeeToNotification", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "CreateFixedAssetTypeOrError": { "name": "CreateFixedAssetTypeOrError", "items": { "FixedAssetType": "#/server/objects/FixedAssetType", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError" } }, "CreateLicenseOrError": { "name": "CreateLicenseOrError", "items": { "License": "#/server/objects/License", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "CreateNodeResponse": { "name": "CreateNodeResponse", "items": { "Node": "#/server/objects/Node", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError" } }, "CreateNonMetallicMaterialOrError": { "name": "CreateNonMetallicMaterialOrError", "items": { "NonMetallicMaterial": "#/server/objects/NonMetallicMaterial", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "CreateProjectEquipmentResponse": { "name": "CreateProjectEquipmentResponse", "items": { "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ProjectEquipment": "#/server/objects/ProjectEquipment" } }, "CreatePurchasedEquipmentResponse": { "name": "CreatePurchasedEquipmentResponse", "items": { "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "PurchasedEquipment": "#/server/objects/PurchasedEquipment" } }, "CreateRSSDmitrovStageOrError": { "name": "CreateRSSDmitrovStageOrError", "items": { "ParentObjectNotFoundError": "#/server/objects/ParentObjectNotFoundError", "RSSDmitrovStage": "#/server/objects/RSSDmitrovStage" } }, "CreateRSSIstraStageOrError": { "name": "CreateRSSIstraStageOrError", "items": { "ParentObjectNotFoundError": "#/server/objects/ParentObjectNotFoundError", "RSSIstraStage": "#/server/objects/RSSIstraStage" } }, "CreateRSSKuvekinoStageOrError": { "name": "CreateRSSKuvekinoStageOrError", "items": { "ParentObjectNotFoundError": "#/server/objects/ParentObjectNotFoundError", "RSSKuvekinoStage": "#/server/objects/RSSKuvekinoStage" } }, "CreateRSSStageOrError": { "name": "CreateRSSStageOrError", "items": { "ParentObjectNotFoundError": "#/server/objects/ParentObjectNotFoundError", "RSSStage": "#/server/objects/RSSStage" } }, "CreateRentItemsTypeOrError": { "name": "CreateRentItemsTypeOrError", "items": { "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "RentItemsType": "#/server/objects/RentItemsType" } }, "CreateReportOrValidationError": { "name": "CreateReportOrValidationError", "items": { "Report": "#/server/objects/Report", "ValidationError": "#/server/objects/ValidationError" } }, "CreateReviewOrError": { "name": "CreateReviewOrError", "items": { "Review": "#/server/objects/Review", "ValidationError": "#/server/objects/ValidationError" } }, "CreateSubnodeResponse": { "name": "CreateSubnodeResponse", "items": { "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "Subnode": "#/server/objects/Subnode" } }, "CreateTgEmployeeReputationOrError": { "name": "CreateTgEmployeeReputationOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "TgEmployeeReputation": "#/server/objects/TgEmployeeReputation" } }, "CreateWorkPositionResponse": { "name": "CreateWorkPositionResponse", "items": { "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "WorkPosition": "#/server/objects/WorkPosition" } }, "DeleteFileRssDmitrovOrError": { "name": "DeleteFileRssDmitrovOrError", "items": { "ObjectKeyError": "#/server/objects/ObjectKeyError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSDmitrov": "#/server/objects/RSSDmitrov" } }, "DeleteFileRssIstraOrError": { "name": "DeleteFileRssIstraOrError", "items": { "ObjectKeyError": "#/server/objects/ObjectKeyError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSIstra": "#/server/objects/RSSIstra" } }, "DeleteFileRssKuvekinoOrError": { "name": "DeleteFileRssKuvekinoOrError", "items": { "ObjectKeyError": "#/server/objects/ObjectKeyError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSKuvekino": "#/server/objects/RSSKuvekino" } }, "DeleteFileRssOrError": { "name": "DeleteFileRssOrError", "items": { "ObjectKeyError": "#/server/objects/ObjectKeyError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSS": "#/server/objects/RSS" } }, "DeleteReportOrError": { "name": "DeleteReportOrError", "items": { "CloseForModifyError": "#/server/objects/CloseForModifyError", "DeleteReportSuccess": "#/server/objects/DeleteReportSuccess" } }, "DownloadReconciliationReportResponse": { "name": "DownloadReconciliationReportResponse", "items": { "Base64EncodedFile": "#/server/objects/Base64EncodedFile", "UnknownError": "#/server/objects/UnknownError" } }, "GetAllowanceOrError": { "name": "GetAllowanceOrError", "items": { "Allowance": "#/server/objects/Allowance", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetAssemblyUnitResponse": { "name": "GetAssemblyUnitResponse", "items": { "AssemblyUnit": "#/server/objects/AssemblyUnit", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetBankAccountOrError": { "name": "GetBankAccountOrError", "items": { "BankAccount": "#/server/objects/BankAccount", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetBrandOrError": { "name": "GetBrandOrError", "items": { "Brand": "#/server/objects/Brand", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetCameraRegistryRowOrError": { "name": "GetCameraRegistryRowOrError", "items": { "CameraRegistryRow": "#/server/objects/CameraRegistryRow", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetCommercialOfferResponse": { "name": "GetCommercialOfferResponse", "items": { "CommercialOffer": "#/server/objects/CommercialOffer", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetConstructionEquipmentOrError": { "name": "GetConstructionEquipmentOrError", "items": { "ConstructionEquipment": "#/server/objects/ConstructionEquipment", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetConstructionEquipmentTypeOrError": { "name": "GetConstructionEquipmentTypeOrError", "items": { "ConstructionEquipmentType": "#/server/objects/ConstructionEquipmentType", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetContactInformationResponse": { "name": "GetContactInformationResponse", "items": { "ContactInformation": "#/server/objects/ContactInformation", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetContractResponse": { "name": "GetContractResponse", "items": { "Contract": "#/server/objects/Contract", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetContractorContractOrError": { "name": "GetContractorContractOrError", "items": { "ContractorContract": "#/server/objects/ContractorContract", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetCounterpartyResponse": { "name": "GetCounterpartyResponse", "items": { "Counterparty": "#/server/objects/Counterparty", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetDepartmentResponse": { "name": "GetDepartmentResponse", "items": { "Department": "#/server/objects/Department", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetDetailResponse": { "name": "GetDetailResponse", "items": { "Detail": "#/server/objects/Detail", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetEmployeeEquipmentOrError": { "name": "GetEmployeeEquipmentOrError", "items": { "EmployeeEquipment": "#/server/objects/EmployeeEquipment", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetEmployeeResponse": { "name": "GetEmployeeResponse", "items": { "Employee": "#/server/objects/Employee", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetFixedAssetOrError": { "name": "GetFixedAssetOrError", "items": { "FixedAsset": "#/server/objects/FixedAsset", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetFixedAssetTypeOrError": { "name": "GetFixedAssetTypeOrError", "items": { "FixedAssetType": "#/server/objects/FixedAssetType", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetFuelCardResponse": { "name": "GetFuelCardResponse", "items": { "FuelCard": "#/server/objects/FuelCard", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetLicenseOrError": { "name": "GetLicenseOrError", "items": { "License": "#/server/objects/License", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetNodeResponse": { "name": "GetNodeResponse", "items": { "Node": "#/server/objects/Node", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetNonMetallicMaterialOrError": { "name": "GetNonMetallicMaterialOrError", "items": { "NonMetallicMaterial": "#/server/objects/NonMetallicMaterial", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetObjectAssemblyReportOrError": { "name": "GetObjectAssemblyReportOrError", "items": { "Base64EncodedFile": "#/server/objects/Base64EncodedFile", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetPermissionOrError": { "name": "GetPermissionOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "Permission": "#/server/objects/Permission" } }, "GetProjectEquipmentResponse": { "name": "GetProjectEquipmentResponse", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "ProjectEquipment": "#/server/objects/ProjectEquipment" } }, "GetPurchasedEquipmentResponse": { "name": "GetPurchasedEquipmentResponse", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "PurchasedEquipment": "#/server/objects/PurchasedEquipment" } }, "GetRSSDmitrovOrError": { "name": "GetRSSDmitrovOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSDmitrov": "#/server/objects/RSSDmitrov" } }, "GetRSSIstraOrError": { "name": "GetRSSIstraOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSIstra": "#/server/objects/RSSIstra" } }, "GetRSSKuvekinoOrError": { "name": "GetRSSKuvekinoOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSKuvekino": "#/server/objects/RSSKuvekino" } }, "GetRSSOrError": { "name": "GetRSSOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSS": "#/server/objects/RSS" } }, "GetRentItemOrError": { "name": "GetRentItemOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RentItem": "#/server/objects/RentItem" } }, "GetRentItemsTypeOrError": { "name": "GetRentItemsTypeOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RentItemsType": "#/server/objects/RentItemsType" } }, "GetRepairEquipmentResponse": { "name": "GetRepairEquipmentResponse", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RepairEquipment": "#/server/objects/RepairEquipment" } }, "GetReportResponse": { "name": "GetReportResponse", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "Report": "#/server/objects/Report" } }, "GetReviewOrError": { "name": "GetReviewOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "Review": "#/server/objects/Review" } }, "GetRouterResponse": { "name": "GetRouterResponse", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "Router": "#/server/objects/Router" } }, "GetRouterTechParameterOrError": { "name": "GetRouterTechParameterOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RouterTechParameter": "#/server/objects/RouterTechParameter" } }, "GetSalaryStatementEmployeeResponse": { "name": "GetSalaryStatementEmployeeResponse", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "SalaryStatementEmployee": "#/server/objects/SalaryStatementEmployee" } }, "GetSimResponse": { "name": "GetSimResponse", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "SimCard": "#/server/objects/SimCard" } }, "GetStationOrError": { "name": "GetStationOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "Station": "#/server/objects/Station" } }, "GetSubnodeResponse": { "name": "GetSubnodeResponse", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "Subnode": "#/server/objects/Subnode" } }, "GetUserOrError": { "name": "GetUserOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "User": "#/server/objects/User" } }, "GetUzTenderBidderResponse": { "name": "GetUzTenderBidderResponse", "items": { "Bidder": "#/server/objects/Bidder", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetUzTenderCustomerResponse": { "name": "GetUzTenderCustomerResponse", "items": { "Customer": "#/server/objects/Customer", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "GetUzTenderResponse": { "name": "GetUzTenderResponse", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "UzTender": "#/server/objects/UzTender" } }, "GetWorkPositionResponse": { "name": "GetWorkPositionResponse", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "WorkPosition": "#/server/objects/WorkPosition" } }, "GetWorkerReportCardOrError": { "name": "GetWorkerReportCardOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "WorkerReportCard": "#/server/objects/WorkerReportCard" } }, "LoginResult": { "name": "LoginResult", "items": { "LoginError": "#/server/objects/LoginError", "TokenResponse": "#/server/objects/TokenResponse" } }, "MarKTgMentionAsReadOrError": { "name": "MarKTgMentionAsReadOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "TgMention": "#/server/objects/TgMention" } }, "UpdateAllowanceOrError": { "name": "UpdateAllowanceOrError", "items": { "Allowance": "#/server/objects/Allowance", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateAssemblyUnitResponse": { "name": "UpdateAssemblyUnitResponse", "items": { "AssemblyUnit": "#/server/objects/AssemblyUnit", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateBankAccountOrError": { "name": "UpdateBankAccountOrError", "items": { "BankAccount": "#/server/objects/BankAccount", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateBrandOrError": { "name": "UpdateBrandOrError", "items": { "Brand": "#/server/objects/Brand", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "ValidationError": "#/server/objects/ValidationError" } }, "UpdateCameraRegistryRowOrError": { "name": "UpdateCameraRegistryRowOrError", "items": { "CameraRegistryRow": "#/server/objects/CameraRegistryRow", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateCommercialOfferResponse": { "name": "UpdateCommercialOfferResponse", "items": { "CommercialOffer": "#/server/objects/CommercialOffer", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateConstructionEquipmentOrError": { "name": "UpdateConstructionEquipmentOrError", "items": { "ConstructionEquipment": "#/server/objects/ConstructionEquipment", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateConstructionEquipmentTypeOrError": { "name": "UpdateConstructionEquipmentTypeOrError", "items": { "ConstructionEquipmentType": "#/server/objects/ConstructionEquipmentType", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateContactInformationResponse": { "name": "UpdateContactInformationResponse", "items": { "ContactInformation": "#/server/objects/ContactInformation", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateContractResponse": { "name": "UpdateContractResponse", "items": { "Contract": "#/server/objects/Contract", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateContractStagesOrError": { "name": "UpdateContractStagesOrError", "items": { "ContractStageList": "#/server/objects/ContractStageList", "ValidationError": "#/server/objects/ValidationError" } }, "UpdateContractorContractOrError": { "name": "UpdateContractorContractOrError", "items": { "ContractorContract": "#/server/objects/ContractorContract", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateCounterpartyResponse": { "name": "UpdateCounterpartyResponse", "items": { "Counterparty": "#/server/objects/Counterparty", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateDepartmentResponse": { "name": "UpdateDepartmentResponse", "items": { "Department": "#/server/objects/Department", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateDetailResponse": { "name": "UpdateDetailResponse", "items": { "Detail": "#/server/objects/Detail", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ParentObjectNotFoundError": "#/server/objects/ParentObjectNotFoundError" } }, "UpdateEmployeeEquipmentOrError": { "name": "UpdateEmployeeEquipmentOrError", "items": { "EmployeeEquipment": "#/server/objects/EmployeeEquipment", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateEmployeeResponse": { "name": "UpdateEmployeeResponse", "items": { "Employee": "#/server/objects/Employee", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "ParentObjectNotFoundError": "#/server/objects/ParentObjectNotFoundError" } }, "UpdateFilesRssDmitrovOrError": { "name": "UpdateFilesRssDmitrovOrError", "items": { "ObjectKeyError": "#/server/objects/ObjectKeyError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSDmitrov": "#/server/objects/RSSDmitrov" } }, "UpdateFilesRssIstraOrError": { "name": "UpdateFilesRssIstraOrError", "items": { "ObjectKeyError": "#/server/objects/ObjectKeyError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSIstra": "#/server/objects/RSSIstra" } }, "UpdateFilesRssKuvekinoOrError": { "name": "UpdateFilesRssKuvekinoOrError", "items": { "ObjectKeyError": "#/server/objects/ObjectKeyError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSKuvekino": "#/server/objects/RSSKuvekino" } }, "UpdateFilesRssOrError": { "name": "UpdateFilesRssOrError", "items": { "ObjectKeyError": "#/server/objects/ObjectKeyError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSS": "#/server/objects/RSS" } }, "UpdateFixedAssetOrError": { "name": "UpdateFixedAssetOrError", "items": { "FixedAsset": "#/server/objects/FixedAsset", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateFixedAssetTypeOrError": { "name": "UpdateFixedAssetTypeOrError", "items": { "FixedAssetType": "#/server/objects/FixedAssetType", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateFuelCardResponse": { "name": "UpdateFuelCardResponse", "items": { "FuelCard": "#/server/objects/FuelCard", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateLicenseOrError": { "name": "UpdateLicenseOrError", "items": { "License": "#/server/objects/License", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateNodeResponse": { "name": "UpdateNodeResponse", "items": { "Node": "#/server/objects/Node", "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdateNonMetallicMaterialOrError": { "name": "UpdateNonMetallicMaterialOrError", "items": { "NonMetallicMaterial": "#/server/objects/NonMetallicMaterial", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError" } }, "UpdatePermissionOrError": { "name": "UpdatePermissionOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "Permission": "#/server/objects/Permission" } }, "UpdateProjectEquipmentResponse": { "name": "UpdateProjectEquipmentResponse", "items": { "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "ProjectEquipment": "#/server/objects/ProjectEquipment" } }, "UpdatePurchasedEquipmentResponse": { "name": "UpdatePurchasedEquipmentResponse", "items": { "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "PurchasedEquipment": "#/server/objects/PurchasedEquipment" } }, "UpdateRSSDmitrovOrError": { "name": "UpdateRSSDmitrovOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSDmitrov": "#/server/objects/RSSDmitrov" } }, "UpdateRSSDmitrovStageOrError": { "name": "UpdateRSSDmitrovStageOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSDmitrovStage": "#/server/objects/RSSDmitrovStage" } }, "UpdateRSSIstraOrError": { "name": "UpdateRSSIstraOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSIstra": "#/server/objects/RSSIstra" } }, "UpdateRSSIstraStageOrError": { "name": "UpdateRSSIstraStageOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSIstraStage": "#/server/objects/RSSIstraStage" } }, "UpdateRSSKuvekinoOrError": { "name": "UpdateRSSKuvekinoOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSKuvekino": "#/server/objects/RSSKuvekino" } }, "UpdateRSSOrError": { "name": "UpdateRSSOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSS": "#/server/objects/RSS" } }, "UpdateRentItemOrError": { "name": "UpdateRentItemOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RentItem": "#/server/objects/RentItem" } }, "UpdateRentItemsTypeOrError": { "name": "UpdateRentItemsTypeOrError", "items": { "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RentItemsType": "#/server/objects/RentItemsType" } }, "UpdateRepairEquipmentResponse": { "name": "UpdateRepairEquipmentResponse", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RepairEquipment": "#/server/objects/RepairEquipment" } }, "UpdateReportOrError": { "name": "UpdateReportOrError", "items": { "CloseForModifyError": "#/server/objects/CloseForModifyError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "Report": "#/server/objects/Report", "ValidationError": "#/server/objects/ValidationError" } }, "UpdateReviewOrError": { "name": "UpdateReviewOrError", "items": { "Review": "#/server/objects/Review", "ValidationError": "#/server/objects/ValidationError" } }, "UpdateRouterTechParameterOrError": { "name": "UpdateRouterTechParameterOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RouterTechParameter": "#/server/objects/RouterTechParameter" } }, "UpdateRssDmitrovInvoicesConnectionsOrError": { "name": "UpdateRssDmitrovInvoicesConnectionsOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSDmitrov": "#/server/objects/RSSDmitrov" } }, "UpdateRssInvoicesConnectionsOrError": { "name": "UpdateRssInvoicesConnectionsOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSS": "#/server/objects/RSS" } }, "UpdateRssIstraInvoicesConnectionsOrError": { "name": "UpdateRssIstraInvoicesConnectionsOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSIstra": "#/server/objects/RSSIstra" } }, "UpdateRssKuvekinoInvoicesConnectionsOrError": { "name": "UpdateRssKuvekinoInvoicesConnectionsOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "RSSKuvekino": "#/server/objects/RSSKuvekino" } }, "UpdateSalaryStatementEmployeeResponse": { "name": "UpdateSalaryStatementEmployeeResponse", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "SalaryStatementEmployee": "#/server/objects/SalaryStatementEmployee" } }, "UpdateSimResponse": { "name": "UpdateSimResponse", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "SimCard": "#/server/objects/SimCard" } }, "UpdateStationOrError": { "name": "UpdateStationOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "Station": "#/server/objects/Station" } }, "UpdateSubnodeResponse": { "name": "UpdateSubnodeResponse", "items": { "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "Subnode": "#/server/objects/Subnode" } }, "UpdateUserOrError": { "name": "UpdateUserOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "User": "#/server/objects/User" } }, "UpdateWeeklyFinReportOrError": { "name": "UpdateWeeklyFinReportOrError", "items": { "CloseForModifyError": "#/server/objects/CloseForModifyError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "ValidationError": "#/server/objects/ValidationError", "WeeklyFinReport": "#/server/objects/WeeklyFinReport" } }, "UpdateWorkPositionResponse": { "name": "UpdateWorkPositionResponse", "items": { "ObjectAlreadyExistsError": "#/server/objects/ObjectAlreadyExistsError", "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "WorkPosition": "#/server/objects/WorkPosition" } }, "UpdateWorkerReportCardOrError": { "name": "UpdateWorkerReportCardOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "WorkerReportCard": "#/server/objects/WorkerReportCard" } }, "WeeklyFinReportOrError": { "name": "WeeklyFinReportOrError", "items": { "ObjectNotFoundError": "#/server/objects/ObjectNotFoundError", "ValidationError": "#/server/objects/ValidationError", "WeeklyFinReport": "#/server/objects/WeeklyFinReport" } } }, "directives": { "oneOf": { "name": "oneOf", "locations": ["INPUT_OBJECT"], "arguments": {} }, "specifiedBy": { "name": "specifiedBy", "locations": ["SCALAR"], "arguments": { "url": { "nullable": false, "spec": { "_type": "literal", "type": { "_type": "Scalar", "name": "String" }, "defaultValue": null } } } } } }
|