taxtank-core 2.1.41 → 2.1.42
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/index.d.ts
CHANGED
|
@@ -6088,6 +6088,10 @@ declare abstract class RestService$1<BaseModel, Model extends AbstractModel, Col
|
|
|
6088
6088
|
protected orderByDesc: boolean;
|
|
6089
6089
|
roles: UserRolesEnum$1[];
|
|
6090
6090
|
mercureTopic: string;
|
|
6091
|
+
/**
|
|
6092
|
+
* HTTP error codes to ignore without toast and rethrow.
|
|
6093
|
+
*/
|
|
6094
|
+
skipErrorCodes: number[];
|
|
6091
6095
|
/**
|
|
6092
6096
|
* flag to use error messages from api or default ones
|
|
6093
6097
|
* @TODO: TT-4642 check customHttpErrorMessages fix change to backend errors
|
|
@@ -8382,6 +8386,7 @@ declare class ClientCouponService extends RestService$1<ServicePromoCode, Servic
|
|
|
8382
8386
|
collectionClass: typeof Collection;
|
|
8383
8387
|
endpointUri: string;
|
|
8384
8388
|
disabledMethods: RestMethod[];
|
|
8389
|
+
skipErrorCodes: number[];
|
|
8385
8390
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClientCouponService, never>;
|
|
8386
8391
|
static ɵprov: i0.ɵɵInjectableDeclaration<ClientCouponService>;
|
|
8387
8392
|
}
|