@sweepbright/api-client 0.35.1 → 0.35.2

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.
@@ -503,7 +503,7 @@ export declare enum SourceId {
503
503
  dataMigration = "data-migration"
504
504
  }
505
505
  export interface SourceData {
506
- id: SourceData;
506
+ id: SourceId;
507
507
  group: Maybe<string>;
508
508
  software: Maybe<string>;
509
509
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.35.1",
2
+ "version": "0.35.2",
3
3
  "license": "UNLICENCED",
4
4
  "main": "./dist/index.js",
5
5
  "typings": "./dist/index.d.ts",