sdk-sapi-promarketing 0.0.8 → 0.0.9
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3721,7 +3721,7 @@ declare class SelfLimitationService extends RequestBase {
|
|
|
3721
3721
|
* @param typeSelfLimitation - The type of self-limitation to cancel.
|
|
3722
3722
|
* @returns A promise with the server response about the cancellation status.
|
|
3723
3723
|
*/
|
|
3724
|
-
postSelfLimitationCancel: (selfLimitation: SelfLimitationEnum, typeSelfLimitation: TypeSelfLimitationEnum) => Promise<CommonMessageType>;
|
|
3724
|
+
postSelfLimitationCancel: (selfLimitation: SelfLimitationEnum, typeSelfLimitation: TypeSelfLimitationEnum | null) => Promise<CommonMessageType>;
|
|
3725
3725
|
/**
|
|
3726
3726
|
* Creates or updates a self-limitation configuration for the given path.
|
|
3727
3727
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -3721,7 +3721,7 @@ declare class SelfLimitationService extends RequestBase {
|
|
|
3721
3721
|
* @param typeSelfLimitation - The type of self-limitation to cancel.
|
|
3722
3722
|
* @returns A promise with the server response about the cancellation status.
|
|
3723
3723
|
*/
|
|
3724
|
-
postSelfLimitationCancel: (selfLimitation: SelfLimitationEnum, typeSelfLimitation: TypeSelfLimitationEnum) => Promise<CommonMessageType>;
|
|
3724
|
+
postSelfLimitationCancel: (selfLimitation: SelfLimitationEnum, typeSelfLimitation: TypeSelfLimitationEnum | null) => Promise<CommonMessageType>;
|
|
3725
3725
|
/**
|
|
3726
3726
|
* Creates or updates a self-limitation configuration for the given path.
|
|
3727
3727
|
*
|