@smartspace/api-client 0.1.0-pr.899.492b0c0 → 0.1.0-pr.900.a213f02

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: 200,
428
+ return new msw_1.HttpResponse(null, { status: 204,
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: 200,
439
+ return new msw_1.HttpResponse(null, { status: 204,
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: 200,
1638
+ return new msw_1.HttpResponse(null, { status: 202,
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: 200,
1704
+ return new msw_1.HttpResponse(null, { status: 204,
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: 200,
1715
+ return new msw_1.HttpResponse(null, { status: 204,
1716
1716
  });
1717
1717
  }, options);
1718
1718
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartspace/api-client",
3
- "version": "0.1.0-pr.899.492b0c0",
3
+ "version": "0.1.0-pr.900.a213f02",
4
4
  "description": "Generated TypeScript client for SmartSpace APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",