@flowcore/sdk 1.33.1 → 1.34.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 CHANGED
@@ -1,5 +1,206 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.34.0](https://github.com/flowcore-io/flowcore-sdk/compare/v1.33.2...v1.34.0) (2025-04-23)
4
+
5
+
6
+ ### Features
7
+
8
+ * :sparkles: Add ability to change password associated with the container-registry ([303692d](https://github.com/flowcore-io/flowcore-sdk/commit/303692d885721084e3a89f8484fefa32e0aceb99))
9
+ * :sparkles: add ability to create container-registry through SDK ([197672e](https://github.com/flowcore-io/flowcore-sdk/commit/197672ea91ac180c0433219fa06428e7502d7e0c))
10
+ * :sparkles: Add ability to delete container-registries from a tenant ([6710632](https://github.com/flowcore-io/flowcore-sdk/commit/671063206d34cbdd6937cea016c0312f707f79a9))
11
+ * :sparkles: add ability to fetch container-registry by id and list registries ([ff36072](https://github.com/flowcore-io/flowcore-sdk/commit/ff360720da7e54ffc410e8f3636cee94cc89b005))
12
+ * :sparkles: add ability to update container-registry ([5ff069b](https://github.com/flowcore-io/flowcore-sdk/commit/5ff069b54d5ff4684d1f9d3097e68eedd3f47800))
13
+ * add custom command and bucket/event list commands ([ec37bc7](https://github.com/flowcore-io/flowcore-sdk/commit/ec37bc7125f85c03f3a5f3357d59e6fe11f145ae))
14
+ * add custom command and bucket/event list commands ([081c338](https://github.com/flowcore-io/flowcore-sdk/commit/081c3381db0a0b5d513fc9cc6fefce02fe071921))
15
+ * add iam role associations commands ([e7ea5b6](https://github.com/flowcore-io/flowcore-sdk/commit/e7ea5b615a9efa08acb71cfab4d2901ac810b5af))
16
+ * add iam role associations commands ([4760d8f](https://github.com/flowcore-io/flowcore-sdk/commit/4760d8f178b940c4e9054dececd9950e9b61f34e))
17
+ * Add notification client with WebSocket support ([f22730c](https://github.com/flowcore-io/flowcore-sdk/commit/f22730cd95957b9095ab5109a88503cfbb7730f4))
18
+ * Add notification client with WebSocket support ([f573957](https://github.com/flowcore-io/flowcore-sdk/commit/f57395798baecfb4f5385820912c996e5bc7e641))
19
+ * add permissions list command ([8c0bb59](https://github.com/flowcore-io/flowcore-sdk/commit/8c0bb594d9110f69209047ad252bf5e7a1a1a483))
20
+ * add permissions list command ([66c4f75](https://github.com/flowcore-io/flowcore-sdk/commit/66c4f75033a42458c5b4db7403b69188fd46b8e3))
21
+ * add retry to client ([b202c56](https://github.com/flowcore-io/flowcore-sdk/commit/b202c5660f42a02bbd45db043d48713effe658a6))
22
+ * add tenant to dataCore schema and remove v0 schemas ([f710f14](https://github.com/flowcore-io/flowcore-sdk/commit/f710f1427f86b7730162e05f0935829ae139534d))
23
+ * add tenant to dataCore schema and remove v0 schemas ([91158d2](https://github.com/flowcore-io/flowcore-sdk/commit/91158d25cb5838072a8785051dbcc82d28a0aa26))
24
+ * add tests ([9590ea8](https://github.com/flowcore-io/flowcore-sdk/commit/9590ea8f95b23e219615c3219ae52c042925893f))
25
+ * added method to override and exported command error ([e78a053](https://github.com/flowcore-io/flowcore-sdk/commit/e78a0534283d483ecac1c6bcd35637d452240380))
26
+ * **ai-agent-coordinator:** :sparkles: add AI Agent Coordinator operations and conversation management commands ([fea2033](https://github.com/flowcore-io/flowcore-sdk/commit/fea203321efcd1a99191f93c987087484afae535))
27
+ * **ai-agent-coordinator:** :sparkles: add ArtifactGetCommand for fetching artifacts by ID ([1955ed9](https://github.com/flowcore-io/flowcore-sdk/commit/1955ed97102c5f6cbdd7a551f8d18fb0cb706e2f))
28
+ * **ai-agent-coordinator:** :sparkles: add commands for managing conversation context and metadata ([68b003c](https://github.com/flowcore-io/flowcore-sdk/commit/68b003c651467b742e81a3106a3206bfd9b45e8e))
29
+ * **ai-agent-coordinator:** :sparkles: add InfoChunk and ErrorChunk interfaces ([ae5ad9c](https://github.com/flowcore-io/flowcore-sdk/commit/ae5ad9c840655042db5495dc03db017662b5fd76))
30
+ * **ai-agent-coordinator:** :sparkles: implement WebSocket client and conversation stream command ([63d9595](https://github.com/flowcore-io/flowcore-sdk/commit/63d95956622f30f36f731418c71384f9b2e00c9d))
31
+ * api key options for client ([e132756](https://github.com/flowcore-io/flowcore-sdk/commit/e1327568d7d66adddce2344a1ffad8d5c7348514))
32
+ * change client error message to include response body ([67ee317](https://github.com/flowcore-io/flowcore-sdk/commit/67ee31700dc48022f98f403a984eae28a0648cc2))
33
+ * change tenant fetch command to use rest api ([489f54f](https://github.com/flowcore-io/flowcore-sdk/commit/489f54fc506e48840ef8f911a6ce4d3d1aef93a1))
34
+ * change tenant fetch command to use rest api ([81bb088](https://github.com/flowcore-io/flowcore-sdk/commit/81bb08869313ddb2b91ad7820a901d481f82f83c))
35
+ * **command:** :sparkles: add support for dedicated URLs in command structure ([d80d56c](https://github.com/flowcore-io/flowcore-sdk/commit/d80d56cd4cea37e886315812fa85569d7ffa39f8))
36
+ * **commands:** :sparkles: Add fetch first and last timebuckets command ([f134e59](https://github.com/flowcore-io/flowcore-sdk/commit/f134e59e274740c6f460681944200082ab8fc69a))
37
+ * **commands:** :sparkles: add support for dedicated URLs in multiple command classes ([0d26cb5](https://github.com/flowcore-io/flowcore-sdk/commit/0d26cb5bad1bd9c75c186265dc09472cdc1c5493))
38
+ * **commands:** :sparkles: Add waitfordelete and waitfortruncate to new delete/truncate commands ([3ffcf57](https://github.com/flowcore-io/flowcore-sdk/commit/3ffcf5748f641df185bf8dc6984b8b7fdd7509a8))
39
+ * **commands:** :sparkles: Delete/truncate request commands for datacore, flowtype and eventtype ([418708c](https://github.com/flowcore-io/flowcore-sdk/commit/418708c91e3a5893618f059648f540be01bae8cc))
40
+ * **data-core:** :sparkles: add isDeleting and isTruncating fields to DataCoreSchema and DataCoreV0Schema ([b9dd8b2](https://github.com/flowcore-io/flowcore-sdk/commit/b9dd8b2dfa8291cc420c7659b1b60a169297dc4b))
41
+ * **data-core:** :sparkles: add isFlowcoreManaged, createdAt, and updatedAt fields to DataCore schema ([f4c1acb](https://github.com/flowcore-io/flowcore-sdk/commit/f4c1acbb0794459a3292b6c44fe7ffe250fb1fe0))
42
+ * delete protected renamed to delete protection ([181a7ae](https://github.com/flowcore-io/flowcore-sdk/commit/181a7ae857b1ede5ada394ccd8ffd1385b733aa1))
43
+ * Enhance NotificationClient with dynamic data fetching ([7398919](https://github.com/flowcore-io/flowcore-sdk/commit/739891977d862fedc06154ef4b936187f638fa34))
44
+ * **event-type:** :sparkles: add optional PII mask field to EventTypeCreateInput and EventTypeUpdateInput ([7e7b5e0](https://github.com/flowcore-io/flowcore-sdk/commit/7e7b5e0e1c295282241cfb0f9a5bf6de4d1c82ee))
45
+ * **event-type:** :sparkles: add PII mask configuration to EventTypeCreateCommand ([3a1ccc2](https://github.com/flowcore-io/flowcore-sdk/commit/3a1ccc239bbfeb164f4537c28275df4f07751239))
46
+ * **event-type:** :sparkles: add piiEnabled field to EventTypeCreateInput and EventTypeUpdateInput ([4c25258](https://github.com/flowcore-io/flowcore-sdk/commit/4c252584dfd66d9c420de2412d0e408283038e41))
47
+ * **event-type:** :sparkles: enable piiEnabled in EventTypeCreateCommand ([8d329cf](https://github.com/flowcore-io/flowcore-sdk/commit/8d329cf4841643aadb9fe8a57c2f0f7d89586996))
48
+ * **exports:** :technologist: export parsed helper method ([4f781bc](https://github.com/flowcore-io/flowcore-sdk/commit/4f781bcf1ca0169f8b8b4361b201e2f38ea61d7c))
49
+ * Improve WebSocket compatibility and data parsing in NotificationClient ([b2867d3](https://github.com/flowcore-io/flowcore-sdk/commit/b2867d397ac3db2ca8894a738c3ef18ed1805775))
50
+ * refactor and new commands ([2607f19](https://github.com/flowcore-io/flowcore-sdk/commit/2607f19809e791b0aa9b261d22a9df2989e17f22))
51
+ * refactor and new commands ([b3cb108](https://github.com/flowcore-io/flowcore-sdk/commit/b3cb1087f47d48c34571515aa690b6a995597f94))
52
+ * release on npm also ([a53921d](https://github.com/flowcore-io/flowcore-sdk/commit/a53921d0e384ca6897f089af614692b841ff7087))
53
+ * remove deprecated commands ([4b49c13](https://github.com/flowcore-io/flowcore-sdk/commit/4b49c13737ff49cb9a384c15fe292a3efdb0c2b8))
54
+ * remove deprecated commands ([4b78d07](https://github.com/flowcore-io/flowcore-sdk/commit/4b78d078ff4d0587f3bbdc2100485b93595b76aa))
55
+ * rework dedicated tenant ([45e1887](https://github.com/flowcore-io/flowcore-sdk/commit/45e1887e4468db9ba18964ebac0cdf326e1763fa))
56
+ * **security:** :sparkles: add commands for exchanging Personal Access Tokens (PAT) ([8b42470](https://github.com/flowcore-io/flowcore-sdk/commit/8b42470423d8904bd210e887f4377751f0b8981a))
57
+ * **security:** :sparkles: add commands for managing Personal Access Tokens (PAT) ([4c3760a](https://github.com/flowcore-io/flowcore-sdk/commit/4c3760aa880c8bbd793b64a9653080fa308b64e7))
58
+ * **tenant:** :sparkles: add commands to enable and disable PII for tenants ([7772e21](https://github.com/flowcore-io/flowcore-sdk/commit/7772e212ee75fe526eeb0044677014d4b43935a0))
59
+ * **tenant:** :sparkles: add configurationRepoCredentials to tenant schema ([69e5c10](https://github.com/flowcore-io/flowcore-sdk/commit/69e5c10dd9d8b5a2b8f8f1ff36055cd280182142))
60
+ * **tenant:** :sparkles: add optional PII enabled field to TenantSchema ([c36d269](https://github.com/flowcore-io/flowcore-sdk/commit/c36d26921b221dce2411701ed7d0f32326c8ea01))
61
+ * **tenant:** :sparkles: Add tenant name to ID translation command ([7d16207](https://github.com/flowcore-io/flowcore-sdk/commit/7d1620762a5b99b9ae9cb9b25d07b9222fdd5e9f))
62
+ * use v2 rest ([7ae42fa](https://github.com/flowcore-io/flowcore-sdk/commit/7ae42fae697385885986e1190385d571839473aa))
63
+
64
+
65
+ ### Bug Fixes
66
+
67
+ * :bug: Fix parse error when deleting container registry because return body is null ([2e6be5e](https://github.com/flowcore-io/flowcore-sdk/commit/2e6be5e38612f3a6ccf044aebb12c7ccf75b3b7e))
68
+ * add deleting and truncating ([d0333a2](https://github.com/flowcore-io/flowcore-sdk/commit/d0333a2ffe2a136b981a9e41b440df0c8bcd0be2))
69
+ * add eventtype truncate command ([1f8d4b0](https://github.com/flowcore-io/flowcore-sdk/commit/1f8d4b0afa89e427b5835fa933208f6508d0c578))
70
+ * add explicit return ([5b30642](https://github.com/flowcore-io/flowcore-sdk/commit/5b3064238fd0c353c43ce9b7af5d42a434ff6e6f))
71
+ * add explicit type for permission schema ([d541a83](https://github.com/flowcore-io/flowcore-sdk/commit/d541a8321a7c238df7ea29cc344e99d1f8a7ae44))
72
+ * add github actions and test runner ([e86fde7](https://github.com/flowcore-io/flowcore-sdk/commit/e86fde70eaa716efe23e49af966bbc29975bc641))
73
+ * add github actions and test runner ([49bfaea](https://github.com/flowcore-io/flowcore-sdk/commit/49bfaea070d5773710f1471766f3abd191680abf))
74
+ * add isopen and isconnecting to notification client ([040ce28](https://github.com/flowcore-io/flowcore-sdk/commit/040ce28a9134e972863e0eeefb7d8bb441e798e1))
75
+ * add isopen and isconnecting to notification client ([fa90737](https://github.com/flowcore-io/flowcore-sdk/commit/fa907373c05a255889978190bea9a6e3750b18f9))
76
+ * add more tests ([814cb94](https://github.com/flowcore-io/flowcore-sdk/commit/814cb943df9cf5934530dfeec8db7167c4cc1273))
77
+ * add readme ([9fbeff5](https://github.com/flowcore-io/flowcore-sdk/commit/9fbeff5e985234f398bd916df2ad3e9d1188aa21))
78
+ * add return types ([c51fbac](https://github.com/flowcore-io/flowcore-sdk/commit/c51fbac0d4fd1ac6208451837fb192afa3ffa6bb))
79
+ * add role list command ([9d7909e](https://github.com/flowcore-io/flowcore-sdk/commit/9d7909ea4cce70ca173715fb6ac5dd4dc799015c))
80
+ * add role list command ([c7f5695](https://github.com/flowcore-io/flowcore-sdk/commit/c7f56958426e86fc753742d3390dcd7225cbcc78))
81
+ * add secret list and variable list ([75bf201](https://github.com/flowcore-io/flowcore-sdk/commit/75bf2013e8539aeb1f92ebcd5fdb96c197f6731e))
82
+ * add temp list datacore command ([5004bea](https://github.com/flowcore-io/flowcore-sdk/commit/5004beac0e194a063b6a61f261eb3c5298cf0de7))
83
+ * add tenant arg to fetch datacore ([92b5e29](https://github.com/flowcore-io/flowcore-sdk/commit/92b5e296031d728c90b1f965033ee090bd8e06f2))
84
+ * add tenant list and api key list ([18cfb18](https://github.com/flowcore-io/flowcore-sdk/commit/18cfb18286342a3e51595d648b369cd7195def33))
85
+ * add tenant to event ([62d2cda](https://github.com/flowcore-io/flowcore-sdk/commit/62d2cda90ba8cfcbdefb69a8dff0050bc31802ab))
86
+ * add websocket import ([073aa8c](https://github.com/flowcore-io/flowcore-sdk/commit/073aa8ce2c7f1bd548bc762816f480f00f6ee126))
87
+ * added more commands ([feef2ad](https://github.com/flowcore-io/flowcore-sdk/commit/feef2adc7be749f126c9d10a454dbc195e2198d6))
88
+ * **ai-agent-coordinator:** :art: clean up command class implementations and formatting ([875106a](https://github.com/flowcore-io/flowcore-sdk/commit/875106a38543dedc7ed6bd2c3dedc3a9b09dbe3a))
89
+ * **ai-agent-coordinator:** :art: clean up import formatting in conversation test ([cb8a258](https://github.com/flowcore-io/flowcore-sdk/commit/cb8a258027409baa501a77141aef6a51009db2ec))
90
+ * **ai-agent-coordinator:** :art: clean up import formatting in websocket-client test ([9a8c2ff](https://github.com/flowcore-io/flowcore-sdk/commit/9a8c2ffa61ac4aec47ca387cafece5525a1812f0))
91
+ * **ai-agent-coordinator:** :art: enhance WebSocket command structure and improve error handling ([b7f9bff](https://github.com/flowcore-io/flowcore-sdk/commit/b7f9bffba95dc28f077d2565940b3f21b0ea4e55))
92
+ * **ai-agent-coordinator:** :art: ensure artifactId is a string in ArtifactGetCommand ([4e88025](https://github.com/flowcore-io/flowcore-sdk/commit/4e880251dddbb9ee068a4cc195cfc7e71d371d03))
93
+ * **ai-agent-coordinator:** :art: improve class formatting in command files ([5d574fb](https://github.com/flowcore-io/flowcore-sdk/commit/5d574fb31a2ee793aff32c7a2912e600276ea5e4))
94
+ * **ai-agent-coordinator:** :art: make conversationId optional in ConversationStreamConfig ([c0ea7dc](https://github.com/flowcore-io/flowcore-sdk/commit/c0ea7dce6137a957bc2f972ea38709d7f378fa40))
95
+ * **ai-agent-coordinator:** :art: remove unnecessary interface implementation in command classes ([18a26de](https://github.com/flowcore-io/flowcore-sdk/commit/18a26dee0a96ebdb014478f97c2341143dac7aaa))
96
+ * **ai-agent-coordinator:** :art: reorder import statements in artifact-get command ([54e4b8d](https://github.com/flowcore-io/flowcore-sdk/commit/54e4b8ddf88af4a755a62036e938dbe86c91ac72))
97
+ * **ai-agent-coordinator:** :art: update artifact schema type and clean up imports ([c195c27](https://github.com/flowcore-io/flowcore-sdk/commit/c195c27ca5cde6d529cbc62492e0daa848837b8d))
98
+ * **ai-agent-coordinator:** :art: update WebSocket path and improve payload serialization ([60c8f80](https://github.com/flowcore-io/flowcore-sdk/commit/60c8f803f104bc77848617eb90482b3544d416c1))
99
+ * **ai-agent-coordinator:** :art: update WebSocket path format in conversation stream command ([2765218](https://github.com/flowcore-io/flowcore-sdk/commit/276521843729dbbc3755fd63b923e59b3066f9a7))
100
+ * allow api key in notification client ([62269e9](https://github.com/flowcore-io/flowcore-sdk/commit/62269e94e3fee0fcb7a38c30cd8a595982ea1af9))
101
+ * and again ([fa56cd4](https://github.com/flowcore-io/flowcore-sdk/commit/fa56cd4830d13b05c2b4c6048b4447e6d380af8c))
102
+ * and again ([de86297](https://github.com/flowcore-io/flowcore-sdk/commit/de86297dccba09af1541468125749ff4f567f3a6))
103
+ * change client options ([d4d7553](https://github.com/flowcore-io/flowcore-sdk/commit/d4d75532135c91c862cf46d407a3afea990a5cea))
104
+ * change datacore list command ([5b75ed9](https://github.com/flowcore-io/flowcore-sdk/commit/5b75ed9a11410404e585800d782951c3a96451f6))
105
+ * change union literals to string (to make forward compatible) ([9b8c14d](https://github.com/flowcore-io/flowcore-sdk/commit/9b8c14d3b25485e2b3ca26a5fbdb86c35e2a493d))
106
+ * choose files to include in publish ([9cc35a9](https://github.com/flowcore-io/flowcore-sdk/commit/9cc35a937f2a2342ece9319a1dc25407bfcab8df))
107
+ * command set method ([0d74a68](https://github.com/flowcore-io/flowcore-sdk/commit/0d74a68c058c4671765abaac3788f74dd1c86c1d))
108
+ * **command:** :art: update getRequest method to include direct parameter ([dcb9ac9](https://github.com/flowcore-io/flowcore-sdk/commit/dcb9ac9a4a08935547d18df68c114dbdafbf0412))
109
+ * **command:** :bug: remove debug logs for dedicated base URL retrieval ([bd81ec2](https://github.com/flowcore-io/flowcore-sdk/commit/bd81ec21528b22c33fb5b5ee996ec661eefec2db))
110
+ * **commands:** :fire: remove unnecessary blank line in index.ts ([4aa12ee](https://github.com/flowcore-io/flowcore-sdk/commit/4aa12eecd9ea6e5a444dd23490feb1cbded2918d))
111
+ * **commands:** :poop: add debug logs for dedicated base URL retrieval ([af97d4c](https://github.com/flowcore-io/flowcore-sdk/commit/af97d4c90c48f87a4be5154d1bc120d9e3559d7c))
112
+ * **container-registry:** :bug: Update import statements for container registry commands ([802e15a](https://github.com/flowcore-io/flowcore-sdk/commit/802e15a05616b41da49032c579291940e9cd5057))
113
+ * cursor is string ([b837899](https://github.com/flowcore-io/flowcore-sdk/commit/b8378992329a700d1673c4b2111ea4a2ac72e4ff))
114
+ * **data-core:** :art: add missing comma in DataCoreSchema definition ([49bd60e](https://github.com/flowcore-io/flowcore-sdk/commit/49bd60e74e537bd4797e15abdd1b708e28211f67))
115
+ * **data-core:** :art: make isFlowcoreManaged optional and remove createdAt/updatedAt fields from DataCore schema ([5eb27e2](https://github.com/flowcore-io/flowcore-sdk/commit/5eb27e24426f35563e2a5e9e5861fd1bf6d56cb8))
116
+ * disable retry for create resource commands ([3a7c172](https://github.com/flowcore-io/flowcore-sdk/commit/3a7c172273b8fc581cf38e8faec23fe1e3805b5c))
117
+ * disable retry for create resource commands ([c97f990](https://github.com/flowcore-io/flowcore-sdk/commit/c97f99017aaf6deef7ca431a61b5b4c322c3788f))
118
+ * do not reconnect on 1005 ([4949d97](https://github.com/flowcore-io/flowcore-sdk/commit/4949d978c98412a5019a0cd6614d418cad10dc59))
119
+ * dont run fmt before release ([6357247](https://github.com/flowcore-io/flowcore-sdk/commit/6357247c556309da8907dec4aec1ad6ba5f917f4))
120
+ * **event-type:** :art: make piiEnabled field optional in EventTypeCreateInput and EventTypeUpdateInput ([b59031d](https://github.com/flowcore-io/flowcore-sdk/commit/b59031d2b122f9ac87232024b1dc070722298d04))
121
+ * **event-type:** :art: remove isActive field from EventTypeSchema ([624877a](https://github.com/flowcore-io/flowcore-sdk/commit/624877a58f4f310280c41f96033b066721c81eb8))
122
+ * **event-type:** :bug: add tenant to EventListCommand ([7b7e989](https://github.com/flowcore-io/flowcore-sdk/commit/7b7e9898bab300d55261d53667f704193b373620))
123
+ * **event-type:** :bug: update piiMask type to allow null values ([13b9ca0](https://github.com/flowcore-io/flowcore-sdk/commit/13b9ca02b7fbee48482704b4758a8b34aed58ed7))
124
+ * **event-type:** :sparkles: add piiMask initialization in EventType tests ([9666cc5](https://github.com/flowcore-io/flowcore-sdk/commit/9666cc5dcace9cb4db7c180c2fd2ac24b86ff21a))
125
+ * export new commands ([84264cd](https://github.com/flowcore-io/flowcore-sdk/commit/84264cd136c1b03ab10a83e5f59b777193f927a4))
126
+ * expose command class + add v2 events commands ([c3ac222](https://github.com/flowcore-io/flowcore-sdk/commit/c3ac222613ca82c6e8ba364ca6ffc67b356b6a3f))
127
+ * expose flowcore event ([cd20a6c](https://github.com/flowcore-io/flowcore-sdk/commit/cd20a6c10591613f7813a52120395aa87311aba2))
128
+ * fix auth interface ([077b727](https://github.com/flowcore-io/flowcore-sdk/commit/077b727bb24234b58036cca6aba5aad5f7b310d0))
129
+ * fix event type model ([c5a2168](https://github.com/flowcore-io/flowcore-sdk/commit/c5a216896c1ab1d69fca9b2ef7a86de46a24f1cc))
130
+ * fix eventtypeinfo command ([72e04e2](https://github.com/flowcore-io/flowcore-sdk/commit/72e04e2290913a10660dd4c872e5b9ec4c50067f))
131
+ * fix fetch events ([3817721](https://github.com/flowcore-io/flowcore-sdk/commit/3817721b697d1092acfdf6868861f9fe9770b6ba))
132
+ * fix gh actions ([09ed38d](https://github.com/flowcore-io/flowcore-sdk/commit/09ed38d6a93340271efce83b37a4e3352600ebd1))
133
+ * fix import ([e78844d](https://github.com/flowcore-io/flowcore-sdk/commit/e78844db2acb969d3800d319627ce2833502f606))
134
+ * fix import of rxjs ([3dcc724](https://github.com/flowcore-io/flowcore-sdk/commit/3dcc724d1ae1884441ba26b9c3abf5d24c67edd0))
135
+ * fix imports ([e6cf6b9](https://github.com/flowcore-io/flowcore-sdk/commit/e6cf6b92596dbaad48938818e4d62180c508b401))
136
+ * fix npm package url ([12e38d0](https://github.com/flowcore-io/flowcore-sdk/commit/12e38d07277a62e1bf8b8ce30cc88a02769a6ecd))
137
+ * fix tests ([ea249d4](https://github.com/flowcore-io/flowcore-sdk/commit/ea249d4c3d1076df4f4cba521bf97316a57769aa))
138
+ * fix tests ([99ffaf8](https://github.com/flowcore-io/flowcore-sdk/commit/99ffaf859040d6f057c522a27f2d53d6963b1fd0))
139
+ * fix typo ([9485cf7](https://github.com/flowcore-io/flowcore-sdk/commit/9485cf72072c74e31c2c08fcf1fa14d052299b84))
140
+ * fix typos in comments ([551e257](https://github.com/flowcore-io/flowcore-sdk/commit/551e25720926cb2b2b4f028f5a1b717c54eb8fdf))
141
+ * **flowcore-client:** :art: update import statement for Tenant type to use type-only import ([448580e](https://github.com/flowcore-io/flowcore-sdk/commit/448580ef38dc8130178ed2df55e2c976ea6740f0))
142
+ * flowtype delete request ([66488ff](https://github.com/flowcore-io/flowcore-sdk/commit/66488ffccef62f6eefb0661c6166f3ff5bb6a82f))
143
+ * force ([388db43](https://github.com/flowcore-io/flowcore-sdk/commit/388db43bd22bbe4ccd724f34ca1956bb8c42b192))
144
+ * handle error response in tenant list ([0cbf9f5](https://github.com/flowcore-io/flowcore-sdk/commit/0cbf9f5c8d526c1d1ebe2d22624f02c603115130))
145
+ * ignore 403 from tenant fetch command ([c9c49df](https://github.com/flowcore-io/flowcore-sdk/commit/c9c49df3e61d0d93bb795d59e52b7202d65d805f))
146
+ * ignore 403 from tenant fetch command ([984f1da](https://github.com/flowcore-io/flowcore-sdk/commit/984f1da2ca75377ef590ca07fd46ea88b507f365))
147
+ * import node buffer ([6e6caa0](https://github.com/flowcore-io/flowcore-sdk/commit/6e6caa0707bb58987939e39898b32e574e7194f8))
148
+ * Improve tenant and connection handling in NotificationClient ([0fd04c2](https://github.com/flowcore-io/flowcore-sdk/commit/0fd04c22db8a585786bea1fed15a6cbbb3d8f265))
149
+ * interface fix ([32cde1f](https://github.com/flowcore-io/flowcore-sdk/commit/32cde1f129cc0a94b3497ece0ac9da6431a56c96))
150
+ * limit invalid response to 1000 chars and add test ([93a8dfe](https://github.com/flowcore-io/flowcore-sdk/commit/93a8dfe75e68617e85c30d75c171a9713b8f5730))
151
+ * lint fix ([e9da973](https://github.com/flowcore-io/flowcore-sdk/commit/e9da97398696d9f8294501dc7a5fadd5a20f92ff))
152
+ * make description in update optional ([5b86c38](https://github.com/flowcore-io/flowcore-sdk/commit/5b86c387b4c1b414fe94c10a9c56d069dc772138))
153
+ * move release please files ([ef8884d](https://github.com/flowcore-io/flowcore-sdk/commit/ef8884d3866b40dc791aee7a6c816b68e73906cc))
154
+ * next cursor in timebuckets is a number ([4cfb89f](https://github.com/flowcore-io/flowcore-sdk/commit/4cfb89f58bf69898df3e7dd9bbe2c28ff93078de))
155
+ * output errors in invalid response exception ([c5c9c58](https://github.com/flowcore-io/flowcore-sdk/commit/c5c9c58841a2f91b995cf938293ab024fbc1118a))
156
+ * permissions should never return action.all (*) ([d28c20d](https://github.com/flowcore-io/flowcore-sdk/commit/d28c20d43f41db560c535fcb12c6e97ceeae2ec9))
157
+ * permissions should never return action.all (*) ([48190e2](https://github.com/flowcore-io/flowcore-sdk/commit/48190e29f703ae6b0eae087d9dcae5aea66c410e))
158
+ * **readme:** :memo: add documentation for retrieving specific artifacts by ID ([26a49a3](https://github.com/flowcore-io/flowcore-sdk/commit/26a49a363a4c490dbbb5b02199ccfc2738ccedc7))
159
+ * refactor ([5fb0d3b](https://github.com/flowcore-io/flowcore-sdk/commit/5fb0d3b67cf5fad194bb30bc044473e438026244))
160
+ * refactor ([14a6f56](https://github.com/flowcore-io/flowcore-sdk/commit/14a6f5643affa4eceb1b905e47a4ed25cd1edcce))
161
+ * release npm ([e87287f](https://github.com/flowcore-io/flowcore-sdk/commit/e87287f5b7b47145733e7b1c8835a185e1f84f10))
162
+ * release npm ([0f77599](https://github.com/flowcore-io/flowcore-sdk/commit/0f77599d6b476219b700e1beccf3e8e77a0caecd))
163
+ * remove import ([4b76831](https://github.com/flowcore-io/flowcore-sdk/commit/4b7683191ecd7cab84e814ec1285e90f5b9ac320))
164
+ * remove node-cache ([ddc409d](https://github.com/flowcore-io/flowcore-sdk/commit/ddc409d22100a12252968d8afdd5bf66a0eff28d))
165
+ * remove none from tenant dedicated status ([38a970a](https://github.com/flowcore-io/flowcore-sdk/commit/38a970ab10aa89d405eb71471330e358f0086b41))
166
+ * rename url params ([395b47d](https://github.com/flowcore-io/flowcore-sdk/commit/395b47ddd57f2f79693eacb91fa14aeb5ba43332))
167
+ * **security:** :art: remove unused import for PAT and PATSchema ([4d281d6](https://github.com/flowcore-io/flowcore-sdk/commit/4d281d6bf75f122448f9d62aa395d95b96faf221))
168
+ * **security:** :art: update PATSchema to use optional description and add createdAt field ([389907f](https://github.com/flowcore-io/flowcore-sdk/commit/389907fec1e060a3cb99cc3231a6fe86696ff035))
169
+ * **tenant:** :art: change TOptional import to type import ([8f0c139](https://github.com/flowcore-io/flowcore-sdk/commit/8f0c139bed38283af763badd8238071759759337))
170
+ * **tenant:** :art: Improve type definitions for tenant translate name to ID schema ([232c441](https://github.com/flowcore-io/flowcore-sdk/commit/232c4417b34b42130f093a10f0daf7657e011c32))
171
+ * **tenant:** :art: make configurationRepoCredentials optional in tenant schema ([a9324fd](https://github.com/flowcore-io/flowcore-sdk/commit/a9324fd8ed381a77bfb79b889eaa69ed7950d13a))
172
+ * **tenant:** :art: make configurationRepoCredentials required in tenant schema ([8fc755d](https://github.com/flowcore-io/flowcore-sdk/commit/8fc755dba5afccac58a034c14fb5881c4868a653))
173
+ * **tenant:** :art: remove unused TOptional type from tenant schema ([d757d09](https://github.com/flowcore-io/flowcore-sdk/commit/d757d09dd8eb211a4730822c04ea374463d0b347))
174
+ * **tenant:** :recycle: Simplify tenant configuration schema ([4f1bbcb](https://github.com/flowcore-io/flowcore-sdk/commit/4f1bbcb80329148ef5d68726600a246eaee34de5))
175
+ * **tests:** :bug: Fix memory leaks in NodeCache timers by adding close() method ([407d348](https://github.com/flowcore-io/flowcore-sdk/commit/407d348f2d9eaec79fa8cb15229224b13d562f90))
176
+ * tiebucket input cursor is number ([67515dd](https://github.com/flowcore-io/flowcore-sdk/commit/67515dd731343b81c76512172572f5362e56535c))
177
+ * try ([6cf5e3e](https://github.com/flowcore-io/flowcore-sdk/commit/6cf5e3e34a6be2b355c15a2144d2250b06e6b2e5))
178
+ * try again ([fa56cd4](https://github.com/flowcore-io/flowcore-sdk/commit/fa56cd4830d13b05c2b4c6048b4447e6d380af8c))
179
+ * try again ([816665f](https://github.com/flowcore-io/flowcore-sdk/commit/816665ff80632ffcfe1835ca3ada34d7c560b7f1))
180
+ * try monorepo ([fa56cd4](https://github.com/flowcore-io/flowcore-sdk/commit/fa56cd4830d13b05c2b4c6048b4447e6d380af8c))
181
+ * try monorepo ([fa56cd4](https://github.com/flowcore-io/flowcore-sdk/commit/fa56cd4830d13b05c2b4c6048b4447e6d380af8c))
182
+ * try monorepo ([849b01d](https://github.com/flowcore-io/flowcore-sdk/commit/849b01da4080e8c938653c6a5fdb32d9031a6439))
183
+ * try to fix gh actions ([297ecd3](https://github.com/flowcore-io/flowcore-sdk/commit/297ecd369eb745136e1ff49bbd82eb2ee241c01a))
184
+ * try to fix gh actions ([9fbd02f](https://github.com/flowcore-io/flowcore-sdk/commit/9fbd02f03e287b08b5689e85edafadff77202086))
185
+ * update deno.lock file ([b2e90bc](https://github.com/flowcore-io/flowcore-sdk/commit/b2e90bc0b0ee917764d0628277f0aa0e793b3da5))
186
+ * update lock file ([178f15e](https://github.com/flowcore-io/flowcore-sdk/commit/178f15e3f62f5d775992a126e7b9d38b0a4278fc))
187
+ * update lock file ([fa56cd4](https://github.com/flowcore-io/flowcore-sdk/commit/fa56cd4830d13b05c2b4c6048b4447e6d380af8c))
188
+ * update lock file ([3291649](https://github.com/flowcore-io/flowcore-sdk/commit/3291649080e6e53543352e4b9969a35095ecc5c0))
189
+ * update readme ([bf233bc](https://github.com/flowcore-io/flowcore-sdk/commit/bf233bc27b15892b5813c2121b7221d08c7b7d63))
190
+ * update readme ([3ffbe49](https://github.com/flowcore-io/flowcore-sdk/commit/3ffbe499e6014e64a8c420eead2763539cb5412c))
191
+ * use code 1000 when manually disconnecting ([c83202d](https://github.com/flowcore-io/flowcore-sdk/commit/c83202d42e23aeb3d41cfc93ee131b21b2ba11f6))
192
+ * use event from contracts ([9d6e861](https://github.com/flowcore-io/flowcore-sdk/commit/9d6e8619d0bd53e954572cce80810f9699bc68df))
193
+ * use retryable status codes ([89a8919](https://github.com/flowcore-io/flowcore-sdk/commit/89a8919492c55614851779ff77ddc3f7fcde51e0))
194
+ * **websocket-client:** :art: improve WebSocket URL construction and logging ([9d2ca4e](https://github.com/flowcore-io/flowcore-sdk/commit/9d2ca4e0570cd38e1af137c7520ec692c0f972aa))
195
+ * **websocket-client:** :bug: simplify WebSocket open state handling ([6fe00ae](https://github.com/flowcore-io/flowcore-sdk/commit/6fe00ae5d07becc7d4d96cbc1fa5c02a0e76f06a))
196
+
197
+ ## [1.33.2](https://github.com/flowcore-io/flowcore-sdk/compare/v1.33.1...v1.33.2) (2025-04-23)
198
+
199
+
200
+ ### Bug Fixes
201
+
202
+ * **event-type:** :bug: update piiMask type to allow null values ([13b9ca0](https://github.com/flowcore-io/flowcore-sdk/commit/13b9ca02b7fbee48482704b4758a8b34aed58ed7))
203
+
3
204
  ## [1.33.1](https://github.com/flowcore-io/flowcore-sdk/compare/v1.33.0...v1.33.1) (2025-04-23)
4
205
 
5
206
 
package/README.md CHANGED
@@ -515,7 +515,8 @@ const command = new EventTypeCreateCommand({
515
515
  paths: [
516
516
  { path: "$.entityId", type: "string" }
517
517
  ]
518
- }
518
+ },
519
+ piiEnabled: true
519
520
  })
520
521
 
521
522
  const result = await client.execute(command)
@@ -1,4 +1,4 @@
1
- import { type Static, type TArray, type TBoolean, type TLiteral, type TObject, type TString, type TUnion } from "@sinclair/typebox";
1
+ import { type Static, type TArray, type TBoolean, type TLiteral, type TNull, type TObject, type TString, type TUnion } from "@sinclair/typebox";
2
2
  export declare const EventTypePiiMaskTypeSchema: TObject<{
3
3
  path: TString;
4
4
  type: TUnion<[TLiteral<"string">, TLiteral<"number">, TLiteral<"boolean">]>;
@@ -19,7 +19,7 @@ export declare const EventTypeSchema: TObject<{
19
19
  description: TString;
20
20
  isTruncating: TBoolean;
21
21
  isDeleting: TBoolean;
22
- piiMask: TArray<typeof EventTypePiiMaskSchema>;
22
+ piiMask: TUnion<[typeof EventTypePiiMaskSchema, TNull]>;
23
23
  piiEnabled: TBoolean;
24
24
  }>;
25
25
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"event-type.d.ts","sourceRoot":"","sources":["../../src/contracts/event-type.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,MAAM,EACX,KAAK,QAAQ,EACb,KAAK,QAAQ,EACb,KAAK,OAAO,EACZ,KAAK,OAAO,EACZ,KAAK,MAAM,EAEZ,MAAM,mBAAmB,CAAA;AAE1B,eAAO,MAAM,0BAA0B,EAAE,OAAO,CAAC;IAC/C,IAAI,EAAE,OAAO,CAAA;IACb,IAAI,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,CAAA;CAC5E,CAGC,CAAA;AAEF,eAAO,MAAM,sBAAsB,EAAE,OAAO,CAAC;IAC3C,GAAG,EAAE,OAAO,CAAA;IACZ,KAAK,EAAE,MAAM,CAAC,OAAO,0BAA0B,CAAC,CAAA;CACjD,CAGC,CAAA;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,OAAO,CAAC;IACpC,EAAE,EAAE,OAAO,CAAA;IACX,QAAQ,EAAE,OAAO,CAAA;IACjB,UAAU,EAAE,OAAO,CAAA;IACnB,UAAU,EAAE,OAAO,CAAA;IACnB,IAAI,EAAE,OAAO,CAAA;IACb,WAAW,EAAE,OAAO,CAAA;IACpB,YAAY,EAAE,QAAQ,CAAA;IACtB,UAAU,EAAE,QAAQ,CAAA;IACpB,OAAO,EAAE,MAAM,CAAC,OAAO,sBAAsB,CAAC,CAAA;IAC9C,UAAU,EAAE,QAAQ,CAAA;CACrB,CAWC,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC,OAAO,eAAe,CAAC,CAAA"}
1
+ {"version":3,"file":"event-type.d.ts","sourceRoot":"","sources":["../../src/contracts/event-type.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,MAAM,EACX,KAAK,QAAQ,EACb,KAAK,QAAQ,EACb,KAAK,KAAK,EACV,KAAK,OAAO,EACZ,KAAK,OAAO,EACZ,KAAK,MAAM,EAEZ,MAAM,mBAAmB,CAAA;AAE1B,eAAO,MAAM,0BAA0B,EAAE,OAAO,CAAC;IAC/C,IAAI,EAAE,OAAO,CAAA;IACb,IAAI,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,CAAA;CAC5E,CAGC,CAAA;AAEF,eAAO,MAAM,sBAAsB,EAAE,OAAO,CAAC;IAC3C,GAAG,EAAE,OAAO,CAAA;IACZ,KAAK,EAAE,MAAM,CAAC,OAAO,0BAA0B,CAAC,CAAA;CACjD,CAGC,CAAA;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,OAAO,CAAC;IACpC,EAAE,EAAE,OAAO,CAAA;IACX,QAAQ,EAAE,OAAO,CAAA;IACjB,UAAU,EAAE,OAAO,CAAA;IACnB,UAAU,EAAE,OAAO,CAAA;IACnB,IAAI,EAAE,OAAO,CAAA;IACb,WAAW,EAAE,OAAO,CAAA;IACpB,YAAY,EAAE,QAAQ,CAAA;IACtB,UAAU,EAAE,QAAQ,CAAA;IACpB,OAAO,EAAE,MAAM,CAAC,CAAC,OAAO,sBAAsB,EAAE,KAAK,CAAC,CAAC,CAAA;IACvD,UAAU,EAAE,QAAQ,CAAA;CACrB,CAWC,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC,OAAO,eAAe,CAAC,CAAA"}
@@ -19,6 +19,6 @@ export const EventTypeSchema = Type.Object({
19
19
  description: Type.String(),
20
20
  isTruncating: Type.Boolean(),
21
21
  isDeleting: Type.Boolean(),
22
- piiMask: Type.Array(EventTypePiiMaskSchema),
22
+ piiMask: Type.Union([EventTypePiiMaskSchema, Type.Null()]),
23
23
  piiEnabled: Type.Boolean(),
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowcore/sdk",
3
- "version": "1.33.1",
3
+ "version": "1.34.0",
4
4
  "description": "Flowcore SDK",
5
5
  "homepage": "https://github.com/flowcore-io/flowcore-sdk#readme",
6
6
  "repository": {
@@ -1,4 +1,4 @@
1
- import { type Static, type TArray, type TBoolean, type TLiteral, type TObject, type TString, type TUnion } from "@sinclair/typebox";
1
+ import { type Static, type TArray, type TBoolean, type TLiteral, type TNull, type TObject, type TString, type TUnion } from "@sinclair/typebox";
2
2
  export declare const EventTypePiiMaskTypeSchema: TObject<{
3
3
  path: TString;
4
4
  type: TUnion<[TLiteral<"string">, TLiteral<"number">, TLiteral<"boolean">]>;
@@ -19,7 +19,7 @@ export declare const EventTypeSchema: TObject<{
19
19
  description: TString;
20
20
  isTruncating: TBoolean;
21
21
  isDeleting: TBoolean;
22
- piiMask: TArray<typeof EventTypePiiMaskSchema>;
22
+ piiMask: TUnion<[typeof EventTypePiiMaskSchema, TNull]>;
23
23
  piiEnabled: TBoolean;
24
24
  }>;
25
25
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"event-type.d.ts","sourceRoot":"","sources":["../../src/contracts/event-type.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,MAAM,EACX,KAAK,QAAQ,EACb,KAAK,QAAQ,EACb,KAAK,OAAO,EACZ,KAAK,OAAO,EACZ,KAAK,MAAM,EAEZ,MAAM,mBAAmB,CAAA;AAE1B,eAAO,MAAM,0BAA0B,EAAE,OAAO,CAAC;IAC/C,IAAI,EAAE,OAAO,CAAA;IACb,IAAI,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,CAAA;CAC5E,CAGC,CAAA;AAEF,eAAO,MAAM,sBAAsB,EAAE,OAAO,CAAC;IAC3C,GAAG,EAAE,OAAO,CAAA;IACZ,KAAK,EAAE,MAAM,CAAC,OAAO,0BAA0B,CAAC,CAAA;CACjD,CAGC,CAAA;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,OAAO,CAAC;IACpC,EAAE,EAAE,OAAO,CAAA;IACX,QAAQ,EAAE,OAAO,CAAA;IACjB,UAAU,EAAE,OAAO,CAAA;IACnB,UAAU,EAAE,OAAO,CAAA;IACnB,IAAI,EAAE,OAAO,CAAA;IACb,WAAW,EAAE,OAAO,CAAA;IACpB,YAAY,EAAE,QAAQ,CAAA;IACtB,UAAU,EAAE,QAAQ,CAAA;IACpB,OAAO,EAAE,MAAM,CAAC,OAAO,sBAAsB,CAAC,CAAA;IAC9C,UAAU,EAAE,QAAQ,CAAA;CACrB,CAWC,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC,OAAO,eAAe,CAAC,CAAA"}
1
+ {"version":3,"file":"event-type.d.ts","sourceRoot":"","sources":["../../src/contracts/event-type.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,MAAM,EACX,KAAK,MAAM,EACX,KAAK,QAAQ,EACb,KAAK,QAAQ,EACb,KAAK,KAAK,EACV,KAAK,OAAO,EACZ,KAAK,OAAO,EACZ,KAAK,MAAM,EAEZ,MAAM,mBAAmB,CAAA;AAE1B,eAAO,MAAM,0BAA0B,EAAE,OAAO,CAAC;IAC/C,IAAI,EAAE,OAAO,CAAA;IACb,IAAI,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,CAAA;CAC5E,CAGC,CAAA;AAEF,eAAO,MAAM,sBAAsB,EAAE,OAAO,CAAC;IAC3C,GAAG,EAAE,OAAO,CAAA;IACZ,KAAK,EAAE,MAAM,CAAC,OAAO,0BAA0B,CAAC,CAAA;CACjD,CAGC,CAAA;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,OAAO,CAAC;IACpC,EAAE,EAAE,OAAO,CAAA;IACX,QAAQ,EAAE,OAAO,CAAA;IACjB,UAAU,EAAE,OAAO,CAAA;IACnB,UAAU,EAAE,OAAO,CAAA;IACnB,IAAI,EAAE,OAAO,CAAA;IACb,WAAW,EAAE,OAAO,CAAA;IACpB,YAAY,EAAE,QAAQ,CAAA;IACtB,UAAU,EAAE,QAAQ,CAAA;IACpB,OAAO,EAAE,MAAM,CAAC,CAAC,OAAO,sBAAsB,EAAE,KAAK,CAAC,CAAC,CAAA;IACvD,UAAU,EAAE,QAAQ,CAAA;CACrB,CAWC,CAAA;AAEF;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC,OAAO,eAAe,CAAC,CAAA"}
@@ -22,6 +22,6 @@ exports.EventTypeSchema = typebox_1.Type.Object({
22
22
  description: typebox_1.Type.String(),
23
23
  isTruncating: typebox_1.Type.Boolean(),
24
24
  isDeleting: typebox_1.Type.Boolean(),
25
- piiMask: typebox_1.Type.Array(exports.EventTypePiiMaskSchema),
25
+ piiMask: typebox_1.Type.Union([exports.EventTypePiiMaskSchema, typebox_1.Type.Null()]),
26
26
  piiEnabled: typebox_1.Type.Boolean(),
27
27
  });