@seamapi/types 0.5.0 → 0.5.1

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.
@@ -519,7 +519,7 @@ export interface Routes {
519
519
  };
520
520
  '/client_sessions/delete': {
521
521
  route: '/client_sessions/delete';
522
- method: 'POST' | 'GET';
522
+ method: 'POST' | 'DELETE';
523
523
  queryParams: {};
524
524
  jsonBody: {};
525
525
  commonParams: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -540,7 +540,7 @@ export interface Routes {
540
540
  }
541
541
  '/client_sessions/delete': {
542
542
  route: '/client_sessions/delete'
543
- method: 'POST' | 'GET'
543
+ method: 'POST' | 'DELETE'
544
544
  queryParams: {}
545
545
  jsonBody: {}
546
546
  commonParams: {