@linqapp/sdk 0.53.0 → 0.53.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/client.d.mts +2 -2
  3. package/client.d.ts +2 -2
  4. package/client.js +2 -2
  5. package/client.mjs +2 -2
  6. package/package.json +1 -1
  7. package/resources/chats/chats.d.mts +12 -12
  8. package/resources/chats/chats.d.ts +12 -12
  9. package/resources/payment-requests.d.mts +2 -2
  10. package/resources/payment-requests.d.ts +2 -2
  11. package/resources/payment-requests.js +2 -2
  12. package/resources/payment-requests.mjs +2 -2
  13. package/resources/phone-numbers.d.mts +6 -4
  14. package/resources/phone-numbers.d.mts.map +1 -1
  15. package/resources/phone-numbers.d.ts +6 -4
  16. package/resources/phone-numbers.d.ts.map +1 -1
  17. package/resources/webhook-events.d.mts +1 -1
  18. package/resources/webhook-events.d.mts.map +1 -1
  19. package/resources/webhook-events.d.ts +1 -1
  20. package/resources/webhook-events.d.ts.map +1 -1
  21. package/resources/webhook-subscriptions.d.mts +1 -1
  22. package/resources/webhook-subscriptions.d.ts +1 -1
  23. package/resources/webhook-subscriptions.js +1 -1
  24. package/resources/webhook-subscriptions.mjs +1 -1
  25. package/resources/webhooks.d.mts +18 -18
  26. package/resources/webhooks.d.ts +18 -18
  27. package/src/client.ts +2 -2
  28. package/src/resources/chats/chats.ts +12 -12
  29. package/src/resources/payment-requests.ts +2 -2
  30. package/src/resources/phone-numbers.ts +6 -4
  31. package/src/resources/webhook-events.ts +1 -1
  32. package/src/resources/webhook-subscriptions.ts +1 -1
  33. package/src/resources/webhooks.ts +18 -18
  34. package/src/version.ts +1 -1
  35. package/version.d.mts +1 -1
  36. package/version.d.ts +1 -1
  37. package/version.js +1 -1
  38. package/version.mjs +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.53.1](https://github.com/linq-team/linq-node/compare/v0.53.0...v0.53.1) (2026-09-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update documentation links to include imessage channel path ([6a87104](https://github.com/linq-team/linq-node/commit/6a871047b72ee1d43d07da1c28fbae8c6a7950ba))
9
+
3
10
  ## [0.53.0](https://github.com/linq-team/linq-node/compare/v0.52.0...v0.53.0) (2026-09-01)
4
11
 
5
12
 
package/client.d.mts CHANGED
@@ -646,7 +646,7 @@ export declare class LinqAPIV3 {
646
646
  * `POST /v3/chats/{chatId}/messages` — it renders as a rich card with your
647
647
  * branding (title, amount, image) instead of a bare URL, which converts far
648
648
  * better. A `link` part must be the only part in the message. See
649
- * [Rich Link Previews](/guides/messaging/sending-messages).
649
+ * [Rich Link Previews](/channel/imessage/guides/messaging/sending-messages).
650
650
  *
651
651
  * On a supported iPhone the link opens an **Apple Pay App Clip** — a native,
652
652
  * no-install checkout sheet. Everywhere else (Android, desktop, iPhones
@@ -696,7 +696,7 @@ export declare class LinqAPIV3 {
696
696
  * Subscribe to payment lifecycle events to reconcile server-side rather than
697
697
  * polling: `payment.succeeded`, `payment.canceled`, and `payment.expired`.
698
698
  * Each event carries the payment request id, amount, currency, and your
699
- * `metadata`. See [Webhooks](/guides/webhooks).
699
+ * `metadata`. See [Webhooks](/channel/imessage/guides/webhooks).
700
700
  *
701
701
  */
702
702
  paymentRequests: API.PaymentRequests;
package/client.d.ts CHANGED
@@ -646,7 +646,7 @@ export declare class LinqAPIV3 {
646
646
  * `POST /v3/chats/{chatId}/messages` — it renders as a rich card with your
647
647
  * branding (title, amount, image) instead of a bare URL, which converts far
648
648
  * better. A `link` part must be the only part in the message. See
649
- * [Rich Link Previews](/guides/messaging/sending-messages).
649
+ * [Rich Link Previews](/channel/imessage/guides/messaging/sending-messages).
650
650
  *
651
651
  * On a supported iPhone the link opens an **Apple Pay App Clip** — a native,
652
652
  * no-install checkout sheet. Everywhere else (Android, desktop, iPhones
@@ -696,7 +696,7 @@ export declare class LinqAPIV3 {
696
696
  * Subscribe to payment lifecycle events to reconcile server-side rather than
697
697
  * polling: `payment.succeeded`, `payment.canceled`, and `payment.expired`.
698
698
  * Each event carries the payment request id, amount, currency, and your
699
- * `metadata`. See [Webhooks](/guides/webhooks).
699
+ * `metadata`. See [Webhooks](/channel/imessage/guides/webhooks).
700
700
  *
701
701
  */
702
702
  paymentRequests: API.PaymentRequests;
package/client.js CHANGED
@@ -502,7 +502,7 @@ class LinqAPIV3 {
502
502
  * `POST /v3/chats/{chatId}/messages` — it renders as a rich card with your
503
503
  * branding (title, amount, image) instead of a bare URL, which converts far
504
504
  * better. A `link` part must be the only part in the message. See
505
- * [Rich Link Previews](/guides/messaging/sending-messages).
505
+ * [Rich Link Previews](/channel/imessage/guides/messaging/sending-messages).
506
506
  *
507
507
  * On a supported iPhone the link opens an **Apple Pay App Clip** — a native,
508
508
  * no-install checkout sheet. Everywhere else (Android, desktop, iPhones
@@ -552,7 +552,7 @@ class LinqAPIV3 {
552
552
  * Subscribe to payment lifecycle events to reconcile server-side rather than
553
553
  * polling: `payment.succeeded`, `payment.canceled`, and `payment.expired`.
554
554
  * Each event carries the payment request id, amount, currency, and your
555
- * `metadata`. See [Webhooks](/guides/webhooks).
555
+ * `metadata`. See [Webhooks](/channel/imessage/guides/webhooks).
556
556
  *
557
557
  */
558
558
  this.paymentRequests = new API.PaymentRequests(this);
package/client.mjs CHANGED
@@ -499,7 +499,7 @@ export class LinqAPIV3 {
499
499
  * `POST /v3/chats/{chatId}/messages` — it renders as a rich card with your
500
500
  * branding (title, amount, image) instead of a bare URL, which converts far
501
501
  * better. A `link` part must be the only part in the message. See
502
- * [Rich Link Previews](/guides/messaging/sending-messages).
502
+ * [Rich Link Previews](/channel/imessage/guides/messaging/sending-messages).
503
503
  *
504
504
  * On a supported iPhone the link opens an **Apple Pay App Clip** — a native,
505
505
  * no-install checkout sheet. Everywhere else (Android, desktop, iPhones
@@ -549,7 +549,7 @@ export class LinqAPIV3 {
549
549
  * Subscribe to payment lifecycle events to reconcile server-side rather than
550
550
  * polling: `payment.succeeded`, `payment.canceled`, and `payment.expired`.
551
551
  * Each event carries the payment request id, amount, currency, and your
552
- * `metadata`. See [Webhooks](/guides/webhooks).
552
+ * `metadata`. See [Webhooks](/channel/imessage/guides/webhooks).
553
553
  *
554
554
  */
555
555
  this.paymentRequests = new API.PaymentRequests(this);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linqapp/sdk",
3
- "version": "0.53.0",
3
+ "version": "0.53.1",
4
4
  "description": "The official TypeScript library for the Linq API V3 API",
5
5
  "author": "Linq API V3 <support@linq.com>",
6
6
  "types": "./index.d.ts",
@@ -282,8 +282,8 @@ export interface Chat {
282
282
  * relevant section of the Chat Health guide. To gate a send, act on the response
283
283
  * rather than the status: a `403` is the authoritative answer.
284
284
  *
285
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
286
- * means and how to react.
285
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
286
+ * each status means and how to react.
287
287
  */
288
288
  health_status: Chat.HealthStatus;
289
289
  /**
@@ -320,8 +320,8 @@ export declare namespace Chat {
320
320
  * relevant section of the Chat Health guide. To gate a send, act on the response
321
321
  * rather than the status: a `403` is the authoritative answer.
322
322
  *
323
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
324
- * means and how to react.
323
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
324
+ * each status means and how to react.
325
325
  */
326
326
  interface HealthStatus {
327
327
  /**
@@ -330,8 +330,8 @@ export declare namespace Chat {
330
330
  doc_url: string;
331
331
  /**
332
332
  * Current health bucket for the chat. See the
333
- * [Chat Health guide](/guides/chats/chat-health) for what each value means and how
334
- * to react. `doc_url` deep-links to the relevant section.
333
+ * [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what each
334
+ * value means and how to react. `doc_url` deep-links to the relevant section.
335
335
  *
336
336
  * `OPTED_OUT` — the recipient sent `STOP`, `UNSUBSCRIBE`, `OPTOUT`, `CANCEL`,
337
337
  * `END`, or `QUIT`. The keyword must be the whole trimmed message, never part of a
@@ -798,8 +798,8 @@ export declare namespace ChatCreateResponse {
798
798
  * relevant section of the Chat Health guide. To gate a send, act on the response
799
799
  * rather than the status: a `403` is the authoritative answer.
800
800
  *
801
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
802
- * means and how to react.
801
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
802
+ * each status means and how to react.
803
803
  */
804
804
  health_status: Chat.HealthStatus;
805
805
  /**
@@ -827,8 +827,8 @@ export declare namespace ChatCreateResponse {
827
827
  * relevant section of the Chat Health guide. To gate a send, act on the response
828
828
  * rather than the status: a `403` is the authoritative answer.
829
829
  *
830
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
831
- * means and how to react.
830
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
831
+ * each status means and how to react.
832
832
  */
833
833
  interface HealthStatus {
834
834
  /**
@@ -837,8 +837,8 @@ export declare namespace ChatCreateResponse {
837
837
  doc_url: string;
838
838
  /**
839
839
  * Current health bucket for the chat. See the
840
- * [Chat Health guide](/guides/chats/chat-health) for what each value means and how
841
- * to react. `doc_url` deep-links to the relevant section.
840
+ * [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what each
841
+ * value means and how to react. `doc_url` deep-links to the relevant section.
842
842
  *
843
843
  * `OPTED_OUT` — the recipient sent `STOP`, `UNSUBSCRIBE`, `OPTOUT`, `CANCEL`,
844
844
  * `END`, or `QUIT`. The keyword must be the whole trimmed message, never part of a
@@ -282,8 +282,8 @@ export interface Chat {
282
282
  * relevant section of the Chat Health guide. To gate a send, act on the response
283
283
  * rather than the status: a `403` is the authoritative answer.
284
284
  *
285
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
286
- * means and how to react.
285
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
286
+ * each status means and how to react.
287
287
  */
288
288
  health_status: Chat.HealthStatus;
289
289
  /**
@@ -320,8 +320,8 @@ export declare namespace Chat {
320
320
  * relevant section of the Chat Health guide. To gate a send, act on the response
321
321
  * rather than the status: a `403` is the authoritative answer.
322
322
  *
323
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
324
- * means and how to react.
323
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
324
+ * each status means and how to react.
325
325
  */
326
326
  interface HealthStatus {
327
327
  /**
@@ -330,8 +330,8 @@ export declare namespace Chat {
330
330
  doc_url: string;
331
331
  /**
332
332
  * Current health bucket for the chat. See the
333
- * [Chat Health guide](/guides/chats/chat-health) for what each value means and how
334
- * to react. `doc_url` deep-links to the relevant section.
333
+ * [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what each
334
+ * value means and how to react. `doc_url` deep-links to the relevant section.
335
335
  *
336
336
  * `OPTED_OUT` — the recipient sent `STOP`, `UNSUBSCRIBE`, `OPTOUT`, `CANCEL`,
337
337
  * `END`, or `QUIT`. The keyword must be the whole trimmed message, never part of a
@@ -798,8 +798,8 @@ export declare namespace ChatCreateResponse {
798
798
  * relevant section of the Chat Health guide. To gate a send, act on the response
799
799
  * rather than the status: a `403` is the authoritative answer.
800
800
  *
801
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
802
- * means and how to react.
801
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
802
+ * each status means and how to react.
803
803
  */
804
804
  health_status: Chat.HealthStatus;
805
805
  /**
@@ -827,8 +827,8 @@ export declare namespace ChatCreateResponse {
827
827
  * relevant section of the Chat Health guide. To gate a send, act on the response
828
828
  * rather than the status: a `403` is the authoritative answer.
829
829
  *
830
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
831
- * means and how to react.
830
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
831
+ * each status means and how to react.
832
832
  */
833
833
  interface HealthStatus {
834
834
  /**
@@ -837,8 +837,8 @@ export declare namespace ChatCreateResponse {
837
837
  doc_url: string;
838
838
  /**
839
839
  * Current health bucket for the chat. See the
840
- * [Chat Health guide](/guides/chats/chat-health) for what each value means and how
841
- * to react. `doc_url` deep-links to the relevant section.
840
+ * [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what each
841
+ * value means and how to react. `doc_url` deep-links to the relevant section.
842
842
  *
843
843
  * `OPTED_OUT` — the recipient sent `STOP`, `UNSUBSCRIBE`, `OPTOUT`, `CANCEL`,
844
844
  * `END`, or `QUIT`. The keyword must be the whole trimmed message, never part of a
@@ -136,7 +136,7 @@ import { RequestOptions } from "../internal/request-options.mjs";
136
136
  * `POST /v3/chats/{chatId}/messages` — it renders as a rich card with your
137
137
  * branding (title, amount, image) instead of a bare URL, which converts far
138
138
  * better. A `link` part must be the only part in the message. See
139
- * [Rich Link Previews](/guides/messaging/sending-messages).
139
+ * [Rich Link Previews](/channel/imessage/guides/messaging/sending-messages).
140
140
  *
141
141
  * On a supported iPhone the link opens an **Apple Pay App Clip** — a native,
142
142
  * no-install checkout sheet. Everywhere else (Android, desktop, iPhones
@@ -186,7 +186,7 @@ import { RequestOptions } from "../internal/request-options.mjs";
186
186
  * Subscribe to payment lifecycle events to reconcile server-side rather than
187
187
  * polling: `payment.succeeded`, `payment.canceled`, and `payment.expired`.
188
188
  * Each event carries the payment request id, amount, currency, and your
189
- * `metadata`. See [Webhooks](/guides/webhooks).
189
+ * `metadata`. See [Webhooks](/channel/imessage/guides/webhooks).
190
190
  */
191
191
  export declare class PaymentRequests extends APIResource {
192
192
  /**
@@ -136,7 +136,7 @@ import { RequestOptions } from "../internal/request-options.js";
136
136
  * `POST /v3/chats/{chatId}/messages` — it renders as a rich card with your
137
137
  * branding (title, amount, image) instead of a bare URL, which converts far
138
138
  * better. A `link` part must be the only part in the message. See
139
- * [Rich Link Previews](/guides/messaging/sending-messages).
139
+ * [Rich Link Previews](/channel/imessage/guides/messaging/sending-messages).
140
140
  *
141
141
  * On a supported iPhone the link opens an **Apple Pay App Clip** — a native,
142
142
  * no-install checkout sheet. Everywhere else (Android, desktop, iPhones
@@ -186,7 +186,7 @@ import { RequestOptions } from "../internal/request-options.js";
186
186
  * Subscribe to payment lifecycle events to reconcile server-side rather than
187
187
  * polling: `payment.succeeded`, `payment.canceled`, and `payment.expired`.
188
188
  * Each event carries the payment request id, amount, currency, and your
189
- * `metadata`. See [Webhooks](/guides/webhooks).
189
+ * `metadata`. See [Webhooks](/channel/imessage/guides/webhooks).
190
190
  */
191
191
  export declare class PaymentRequests extends APIResource {
192
192
  /**
@@ -140,7 +140,7 @@ const path_1 = require("../internal/utils/path.js");
140
140
  * `POST /v3/chats/{chatId}/messages` — it renders as a rich card with your
141
141
  * branding (title, amount, image) instead of a bare URL, which converts far
142
142
  * better. A `link` part must be the only part in the message. See
143
- * [Rich Link Previews](/guides/messaging/sending-messages).
143
+ * [Rich Link Previews](/channel/imessage/guides/messaging/sending-messages).
144
144
  *
145
145
  * On a supported iPhone the link opens an **Apple Pay App Clip** — a native,
146
146
  * no-install checkout sheet. Everywhere else (Android, desktop, iPhones
@@ -190,7 +190,7 @@ const path_1 = require("../internal/utils/path.js");
190
190
  * Subscribe to payment lifecycle events to reconcile server-side rather than
191
191
  * polling: `payment.succeeded`, `payment.canceled`, and `payment.expired`.
192
192
  * Each event carries the payment request id, amount, currency, and your
193
- * `metadata`. See [Webhooks](/guides/webhooks).
193
+ * `metadata`. See [Webhooks](/channel/imessage/guides/webhooks).
194
194
  */
195
195
  class PaymentRequests extends resource_1.APIResource {
196
196
  /**
@@ -137,7 +137,7 @@ import { path } from "../internal/utils/path.mjs";
137
137
  * `POST /v3/chats/{chatId}/messages` — it renders as a rich card with your
138
138
  * branding (title, amount, image) instead of a bare URL, which converts far
139
139
  * better. A `link` part must be the only part in the message. See
140
- * [Rich Link Previews](/guides/messaging/sending-messages).
140
+ * [Rich Link Previews](/channel/imessage/guides/messaging/sending-messages).
141
141
  *
142
142
  * On a supported iPhone the link opens an **Apple Pay App Clip** — a native,
143
143
  * no-install checkout sheet. Everywhere else (Android, desktop, iPhones
@@ -187,7 +187,7 @@ import { path } from "../internal/utils/path.mjs";
187
187
  * Subscribe to payment lifecycle events to reconcile server-side rather than
188
188
  * polling: `payment.succeeded`, `payment.canceled`, and `payment.expired`.
189
189
  * Each event carries the payment request id, amount, currency, and your
190
- * `metadata`. See [Webhooks](/guides/webhooks).
190
+ * `metadata`. See [Webhooks](/channel/imessage/guides/webhooks).
191
191
  */
192
192
  export class PaymentRequests extends APIResource {
193
193
  /**
@@ -316,8 +316,9 @@ export declare namespace PhoneNumberListResponse {
316
316
  * Unlike chat health, line reputation does not include `opted_out` — opt-out
317
317
  * applies to individual recipients, not the whole line.
318
318
  *
319
- * See the [Phone Reputation guide](/guides/phone-numbers/phone-reputation) for
320
- * what each status means and how to react.
319
+ * See the
320
+ * [Phone Reputation guide](/channel/imessage/guides/phone-numbers/phone-reputation)
321
+ * for what each status means and how to react.
321
322
  */
322
323
  reputation: PhoneNumber.Reputation;
323
324
  /**
@@ -335,8 +336,9 @@ export declare namespace PhoneNumberListResponse {
335
336
  * Unlike chat health, line reputation does not include `opted_out` — opt-out
336
337
  * applies to individual recipients, not the whole line.
337
338
  *
338
- * See the [Phone Reputation guide](/guides/phone-numbers/phone-reputation) for
339
- * what each status means and how to react.
339
+ * See the
340
+ * [Phone Reputation guide](/channel/imessage/guides/phone-numbers/phone-reputation)
341
+ * for what each status means and how to react.
340
342
  */
341
343
  interface Reputation {
342
344
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"phone-numbers.d.mts","sourceRoot":"","sources":["../src/resources/phone-numbers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,wCAAoC;AAG7D;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;;;;;;;;;;;;OAaG;IACH,MAAM,CACJ,aAAa,EAAE,MAAM,EACrB,IAAI,EAAE,uBAAuB,EAC7B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,yBAAyB,CAAC;IAIxC;;;;;;;;;OASG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,uBAAuB,CAAC;IAInE;;;;;;;;;;;OAWG;IACH,kBAAkB,CAChB,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,mCAAmC,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,eAAe,CAAC;IAK9B;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,oBAAoB,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,sBAAsB,CAAC;CAGxG;AAED,MAAM,WAAW,oBAAoB;IACnC,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,eAAe,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,KAAK,CAAC;IAE5C;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;IAEzC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC3B;AAED,MAAM,WAAW,sBAAsB;IACrC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,MAAM,EAAE,SAAS,GAAG,UAAU,GAAG,OAAO,CAAC;CAC1C;AAED,MAAM,WAAW,gBAAgB;IAC/B;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,GAAG,CAAC,EAAE,mBAAmB,CAAC;IAE1B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAM,MAAM,mBAAmB,GAC3B,gBAAgB,GAChB,6BAA6B,GAC7B,cAAc,GACd,uBAAuB,GACvB,kBAAkB,GAClB,SAAS,GACT,OAAO,CAAC;AAEZ;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IAE5C;;OAEG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,uBAAuB,CAAC,CAAC;CAClD;AAED,MAAM,WAAW,oBAAoB;IACnC,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IAE3C;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAElC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAE9B;;;;;OAKG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;;;;;;;;;;;OAaG;IACH,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;IAE9C;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,uBAAuB;IACtC,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAEzC;;;OAGG;IACH,MAAM,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,WAAW,CAAC;CAC/C;AAED,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEjC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,aAAa,EAAE,KAAK,CAAC,uBAAuB,CAAC,WAAW,CAAC,CAAC;CAC3D;AAED,yBAAiB,uBAAuB,CAAC;IACvC,UAAiB,WAAW;QAC1B;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,YAAY,EAAE,MAAM,CAAC;QAErB;;;;;;;;;;WAUG;QACH,UAAU,EAAE,WAAW,CAAC,UAAU,CAAC;QAEnC;;;WAGG;QACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACnC;IAED,UAAiB,WAAW,CAAC;QAC3B;;;;;;;;;;WAUG;QACH,UAAiB,UAAU;YACzB;;eAEG;YACH,OAAO,EAAE,MAAM,CAAC;YAEhB;;;;;;;;;;;;;eAaG;YACH,MAAM,EAAE,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;SAC5C;KACF;CACF;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC;AAED,MAAM,WAAW,mCAAmC;IAClD;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EACL,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,sBAAsB,IAAI,sBAAsB,EACrD,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,mCAAmC,IAAI,mCAAmC,GAChF,CAAC;CACH"}
1
+ {"version":3,"file":"phone-numbers.d.mts","sourceRoot":"","sources":["../src/resources/phone-numbers.ts"],"names":[],"mappings":"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"}
@@ -316,8 +316,9 @@ export declare namespace PhoneNumberListResponse {
316
316
  * Unlike chat health, line reputation does not include `opted_out` — opt-out
317
317
  * applies to individual recipients, not the whole line.
318
318
  *
319
- * See the [Phone Reputation guide](/guides/phone-numbers/phone-reputation) for
320
- * what each status means and how to react.
319
+ * See the
320
+ * [Phone Reputation guide](/channel/imessage/guides/phone-numbers/phone-reputation)
321
+ * for what each status means and how to react.
321
322
  */
322
323
  reputation: PhoneNumber.Reputation;
323
324
  /**
@@ -335,8 +336,9 @@ export declare namespace PhoneNumberListResponse {
335
336
  * Unlike chat health, line reputation does not include `opted_out` — opt-out
336
337
  * applies to individual recipients, not the whole line.
337
338
  *
338
- * See the [Phone Reputation guide](/guides/phone-numbers/phone-reputation) for
339
- * what each status means and how to react.
339
+ * See the
340
+ * [Phone Reputation guide](/channel/imessage/guides/phone-numbers/phone-reputation)
341
+ * for what each status means and how to react.
340
342
  */
341
343
  interface Reputation {
342
344
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"phone-numbers.d.ts","sourceRoot":"","sources":["../src/resources/phone-numbers.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"phone-numbers.d.ts","sourceRoot":"","sources":["../src/resources/phone-numbers.ts"],"names":[],"mappings":"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"}
@@ -149,7 +149,7 @@ export interface WebhookEventListResponse {
149
149
  /**
150
150
  * URL to the webhook events documentation
151
151
  */
152
- doc_url: 'https://docs.linqapp.com/guides/webhooks/events';
152
+ doc_url: 'https://docs.linqapp.com/channel/imessage/guides/webhooks/events';
153
153
  /**
154
154
  * List of all available webhook event types
155
155
  */
@@ -1 +1 @@
1
- {"version":3,"file":"webhook-events.d.mts","sourceRoot":"","sources":["../src/resources/webhook-events.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,wCAAoC;AAE7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+HG;AACH,qBAAa,aAAc,SAAQ,WAAW;IAC5C;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,wBAAwB,CAAC;CAGrE;AAED;;;;;;GAMG;AACH,MAAM,MAAM,gBAAgB,GACxB,cAAc,GACd,kBAAkB,GAClB,cAAc,GACd,mBAAmB,GACnB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,kBAAkB,GAClB,eAAe,GACf,aAAa,GACb,WAAW,GACX,gBAAgB,GAChB,WAAW,GACX,cAAc,GACd,iBAAiB,GACjB,mBAAmB,GACnB,qBAAqB,GACrB,mBAAmB,GACnB,qBAAqB,GACrB,cAAc,GACd,yBAAyB,GACzB,yBAAyB,GACzB,+BAA+B,GAC/B,+BAA+B,GAC/B,yBAAyB,GACzB,+BAA+B,GAC/B,+BAA+B,GAC/B,+BAA+B,GAC/B,6BAA6B,GAC7B,uBAAuB,GACvB,gBAAgB,GAChB,cAAc,GACd,eAAe,GACf,YAAY,GACZ,aAAa,GACb,eAAe,GACf,gBAAgB,GAChB,0BAA0B,GAC1B,0BAA0B,GAC1B,mBAAmB,GACnB,kBAAkB,GAClB,iBAAiB,GACjB,kBAAkB,GAClB,oBAAoB,GACpB,oBAAoB,GACpB,oBAAoB,CAAC;AAEzB,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,OAAO,EAAE,iDAAiD,CAAC;IAE3D;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;CACjC;AAED,MAAM,CAAC,OAAO,WAAW,aAAa,CAAC;IACrC,OAAO,EACL,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;CACH"}
1
+ {"version":3,"file":"webhook-events.d.mts","sourceRoot":"","sources":["../src/resources/webhook-events.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,wCAAoC;AAE7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+HG;AACH,qBAAa,aAAc,SAAQ,WAAW;IAC5C;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,wBAAwB,CAAC;CAGrE;AAED;;;;;;GAMG;AACH,MAAM,MAAM,gBAAgB,GACxB,cAAc,GACd,kBAAkB,GAClB,cAAc,GACd,mBAAmB,GACnB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,kBAAkB,GAClB,eAAe,GACf,aAAa,GACb,WAAW,GACX,gBAAgB,GAChB,WAAW,GACX,cAAc,GACd,iBAAiB,GACjB,mBAAmB,GACnB,qBAAqB,GACrB,mBAAmB,GACnB,qBAAqB,GACrB,cAAc,GACd,yBAAyB,GACzB,yBAAyB,GACzB,+BAA+B,GAC/B,+BAA+B,GAC/B,yBAAyB,GACzB,+BAA+B,GAC/B,+BAA+B,GAC/B,+BAA+B,GAC/B,6BAA6B,GAC7B,uBAAuB,GACvB,gBAAgB,GAChB,cAAc,GACd,eAAe,GACf,YAAY,GACZ,aAAa,GACb,eAAe,GACf,gBAAgB,GAChB,0BAA0B,GAC1B,0BAA0B,GAC1B,mBAAmB,GACnB,kBAAkB,GAClB,iBAAiB,GACjB,kBAAkB,GAClB,oBAAoB,GACpB,oBAAoB,GACpB,oBAAoB,CAAC;AAEzB,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,OAAO,EAAE,kEAAkE,CAAC;IAE5E;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;CACjC;AAED,MAAM,CAAC,OAAO,WAAW,aAAa,CAAC;IACrC,OAAO,EACL,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;CACH"}
@@ -149,7 +149,7 @@ export interface WebhookEventListResponse {
149
149
  /**
150
150
  * URL to the webhook events documentation
151
151
  */
152
- doc_url: 'https://docs.linqapp.com/guides/webhooks/events';
152
+ doc_url: 'https://docs.linqapp.com/channel/imessage/guides/webhooks/events';
153
153
  /**
154
154
  * List of all available webhook event types
155
155
  */
@@ -1 +1 @@
1
- {"version":3,"file":"webhook-events.d.ts","sourceRoot":"","sources":["../src/resources/webhook-events.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,4BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,+BAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,uCAAoC;AAE7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+HG;AACH,qBAAa,aAAc,SAAQ,WAAW;IAC5C;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,wBAAwB,CAAC;CAGrE;AAED;;;;;;GAMG;AACH,MAAM,MAAM,gBAAgB,GACxB,cAAc,GACd,kBAAkB,GAClB,cAAc,GACd,mBAAmB,GACnB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,kBAAkB,GAClB,eAAe,GACf,aAAa,GACb,WAAW,GACX,gBAAgB,GAChB,WAAW,GACX,cAAc,GACd,iBAAiB,GACjB,mBAAmB,GACnB,qBAAqB,GACrB,mBAAmB,GACnB,qBAAqB,GACrB,cAAc,GACd,yBAAyB,GACzB,yBAAyB,GACzB,+BAA+B,GAC/B,+BAA+B,GAC/B,yBAAyB,GACzB,+BAA+B,GAC/B,+BAA+B,GAC/B,+BAA+B,GAC/B,6BAA6B,GAC7B,uBAAuB,GACvB,gBAAgB,GAChB,cAAc,GACd,eAAe,GACf,YAAY,GACZ,aAAa,GACb,eAAe,GACf,gBAAgB,GAChB,0BAA0B,GAC1B,0BAA0B,GAC1B,mBAAmB,GACnB,kBAAkB,GAClB,iBAAiB,GACjB,kBAAkB,GAClB,oBAAoB,GACpB,oBAAoB,GACpB,oBAAoB,CAAC;AAEzB,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,OAAO,EAAE,iDAAiD,CAAC;IAE3D;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;CACjC;AAED,MAAM,CAAC,OAAO,WAAW,aAAa,CAAC;IACrC,OAAO,EACL,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;CACH"}
1
+ {"version":3,"file":"webhook-events.d.ts","sourceRoot":"","sources":["../src/resources/webhook-events.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,4BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,+BAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,uCAAoC;AAE7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+HG;AACH,qBAAa,aAAc,SAAQ,WAAW;IAC5C;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,wBAAwB,CAAC;CAGrE;AAED;;;;;;GAMG;AACH,MAAM,MAAM,gBAAgB,GACxB,cAAc,GACd,kBAAkB,GAClB,cAAc,GACd,mBAAmB,GACnB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,kBAAkB,GAClB,eAAe,GACf,aAAa,GACb,WAAW,GACX,gBAAgB,GAChB,WAAW,GACX,cAAc,GACd,iBAAiB,GACjB,mBAAmB,GACnB,qBAAqB,GACrB,mBAAmB,GACnB,qBAAqB,GACrB,cAAc,GACd,yBAAyB,GACzB,yBAAyB,GACzB,+BAA+B,GAC/B,+BAA+B,GAC/B,yBAAyB,GACzB,+BAA+B,GAC/B,+BAA+B,GAC/B,+BAA+B,GAC/B,6BAA6B,GAC7B,uBAAuB,GACvB,gBAAgB,GAChB,cAAc,GACd,eAAe,GACf,YAAY,GACZ,aAAa,GACb,eAAe,GACf,gBAAgB,GAChB,0BAA0B,GAC1B,0BAA0B,GAC1B,mBAAmB,GACnB,kBAAkB,GAClB,iBAAiB,GACjB,kBAAkB,GAClB,oBAAoB,GACpB,oBAAoB,GACpB,oBAAoB,CAAC;AAEzB,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,OAAO,EAAE,kEAAkE,CAAC;IAE5E;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;CACjC;AAED,MAAM,CAAC,OAAO,WAAW,aAAa,CAAC;IACrC,OAAO,EACL,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;CACH"}
@@ -156,7 +156,7 @@ export declare class WebhookSubscriptions extends APIResource {
156
156
  * - Legacy `X-Webhook-*` headers are also sent for backwards compatibility
157
157
  * (deprecated)
158
158
  * - See
159
- * [Verifying Webhook Signatures](https://docs.linqapp.com/guides/webhooks#verifying-webhook-signatures)
159
+ * [Verifying Webhook Signatures](https://docs.linqapp.com/channel/imessage/guides/webhooks#verifying-webhook-signatures)
160
160
  * for verification details
161
161
  * - Failed deliveries (5xx, 429, network errors) are retried up to 10 times over
162
162
  * ~25 minutes with exponential backoff
@@ -156,7 +156,7 @@ export declare class WebhookSubscriptions extends APIResource {
156
156
  * - Legacy `X-Webhook-*` headers are also sent for backwards compatibility
157
157
  * (deprecated)
158
158
  * - See
159
- * [Verifying Webhook Signatures](https://docs.linqapp.com/guides/webhooks#verifying-webhook-signatures)
159
+ * [Verifying Webhook Signatures](https://docs.linqapp.com/channel/imessage/guides/webhooks#verifying-webhook-signatures)
160
160
  * for verification details
161
161
  * - Failed deliveries (5xx, 429, network errors) are retried up to 10 times over
162
162
  * ~25 minutes with exponential backoff
@@ -159,7 +159,7 @@ class WebhookSubscriptions extends resource_1.APIResource {
159
159
  * - Legacy `X-Webhook-*` headers are also sent for backwards compatibility
160
160
  * (deprecated)
161
161
  * - See
162
- * [Verifying Webhook Signatures](https://docs.linqapp.com/guides/webhooks#verifying-webhook-signatures)
162
+ * [Verifying Webhook Signatures](https://docs.linqapp.com/channel/imessage/guides/webhooks#verifying-webhook-signatures)
163
163
  * for verification details
164
164
  * - Failed deliveries (5xx, 429, network errors) are retried up to 10 times over
165
165
  * ~25 minutes with exponential backoff
@@ -156,7 +156,7 @@ export class WebhookSubscriptions extends APIResource {
156
156
  * - Legacy `X-Webhook-*` headers are also sent for backwards compatibility
157
157
  * (deprecated)
158
158
  * - See
159
- * [Verifying Webhook Signatures](https://docs.linqapp.com/guides/webhooks#verifying-webhook-signatures)
159
+ * [Verifying Webhook Signatures](https://docs.linqapp.com/channel/imessage/guides/webhooks#verifying-webhook-signatures)
160
160
  * for verification details
161
161
  * - Failed deliveries (5xx, 429, network errors) are retried up to 10 times over
162
162
  * ~25 minutes with exponential backoff
@@ -112,8 +112,8 @@ export declare namespace MessageEventV2 {
112
112
  * relevant section of the Chat Health guide. To gate a send, act on the response
113
113
  * rather than the status: a `403` is the authoritative answer.
114
114
  *
115
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
116
- * means and how to react.
115
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
116
+ * each status means and how to react.
117
117
  */
118
118
  health_status: Chat.HealthStatus;
119
119
  /**
@@ -137,8 +137,8 @@ export declare namespace MessageEventV2 {
137
137
  * relevant section of the Chat Health guide. To gate a send, act on the response
138
138
  * rather than the status: a `403` is the authoritative answer.
139
139
  *
140
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
141
- * means and how to react.
140
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
141
+ * each status means and how to react.
142
142
  */
143
143
  interface HealthStatus {
144
144
  /**
@@ -147,8 +147,8 @@ export declare namespace MessageEventV2 {
147
147
  doc_url: string;
148
148
  /**
149
149
  * Current health bucket for the chat. See the
150
- * [Chat Health guide](/guides/chats/chat-health) for what each value means and how
151
- * to react. `doc_url` deep-links to the relevant section.
150
+ * [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what each
151
+ * value means and how to react. `doc_url` deep-links to the relevant section.
152
152
  *
153
153
  * `OPTED_OUT` — the recipient sent `STOP`, `UNSUBSCRIBE`, `OPTOUT`, `CANCEL`,
154
154
  * `END`, or `QUIT`. The keyword must be the whole trimmed message, never part of a
@@ -1110,8 +1110,8 @@ export declare namespace MessageEditedWebhookEvent {
1110
1110
  * relevant section of the Chat Health guide. To gate a send, act on the response
1111
1111
  * rather than the status: a `403` is the authoritative answer.
1112
1112
  *
1113
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
1114
- * means and how to react.
1113
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
1114
+ * each status means and how to react.
1115
1115
  */
1116
1116
  health_status: Chat.HealthStatus;
1117
1117
  /**
@@ -1135,8 +1135,8 @@ export declare namespace MessageEditedWebhookEvent {
1135
1135
  * relevant section of the Chat Health guide. To gate a send, act on the response
1136
1136
  * rather than the status: a `403` is the authoritative answer.
1137
1137
  *
1138
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
1139
- * means and how to react.
1138
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
1139
+ * each status means and how to react.
1140
1140
  */
1141
1141
  interface HealthStatus {
1142
1142
  /**
@@ -1145,8 +1145,8 @@ export declare namespace MessageEditedWebhookEvent {
1145
1145
  doc_url: string;
1146
1146
  /**
1147
1147
  * Current health bucket for the chat. See the
1148
- * [Chat Health guide](/guides/chats/chat-health) for what each value means and how
1149
- * to react. `doc_url` deep-links to the relevant section.
1148
+ * [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what each
1149
+ * value means and how to react. `doc_url` deep-links to the relevant section.
1150
1150
  *
1151
1151
  * `OPTED_OUT` — the recipient sent `STOP`, `UNSUBSCRIBE`, `OPTOUT`, `CANCEL`,
1152
1152
  * `END`, or `QUIT`. The keyword must be the whole trimmed message, never part of a
@@ -2322,8 +2322,8 @@ export declare namespace ChatCreatedWebhookEvent {
2322
2322
  * relevant section of the Chat Health guide. To gate a send, act on the response
2323
2323
  * rather than the status: a `403` is the authoritative answer.
2324
2324
  *
2325
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
2326
- * means and how to react.
2325
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
2326
+ * each status means and how to react.
2327
2327
  */
2328
2328
  health_status: Data.HealthStatus;
2329
2329
  /**
@@ -2351,8 +2351,8 @@ export declare namespace ChatCreatedWebhookEvent {
2351
2351
  * relevant section of the Chat Health guide. To gate a send, act on the response
2352
2352
  * rather than the status: a `403` is the authoritative answer.
2353
2353
  *
2354
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
2355
- * means and how to react.
2354
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
2355
+ * each status means and how to react.
2356
2356
  */
2357
2357
  interface HealthStatus {
2358
2358
  /**
@@ -2361,8 +2361,8 @@ export declare namespace ChatCreatedWebhookEvent {
2361
2361
  doc_url: string;
2362
2362
  /**
2363
2363
  * Current health bucket for the chat. See the
2364
- * [Chat Health guide](/guides/chats/chat-health) for what each value means and how
2365
- * to react. `doc_url` deep-links to the relevant section.
2364
+ * [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what each
2365
+ * value means and how to react. `doc_url` deep-links to the relevant section.
2366
2366
  *
2367
2367
  * `OPTED_OUT` — the recipient sent `STOP`, `UNSUBSCRIBE`, `OPTOUT`, `CANCEL`,
2368
2368
  * `END`, or `QUIT`. The keyword must be the whole trimmed message, never part of a
@@ -112,8 +112,8 @@ export declare namespace MessageEventV2 {
112
112
  * relevant section of the Chat Health guide. To gate a send, act on the response
113
113
  * rather than the status: a `403` is the authoritative answer.
114
114
  *
115
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
116
- * means and how to react.
115
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
116
+ * each status means and how to react.
117
117
  */
118
118
  health_status: Chat.HealthStatus;
119
119
  /**
@@ -137,8 +137,8 @@ export declare namespace MessageEventV2 {
137
137
  * relevant section of the Chat Health guide. To gate a send, act on the response
138
138
  * rather than the status: a `403` is the authoritative answer.
139
139
  *
140
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
141
- * means and how to react.
140
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
141
+ * each status means and how to react.
142
142
  */
143
143
  interface HealthStatus {
144
144
  /**
@@ -147,8 +147,8 @@ export declare namespace MessageEventV2 {
147
147
  doc_url: string;
148
148
  /**
149
149
  * Current health bucket for the chat. See the
150
- * [Chat Health guide](/guides/chats/chat-health) for what each value means and how
151
- * to react. `doc_url` deep-links to the relevant section.
150
+ * [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what each
151
+ * value means and how to react. `doc_url` deep-links to the relevant section.
152
152
  *
153
153
  * `OPTED_OUT` — the recipient sent `STOP`, `UNSUBSCRIBE`, `OPTOUT`, `CANCEL`,
154
154
  * `END`, or `QUIT`. The keyword must be the whole trimmed message, never part of a
@@ -1110,8 +1110,8 @@ export declare namespace MessageEditedWebhookEvent {
1110
1110
  * relevant section of the Chat Health guide. To gate a send, act on the response
1111
1111
  * rather than the status: a `403` is the authoritative answer.
1112
1112
  *
1113
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
1114
- * means and how to react.
1113
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
1114
+ * each status means and how to react.
1115
1115
  */
1116
1116
  health_status: Chat.HealthStatus;
1117
1117
  /**
@@ -1135,8 +1135,8 @@ export declare namespace MessageEditedWebhookEvent {
1135
1135
  * relevant section of the Chat Health guide. To gate a send, act on the response
1136
1136
  * rather than the status: a `403` is the authoritative answer.
1137
1137
  *
1138
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
1139
- * means and how to react.
1138
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
1139
+ * each status means and how to react.
1140
1140
  */
1141
1141
  interface HealthStatus {
1142
1142
  /**
@@ -1145,8 +1145,8 @@ export declare namespace MessageEditedWebhookEvent {
1145
1145
  doc_url: string;
1146
1146
  /**
1147
1147
  * Current health bucket for the chat. See the
1148
- * [Chat Health guide](/guides/chats/chat-health) for what each value means and how
1149
- * to react. `doc_url` deep-links to the relevant section.
1148
+ * [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what each
1149
+ * value means and how to react. `doc_url` deep-links to the relevant section.
1150
1150
  *
1151
1151
  * `OPTED_OUT` — the recipient sent `STOP`, `UNSUBSCRIBE`, `OPTOUT`, `CANCEL`,
1152
1152
  * `END`, or `QUIT`. The keyword must be the whole trimmed message, never part of a
@@ -2322,8 +2322,8 @@ export declare namespace ChatCreatedWebhookEvent {
2322
2322
  * relevant section of the Chat Health guide. To gate a send, act on the response
2323
2323
  * rather than the status: a `403` is the authoritative answer.
2324
2324
  *
2325
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
2326
- * means and how to react.
2325
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
2326
+ * each status means and how to react.
2327
2327
  */
2328
2328
  health_status: Data.HealthStatus;
2329
2329
  /**
@@ -2351,8 +2351,8 @@ export declare namespace ChatCreatedWebhookEvent {
2351
2351
  * relevant section of the Chat Health guide. To gate a send, act on the response
2352
2352
  * rather than the status: a `403` is the authoritative answer.
2353
2353
  *
2354
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
2355
- * means and how to react.
2354
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
2355
+ * each status means and how to react.
2356
2356
  */
2357
2357
  interface HealthStatus {
2358
2358
  /**
@@ -2361,8 +2361,8 @@ export declare namespace ChatCreatedWebhookEvent {
2361
2361
  doc_url: string;
2362
2362
  /**
2363
2363
  * Current health bucket for the chat. See the
2364
- * [Chat Health guide](/guides/chats/chat-health) for what each value means and how
2365
- * to react. `doc_url` deep-links to the relevant section.
2364
+ * [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what each
2365
+ * value means and how to react. `doc_url` deep-links to the relevant section.
2366
2366
  *
2367
2367
  * `OPTED_OUT` — the recipient sent `STOP`, `UNSUBSCRIBE`, `OPTOUT`, `CANCEL`,
2368
2368
  * `END`, or `QUIT`. The keyword must be the whole trimmed message, never part of a
package/src/client.ts CHANGED
@@ -1380,7 +1380,7 @@ export class LinqAPIV3 {
1380
1380
  * `POST /v3/chats/{chatId}/messages` — it renders as a rich card with your
1381
1381
  * branding (title, amount, image) instead of a bare URL, which converts far
1382
1382
  * better. A `link` part must be the only part in the message. See
1383
- * [Rich Link Previews](/guides/messaging/sending-messages).
1383
+ * [Rich Link Previews](/channel/imessage/guides/messaging/sending-messages).
1384
1384
  *
1385
1385
  * On a supported iPhone the link opens an **Apple Pay App Clip** — a native,
1386
1386
  * no-install checkout sheet. Everywhere else (Android, desktop, iPhones
@@ -1430,7 +1430,7 @@ export class LinqAPIV3 {
1430
1430
  * Subscribe to payment lifecycle events to reconcile server-side rather than
1431
1431
  * polling: `payment.succeeded`, `payment.canceled`, and `payment.expired`.
1432
1432
  * Each event carries the payment request id, amount, currency, and your
1433
- * `metadata`. See [Webhooks](/guides/webhooks).
1433
+ * `metadata`. See [Webhooks](/channel/imessage/guides/webhooks).
1434
1434
  *
1435
1435
  */
1436
1436
  paymentRequests: API.PaymentRequests = new API.PaymentRequests(this);
@@ -336,8 +336,8 @@ export interface Chat {
336
336
  * relevant section of the Chat Health guide. To gate a send, act on the response
337
337
  * rather than the status: a `403` is the authoritative answer.
338
338
  *
339
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
340
- * means and how to react.
339
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
340
+ * each status means and how to react.
341
341
  */
342
342
  health_status: Chat.HealthStatus;
343
343
 
@@ -380,8 +380,8 @@ export namespace Chat {
380
380
  * relevant section of the Chat Health guide. To gate a send, act on the response
381
381
  * rather than the status: a `403` is the authoritative answer.
382
382
  *
383
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
384
- * means and how to react.
383
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
384
+ * each status means and how to react.
385
385
  */
386
386
  export interface HealthStatus {
387
387
  /**
@@ -391,8 +391,8 @@ export namespace Chat {
391
391
 
392
392
  /**
393
393
  * Current health bucket for the chat. See the
394
- * [Chat Health guide](/guides/chats/chat-health) for what each value means and how
395
- * to react. `doc_url` deep-links to the relevant section.
394
+ * [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what each
395
+ * value means and how to react. `doc_url` deep-links to the relevant section.
396
396
  *
397
397
  * `OPTED_OUT` — the recipient sent `STOP`, `UNSUBSCRIBE`, `OPTOUT`, `CANCEL`,
398
398
  * `END`, or `QUIT`. The keyword must be the whole trimmed message, never part of a
@@ -904,8 +904,8 @@ export namespace ChatCreateResponse {
904
904
  * relevant section of the Chat Health guide. To gate a send, act on the response
905
905
  * rather than the status: a `403` is the authoritative answer.
906
906
  *
907
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
908
- * means and how to react.
907
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
908
+ * each status means and how to react.
909
909
  */
910
910
  health_status: Chat.HealthStatus;
911
911
 
@@ -937,8 +937,8 @@ export namespace ChatCreateResponse {
937
937
  * relevant section of the Chat Health guide. To gate a send, act on the response
938
938
  * rather than the status: a `403` is the authoritative answer.
939
939
  *
940
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
941
- * means and how to react.
940
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
941
+ * each status means and how to react.
942
942
  */
943
943
  export interface HealthStatus {
944
944
  /**
@@ -948,8 +948,8 @@ export namespace ChatCreateResponse {
948
948
 
949
949
  /**
950
950
  * Current health bucket for the chat. See the
951
- * [Chat Health guide](/guides/chats/chat-health) for what each value means and how
952
- * to react. `doc_url` deep-links to the relevant section.
951
+ * [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what each
952
+ * value means and how to react. `doc_url` deep-links to the relevant section.
953
953
  *
954
954
  * `OPTED_OUT` — the recipient sent `STOP`, `UNSUBSCRIBE`, `OPTOUT`, `CANCEL`,
955
955
  * `END`, or `QUIT`. The keyword must be the whole trimmed message, never part of a
@@ -141,7 +141,7 @@ import { path } from '../internal/utils/path';
141
141
  * `POST /v3/chats/{chatId}/messages` — it renders as a rich card with your
142
142
  * branding (title, amount, image) instead of a bare URL, which converts far
143
143
  * better. A `link` part must be the only part in the message. See
144
- * [Rich Link Previews](/guides/messaging/sending-messages).
144
+ * [Rich Link Previews](/channel/imessage/guides/messaging/sending-messages).
145
145
  *
146
146
  * On a supported iPhone the link opens an **Apple Pay App Clip** — a native,
147
147
  * no-install checkout sheet. Everywhere else (Android, desktop, iPhones
@@ -191,7 +191,7 @@ import { path } from '../internal/utils/path';
191
191
  * Subscribe to payment lifecycle events to reconcile server-side rather than
192
192
  * polling: `payment.succeeded`, `payment.canceled`, and `payment.expired`.
193
193
  * Each event carries the payment request id, amount, currency, and your
194
- * `metadata`. See [Webhooks](/guides/webhooks).
194
+ * `metadata`. See [Webhooks](/channel/imessage/guides/webhooks).
195
195
  */
196
196
  export class PaymentRequests extends APIResource {
197
197
  /**
@@ -383,8 +383,9 @@ export namespace PhoneNumberListResponse {
383
383
  * Unlike chat health, line reputation does not include `opted_out` — opt-out
384
384
  * applies to individual recipients, not the whole line.
385
385
  *
386
- * See the [Phone Reputation guide](/guides/phone-numbers/phone-reputation) for
387
- * what each status means and how to react.
386
+ * See the
387
+ * [Phone Reputation guide](/channel/imessage/guides/phone-numbers/phone-reputation)
388
+ * for what each status means and how to react.
388
389
  */
389
390
  reputation: PhoneNumber.Reputation;
390
391
 
@@ -404,8 +405,9 @@ export namespace PhoneNumberListResponse {
404
405
  * Unlike chat health, line reputation does not include `opted_out` — opt-out
405
406
  * applies to individual recipients, not the whole line.
406
407
  *
407
- * See the [Phone Reputation guide](/guides/phone-numbers/phone-reputation) for
408
- * what each status means and how to react.
408
+ * See the
409
+ * [Phone Reputation guide](/channel/imessage/guides/phone-numbers/phone-reputation)
410
+ * for what each status means and how to react.
409
411
  */
410
412
  export interface Reputation {
411
413
  /**
@@ -202,7 +202,7 @@ export interface WebhookEventListResponse {
202
202
  /**
203
203
  * URL to the webhook events documentation
204
204
  */
205
- doc_url: 'https://docs.linqapp.com/guides/webhooks/events';
205
+ doc_url: 'https://docs.linqapp.com/channel/imessage/guides/webhooks/events';
206
206
 
207
207
  /**
208
208
  * List of all available webhook event types
@@ -161,7 +161,7 @@ export class WebhookSubscriptions extends APIResource {
161
161
  * - Legacy `X-Webhook-*` headers are also sent for backwards compatibility
162
162
  * (deprecated)
163
163
  * - See
164
- * [Verifying Webhook Signatures](https://docs.linqapp.com/guides/webhooks#verifying-webhook-signatures)
164
+ * [Verifying Webhook Signatures](https://docs.linqapp.com/channel/imessage/guides/webhooks#verifying-webhook-signatures)
165
165
  * for verification details
166
166
  * - Failed deliveries (5xx, 429, network errors) are retried up to 10 times over
167
167
  * ~25 minutes with exponential backoff
@@ -146,8 +146,8 @@ export namespace MessageEventV2 {
146
146
  * relevant section of the Chat Health guide. To gate a send, act on the response
147
147
  * rather than the status: a `403` is the authoritative answer.
148
148
  *
149
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
150
- * means and how to react.
149
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
150
+ * each status means and how to react.
151
151
  */
152
152
  health_status: Chat.HealthStatus;
153
153
 
@@ -174,8 +174,8 @@ export namespace MessageEventV2 {
174
174
  * relevant section of the Chat Health guide. To gate a send, act on the response
175
175
  * rather than the status: a `403` is the authoritative answer.
176
176
  *
177
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
178
- * means and how to react.
177
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
178
+ * each status means and how to react.
179
179
  */
180
180
  export interface HealthStatus {
181
181
  /**
@@ -185,8 +185,8 @@ export namespace MessageEventV2 {
185
185
 
186
186
  /**
187
187
  * Current health bucket for the chat. See the
188
- * [Chat Health guide](/guides/chats/chat-health) for what each value means and how
189
- * to react. `doc_url` deep-links to the relevant section.
188
+ * [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what each
189
+ * value means and how to react. `doc_url` deep-links to the relevant section.
190
190
  *
191
191
  * `OPTED_OUT` — the recipient sent `STOP`, `UNSUBSCRIBE`, `OPTOUT`, `CANCEL`,
192
192
  * `END`, or `QUIT`. The keyword must be the whole trimmed message, never part of a
@@ -1308,8 +1308,8 @@ export namespace MessageEditedWebhookEvent {
1308
1308
  * relevant section of the Chat Health guide. To gate a send, act on the response
1309
1309
  * rather than the status: a `403` is the authoritative answer.
1310
1310
  *
1311
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
1312
- * means and how to react.
1311
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
1312
+ * each status means and how to react.
1313
1313
  */
1314
1314
  health_status: Chat.HealthStatus;
1315
1315
 
@@ -1336,8 +1336,8 @@ export namespace MessageEditedWebhookEvent {
1336
1336
  * relevant section of the Chat Health guide. To gate a send, act on the response
1337
1337
  * rather than the status: a `403` is the authoritative answer.
1338
1338
  *
1339
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
1340
- * means and how to react.
1339
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
1340
+ * each status means and how to react.
1341
1341
  */
1342
1342
  export interface HealthStatus {
1343
1343
  /**
@@ -1347,8 +1347,8 @@ export namespace MessageEditedWebhookEvent {
1347
1347
 
1348
1348
  /**
1349
1349
  * Current health bucket for the chat. See the
1350
- * [Chat Health guide](/guides/chats/chat-health) for what each value means and how
1351
- * to react. `doc_url` deep-links to the relevant section.
1350
+ * [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what each
1351
+ * value means and how to react. `doc_url` deep-links to the relevant section.
1352
1352
  *
1353
1353
  * `OPTED_OUT` — the recipient sent `STOP`, `UNSUBSCRIBE`, `OPTOUT`, `CANCEL`,
1354
1354
  * `END`, or `QUIT`. The keyword must be the whole trimmed message, never part of a
@@ -2798,8 +2798,8 @@ export namespace ChatCreatedWebhookEvent {
2798
2798
  * relevant section of the Chat Health guide. To gate a send, act on the response
2799
2799
  * rather than the status: a `403` is the authoritative answer.
2800
2800
  *
2801
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
2802
- * means and how to react.
2801
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
2802
+ * each status means and how to react.
2803
2803
  */
2804
2804
  health_status: Data.HealthStatus;
2805
2805
 
@@ -2831,8 +2831,8 @@ export namespace ChatCreatedWebhookEvent {
2831
2831
  * relevant section of the Chat Health guide. To gate a send, act on the response
2832
2832
  * rather than the status: a `403` is the authoritative answer.
2833
2833
  *
2834
- * See the [Chat Health guide](/guides/chats/chat-health) for what each status
2835
- * means and how to react.
2834
+ * See the [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what
2835
+ * each status means and how to react.
2836
2836
  */
2837
2837
  export interface HealthStatus {
2838
2838
  /**
@@ -2842,8 +2842,8 @@ export namespace ChatCreatedWebhookEvent {
2842
2842
 
2843
2843
  /**
2844
2844
  * Current health bucket for the chat. See the
2845
- * [Chat Health guide](/guides/chats/chat-health) for what each value means and how
2846
- * to react. `doc_url` deep-links to the relevant section.
2845
+ * [Chat Health guide](/channel/imessage/guides/chats/chat-health) for what each
2846
+ * value means and how to react. `doc_url` deep-links to the relevant section.
2847
2847
  *
2848
2848
  * `OPTED_OUT` — the recipient sent `STOP`, `UNSUBSCRIBE`, `OPTOUT`, `CANCEL`,
2849
2849
  * `END`, or `QUIT`. The keyword must be the whole trimmed message, never part of a
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.53.0'; // x-release-please-version
1
+ export const VERSION = '0.53.1'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.53.0";
1
+ export declare const VERSION = "0.53.1";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.53.0";
1
+ export declare const VERSION = "0.53.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.53.0'; // x-release-please-version
4
+ exports.VERSION = '0.53.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.53.0'; // x-release-please-version
1
+ export const VERSION = '0.53.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map