@smartspace/api-client 0.1.0-pr.900.a213f02 → 0.1.0-pr.901.d7d29a1
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.
|
@@ -425,7 +425,7 @@ const getNotificationPutUpdateMockHandler = (overrideResponse, options) => {
|
|
|
425
425
|
if (typeof overrideResponse === 'function') {
|
|
426
426
|
await overrideResponse(info);
|
|
427
427
|
}
|
|
428
|
-
return new msw_1.HttpResponse(null, { status:
|
|
428
|
+
return new msw_1.HttpResponse(null, { status: 200,
|
|
429
429
|
});
|
|
430
430
|
}, options);
|
|
431
431
|
};
|
|
@@ -436,7 +436,7 @@ const getNotificationPutUpdateallMockHandler = (overrideResponse, options) => {
|
|
|
436
436
|
if (typeof overrideResponse === 'function') {
|
|
437
437
|
await overrideResponse(info);
|
|
438
438
|
}
|
|
439
|
-
return new msw_1.HttpResponse(null, { status:
|
|
439
|
+
return new msw_1.HttpResponse(null, { status: 200,
|
|
440
440
|
});
|
|
441
441
|
}, options);
|
|
442
442
|
};
|
|
@@ -1635,7 +1635,7 @@ const getModelsDeleteModelMockHandler = (overrideResponse, options) => {
|
|
|
1635
1635
|
if (typeof overrideResponse === 'function') {
|
|
1636
1636
|
await overrideResponse(info);
|
|
1637
1637
|
}
|
|
1638
|
-
return new msw_1.HttpResponse(null, { status:
|
|
1638
|
+
return new msw_1.HttpResponse(null, { status: 200,
|
|
1639
1639
|
});
|
|
1640
1640
|
}, options);
|
|
1641
1641
|
};
|
|
@@ -1701,7 +1701,7 @@ const getNotificationPutUpdateMockHandler = (overrideResponse, options) => {
|
|
|
1701
1701
|
if (typeof overrideResponse === 'function') {
|
|
1702
1702
|
await overrideResponse(info);
|
|
1703
1703
|
}
|
|
1704
|
-
return new msw_1.HttpResponse(null, { status:
|
|
1704
|
+
return new msw_1.HttpResponse(null, { status: 200,
|
|
1705
1705
|
});
|
|
1706
1706
|
}, options);
|
|
1707
1707
|
};
|
|
@@ -1712,7 +1712,7 @@ const getNotificationPutUpdateallMockHandler = (overrideResponse, options) => {
|
|
|
1712
1712
|
if (typeof overrideResponse === 'function') {
|
|
1713
1713
|
await overrideResponse(info);
|
|
1714
1714
|
}
|
|
1715
|
-
return new msw_1.HttpResponse(null, { status:
|
|
1715
|
+
return new msw_1.HttpResponse(null, { status: 200,
|
|
1716
1716
|
});
|
|
1717
1717
|
}, options);
|
|
1718
1718
|
};
|