@flowcore/sdk 1.42.1 → 1.43.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.
- package/CHANGELOG.md +7 -0
- package/esm/commands/event-type/event-type.list-removed-sensitive-data.d.ts +6 -2
- package/esm/commands/event-type/event-type.list-removed-sensitive-data.d.ts.map +1 -1
- package/esm/commands/event-type/event-type.list-removed-sensitive-data.js +2 -0
- package/package.json +1 -1
- package/script/commands/event-type/event-type.list-removed-sensitive-data.d.ts +6 -2
- package/script/commands/event-type/event-type.list-removed-sensitive-data.d.ts.map +1 -1
- package/script/commands/event-type/event-type.list-removed-sensitive-data.js +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.43.0](https://github.com/flowcore-io/flowcore-sdk/compare/v1.42.1...v1.43.0) (2025-05-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **event-type:** :sparkles: add date filters for creation in sensitive data command ([df63dc9](https://github.com/flowcore-io/flowcore-sdk/commit/df63dc952a9dfebe1cace0b2ccdfe93b6d7859f6))
|
|
9
|
+
|
|
3
10
|
## [1.42.1](https://github.com/flowcore-io/flowcore-sdk/compare/v1.42.0...v1.42.1) (2025-05-02)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -12,9 +12,9 @@ export interface EventTypeListRemovedSensitiveDataInput {
|
|
|
12
12
|
flowTypeId?: string;
|
|
13
13
|
/** The id of the event type */
|
|
14
14
|
eventTypeId?: string;
|
|
15
|
-
/** The identifier of the application that is trying to remove sensitive data */
|
|
15
|
+
/** The identifier of the application that is trying to remove sensitive data (iLike operation) */
|
|
16
16
|
application?: string;
|
|
17
|
-
/** The parent key of the event type */
|
|
17
|
+
/** The parent key of the event type (iLike operation) */
|
|
18
18
|
parentKey?: string;
|
|
19
19
|
/** The page to fetch (minimum: 1, default: 1) */
|
|
20
20
|
page?: number;
|
|
@@ -24,6 +24,10 @@ export interface EventTypeListRemovedSensitiveDataInput {
|
|
|
24
24
|
type?: string;
|
|
25
25
|
/** The sort order */
|
|
26
26
|
sort?: string;
|
|
27
|
+
/** Filter by creation date from (format: date-time) */
|
|
28
|
+
createdAtFrom?: string;
|
|
29
|
+
/** Filter by creation date to (format: date-time) */
|
|
30
|
+
createdAtTo?: string;
|
|
27
31
|
}
|
|
28
32
|
/**
|
|
29
33
|
* Fetch an event type
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-type.list-removed-sensitive-data.d.ts","sourceRoot":"","sources":["../../../src/commands/event-type/event-type.list-removed-sensitive-data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EACL,KAAK,yCAAyC,EAE/C,MAAM,+BAA+B,CAAA;AAGtC;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACrD,2BAA2B;IAC3B,QAAQ,EAAE,MAAM,CAAA;IAChB,8BAA8B;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,8BAA8B;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,+BAA+B;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,
|
|
1
|
+
{"version":3,"file":"event-type.list-removed-sensitive-data.d.ts","sourceRoot":"","sources":["../../../src/commands/event-type/event-type.list-removed-sensitive-data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EACL,KAAK,yCAAyC,EAE/C,MAAM,+BAA+B,CAAA;AAGtC;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACrD,2BAA2B;IAC3B,QAAQ,EAAE,MAAM,CAAA;IAChB,8BAA8B;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,8BAA8B;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,+BAA+B;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,kGAAkG;IAClG,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,yDAAyD;IACzD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,iDAAiD;IACjD,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,6DAA6D;IAC7D,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,0BAA0B;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,qBAAqB;IACrB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,uDAAuD;IACvD,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,qDAAqD;IACrD,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED;;GAEG;AACH,qBAAa,wCACX,SAAQ,OAAO,CAAC,sCAAsC,EAAE,yCAAyC,CAAC;IAClG;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAgBpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,yCAAyC;CAGlG"}
|
|
@@ -31,6 +31,8 @@ export class EventTypeListRemovedSensitiveDataCommand extends Command {
|
|
|
31
31
|
this.input.pageSize && queryParams.set("pageSize", this.input.pageSize.toString());
|
|
32
32
|
this.input.type && queryParams.set("type", this.input.type);
|
|
33
33
|
this.input.sort && queryParams.set("sort", this.input.sort);
|
|
34
|
+
this.input.createdAtFrom && queryParams.set("createdAtFrom", this.input.createdAtFrom);
|
|
35
|
+
this.input.createdAtTo && queryParams.set("createdAtTo", this.input.createdAtTo);
|
|
34
36
|
return `/api/v1/event-types/sensitive-data/${this.input.tenantId}?${queryParams.toString()}`;
|
|
35
37
|
}
|
|
36
38
|
/**
|
package/package.json
CHANGED
|
@@ -12,9 +12,9 @@ export interface EventTypeListRemovedSensitiveDataInput {
|
|
|
12
12
|
flowTypeId?: string;
|
|
13
13
|
/** The id of the event type */
|
|
14
14
|
eventTypeId?: string;
|
|
15
|
-
/** The identifier of the application that is trying to remove sensitive data */
|
|
15
|
+
/** The identifier of the application that is trying to remove sensitive data (iLike operation) */
|
|
16
16
|
application?: string;
|
|
17
|
-
/** The parent key of the event type */
|
|
17
|
+
/** The parent key of the event type (iLike operation) */
|
|
18
18
|
parentKey?: string;
|
|
19
19
|
/** The page to fetch (minimum: 1, default: 1) */
|
|
20
20
|
page?: number;
|
|
@@ -24,6 +24,10 @@ export interface EventTypeListRemovedSensitiveDataInput {
|
|
|
24
24
|
type?: string;
|
|
25
25
|
/** The sort order */
|
|
26
26
|
sort?: string;
|
|
27
|
+
/** Filter by creation date from (format: date-time) */
|
|
28
|
+
createdAtFrom?: string;
|
|
29
|
+
/** Filter by creation date to (format: date-time) */
|
|
30
|
+
createdAtTo?: string;
|
|
27
31
|
}
|
|
28
32
|
/**
|
|
29
33
|
* Fetch an event type
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-type.list-removed-sensitive-data.d.ts","sourceRoot":"","sources":["../../../src/commands/event-type/event-type.list-removed-sensitive-data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EACL,KAAK,yCAAyC,EAE/C,MAAM,+BAA+B,CAAA;AAGtC;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACrD,2BAA2B;IAC3B,QAAQ,EAAE,MAAM,CAAA;IAChB,8BAA8B;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,8BAA8B;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,+BAA+B;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,
|
|
1
|
+
{"version":3,"file":"event-type.list-removed-sensitive-data.d.ts","sourceRoot":"","sources":["../../../src/commands/event-type/event-type.list-removed-sensitive-data.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EACL,KAAK,yCAAyC,EAE/C,MAAM,+BAA+B,CAAA;AAGtC;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACrD,2BAA2B;IAC3B,QAAQ,EAAE,MAAM,CAAA;IAChB,8BAA8B;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,8BAA8B;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,+BAA+B;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,kGAAkG;IAClG,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,yDAAyD;IACzD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,iDAAiD;IACjD,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,6DAA6D;IAC7D,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,0BAA0B;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,qBAAqB;IACrB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,uDAAuD;IACvD,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,qDAAqD;IACrD,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED;;GAEG;AACH,qBAAa,wCACX,SAAQ,OAAO,CAAC,sCAAsC,EAAE,yCAAyC,CAAC;IAClG;;OAEG;cACgB,SAAS,IAAI,MAAM;IAItC;;OAEG;cACgB,UAAU,IAAI,MAAM;IAIvC;;OAEG;cACgB,OAAO,IAAI,MAAM;IAgBpC;;OAEG;cACgB,aAAa,CAAC,WAAW,EAAE,OAAO,GAAG,yCAAyC;CAGlG"}
|
|
@@ -34,6 +34,8 @@ class EventTypeListRemovedSensitiveDataCommand extends command_js_1.Command {
|
|
|
34
34
|
this.input.pageSize && queryParams.set("pageSize", this.input.pageSize.toString());
|
|
35
35
|
this.input.type && queryParams.set("type", this.input.type);
|
|
36
36
|
this.input.sort && queryParams.set("sort", this.input.sort);
|
|
37
|
+
this.input.createdAtFrom && queryParams.set("createdAtFrom", this.input.createdAtFrom);
|
|
38
|
+
this.input.createdAtTo && queryParams.set("createdAtTo", this.input.createdAtTo);
|
|
37
39
|
return `/api/v1/event-types/sensitive-data/${this.input.tenantId}?${queryParams.toString()}`;
|
|
38
40
|
}
|
|
39
41
|
/**
|