@springtree/eva-services-core-management 3.0.0-beta.67 → 3.0.0-beta.68
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/lib/eva-services-core-management.d.ts +2 -79
- package/lib/eva-services-core-management.d.ts.map +1 -1
- package/lib/eva-services-core-management.js.map +1 -1
- package/lib/eva-services-core-management.services.d.ts +1 -19
- package/lib/eva-services-core-management.services.d.ts.map +1 -1
- package/lib/eva-services-core-management.services.js +0 -18
- package/lib/eva-services-core-management.services.js.map +1 -1
- package/package.json +3 -3
|
@@ -5471,8 +5471,10 @@ export interface ListGiftCardConfigurationsResponse<ID_TYPE = string> {
|
|
|
5471
5471
|
}
|
|
5472
5472
|
export interface GiftCardsListGiftCardConfigurationsResponse_GiftCardConfigurationDto<ID_TYPE = string> {
|
|
5473
5473
|
AllowCurrencyConversion: boolean;
|
|
5474
|
+
AllowMultipleCardsPayment: boolean;
|
|
5474
5475
|
AllowRefundWithoutTransaction: boolean;
|
|
5475
5476
|
CardType?: string;
|
|
5477
|
+
Data?: TAnyValue;
|
|
5476
5478
|
Handler: string;
|
|
5477
5479
|
/**
|
|
5478
5480
|
* Entity type: GiftCardConfiguration
|
|
@@ -11905,16 +11907,6 @@ export interface UploadSupplierProductsStock<ID_TYPE = string> {
|
|
|
11905
11907
|
OrganizationUnitID?: ID_TYPE;
|
|
11906
11908
|
}
|
|
11907
11909
|
/**
|
|
11908
|
-
* Attach functionalities to a role.
|
|
11909
|
-
*/
|
|
11910
|
-
export interface AttachFunctionalitiesToRole<ID_TYPE = string> {
|
|
11911
|
-
/**
|
|
11912
|
-
* Entity type: Role
|
|
11913
|
-
*/
|
|
11914
|
-
RoleID: ID_TYPE;
|
|
11915
|
-
ScopedFunctionalities?: RightsFunctionalityWithScope<ID_TYPE>[];
|
|
11916
|
-
}
|
|
11917
|
-
/**
|
|
11918
11910
|
* Create a new role.
|
|
11919
11911
|
*/
|
|
11920
11912
|
export interface CreateRole<ID_TYPE = string> {
|
|
@@ -11961,22 +11953,6 @@ export interface DeleteRoleSet<ID_TYPE = string> {
|
|
|
11961
11953
|
*/
|
|
11962
11954
|
ID: ID_TYPE;
|
|
11963
11955
|
}
|
|
11964
|
-
/**
|
|
11965
|
-
* Detaches functionalities from a role.
|
|
11966
|
-
*/
|
|
11967
|
-
export interface DetachFunctionalitiesFromRole<ID_TYPE = string> {
|
|
11968
|
-
/**
|
|
11969
|
-
* Entity type: Role
|
|
11970
|
-
*/
|
|
11971
|
-
RoleID: ID_TYPE;
|
|
11972
|
-
ScopedFunctionalities?: RightsFunctionalityWithScope<ID_TYPE>[];
|
|
11973
|
-
}
|
|
11974
|
-
export interface RightsFunctionalityWithScope<ID_TYPE = string> {
|
|
11975
|
-
ElevationType?: SecurityElevationType;
|
|
11976
|
-
Functionality: string;
|
|
11977
|
-
RequiresElevation?: boolean;
|
|
11978
|
-
Scope?: SecurityFunctionalityScope;
|
|
11979
|
-
}
|
|
11980
11956
|
export interface GetAvailableRoles<ID_TYPE = string> {
|
|
11981
11957
|
/**
|
|
11982
11958
|
* Entity type: User
|
|
@@ -11989,25 +11965,6 @@ export interface GetAvailableRolesResponse<ID_TYPE = string> {
|
|
|
11989
11965
|
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
11990
11966
|
}
|
|
11991
11967
|
/**
|
|
11992
|
-
* Retrieve the currently assigned functionalities flattened on specified OU.
|
|
11993
|
-
*/
|
|
11994
|
-
export interface GetFlattenedFunctionalityByUserID<ID_TYPE = string> {
|
|
11995
|
-
/**
|
|
11996
|
-
* Entity type: OrganizationUnit
|
|
11997
|
-
*/
|
|
11998
|
-
OrganizationUnitID: ID_TYPE;
|
|
11999
|
-
/**
|
|
12000
|
-
* Entity type: User
|
|
12001
|
-
*/
|
|
12002
|
-
UserID: ID_TYPE;
|
|
12003
|
-
}
|
|
12004
|
-
export interface GetFlattenedFunctionalityByUserIDResponse<ID_TYPE = string> {
|
|
12005
|
-
Error?: ServiceError<ID_TYPE>;
|
|
12006
|
-
Functionalities?: string[];
|
|
12007
|
-
Metadata?: ResponseMessageMetadata<ID_TYPE>;
|
|
12008
|
-
ScopedFunctionalities?: RightsFunctionalityWithScope<ID_TYPE>[];
|
|
12009
|
-
}
|
|
12010
|
-
/**
|
|
12011
11968
|
* Returns all available categories for functionalities
|
|
12012
11969
|
*/
|
|
12013
11970
|
export interface GetFunctionalityCategories<ID_TYPE = string> {
|
|
@@ -12021,10 +11978,6 @@ export interface GetFunctionalityCategoriesResponse<ID_TYPE = string> {
|
|
|
12021
11978
|
* Get role with its functionalities by it's ID.
|
|
12022
11979
|
*/
|
|
12023
11980
|
export interface GetRole<ID_TYPE = string> {
|
|
12024
|
-
/**
|
|
12025
|
-
* Merge the normal and elevated functionalities into single records.
|
|
12026
|
-
*/
|
|
12027
|
-
FlattenElevationFunctionalities?: boolean;
|
|
12028
11981
|
/**
|
|
12029
11982
|
* Entity type: Role
|
|
12030
11983
|
*/
|
|
@@ -12273,24 +12226,8 @@ export interface RightsRoleWithFunctionalitiesDto<ID_TYPE = string> {
|
|
|
12273
12226
|
ID: ID_TYPE;
|
|
12274
12227
|
IsSystemDefined: boolean;
|
|
12275
12228
|
Name?: string;
|
|
12276
|
-
ScopedFunctionalities?: RightsRoleWithFunctionalitiesDto_GroupedFunctionalityWithScope<ID_TYPE>[];
|
|
12277
12229
|
UserType: UserTypes;
|
|
12278
12230
|
}
|
|
12279
|
-
export interface RightsRoleWithFunctionalitiesDto_GroupedFunctionalityWithScope<ID_TYPE = string> {
|
|
12280
|
-
/**
|
|
12281
|
-
* Scopes available only when elevated for this functionality. Should be set to `None (0)` for unscoped functionalities.
|
|
12282
|
-
*/
|
|
12283
|
-
ElevationScope?: SecurityFunctionalityScope;
|
|
12284
|
-
Functionality: string;
|
|
12285
|
-
/**
|
|
12286
|
-
* This is not required anymore, this is determined based on the availability of the ElevationScope property.
|
|
12287
|
-
*/
|
|
12288
|
-
RequiresElevation?: boolean;
|
|
12289
|
-
/**
|
|
12290
|
-
* Scopes available for this functionality. Should be set to `None (0)` for unscoped functionalities.
|
|
12291
|
-
*/
|
|
12292
|
-
Scope?: SecurityFunctionalityScope;
|
|
12293
|
-
}
|
|
12294
12231
|
export interface SetRolesForRoleSet<ID_TYPE = string> {
|
|
12295
12232
|
/**
|
|
12296
12233
|
* Entity type: RoleSet
|
|
@@ -12342,16 +12279,8 @@ export interface UpdateRoleFunctionalities<ID_TYPE = string> {
|
|
|
12342
12279
|
RoleID: ID_TYPE;
|
|
12343
12280
|
}
|
|
12344
12281
|
export interface RightsUpdateRoleFunctionalities_FunctionalityToUpdate<ID_TYPE = string> {
|
|
12345
|
-
/**
|
|
12346
|
-
* Scopes available only when elevated for this functionality. Should be set to `None (0)` for unscoped functionalities. To remove this functionality, set to `null`.
|
|
12347
|
-
*/
|
|
12348
|
-
ElevationScope?: SecurityFunctionalityScope;
|
|
12349
12282
|
Functionality: string;
|
|
12350
12283
|
/**
|
|
12351
|
-
* Scopes available for this functionality. Should be set to `None (0)` for unscoped functionalities. To remove this functionality, set to `null`.
|
|
12352
|
-
*/
|
|
12353
|
-
Scope?: SecurityFunctionalityScope;
|
|
12354
|
-
/**
|
|
12355
12284
|
* Full list of scopes defined for this functionality - anything omitted will be deleted, submitting an empty object will remove the functionality for this role entirely.
|
|
12356
12285
|
*/
|
|
12357
12286
|
Scopes?: Record<string, SecurityElevationType>;
|
|
@@ -12386,12 +12315,6 @@ export interface RightsUpdateUserRoles_UpdateRole<ID_TYPE = string> {
|
|
|
12386
12315
|
}
|
|
12387
12316
|
export interface RightsUserRoleModel<ID_TYPE = string> {
|
|
12388
12317
|
EndDate?: string;
|
|
12389
|
-
OrganizationUnitBackendID?: string;
|
|
12390
|
-
/**
|
|
12391
|
-
* Entity type: OrganizationUnit
|
|
12392
|
-
*/
|
|
12393
|
-
OrganizationUnitID?: ID_TYPE;
|
|
12394
|
-
OrganizationUnitName?: string;
|
|
12395
12318
|
OrganizationUnitSetBackendID?: string;
|
|
12396
12319
|
/**
|
|
12397
12320
|
* Entity type: OrganizationUnitSet
|