Global client common module should end with Global suffix no Client suffix

3.2.1. Add the "Global" postfix for global modules. In this case, you do not need to add the "Client" postfix.

Noncompliant Code Example

FilesOperationsGlobalClient, InfobaseUpdateGlobalClient.

Compliant Solution

FilesOperationsGlobal, InfobaseUpdateGlobal.

See

Common modules creating rules