@ampsec/platform-client 82.4.0 → 82.4.1

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.
@@ -35,6 +35,7 @@ export * from './ampSetting.dto';
35
35
  export * from './tenants.dto';
36
36
  export * from './tenantNotes.dto';
37
37
  export * from './tokens.dto';
38
+ export * from './testEngagements.dto';
38
39
  export * from './users.dto';
39
40
  export * from './messagingChannels';
40
41
  export * from './cohort.dto';
@@ -51,6 +51,7 @@ __exportStar(require("./ampSetting.dto"), exports);
51
51
  __exportStar(require("./tenants.dto"), exports);
52
52
  __exportStar(require("./tenantNotes.dto"), exports);
53
53
  __exportStar(require("./tokens.dto"), exports);
54
+ __exportStar(require("./testEngagements.dto"), exports);
54
55
  __exportStar(require("./users.dto"), exports);
55
56
  __exportStar(require("./messagingChannels"), exports);
56
57
  __exportStar(require("./cohort.dto"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,+CAA6B;AAC7B,8CAA4B;AAC5B,6CAA2B;AAC3B,mDAAiC;AACjC,uDAAqC;AACrC,8CAA4B;AAC5B,iDAA+B;AAC/B,sDAAoC;AACpC,qDAAmC;AACnC,yDAAuC;AACvC,wCAAsB;AACtB,2DAAyC;AACzC,gEAA8C;AAC9C,2DAAyC;AACzC,0DAAwC;AACxC,6CAA2B;AAC3B,0CAAwB;AACxB,kDAAgC;AAChC,iDAA+B;AAC/B,yDAAuC;AACvC,8CAA4B;AAC5B,wCAAsB;AACtB,gDAA8B;AAC9B,qDAAmC;AACnC,6CAA2B;AAC3B,6CAA2B;AAC3B,kDAAgC;AAChC,sDAAoC;AACpC,yDAAuC;AACvC,mDAAiC;AACjC,uDAAqC;AACrC,kDAAgC;AAChC,mDAAiC;AACjC,gDAA8B;AAC9B,oDAAkC;AAClC,+CAA6B;AAC7B,8CAA4B;AAC5B,sDAAoC;AACpC,+CAA6B;AAC7B,wDAAsC;AACtC,sDAAoC;AACpC,iDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,+CAA6B;AAC7B,8CAA4B;AAC5B,6CAA2B;AAC3B,mDAAiC;AACjC,uDAAqC;AACrC,8CAA4B;AAC5B,iDAA+B;AAC/B,sDAAoC;AACpC,qDAAmC;AACnC,yDAAuC;AACvC,wCAAsB;AACtB,2DAAyC;AACzC,gEAA8C;AAC9C,2DAAyC;AACzC,0DAAwC;AACxC,6CAA2B;AAC3B,0CAAwB;AACxB,kDAAgC;AAChC,iDAA+B;AAC/B,yDAAuC;AACvC,8CAA4B;AAC5B,wCAAsB;AACtB,gDAA8B;AAC9B,qDAAmC;AACnC,6CAA2B;AAC3B,6CAA2B;AAC3B,kDAAgC;AAChC,sDAAoC;AACpC,yDAAuC;AACvC,mDAAiC;AACjC,uDAAqC;AACrC,kDAAgC;AAChC,mDAAiC;AACjC,gDAA8B;AAC9B,oDAAkC;AAClC,+CAA6B;AAC7B,wDAAsC;AACtC,8CAA4B;AAC5B,sDAAoC;AACpC,+CAA6B;AAC7B,wDAAsC;AACtC,sDAAoC;AACpC,iDAA+B"}
@@ -14,4 +14,4 @@ exports.TestEngagementMockFindingUpsertDtoSchema = zod_1.z.object({
14
14
  fsid: zod_1.z.string(),
15
15
  kind: zod_1.z.nativeEnum(enums_1.FindingKind),
16
16
  });
17
- //# sourceMappingURL=testEngagement.dto.js.map
17
+ //# sourceMappingURL=testEngagements.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"testEngagements.dto.js","sourceRoot":"","sources":["../../../src/dto/testEngagements.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AACtB,mCAAoC;AAEvB,QAAA,8BAA8B,GAAG,OAAC,CAAC,MAAM,CAAC;IACrD,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;CAC1B,CAAC,CAAC;AAGU,QAAA,wCAAwC,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/D,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,IAAI,EAAE,OAAC,CAAC,UAAU,CAAC,mBAAW,CAAC;CAChC,CAAC,CAAC"}
@@ -2,7 +2,7 @@ import { ActiveEngagement, ActiveEngagementFilterCriteria, FlowSpecDto, FlowSpec
2
2
  import { RestClient } from './rest';
3
3
  import { AmpEntityServiceImpl, EntityCallOptions } from './entity.service';
4
4
  import { FilterCriteria } from '../FilterCriteria';
5
- import { TestEngagementRequestDto } from '../dto/testEngagement.dto';
5
+ import { TestEngagementRequestDto } from '../dto/testEngagements.dto';
6
6
  export declare class FlowSpecsService extends AmpEntityServiceImpl<FlowSpecUpsertDto, FlowSpecDto> {
7
7
  constructor(rest: RestClient);
8
8
  /** @deprecated Use `createFromName` instead */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampsec/platform-client",
3
- "version": "82.4.0",
3
+ "version": "82.4.1",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "runkitExampleFilename": "example/main.js",
package/src/dto/index.ts CHANGED
@@ -35,6 +35,7 @@ export * from './ampSetting.dto';
35
35
  export * from './tenants.dto';
36
36
  export * from './tenantNotes.dto';
37
37
  export * from './tokens.dto';
38
+ export * from './testEngagements.dto';
38
39
  export * from './users.dto';
39
40
  export * from './messagingChannels';
40
41
  export * from './cohort.dto';
@@ -4,7 +4,7 @@ import {RestClient} from './rest';
4
4
  import {KIND} from './constants';
5
5
  import {AmpEntityServiceImpl, EntityCallOptions} from './entity.service';
6
6
  import {FilterCriteria} from '../FilterCriteria';
7
- import {TestEngagementRequestDto} from '../dto/testEngagement.dto';
7
+ import {TestEngagementRequestDto} from '../dto/testEngagements.dto';
8
8
 
9
9
  export class FlowSpecsService extends AmpEntityServiceImpl<FlowSpecUpsertDto, FlowSpecDto> {
10
10
  constructor(rest: RestClient) {
@@ -1 +0,0 @@
1
- {"version":3,"file":"testEngagement.dto.js","sourceRoot":"","sources":["../../../src/dto/testEngagement.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AACtB,mCAAoC;AAEvB,QAAA,8BAA8B,GAAG,OAAC,CAAC,MAAM,CAAC;IACrD,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;CAC1B,CAAC,CAAC;AAGU,QAAA,wCAAwC,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/D,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;IAChB,IAAI,EAAE,OAAC,CAAC,UAAU,CAAC,mBAAW,CAAC;CAChC,CAAC,CAAC"}