@medrunner/api-client 0.7.0-beta.12 → 0.7.0-beta.13

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.
package/dist/index.d.mts CHANGED
@@ -485,7 +485,7 @@ interface TeamMember {
485
485
  id: string;
486
486
  rsiHandle: string;
487
487
  class: Class;
488
- updated: string;
488
+ joinTime: string;
489
489
  }
490
490
 
491
491
  interface Team {
package/dist/index.d.ts CHANGED
@@ -485,7 +485,7 @@ interface TeamMember {
485
485
  id: string;
486
486
  rsiHandle: string;
487
487
  class: Class;
488
- updated: string;
488
+ joinTime: string;
489
489
  }
490
490
 
491
491
  interface Team {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medrunner/api-client",
3
- "version": "0.7.0-beta.12",
3
+ "version": "0.7.0-beta.13",
4
4
  "description": "Wrapper library for the Medrunner API",
5
5
  "scripts": {
6
6
  "build": "tsup",