whio-api-sdk 1.0.174 → 1.0.175

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.
@@ -291,7 +291,7 @@ export interface CreateSessionDto {
291
291
  dateTime: string;
292
292
  startDateTime?: string;
293
293
  stopDateTime?: string;
294
- templateId: string;
294
+ templateId?: string;
295
295
  templateName?: string;
296
296
  summary?: string;
297
297
  sessionName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whio-api-sdk",
3
- "version": "1.0.174",
3
+ "version": "1.0.175",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
package/src/sdk/types.ts CHANGED
@@ -370,7 +370,7 @@ export interface CreateSessionDto {
370
370
  dateTime: string;
371
371
  startDateTime?: string;
372
372
  stopDateTime?: string;
373
- templateId: string;
373
+ templateId?: string;
374
374
  templateName?: string;
375
375
  summary?: string;
376
376
  sessionName?: string;