|
@@ -62,6 +62,7 @@ export enum WorkingGroups {
|
|
|
OperationsAlpha = 'operationsAlpha',
|
|
|
OperationsBeta = 'operationsBeta',
|
|
|
OperationsGamma = 'operationsGamma',
|
|
|
+ Content = 'content',
|
|
|
Gateway = 'gateway',
|
|
|
Distribution = 'distributors',
|
|
|
}
|
|
@@ -73,6 +74,7 @@ export const AvailableGroups: readonly WorkingGroups[] = [
|
|
|
WorkingGroups.OperationsAlpha,
|
|
|
WorkingGroups.OperationsBeta,
|
|
|
WorkingGroups.OperationsGamma,
|
|
|
+ WorkingGroups.Content,
|
|
|
WorkingGroups.Gateway,
|
|
|
WorkingGroups.Distribution,
|
|
|
] as const
|