@linqapp/sdk 0.24.2 → 0.26.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 +2 -506
- package/client.d.mts +165 -87
- package/client.d.mts.map +1 -1
- package/client.d.ts +165 -87
- package/client.d.ts.map +1 -1
- package/client.js +162 -84
- package/client.js.map +1 -1
- package/client.mjs +162 -84
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/chats/chats.d.mts +67 -63
- package/resources/chats/chats.d.mts.map +1 -1
- package/resources/chats/chats.d.ts +67 -63
- package/resources/chats/chats.d.ts.map +1 -1
- package/resources/chats/chats.js +63 -59
- package/resources/chats/chats.js.map +1 -1
- package/resources/chats/chats.mjs +63 -59
- package/resources/chats/chats.mjs.map +1 -1
- package/resources/chats/index.d.mts +3 -2
- package/resources/chats/index.d.mts.map +1 -1
- package/resources/chats/index.d.ts +3 -2
- package/resources/chats/index.d.ts.map +1 -1
- package/resources/chats/index.js +3 -1
- package/resources/chats/index.js.map +1 -1
- package/resources/chats/index.mjs +1 -0
- package/resources/chats/index.mjs.map +1 -1
- package/resources/chats/location.d.mts +107 -0
- package/resources/chats/location.d.mts.map +1 -0
- package/resources/chats/location.d.ts +107 -0
- package/resources/chats/location.d.ts.map +1 -0
- package/resources/chats/location.js +68 -0
- package/resources/chats/location.js.map +1 -0
- package/resources/chats/location.mjs +64 -0
- package/resources/chats/location.mjs.map +1 -0
- package/resources/chats/messages.d.mts +17 -17
- package/resources/chats/messages.d.mts.map +1 -1
- package/resources/chats/messages.d.ts +17 -17
- package/resources/chats/messages.d.ts.map +1 -1
- package/resources/chats/messages.js +16 -16
- package/resources/chats/messages.js.map +1 -1
- package/resources/chats/messages.mjs +16 -16
- package/resources/chats/messages.mjs.map +1 -1
- package/resources/contact-card.d.mts +18 -18
- package/resources/contact-card.d.mts.map +1 -1
- package/resources/contact-card.d.ts +18 -18
- package/resources/contact-card.d.ts.map +1 -1
- package/resources/contact-card.js +12 -12
- package/resources/contact-card.js.map +1 -1
- package/resources/contact-card.mjs +12 -12
- package/resources/contact-card.mjs.map +1 -1
- package/resources/index.d.mts +3 -3
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +3 -3
- package/resources/index.d.ts.map +1 -1
- package/resources/messages.d.mts +34 -34
- package/resources/messages.d.mts.map +1 -1
- package/resources/messages.d.ts +34 -34
- package/resources/messages.d.ts.map +1 -1
- package/resources/messages.js +29 -29
- package/resources/messages.js.map +1 -1
- package/resources/messages.mjs +29 -29
- package/resources/messages.mjs.map +1 -1
- package/resources/webhook-events.d.mts +83 -44
- package/resources/webhook-events.d.mts.map +1 -1
- package/resources/webhook-events.d.ts +83 -44
- package/resources/webhook-events.d.ts.map +1 -1
- package/resources/webhook-events.js +81 -42
- package/resources/webhook-events.js.map +1 -1
- package/resources/webhook-events.mjs +81 -42
- package/resources/webhook-events.mjs.map +1 -1
- package/resources/webhook-subscriptions.d.mts +100 -55
- package/resources/webhook-subscriptions.d.mts.map +1 -1
- package/resources/webhook-subscriptions.d.ts +100 -55
- package/resources/webhook-subscriptions.d.ts.map +1 -1
- package/resources/webhook-subscriptions.js +103 -58
- package/resources/webhook-subscriptions.js.map +1 -1
- package/resources/webhook-subscriptions.mjs +103 -58
- package/resources/webhook-subscriptions.mjs.map +1 -1
- package/resources/webhooks.d.mts +4 -4
- package/resources/webhooks.d.mts.map +1 -1
- package/resources/webhooks.d.ts +4 -4
- package/resources/webhooks.d.ts.map +1 -1
- package/src/client.ts +166 -88
- package/src/resources/chats/chats.ts +88 -78
- package/src/resources/chats/index.ts +3 -2
- package/src/resources/chats/location.ts +138 -0
- package/src/resources/chats/messages.ts +28 -28
- package/src/resources/contact-card.ts +25 -25
- package/src/resources/index.ts +4 -4
- package/src/resources/messages.ts +46 -46
- package/src/resources/webhook-events.ts +85 -44
- package/src/resources/webhook-subscriptions.ts +103 -58
- package/src/resources/webhooks.ts +6 -4
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,512 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## [0.26.0](https://github.com/linq-team/linq-node/compare/v0.25.0...v0.26.0) (2026-06-08)
|
|
4
4
|
|
|
5
|
-
Full Changelog: [v0.24.1...v0.24.2](https://github.com/linq-team/linq-node/compare/v0.24.1...v0.24.2)
|
|
6
|
-
|
|
7
|
-
### Chores
|
|
8
|
-
|
|
9
|
-
* remove custom code ([ae22163](https://github.com/linq-team/linq-node/commit/ae221630e2fe0b00b27ab23d220f3b46c82baf26))
|
|
10
|
-
|
|
11
|
-
## 0.24.1 (2026-05-19)
|
|
12
|
-
|
|
13
|
-
Full Changelog: [v0.24.0...v0.24.1](https://github.com/linq-team/linq-node/compare/v0.24.0...v0.24.1)
|
|
14
|
-
|
|
15
|
-
### Bug Fixes
|
|
16
|
-
|
|
17
|
-
* **typescript:** upgrade tsc-multi so that it works with Node 26 ([bbed7e6](https://github.com/linq-team/linq-node/commit/bbed7e6d05e4bc8206ce3f6eb4d902fbde974b75))
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Chores
|
|
21
|
-
|
|
22
|
-
* **tests:** remove redundant File import ([35d2194](https://github.com/linq-team/linq-node/commit/35d2194efbdf224716d9faf166796ca15828197b))
|
|
23
|
-
|
|
24
|
-
## 0.24.0 (2026-05-15)
|
|
25
|
-
|
|
26
|
-
Full Changelog: [v0.23.0...v0.24.0](https://github.com/linq-team/linq-node/compare/v0.23.0...v0.24.0)
|
|
27
5
|
|
|
28
6
|
### Features
|
|
29
7
|
|
|
30
|
-
*
|
|
31
|
-
* **api:** add health_status to phone_numbers list and status webhook ([aafcadc](https://github.com/linq-team/linq-node/commit/aafcadc30371685f3b506f4746a96c10c506dc56))
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### Bug Fixes
|
|
35
|
-
|
|
36
|
-
* **types:** update health_status enum to uppercase in chats/webhooks ([b14bc24](https://github.com/linq-team/linq-node/commit/b14bc24293e47d25644bfd6b6946455bf9b97a84))
|
|
37
|
-
|
|
38
|
-
## 0.23.0 (2026-05-13)
|
|
39
|
-
|
|
40
|
-
Full Changelog: [v0.22.1...v0.23.0](https://github.com/linq-team/linq-node/compare/v0.22.1...v0.23.0)
|
|
41
|
-
|
|
42
|
-
### Features
|
|
43
|
-
|
|
44
|
-
* **api:** add delete endpoint ([afd6b56](https://github.com/linq-team/linq-node/commit/afd6b56c50f891574e409a241624d6355d8929e6))
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
### Chores
|
|
48
|
-
|
|
49
|
-
* redact api-key headers in debug logs ([2eeac88](https://github.com/linq-team/linq-node/commit/2eeac88c9f6e4a2a9d3791736df565cd9ec54984))
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
### Documentation
|
|
53
|
-
|
|
54
|
-
* **api:** add attachment security, lifecycle, and compliance documentation ([35d1bb1](https://github.com/linq-team/linq-node/commit/35d1bb1a21ee0c53b257a441d6d281ed75bc8c16))
|
|
55
|
-
* **api:** deprecate status field in attachments, is_archived in chats ([ecabbff](https://github.com/linq-team/linq-node/commit/ecabbff7ba7576277df8ddee86e1f3e987b80abc))
|
|
56
|
-
|
|
57
|
-
## 0.22.1 (2026-05-07)
|
|
58
|
-
|
|
59
|
-
Full Changelog: [v0.22.0...v0.22.1](https://github.com/linq-team/linq-node/compare/v0.22.0...v0.22.1)
|
|
60
|
-
|
|
61
|
-
### Documentation
|
|
62
|
-
|
|
63
|
-
* update http mcp docs ([9e0eddb](https://github.com/linq-team/linq-node/commit/9e0eddbeee0716060750c7d575ad86c7d829df5a))
|
|
64
|
-
|
|
65
|
-
## 0.22.0 (2026-05-07)
|
|
66
|
-
|
|
67
|
-
Full Changelog: [v0.21.0...v0.22.0](https://github.com/linq-team/linq-node/compare/v0.21.0...v0.22.0)
|
|
68
|
-
|
|
69
|
-
### Features
|
|
70
|
-
|
|
71
|
-
* **chat-service:** expose health_score.updated_at on chat reads + webhooks ([afc2416](https://github.com/linq-team/linq-node/commit/afc2416ad75b6300ebf8c0e06049e910057cce0c))
|
|
72
|
-
* remove health_score from synapse — health_status is the contract ([96d4732](https://github.com/linq-team/linq-node/commit/96d473217ff46b765302950395e67942aa9dcd37))
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
### Bug Fixes
|
|
76
|
-
|
|
77
|
-
* **chat-service:** stamp health_status from risk-service sync reply ([5d4a725](https://github.com/linq-team/linq-node/commit/5d4a725ccd20ca575c01b349e3c004363c154f9b))
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
### Documentation
|
|
81
|
-
|
|
82
|
-
* **openapi:** add HealthStatus [BETA] + deprecate HealthScore ([6375085](https://github.com/linq-team/linq-node/commit/6375085333663f2f7a652d4075bc0d57d5696e68))
|
|
83
|
-
* **openapi:** add named examples to unblock docs OpExample ([698268c](https://github.com/linq-team/linq-node/commit/698268cc261fe523338ecddb37b87bf896f59bd5))
|
|
84
|
-
|
|
85
|
-
## 0.21.0 (2026-04-30)
|
|
86
|
-
|
|
87
|
-
Full Changelog: [v0.20.0...v0.21.0](https://github.com/linq-team/linq-node/compare/v0.20.0...v0.21.0)
|
|
88
|
-
|
|
89
|
-
### Features
|
|
90
|
-
|
|
91
|
-
* [PoC] sync risk lookup on message.received via NATS req/reply ([bacc070](https://github.com/linq-team/linq-node/commit/bacc070999eab6a1fb503372e0b91616dfbf4889))
|
|
92
|
-
* **webhooks:** nest health_score under chat (PLT-540) + remove standalone opt_out/opt_in webhooks ([300066b](https://github.com/linq-team/linq-node/commit/300066b81096a54cb7d3c3db1b6db6f98b0528d3))
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
### Chores
|
|
96
|
-
|
|
97
|
-
* avoid formatting file that gets changed during releases ([16cf782](https://github.com/linq-team/linq-node/commit/16cf78284b247f5796feedc2ea486764663c5d96))
|
|
98
|
-
* **format:** run eslint and prettier separately ([45ec4fc](https://github.com/linq-team/linq-node/commit/45ec4fcd049a73d0494491f56637a8eb1bb2620f))
|
|
99
|
-
|
|
100
|
-
## 0.20.0 (2026-04-28)
|
|
101
|
-
|
|
102
|
-
Full Changelog: [v0.19.0...v0.20.0](https://github.com/linq-team/linq-node/compare/v0.19.0...v0.20.0)
|
|
103
|
-
|
|
104
|
-
### Features
|
|
105
|
-
|
|
106
|
-
* support setting headers via env ([5c37041](https://github.com/linq-team/linq-node/commit/5c3704140d98bdef65f9022c287317d6cc1b0ff9))
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
### Bug Fixes
|
|
110
|
-
|
|
111
|
-
* **openapi:** enforce mutual exclusivity constraints on reaction and voice memo schemas ([949f01d](https://github.com/linq-team/linq-node/commit/949f01d6525ea830a24fb27c0ff666ea7d1a7e2a))
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
### Chores
|
|
115
|
-
|
|
116
|
-
* **internal:** codegen related update ([4e43abb](https://github.com/linq-team/linq-node/commit/4e43abb00444e2e62e66418857ddc7ff53333143))
|
|
117
|
-
* restructure docs search code ([9e1820b](https://github.com/linq-team/linq-node/commit/9e1820bc4cab025b0079fdf30a57a9b23b8132f7))
|
|
118
|
-
|
|
119
|
-
## 0.19.0 (2026-04-26)
|
|
120
|
-
|
|
121
|
-
Full Changelog: [v0.18.1...v0.19.0](https://github.com/linq-team/linq-node/compare/v0.18.1...v0.19.0)
|
|
122
|
-
|
|
123
|
-
### Features
|
|
124
|
-
|
|
125
|
-
* **api:** update docs link ([b303d22](https://github.com/linq-team/linq-node/commit/b303d229dd783b29db72b55d40f7190304ec938b))
|
|
126
|
-
|
|
127
|
-
## 0.18.1 (2026-04-25)
|
|
128
|
-
|
|
129
|
-
Full Changelog: [v0.18.0...v0.18.1](https://github.com/linq-team/linq-node/compare/v0.18.0...v0.18.1)
|
|
130
|
-
|
|
131
|
-
### Chores
|
|
132
|
-
|
|
133
|
-
* configure new SDK language ([14cb42e](https://github.com/linq-team/linq-node/commit/14cb42e6030c8545e8b3f79b10bda99123a3bcf4))
|
|
134
|
-
|
|
135
|
-
## 0.18.0 (2026-04-24)
|
|
136
|
-
|
|
137
|
-
Full Changelog: [v0.17.0...v0.18.0](https://github.com/linq-team/linq-node/compare/v0.17.0...v0.18.0)
|
|
138
|
-
|
|
139
|
-
### Features
|
|
140
|
-
|
|
141
|
-
* make compliance webhooks (message.opt_out/opt_in) GA ([f3dbcbc](https://github.com/linq-team/linq-node/commit/f3dbcbc68da7593d0afe71a86ab4154d40e84e3d))
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
### Documentation
|
|
145
|
-
|
|
146
|
-
* **api:** add first outbound message link restriction note to POST /v3/chats ([868c76b](https://github.com/linq-team/linq-node/commit/868c76b21ea5f427c9fd66f6f394d08835f8542f))
|
|
147
|
-
|
|
148
|
-
## 0.17.0 (2026-04-23)
|
|
149
|
-
|
|
150
|
-
Full Changelog: [v0.16.4...v0.17.0](https://github.com/linq-team/linq-node/compare/v0.16.4...v0.17.0)
|
|
151
|
-
|
|
152
|
-
### Features
|
|
153
|
-
|
|
154
|
-
* **api:** expose health_score on chats (BETA) ([0e9fb37](https://github.com/linq-team/linq-node/commit/0e9fb37dc04f19d7c511ff8eba8a044108416a45))
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
### Chores
|
|
158
|
-
|
|
159
|
-
* **internal:** more robust bootstrap script ([c04109f](https://github.com/linq-team/linq-node/commit/c04109f9c19282b7a2265787595ba352320cdedf))
|
|
160
|
-
|
|
161
|
-
## 0.16.4 (2026-04-20)
|
|
162
|
-
|
|
163
|
-
Full Changelog: [v0.16.3...v0.16.4](https://github.com/linq-team/linq-node/compare/v0.16.3...v0.16.4)
|
|
164
|
-
|
|
165
|
-
### Documentation
|
|
166
|
-
|
|
167
|
-
* **api:** document edit message limits (BUG-7607) ([2e6f897](https://github.com/linq-team/linq-node/commit/2e6f89795cf0930b4ffb9ce48da82e2114a0fba2))
|
|
168
|
-
|
|
169
|
-
## 0.16.3 (2026-04-14)
|
|
170
|
-
|
|
171
|
-
Full Changelog: [v0.16.2...v0.16.3](https://github.com/linq-team/linq-node/compare/v0.16.2...v0.16.3)
|
|
172
|
-
|
|
173
|
-
### Documentation
|
|
174
|
-
|
|
175
|
-
* **openapi:** document typing indicator behavior and limitations ([efa2883](https://github.com/linq-team/linq-node/commit/efa28835343cb143c48a259518ea085bb1d79af2))
|
|
176
|
-
|
|
177
|
-
## 0.16.2 (2026-04-09)
|
|
178
|
-
|
|
179
|
-
Full Changelog: [v0.16.1...v0.16.2](https://github.com/linq-team/linq-node/compare/v0.16.1...v0.16.2)
|
|
180
|
-
|
|
181
|
-
### Bug Fixes
|
|
182
|
-
|
|
183
|
-
* **api-service:** add created_at and make sent_at nullable in SentMessage ([98ca7d9](https://github.com/linq-team/linq-node/commit/98ca7d95849f8520525aa03c43c94468653fb17d))
|
|
184
|
-
* block SMS group participant changes and fix e2e test failures ([2f0e9eb](https://github.com/linq-team/linq-node/commit/2f0e9eb19e63c2c9e5ea86c1d41e7d32b39bcf6d))
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
### Chores
|
|
188
|
-
|
|
189
|
-
* **internal:** codegen related update ([878ea23](https://github.com/linq-team/linq-node/commit/878ea2329a5ade428dc8001059d1c3a1de7bfaaf))
|
|
190
|
-
|
|
191
|
-
## 0.16.1 (2026-04-07)
|
|
192
|
-
|
|
193
|
-
Full Changelog: [v0.16.0...v0.16.1](https://github.com/linq-team/linq-node/compare/v0.16.0...v0.16.1)
|
|
194
|
-
|
|
195
|
-
### Bug Fixes
|
|
196
|
-
|
|
197
|
-
* add SVG support to synapse attachments ([f50e954](https://github.com/linq-team/linq-node/commit/f50e954709037792e944e0343ceb776f522cc7f7))
|
|
198
|
-
|
|
199
|
-
## 0.16.0 (2026-04-04)
|
|
200
|
-
|
|
201
|
-
Full Changelog: [v0.15.1...v0.16.0](https://github.com/linq-team/linq-node/compare/v0.15.1...v0.16.0)
|
|
202
|
-
|
|
203
|
-
### Features
|
|
204
|
-
|
|
205
|
-
* **api:** config cleanup ([ff28e0e](https://github.com/linq-team/linq-node/commit/ff28e0e2ccf8020f158299c645f58cc76badbb57))
|
|
206
|
-
|
|
207
|
-
## 0.15.1 (2026-04-01)
|
|
208
|
-
|
|
209
|
-
Full Changelog: [v0.15.0...v0.15.1](https://github.com/linq-team/linq-node/compare/v0.15.0...v0.15.1)
|
|
210
|
-
|
|
211
|
-
### Documentation
|
|
212
|
-
|
|
213
|
-
* update contact card API docs with setup and sharing guidance ([b7ed980](https://github.com/linq-team/linq-node/commit/b7ed98081d3789ae909e1c3aa9a6540f2dfd167f))
|
|
214
|
-
|
|
215
|
-
## 0.15.0 (2026-04-01)
|
|
216
|
-
|
|
217
|
-
Full Changelog: [v0.14.0...v0.15.0](https://github.com/linq-team/linq-node/compare/v0.14.0...v0.15.0)
|
|
218
|
-
|
|
219
|
-
### Features
|
|
220
|
-
|
|
221
|
-
* **api:** fix webhook model ([afd1c46](https://github.com/linq-team/linq-node/commit/afd1c46adef96fa70919061219f5431d17c47350))
|
|
222
|
-
* PLT(Synapse): Add attachment_id support and tests to voice memo endpoint ([a1564c5](https://github.com/linq-team/linq-node/commit/a1564c5610c2041d991ff9f630af1d4c1d45d52a))
|
|
223
|
-
* Return 403 for group chat typing indicators ([539efd8](https://github.com/linq-team/linq-node/commit/539efd8ba92278fea1c7274af9541a44954ea136))
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
### Bug Fixes
|
|
227
|
-
|
|
228
|
-
* **internal:** gitignore generated `oidc` dir ([addc232](https://github.com/linq-team/linq-node/commit/addc23275ba8ecf42580b5c6e99f614879f2f91b))
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
### Chores
|
|
232
|
-
|
|
233
|
-
* **ci:** skip lint on metadata-only changes ([de73499](https://github.com/linq-team/linq-node/commit/de73499cb903d1a29f213408d28acc38a78edf74))
|
|
234
|
-
|
|
235
|
-
## 0.14.0 (2026-03-24)
|
|
236
|
-
|
|
237
|
-
Full Changelog: [v0.13.0...v0.14.0](https://github.com/linq-team/linq-node/compare/v0.13.0...v0.14.0)
|
|
238
|
-
|
|
239
|
-
### Features
|
|
240
|
-
|
|
241
|
-
* Clean up mess in docs ([107202e](https://github.com/linq-team/linq-node/commit/107202ea7d267f68da3cea5befde82e91d576d69))
|
|
242
|
-
|
|
243
|
-
## 0.13.0 (2026-03-24)
|
|
244
|
-
|
|
245
|
-
Full Changelog: [v0.12.2...v0.13.0](https://github.com/linq-team/linq-node/compare/v0.12.2...v0.13.0)
|
|
246
|
-
|
|
247
|
-
### Features
|
|
248
|
-
|
|
249
|
-
* BUG: soft delete messages in V3 ([103b592](https://github.com/linq-team/linq-node/commit/103b5921aa2496fc8ac8908c2c375670cab74773))
|
|
250
|
-
* Pdev 6191 facetime orchestrator hub api service call service webhook ([91ffdae](https://github.com/linq-team/linq-node/commit/91ffdae7d99a024d4d0392da7a9bae436572e460))
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
### Bug Fixes
|
|
254
|
-
|
|
255
|
-
* **webhook:** add NATS BackOff retry + tighten squawk linter ([e32c182](https://github.com/linq-team/linq-node/commit/e32c182a2c073d2b4581929ccb426750797dd92e))
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
### Chores
|
|
259
|
-
|
|
260
|
-
* **internal:** update gitignore ([66925a3](https://github.com/linq-team/linq-node/commit/66925a373dea7610cb58b3bfe643fe9ea0651464))
|
|
261
|
-
|
|
262
|
-
## 0.12.2 (2026-03-21)
|
|
263
|
-
|
|
264
|
-
Full Changelog: [v0.12.1...v0.12.2](https://github.com/linq-team/linq-node/compare/v0.12.1...v0.12.2)
|
|
265
|
-
|
|
266
|
-
## 0.12.1 (2026-03-20)
|
|
267
|
-
|
|
268
|
-
Full Changelog: [v0.12.0...v0.12.1](https://github.com/linq-team/linq-node/compare/v0.12.0...v0.12.1)
|
|
269
|
-
|
|
270
|
-
### Documentation
|
|
271
|
-
|
|
272
|
-
* add import type guidance to README ([a21ee79](https://github.com/linq-team/linq-node/commit/a21ee796b79ad085e915ce48a8d8cd433f3f00e5))
|
|
273
|
-
|
|
274
|
-
## 0.12.0 (2026-03-20)
|
|
275
|
-
|
|
276
|
-
Full Changelog: [v0.11.0...v0.12.0](https://github.com/linq-team/linq-node/compare/v0.11.0...v0.12.0)
|
|
277
|
-
|
|
278
|
-
### Features
|
|
279
|
-
|
|
280
|
-
* add per-line phone number filtering for webhook subscriptions ([18003b4](https://github.com/linq-team/linq-node/commit/18003b4c7ca529ff7377431f4d61dca2905aa76f))
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
### Bug Fixes
|
|
284
|
-
|
|
285
|
-
* return link part type in API responses and webhooks ([d193949](https://github.com/linq-team/linq-node/commit/d1939493874f4bbd02e13ef9f54c9a4f9b4b4179))
|
|
286
|
-
|
|
287
|
-
## 0.11.0 (2026-03-19)
|
|
288
|
-
|
|
289
|
-
Full Changelog: [v0.10.0...v0.11.0](https://github.com/linq-team/linq-node/compare/v0.10.0...v0.11.0)
|
|
290
|
-
|
|
291
|
-
### Features
|
|
292
|
-
|
|
293
|
-
* **api:** manual updates ([5b36092](https://github.com/linq-team/linq-node/commit/5b3609282b4f497340c66c5d2746f72513d7fd36))
|
|
294
|
-
|
|
295
|
-
## 0.10.0 (2026-03-19)
|
|
296
|
-
|
|
297
|
-
Full Changelog: [v0.9.0...v0.10.0](https://github.com/linq-team/linq-node/compare/v0.9.0...v0.10.0)
|
|
298
|
-
|
|
299
|
-
### Features
|
|
300
|
-
|
|
301
|
-
* **api:** update config ([8025138](https://github.com/linq-team/linq-node/commit/8025138a33d579a302785b711850dcad957730d8))
|
|
302
|
-
|
|
303
|
-
## 0.9.0 (2026-03-19)
|
|
304
|
-
|
|
305
|
-
Full Changelog: [v0.8.1...v0.9.0](https://github.com/linq-team/linq-node/compare/v0.8.1...v0.9.0)
|
|
306
|
-
|
|
307
|
-
### Features
|
|
308
|
-
|
|
309
|
-
* BUG: support rich media ddscan in links ([f3f8952](https://github.com/linq-team/linq-node/commit/f3f8952f7024a5038070edf07cfe3728d674fbec))
|
|
310
|
-
* PLT(Synapse): Add Content-Type validation for outbound presigned URL uploads ([343e03f](https://github.com/linq-team/linq-node/commit/343e03f0f63904c9c3c2f81ea9ebcfddd69c0e7d))
|
|
311
|
-
|
|
312
|
-
## 0.8.1 (2026-03-17)
|
|
313
|
-
|
|
314
|
-
Full Changelog: [v0.8.0...v0.8.1](https://github.com/linq-team/linq-node/compare/v0.8.0...v0.8.1)
|
|
315
|
-
|
|
316
|
-
### Bug Fixes
|
|
317
|
-
|
|
318
|
-
* enforce server-side authorization on DELETE /v3/messages/{messageId} ([45ce9ad](https://github.com/linq-team/linq-node/commit/45ce9ad9e4af4756da27009f7dbde012523017b1))
|
|
319
|
-
* **openapi:** correct schema errors and example inconsistencies ([b3a7d22](https://github.com/linq-team/linq-node/commit/b3a7d22064cc39fd7d00c66a85665bd5711b628f))
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
### Chores
|
|
323
|
-
|
|
324
|
-
* **internal:** tweak CI branches ([9b7ffaf](https://github.com/linq-team/linq-node/commit/9b7ffaf343497bd4298312a9de7312cdda8cf277))
|
|
325
|
-
|
|
326
|
-
## 0.8.0 (2026-03-12)
|
|
327
|
-
|
|
328
|
-
Full Changelog: [v0.7.1...v0.8.0](https://github.com/linq-team/linq-node/compare/v0.7.1...v0.8.0)
|
|
329
|
-
|
|
330
|
-
### Features
|
|
331
|
-
|
|
332
|
-
* make `from` optional on GET /v3/chats and add `to` filter ([b36752b](https://github.com/linq-team/linq-node/commit/b36752b991171ee984cc985e68dc8f82afc928e6))
|
|
333
|
-
* PDEV(Synapse): support markdown and text effects ([00dc922](https://github.com/linq-team/linq-node/commit/00dc922ef1cca534a50931d290c9b2e47b87772c))
|
|
334
|
-
* Plt 397 patch update contact card endpoint rename my cards endpoints ([4b64e37](https://github.com/linq-team/linq-node/commit/4b64e373c20408ebfb7a6ab8f9e32678115dd9de))
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
### Chores
|
|
338
|
-
|
|
339
|
-
* **internal:** update dependencies to address dependabot vulnerabilities ([19ceba3](https://github.com/linq-team/linq-node/commit/19ceba365cab72a999a5305be2566f8cdd5e216b))
|
|
340
|
-
|
|
341
|
-
## 0.7.1 (2026-03-10)
|
|
342
|
-
|
|
343
|
-
Full Changelog: [v0.7.0...v0.7.1](https://github.com/linq-team/linq-node/compare/v0.7.0...v0.7.1)
|
|
344
|
-
|
|
345
|
-
### Bug Fixes
|
|
346
|
-
|
|
347
|
-
* **client:** preserve URL params already embedded in path ([fd27237](https://github.com/linq-team/linq-node/commit/fd2723743ecb0a03a270f1de26d4c0bd4b6316f4))
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
### Chores
|
|
351
|
-
|
|
352
|
-
* **ci:** skip uploading artifacts on stainless-internal branches ([eb94f55](https://github.com/linq-team/linq-node/commit/eb94f55628d03dffa3fefde4c0551a3b1579b69f))
|
|
353
|
-
|
|
354
|
-
## 0.7.0 (2026-03-07)
|
|
355
|
-
|
|
356
|
-
Full Changelog: [v0.6.0...v0.7.0](https://github.com/linq-team/linq-node/compare/v0.6.0...v0.7.0)
|
|
357
|
-
|
|
358
|
-
### Features
|
|
359
|
-
|
|
360
|
-
* Programmatically update contact card ([2c59430](https://github.com/linq-team/linq-node/commit/2c59430e465275d8b572161355e511b4229780fa))
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
### Chores
|
|
364
|
-
|
|
365
|
-
* **internal:** codegen related update ([dcc3b3a](https://github.com/linq-team/linq-node/commit/dcc3b3a40e8079ea0d5180bc6f2be4d792b83830))
|
|
366
|
-
|
|
367
|
-
## 0.6.0 (2026-03-05)
|
|
368
|
-
|
|
369
|
-
Full Changelog: [v0.5.0...v0.6.0](https://github.com/linq-team/linq-node/compare/v0.5.0...v0.6.0)
|
|
370
|
-
|
|
371
|
-
### Features
|
|
372
|
-
|
|
373
|
-
* **api:** fix shared ([fe8b11c](https://github.com/linq-team/linq-node/commit/fe8b11c7975f53b21f21ec8f3c1ad748591b6a08))
|
|
374
|
-
|
|
375
|
-
## 0.5.0 (2026-03-05)
|
|
376
|
-
|
|
377
|
-
Full Changelog: [v0.4.0...v0.5.0](https://github.com/linq-team/linq-node/compare/v0.4.0...v0.5.0)
|
|
378
|
-
|
|
379
|
-
### Features
|
|
380
|
-
|
|
381
|
-
* **api:** update shared types ([6ccf1e2](https://github.com/linq-team/linq-node/commit/6ccf1e22548b58f44df3267db34369f1df29830c))
|
|
382
|
-
|
|
383
|
-
## 0.4.0 (2026-03-05)
|
|
384
|
-
|
|
385
|
-
Full Changelog: [v0.3.0...v0.4.0](https://github.com/linq-team/linq-node/compare/v0.3.0...v0.4.0)
|
|
386
|
-
|
|
387
|
-
### Features
|
|
388
|
-
|
|
389
|
-
* **api:** add new endpoint ([feaa645](https://github.com/linq-team/linq-node/commit/feaa645c6c2a9be7c596327f8ec25ac16f8ad352))
|
|
390
|
-
|
|
391
|
-
## 0.3.0 (2026-03-05)
|
|
392
|
-
|
|
393
|
-
Full Changelog: [v0.2.0...v0.3.0](https://github.com/linq-team/linq-node/compare/v0.2.0...v0.3.0)
|
|
394
|
-
|
|
395
|
-
### Features
|
|
396
|
-
|
|
397
|
-
* **api:** manual updates ([d22c7b7](https://github.com/linq-team/linq-node/commit/d22c7b7e2d9c50490831361d43320d050a103cdf))
|
|
398
|
-
|
|
399
|
-
## 0.2.0 (2026-03-05)
|
|
400
|
-
|
|
401
|
-
Full Changelog: [v0.1.5...v0.2.0](https://github.com/linq-team/linq-node/compare/v0.1.5...v0.2.0)
|
|
402
|
-
|
|
403
|
-
### Features
|
|
404
|
-
|
|
405
|
-
* Allow 100 presigned URL or uploaded attachments (URL + ID) in a message ([adb1e81](https://github.com/linq-team/linq-node/commit/adb1e812c68ab101e2f1362a3c53602dc9c589af))
|
|
406
|
-
* Plt 361 synapse support editing messages in v3 ([68d7b8a](https://github.com/linq-team/linq-node/commit/68d7b8afbc158ecb3fd0ce85e9ca8c0ad324b6bc))
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
### Bug Fixes
|
|
410
|
-
|
|
411
|
-
* remove unused part-level idempotency_key from OpenAPI spec ([24df345](https://github.com/linq-team/linq-node/commit/24df345db930e173b4618ce04819dd9dc021aa02))
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
### Chores
|
|
415
|
-
|
|
416
|
-
* **internal:** codegen related update ([3c28377](https://github.com/linq-team/linq-node/commit/3c283771a2d2ff459ed32f289d2e03fa379278af))
|
|
417
|
-
* **internal:** move stringifyQuery implementation to internal function ([b86f2c0](https://github.com/linq-team/linq-node/commit/b86f2c05a2c2e2b2ea4fe1df03c70b27f35def30))
|
|
418
|
-
|
|
419
|
-
## 0.1.5 (2026-02-24)
|
|
420
|
-
|
|
421
|
-
Full Changelog: [v0.1.4...v0.1.5](https://github.com/linq-team/linq-node/compare/v0.1.4...v0.1.5)
|
|
422
|
-
|
|
423
|
-
### Bug Fixes
|
|
424
|
-
|
|
425
|
-
* sendReaction OpenAPI spec returns 202 not 200 ([5d99f29](https://github.com/linq-team/linq-node/commit/5d99f29e57416f1ef5205938096f812e2d99154d))
|
|
426
|
-
|
|
427
|
-
## 0.1.4 (2026-02-24)
|
|
428
|
-
|
|
429
|
-
Full Changelog: [v0.1.3...v0.1.4](https://github.com/linq-team/linq-node/compare/v0.1.3...v0.1.4)
|
|
430
|
-
|
|
431
|
-
### Features
|
|
432
|
-
|
|
433
|
-
* **api:** add shared resource ([380a131](https://github.com/linq-team/linq-node/commit/380a131778f848b4801505a5058b368dcfe714d2))
|
|
434
|
-
* **api:** wtf ([f7e7689](https://github.com/linq-team/linq-node/commit/f7e76894338f764efdf980ac32768d96019a42c5))
|
|
435
|
-
* PLT: Include sticker details for iMessage tapback webhooks ([e219e9f](https://github.com/linq-team/linq-node/commit/e219e9fc8a6a52701cb2ec465de366c590815517))
|
|
436
|
-
|
|
437
|
-
## 0.1.3 (2026-02-24)
|
|
438
|
-
|
|
439
|
-
Full Changelog: [v0.1.2...v0.1.3](https://github.com/linq-team/linq-node/compare/v0.1.2...v0.1.3)
|
|
440
|
-
|
|
441
|
-
### Features
|
|
442
|
-
|
|
443
|
-
* **api:** add publish ([9985388](https://github.com/linq-team/linq-node/commit/9985388e902289caf832e5bd9ec679eea086babf))
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
### Chores
|
|
447
|
-
|
|
448
|
-
* update SDK settings ([5fcd66d](https://github.com/linq-team/linq-node/commit/5fcd66d24acb2d008474d5b286c2597e2f5642ce))
|
|
449
|
-
* update SDK settings ([ddbc1b9](https://github.com/linq-team/linq-node/commit/ddbc1b903f83f0b51b3ef0a411d738f002b6da88))
|
|
450
|
-
|
|
451
|
-
## 0.1.2 (2026-02-24)
|
|
452
|
-
|
|
453
|
-
Full Changelog: [v0.1.1...v0.1.2](https://github.com/linq-team/linq-node/compare/v0.1.1...v0.1.2)
|
|
454
|
-
|
|
455
|
-
### Features
|
|
456
|
-
|
|
457
|
-
* **api:** fix service type ([d0abbf2](https://github.com/linq-team/linq-node/commit/d0abbf2e3a3a85266215d01e6cd4268148c7d66d))
|
|
458
|
-
|
|
459
|
-
## 0.1.1 (2026-02-24)
|
|
460
|
-
|
|
461
|
-
Full Changelog: [v0.1.0...v0.1.1](https://github.com/linq-team/linq-node/compare/v0.1.0...v0.1.1)
|
|
462
|
-
|
|
463
|
-
### Features
|
|
464
|
-
|
|
465
|
-
* **api:** manual updates ([1e5a3c1](https://github.com/linq-team/linq-node/commit/1e5a3c15f90814f696548098570640d36aff3410))
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
### Chores
|
|
469
|
-
|
|
470
|
-
* remove custom code ([b0958ec](https://github.com/linq-team/linq-node/commit/b0958ec1385f9bb1fa946f2948fee08055adfb22))
|
|
471
|
-
* update SDK settings ([f6da0a0](https://github.com/linq-team/linq-node/commit/f6da0a0623ff711f92744872d079f4de903c7613))
|
|
472
|
-
|
|
473
|
-
## 0.1.0 (2026-02-23)
|
|
474
|
-
|
|
475
|
-
Full Changelog: [v0.0.1...v0.1.0](https://github.com/linq-team/linq-node/compare/v0.0.1...v0.1.0)
|
|
476
|
-
|
|
477
|
-
### Features
|
|
478
|
-
|
|
479
|
-
* Add Stainless SDK build to OpenAPI workflow ([7d710e6](https://github.com/linq-team/linq-node/commit/7d710e615b08c3294ffa35091557bf360193af55))
|
|
480
|
-
* **api:** api update ([0a6d75d](https://github.com/linq-team/linq-node/commit/0a6d75d3e35aabac4843629852ebc23bd091c192))
|
|
481
|
-
* **api:** api update ([b921025](https://github.com/linq-team/linq-node/commit/b921025a36162f324395253939647b1d2a5461b9))
|
|
482
|
-
* **api:** api update ([593b266](https://github.com/linq-team/linq-node/commit/593b266a51ec44bc4ddbe893ae08ed0ce254375e))
|
|
483
|
-
* **api:** api update ([e6642f4](https://github.com/linq-team/linq-node/commit/e6642f4bc9520fb92433cd25ec78d1abf3392c03))
|
|
484
|
-
* deprecate /phonenumbers in favor of /phone_numbers endpoint ([91f4b97](https://github.com/linq-team/linq-node/commit/91f4b97af63525cc1089c6340ced767cda7d81c8))
|
|
485
|
-
* enable documented OpenAPI spec with SDK code samples ([3dde73c](https://github.com/linq-team/linq-node/commit/3dde73cadb43e86fec82a805551b79c9aa234f71))
|
|
486
|
-
* enable OIDC trusted publishing and npm provenance ([b372e1c](https://github.com/linq-team/linq-node/commit/b372e1c4f984aef4d73a60fbd0b699d51fee397d))
|
|
487
|
-
* switch npm publishing to OIDC trusted publishing ([52954e8](https://github.com/linq-team/linq-node/commit/52954e82b349c631a118a4e921eab7be5e9f670a))
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
### Bug Fixes
|
|
491
|
-
|
|
492
|
-
* configure OIDC publishing and fix chat list test examples ([fc00a34](https://github.com/linq-team/linq-node/commit/fc00a344a1d32b9dead7318b89b565af7f273a76))
|
|
493
|
-
* remove NPM_TOKEN requirement from release-doctor, add provenance ([bfe16fe](https://github.com/linq-team/linq-node/commit/bfe16fe2cebedab7d3c8733fd4c7b477a108c05a))
|
|
494
|
-
* remove provenance flag for private repo publishing ([3ae4be7](https://github.com/linq-team/linq-node/commit/3ae4be7539d46672439d540c58ba011cb3f58e1e))
|
|
495
|
-
* restore correct stainless config ([f092ae5](https://github.com/linq-team/linq-node/commit/f092ae5f133a2226abddec4565892be91a96afb1))
|
|
496
|
-
* restore setup-node v4 and registry-url in publish workflow ([50f11ea](https://github.com/linq-team/linq-node/commit/50f11ea701b3e7ec5342f316146cfdd15bcaafc8))
|
|
497
|
-
* update organization docs URL to apidocs.linqapp.com ([4ad2b90](https://github.com/linq-team/linq-node/commit/4ad2b900f779bfe4e18b403cd90ff9a0a46020da))
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
### Chores
|
|
501
|
-
|
|
502
|
-
* **internal/client:** fix form-urlencoded requests ([dd2b7f6](https://github.com/linq-team/linq-node/commit/dd2b7f67a9acdbffd96c8f6e3a45e6860b498e3f))
|
|
503
|
-
* sync repo ([a780316](https://github.com/linq-team/linq-node/commit/a7803164fb5f12afdec8ed51c35003307a14b480))
|
|
504
|
-
* update SDK settings ([d176c25](https://github.com/linq-team/linq-node/commit/d176c255fc623ab12aa74ea5bf00262ce633a81b))
|
|
505
|
-
* update SDK settings ([b61c9ee](https://github.com/linq-team/linq-node/commit/b61c9ee72f8700531c70ac3161bbe0dbeb1cde61))
|
|
506
|
-
* update SDK settings ([cdc73fc](https://github.com/linq-team/linq-node/commit/cdc73fccde19ba94d27de4ae2b31c48d18627756))
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
### Documentation
|
|
510
|
-
|
|
511
|
-
* add CLAUDE.md and .stainless/ workspace config ([82b2491](https://github.com/linq-team/linq-node/commit/82b2491bf0ee34e9ce6b6d1bff6705ab581c7e95))
|
|
512
|
-
* note contact card setup required for share_contact_card endpoint ([2c8c39f](https://github.com/linq-team/linq-node/commit/2c8c39f99ac55620f5d13e4a2349d046db7c8f45))
|
|
8
|
+
* regenerate SDKs from updated API spec ([#68](https://github.com/linq-team/linq-node/issues/68)) ([8be6b30](https://github.com/linq-team/linq-node/commit/8be6b305b6e33ce98152e46b491f237d20b898e7))
|