@linqapp/sdk 0.24.2 → 0.25.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/api-promise.d.mts +0 -1
- package/api-promise.d.mts.map +1 -1
- package/api-promise.d.ts +0 -1
- package/api-promise.d.ts.map +1 -1
- package/api-promise.mjs +0 -1
- package/api-promise.mjs.map +1 -1
- package/client.d.mts +3 -3
- package/client.d.mts.map +1 -1
- package/client.d.ts +3 -3
- package/client.d.ts.map +1 -1
- package/client.mjs.map +1 -1
- package/core/api-promise.d.mts.map +1 -1
- package/core/api-promise.d.ts.map +1 -1
- package/core/api-promise.mjs.map +1 -1
- package/core/error.mjs.map +1 -1
- package/core/pagination.d.mts.map +1 -1
- package/core/pagination.d.ts.map +1 -1
- package/core/pagination.mjs.map +1 -1
- package/core/resource.d.mts.map +1 -1
- package/core/resource.d.ts.map +1 -1
- package/core/uploads.d.mts.map +1 -1
- package/core/uploads.d.ts.map +1 -1
- package/core/uploads.mjs.map +1 -1
- package/error.d.mts +0 -1
- package/error.d.mts.map +1 -1
- package/error.d.ts +0 -1
- package/error.d.ts.map +1 -1
- package/error.mjs +0 -1
- package/error.mjs.map +1 -1
- package/index.d.mts.map +1 -1
- package/index.d.ts.map +1 -1
- package/index.mjs.map +1 -1
- package/internal/detect-platform.mjs.map +1 -1
- package/internal/headers.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.mjs.map +1 -1
- package/internal/request-options.d.mts.map +1 -1
- package/internal/request-options.d.ts.map +1 -1
- package/internal/shims.d.mts +0 -6
- package/internal/shims.d.mts.map +1 -1
- package/internal/shims.d.ts +0 -6
- package/internal/shims.d.ts.map +1 -1
- package/internal/to-file.d.mts.map +1 -1
- package/internal/to-file.d.ts.map +1 -1
- package/internal/to-file.mjs.map +1 -1
- package/internal/types.d.mts +4 -4
- package/internal/types.d.mts.map +1 -1
- package/internal/types.d.ts +4 -4
- package/internal/types.d.ts.map +1 -1
- package/internal/uploads.d.mts.map +1 -1
- package/internal/uploads.d.ts.map +1 -1
- package/internal/uploads.mjs.map +1 -1
- package/internal/utils/base64.mjs.map +1 -1
- package/internal/utils/log.d.mts.map +1 -1
- package/internal/utils/log.d.ts.map +1 -1
- package/internal/utils/log.mjs.map +1 -1
- package/internal/utils/path.mjs.map +1 -1
- package/internal/utils/query.mjs.map +1 -1
- package/internal/utils/values.mjs.map +1 -1
- package/internal/utils.d.mts.map +1 -1
- package/internal/utils.d.ts.map +1 -1
- package/internal/utils.mjs.map +1 -1
- package/package.json +1 -1
- package/pagination.d.mts +0 -1
- package/pagination.d.mts.map +1 -1
- package/pagination.d.ts +0 -1
- package/pagination.d.ts.map +1 -1
- package/pagination.mjs +0 -1
- package/pagination.mjs.map +1 -1
- package/resource.d.mts +0 -1
- package/resource.d.mts.map +1 -1
- package/resource.d.ts +0 -1
- package/resource.d.ts.map +1 -1
- package/resource.mjs +0 -1
- package/resource.mjs.map +1 -1
- package/resources/attachments.d.mts.map +1 -1
- package/resources/attachments.d.ts.map +1 -1
- package/resources/attachments.mjs.map +1 -1
- package/resources/capability.d.mts.map +1 -1
- package/resources/capability.d.ts.map +1 -1
- package/resources/capability.mjs.map +1 -1
- package/resources/chats/chats.d.mts +63 -63
- package/resources/chats/chats.d.mts.map +1 -1
- package/resources/chats/chats.d.ts +63 -63
- package/resources/chats/chats.d.ts.map +1 -1
- package/resources/chats/chats.js +59 -59
- package/resources/chats/chats.js.map +1 -1
- package/resources/chats/chats.mjs +59 -59
- package/resources/chats/chats.mjs.map +1 -1
- package/resources/chats/index.d.mts +2 -2
- package/resources/chats/index.d.mts.map +1 -1
- package/resources/chats/index.d.ts +2 -2
- package/resources/chats/index.d.ts.map +1 -1
- package/resources/chats/index.mjs.map +1 -1
- 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/chats/participants.d.mts.map +1 -1
- package/resources/chats/participants.d.ts.map +1 -1
- package/resources/chats/participants.mjs.map +1 -1
- package/resources/chats/typing.d.mts.map +1 -1
- package/resources/chats/typing.d.ts.map +1 -1
- package/resources/chats/typing.mjs.map +1 -1
- package/resources/chats.d.mts.map +1 -1
- package/resources/chats.d.ts.map +1 -1
- package/resources/chats.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/index.mjs.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/phone-numbers.d.mts.map +1 -1
- package/resources/phone-numbers.d.ts.map +1 -1
- package/resources/phone-numbers.mjs.map +1 -1
- package/resources/phonenumbers.d.mts.map +1 -1
- package/resources/phonenumbers.d.ts.map +1 -1
- package/resources/phonenumbers.mjs.map +1 -1
- package/resources/webhook-events.d.mts.map +1 -1
- package/resources/webhook-events.d.ts.map +1 -1
- package/resources/webhook-events.mjs.map +1 -1
- package/resources/webhook-subscriptions.d.mts +11 -11
- package/resources/webhook-subscriptions.d.mts.map +1 -1
- package/resources/webhook-subscriptions.d.ts +11 -11
- package/resources/webhook-subscriptions.d.ts.map +1 -1
- package/resources/webhook-subscriptions.js +13 -13
- package/resources/webhook-subscriptions.js.map +1 -1
- package/resources/webhook-subscriptions.mjs +13 -13
- package/resources/webhook-subscriptions.mjs.map +1 -1
- package/resources/webhooks.d.mts.map +1 -1
- package/resources/webhooks.d.ts.map +1 -1
- package/resources/webhooks.mjs.map +1 -1
- package/resources.d.mts.map +1 -1
- package/resources.d.ts.map +1 -1
- package/resources.mjs.map +1 -1
- package/src/client.ts +4 -4
- package/src/resources/chats/chats.ts +78 -78
- package/src/resources/chats/index.ts +2 -2
- 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-subscriptions.ts +14 -14
- package/src/version.ts +1 -1
- package/uploads.d.mts +0 -1
- package/uploads.d.mts.map +1 -1
- package/uploads.d.ts +0 -1
- package/uploads.d.ts.map +1 -1
- package/uploads.mjs +0 -1
- package/uploads.mjs.map +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.24.2 (2026-05-
|
|
3
|
+
## [0.25.0](https://github.com/linq-team/linq-node/compare/v0.24.2...v0.25.0) (2026-05-21)
|
|
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 ([#64](https://github.com/linq-team/linq-node/issues/64)) ([2956f67](https://github.com/linq-team/linq-node/commit/2956f673e23149a52fef50613140fab410b38fbd))
|
package/api-promise.d.mts
CHANGED
package/api-promise.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-promise.d.mts","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"api-promise.d.mts","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":""}
|
package/api-promise.d.ts
CHANGED
package/api-promise.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-promise.d.ts","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"api-promise.d.ts","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":""}
|
package/api-promise.mjs
CHANGED
package/api-promise.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-promise.mjs","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"api-promise.mjs","sourceRoot":"","sources":["src/api-promise.ts"],"names":[],"mappings":""}
|
package/client.d.mts
CHANGED
|
@@ -621,8 +621,8 @@ export declare namespace LinqAPIV3 {
|
|
|
621
621
|
export { type ListChatsPaginationParams as ListChatsPaginationParams, type ListChatsPaginationResponse as ListChatsPaginationResponse, };
|
|
622
622
|
export import ListMessagesPagination = Pagination.ListMessagesPagination;
|
|
623
623
|
export { type ListMessagesPaginationParams as ListMessagesPaginationParams, type ListMessagesPaginationResponse as ListMessagesPaginationResponse, };
|
|
624
|
-
export { Chats as Chats, type Chat as Chat, type LinkPart as LinkPart, type MediaPart as MediaPart, type MessageContent as MessageContent, type TextPart as TextPart, type ChatCreateResponse as ChatCreateResponse, type ChatUpdateResponse as ChatUpdateResponse, type ChatLeaveChatResponse as ChatLeaveChatResponse, type ChatSendVoicememoResponse as ChatSendVoicememoResponse, type ChatsListChatsPagination as ChatsListChatsPagination, type ChatCreateParams as ChatCreateParams, type
|
|
625
|
-
export { Messages as Messages, type Message as Message, type MessageEffect as MessageEffect, type ReplyTo as ReplyTo, type MessageAddReactionResponse as MessageAddReactionResponse, type MessagesListMessagesPagination as MessagesListMessagesPagination, type
|
|
624
|
+
export { Chats as Chats, type Chat as Chat, type LinkPart as LinkPart, type MediaPart as MediaPart, type MessageContent as MessageContent, type TextPart as TextPart, type ChatCreateResponse as ChatCreateResponse, type ChatUpdateResponse as ChatUpdateResponse, type ChatLeaveChatResponse as ChatLeaveChatResponse, type ChatSendVoicememoResponse as ChatSendVoicememoResponse, type ChatsListChatsPagination as ChatsListChatsPagination, type ChatCreateParams as ChatCreateParams, type ChatListChatsParams as ChatListChatsParams, type ChatUpdateParams as ChatUpdateParams, type ChatSendVoicememoParams as ChatSendVoicememoParams, };
|
|
625
|
+
export { Messages as Messages, type Message as Message, type MessageEffect as MessageEffect, type ReplyTo as ReplyTo, type MessageAddReactionResponse as MessageAddReactionResponse, type MessagesListMessagesPagination as MessagesListMessagesPagination, type MessageListMessagesThreadParams as MessageListMessagesThreadParams, type MessageAddReactionParams as MessageAddReactionParams, type MessageUpdateParams as MessageUpdateParams, };
|
|
626
626
|
export { Attachments as Attachments, type SupportedContentType as SupportedContentType, type AttachmentCreateResponse as AttachmentCreateResponse, type AttachmentRetrieveResponse as AttachmentRetrieveResponse, type AttachmentCreateParams as AttachmentCreateParams, };
|
|
627
627
|
export { Phonenumbers as Phonenumbers, type PhonenumberListResponse as PhonenumberListResponse };
|
|
628
628
|
export { PhoneNumbers as PhoneNumbers, type PhoneNumberListResponse as PhoneNumberListResponse };
|
|
@@ -630,7 +630,7 @@ export declare namespace LinqAPIV3 {
|
|
|
630
630
|
export { WebhookSubscriptions as WebhookSubscriptions, type WebhookSubscription as WebhookSubscription, type WebhookSubscriptionCreateResponse as WebhookSubscriptionCreateResponse, type WebhookSubscriptionListResponse as WebhookSubscriptionListResponse, type WebhookSubscriptionCreateParams as WebhookSubscriptionCreateParams, type WebhookSubscriptionUpdateParams as WebhookSubscriptionUpdateParams, };
|
|
631
631
|
export { Capability as Capability, type HandleCheck as HandleCheck, type HandleCheckResponse as HandleCheckResponse, type CapabilityCheckiMessageParams as CapabilityCheckiMessageParams, type CapabilityCheckRCSParams as CapabilityCheckRCSParams, };
|
|
632
632
|
export { Webhooks as Webhooks, type MessageEventV2 as MessageEventV2, type MessagePayload as MessagePayload, type ReactionEventBase as ReactionEventBase, type SchemasMediaPartResponse as SchemasMediaPartResponse, type SchemasMessageEffect as SchemasMessageEffect, type SchemasTextPartResponse as SchemasTextPartResponse, type MessageSentWebhookEvent as MessageSentWebhookEvent, type MessageReceivedWebhookEvent as MessageReceivedWebhookEvent, type MessageReadWebhookEvent as MessageReadWebhookEvent, type MessageDeliveredWebhookEvent as MessageDeliveredWebhookEvent, type MessageFailedWebhookEvent as MessageFailedWebhookEvent, type MessageEditedWebhookEvent as MessageEditedWebhookEvent, type ReactionAddedWebhookEvent as ReactionAddedWebhookEvent, type ReactionRemovedWebhookEvent as ReactionRemovedWebhookEvent, type ParticipantAddedWebhookEvent as ParticipantAddedWebhookEvent, type ParticipantRemovedWebhookEvent as ParticipantRemovedWebhookEvent, type ChatCreatedWebhookEvent as ChatCreatedWebhookEvent, type ChatGroupNameUpdatedWebhookEvent as ChatGroupNameUpdatedWebhookEvent, type ChatGroupIconUpdatedWebhookEvent as ChatGroupIconUpdatedWebhookEvent, type ChatGroupNameUpdateFailedWebhookEvent as ChatGroupNameUpdateFailedWebhookEvent, type ChatGroupIconUpdateFailedWebhookEvent as ChatGroupIconUpdateFailedWebhookEvent, type ChatTypingIndicatorStartedWebhookEvent as ChatTypingIndicatorStartedWebhookEvent, type ChatTypingIndicatorStoppedWebhookEvent as ChatTypingIndicatorStoppedWebhookEvent, type PhoneNumberStatusUpdatedWebhookEvent as PhoneNumberStatusUpdatedWebhookEvent, type EventsWebhookEvent as EventsWebhookEvent, };
|
|
633
|
-
export { ContactCard as ContactCard, type SetContactCard as SetContactCard, type ContactCardRetrieveResponse as ContactCardRetrieveResponse, type
|
|
633
|
+
export { ContactCard as ContactCard, type SetContactCard as SetContactCard, type ContactCardRetrieveResponse as ContactCardRetrieveResponse, type ContactCardRetrieveParams as ContactCardRetrieveParams, type ContactCardCreateParams as ContactCardCreateParams, type ContactCardUpdateParams as ContactCardUpdateParams, };
|
|
634
634
|
export type ChatHandle = API.ChatHandle;
|
|
635
635
|
export type LinkPartResponse = API.LinkPartResponse;
|
|
636
636
|
export type MediaPartResponse = API.MediaPartResponse;
|
package/client.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|