@ampsec/platform-client 13.8.1 → 13.9.0

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.
@@ -124,7 +124,7 @@ export type ReportResultUpsertDto = BaseUpsertDto & {
124
124
  /** External Id */
125
125
  extKey: string;
126
126
  /** User Id */
127
- uid?: string;
127
+ uid?: string | null;
128
128
  /** Department */
129
129
  department?: string | null;
130
130
  /** Organization */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampsec/platform-client",
3
- "version": "13.8.1",
3
+ "version": "13.9.0",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "runkitExampleFilename": "example/main.js",
@@ -130,7 +130,7 @@ export type ReportResultUpsertDto = BaseUpsertDto & {
130
130
  /** External Id */
131
131
  extKey: string;
132
132
  /** User Id */
133
- uid?: string;
133
+ uid?: string | null;
134
134
  /** Department */
135
135
  department?: string | null;
136
136
  /** Organization */