@ampsec/platform-client 14.0.0 → 15.0.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.
@@ -2,6 +2,8 @@ import { ChangeAwareDto, ChangeAwareUpsertDto } from './base.dto';
2
2
  export type SaasComponentUpsertDto = ChangeAwareUpsertDto & {
3
3
  /** Asset Id */
4
4
  aid?: string | undefined;
5
+ /** Category */
6
+ category: string;
5
7
  /** Connector Id */
6
8
  cid: string;
7
9
  /** */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampsec/platform-client",
3
- "version": "14.0.0",
3
+ "version": "15.0.0",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "runkitExampleFilename": "example/main.js",
@@ -3,6 +3,8 @@ import {ChangeAwareDto, ChangeAwareUpsertDto} from './base.dto';
3
3
  export type SaasComponentUpsertDto = ChangeAwareUpsertDto & {
4
4
  /** Asset Id */
5
5
  aid?: string | undefined;
6
+ /** Category */
7
+ category: string;
6
8
  /** Connector Id */
7
9
  cid: string;
8
10
  /** */