@agenus-io/webhook-centralizer 1.0.23 → 1.0.24
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.
|
@@ -199,7 +199,7 @@ export declare namespace IGetPlatformSettingsDTO {
|
|
|
199
199
|
export declare namespace IKpiDTO {
|
|
200
200
|
type Params = {
|
|
201
201
|
id: string;
|
|
202
|
-
status: [];
|
|
202
|
+
status: webhookCentralizerOrderStatus[];
|
|
203
203
|
event: webhookCentralizerEvent[];
|
|
204
204
|
workSpaceId: string;
|
|
205
205
|
};
|
package/package.json
CHANGED