@linqapp/sdk 0.37.0 → 0.38.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 +14 -0
- package/client.d.mts +27 -0
- package/client.d.mts.map +1 -1
- package/client.d.ts +27 -0
- package/client.d.ts.map +1 -1
- package/client.js +27 -0
- package/client.js.map +1 -1
- package/client.mjs +27 -0
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/available-number.d.mts +9 -0
- package/resources/available-number.d.mts.map +1 -1
- package/resources/available-number.d.ts +9 -0
- package/resources/available-number.d.ts.map +1 -1
- package/resources/available-number.js +9 -0
- package/resources/available-number.js.map +1 -1
- package/resources/available-number.mjs +9 -0
- package/resources/available-number.mjs.map +1 -1
- package/resources/capability.d.mts +12 -3
- package/resources/capability.d.mts.map +1 -1
- package/resources/capability.d.ts +12 -3
- package/resources/capability.d.ts.map +1 -1
- package/resources/capability.js +3 -0
- package/resources/capability.js.map +1 -1
- package/resources/capability.mjs +3 -0
- package/resources/capability.mjs.map +1 -1
- package/resources/phone-numbers.d.mts +9 -0
- package/resources/phone-numbers.d.mts.map +1 -1
- package/resources/phone-numbers.d.ts +9 -0
- package/resources/phone-numbers.d.ts.map +1 -1
- package/resources/phone-numbers.js +9 -0
- package/resources/phone-numbers.js.map +1 -1
- package/resources/phone-numbers.mjs +9 -0
- package/resources/phone-numbers.mjs.map +1 -1
- package/resources/phonenumbers.d.mts +9 -0
- package/resources/phonenumbers.d.mts.map +1 -1
- package/resources/phonenumbers.d.ts +9 -0
- package/resources/phonenumbers.d.ts.map +1 -1
- package/resources/phonenumbers.js +9 -0
- package/resources/phonenumbers.js.map +1 -1
- package/resources/phonenumbers.mjs +9 -0
- package/resources/phonenumbers.mjs.map +1 -1
- package/src/client.ts +27 -0
- package/src/resources/available-number.ts +9 -0
- package/src/resources/capability.ts +12 -3
- package/src/resources/phone-numbers.ts +9 -0
- package/src/resources/phonenumbers.ts +9 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -11,6 +11,15 @@ const resource_1 = require("../core/resource.js");
|
|
|
11
11
|
*
|
|
12
12
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
13
13
|
* in the `from` field.
|
|
14
|
+
*
|
|
15
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
16
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
17
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
18
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
19
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
20
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
21
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
22
|
+
* specific number to blame with a `403`).
|
|
14
23
|
*/
|
|
15
24
|
class AvailableNumber extends resource_1.APIResource {
|
|
16
25
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"available-number.js","sourceRoot":"","sources":["../src/resources/available-number.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C
|
|
1
|
+
{"version":3,"file":"available-number.js","sourceRoot":"","sources":["../src/resources/available-number.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,eAAgB,SAAQ,sBAAW;IAC9C;;;;;;;;;;;;;;;;;;OAkBG;IACH,QAAQ,CACN,QAA0D,EAAE,EAC5D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,sBAAsB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzE,CAAC;CACF;AA1BD,0CA0BC"}
|
|
@@ -8,6 +8,15 @@ import { APIResource } from "../core/resource.mjs";
|
|
|
8
8
|
*
|
|
9
9
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
10
10
|
* in the `from` field.
|
|
11
|
+
*
|
|
12
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
13
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
14
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
15
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
16
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
17
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
18
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
19
|
+
* specific number to blame with a `403`).
|
|
11
20
|
*/
|
|
12
21
|
export class AvailableNumber extends APIResource {
|
|
13
22
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"available-number.mjs","sourceRoot":"","sources":["../src/resources/available-number.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAI/C
|
|
1
|
+
{"version":3,"file":"available-number.mjs","sourceRoot":"","sources":["../src/resources/available-number.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAI/C;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,OAAO,eAAgB,SAAQ,WAAW;IAC9C;;;;;;;;;;;;;;;;;;OAkBG;IACH,QAAQ,CACN,QAA0D,EAAE,EAC5D,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,sBAAsB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzE,CAAC;CACF"}
|
|
@@ -21,6 +21,9 @@ export declare class Capability extends APIResource {
|
|
|
21
21
|
/**
|
|
22
22
|
* Check whether a recipient address (phone number) supports RCS messaging.
|
|
23
23
|
*
|
|
24
|
+
* `address` must be an E.164 phone number. RCS has no email addressing, so an
|
|
25
|
+
* email is rejected with a `400` rather than attempted.
|
|
26
|
+
*
|
|
24
27
|
* A `200` means the check ran and the answer is about the **recipient**. A `503`
|
|
25
28
|
* means the check could not produce an answer because of a fault on the **sender**
|
|
26
29
|
* line — `4004` (RCS not turned on for the line), `4009` (line has no RCS
|
|
@@ -40,7 +43,9 @@ export declare class Capability extends APIResource {
|
|
|
40
43
|
}
|
|
41
44
|
export interface HandleCheck {
|
|
42
45
|
/**
|
|
43
|
-
* The recipient
|
|
46
|
+
* The recipient address to check. `check_imessage` accepts an E.164 phone number
|
|
47
|
+
* or an email address; `check_rcs` accepts an E.164 phone number only and rejects
|
|
48
|
+
* an email with a `400`, since RCS has no email addressing.
|
|
44
49
|
*/
|
|
45
50
|
address: string;
|
|
46
51
|
/**
|
|
@@ -76,7 +81,9 @@ export interface HandleCheckResponse {
|
|
|
76
81
|
}
|
|
77
82
|
export interface CapabilityCheckIMessageParams {
|
|
78
83
|
/**
|
|
79
|
-
* The recipient
|
|
84
|
+
* The recipient address to check. `check_imessage` accepts an E.164 phone number
|
|
85
|
+
* or an email address; `check_rcs` accepts an E.164 phone number only and rejects
|
|
86
|
+
* an email with a `400`, since RCS has no email addressing.
|
|
80
87
|
*/
|
|
81
88
|
address: string;
|
|
82
89
|
/**
|
|
@@ -87,7 +94,9 @@ export interface CapabilityCheckIMessageParams {
|
|
|
87
94
|
}
|
|
88
95
|
export interface CapabilityCheckRCSParams {
|
|
89
96
|
/**
|
|
90
|
-
* The recipient
|
|
97
|
+
* The recipient address to check. `check_imessage` accepts an E.164 phone number
|
|
98
|
+
* or an email address; `check_rcs` accepts an E.164 phone number only and rejects
|
|
99
|
+
* an email with a `400`, since RCS has no email addressing.
|
|
91
100
|
*/
|
|
92
101
|
address: string;
|
|
93
102
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capability.d.mts","sourceRoot":"","sources":["../src/resources/capability.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,wCAAoC;AAE7D;;GAEG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;;;OAWG;IACH,aAAa,CACX,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,mBAAmB,CAAC;IAIlC
|
|
1
|
+
{"version":3,"file":"capability.d.mts","sourceRoot":"","sources":["../src/resources/capability.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,wCAAoC;AAE7D;;GAEG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;;;OAWG;IACH,aAAa,CACX,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,mBAAmB,CAAC;IAIlC;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,QAAQ,CAAC,IAAI,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,mBAAmB,CAAC;CAGpG;AAED,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IAEnB;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IAEzB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,6BAA6B;IAC5C;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,wBAAwB;IACvC;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EACL,KAAK,WAAW,IAAI,WAAW,EAC/B,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;CACH"}
|
|
@@ -21,6 +21,9 @@ export declare class Capability extends APIResource {
|
|
|
21
21
|
/**
|
|
22
22
|
* Check whether a recipient address (phone number) supports RCS messaging.
|
|
23
23
|
*
|
|
24
|
+
* `address` must be an E.164 phone number. RCS has no email addressing, so an
|
|
25
|
+
* email is rejected with a `400` rather than attempted.
|
|
26
|
+
*
|
|
24
27
|
* A `200` means the check ran and the answer is about the **recipient**. A `503`
|
|
25
28
|
* means the check could not produce an answer because of a fault on the **sender**
|
|
26
29
|
* line — `4004` (RCS not turned on for the line), `4009` (line has no RCS
|
|
@@ -40,7 +43,9 @@ export declare class Capability extends APIResource {
|
|
|
40
43
|
}
|
|
41
44
|
export interface HandleCheck {
|
|
42
45
|
/**
|
|
43
|
-
* The recipient
|
|
46
|
+
* The recipient address to check. `check_imessage` accepts an E.164 phone number
|
|
47
|
+
* or an email address; `check_rcs` accepts an E.164 phone number only and rejects
|
|
48
|
+
* an email with a `400`, since RCS has no email addressing.
|
|
44
49
|
*/
|
|
45
50
|
address: string;
|
|
46
51
|
/**
|
|
@@ -76,7 +81,9 @@ export interface HandleCheckResponse {
|
|
|
76
81
|
}
|
|
77
82
|
export interface CapabilityCheckIMessageParams {
|
|
78
83
|
/**
|
|
79
|
-
* The recipient
|
|
84
|
+
* The recipient address to check. `check_imessage` accepts an E.164 phone number
|
|
85
|
+
* or an email address; `check_rcs` accepts an E.164 phone number only and rejects
|
|
86
|
+
* an email with a `400`, since RCS has no email addressing.
|
|
80
87
|
*/
|
|
81
88
|
address: string;
|
|
82
89
|
/**
|
|
@@ -87,7 +94,9 @@ export interface CapabilityCheckIMessageParams {
|
|
|
87
94
|
}
|
|
88
95
|
export interface CapabilityCheckRCSParams {
|
|
89
96
|
/**
|
|
90
|
-
* The recipient
|
|
97
|
+
* The recipient address to check. `check_imessage` accepts an E.164 phone number
|
|
98
|
+
* or an email address; `check_rcs` accepts an E.164 phone number only and rejects
|
|
99
|
+
* an email with a `400`, since RCS has no email addressing.
|
|
91
100
|
*/
|
|
92
101
|
address: string;
|
|
93
102
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capability.d.ts","sourceRoot":"","sources":["../src/resources/capability.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,4BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,+BAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,uCAAoC;AAE7D;;GAEG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;;;OAWG;IACH,aAAa,CACX,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,mBAAmB,CAAC;IAIlC
|
|
1
|
+
{"version":3,"file":"capability.d.ts","sourceRoot":"","sources":["../src/resources/capability.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,4BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,+BAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,uCAAoC;AAE7D;;GAEG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;;;OAWG;IACH,aAAa,CACX,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,mBAAmB,CAAC;IAIlC;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,QAAQ,CAAC,IAAI,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,mBAAmB,CAAC;CAGpG;AAED,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IAEnB;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IAEzB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,6BAA6B;IAC5C;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,wBAAwB;IACvC;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EACL,KAAK,WAAW,IAAI,WAAW,EAC/B,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,wBAAwB,IAAI,wBAAwB,GAC1D,CAAC;CACH"}
|
package/resources/capability.js
CHANGED
|
@@ -25,6 +25,9 @@ class Capability extends resource_1.APIResource {
|
|
|
25
25
|
/**
|
|
26
26
|
* Check whether a recipient address (phone number) supports RCS messaging.
|
|
27
27
|
*
|
|
28
|
+
* `address` must be an E.164 phone number. RCS has no email addressing, so an
|
|
29
|
+
* email is rejected with a `400` rather than attempted.
|
|
30
|
+
*
|
|
28
31
|
* A `200` means the check ran and the answer is about the **recipient**. A `503`
|
|
29
32
|
* means the check could not produce an answer because of a fault on the **sender**
|
|
30
33
|
* line — `4004` (RCS not turned on for the line), `4009` (line has no RCS
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capability.js","sourceRoot":"","sources":["../src/resources/capability.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C;;GAEG;AACH,MAAa,UAAW,SAAQ,sBAAW;IACzC;;;;;;;;;;;OAWG;IACH,aAAa,CACX,IAAmC,EACnC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClF,CAAC;IAED
|
|
1
|
+
{"version":3,"file":"capability.js","sourceRoot":"","sources":["../src/resources/capability.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C;;GAEG;AACH,MAAa,UAAW,SAAQ,sBAAW;IACzC;;;;;;;;;;;OAWG;IACH,aAAa,CACX,IAAmC,EACnC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClF,CAAC;IAED;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,QAAQ,CAAC,IAA8B,EAAE,OAAwB;QAC/D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,0BAA0B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7E,CAAC;CACF;AA5CD,gCA4CC"}
|
package/resources/capability.mjs
CHANGED
|
@@ -22,6 +22,9 @@ export class Capability extends APIResource {
|
|
|
22
22
|
/**
|
|
23
23
|
* Check whether a recipient address (phone number) supports RCS messaging.
|
|
24
24
|
*
|
|
25
|
+
* `address` must be an E.164 phone number. RCS has no email addressing, so an
|
|
26
|
+
* email is rejected with a `400` rather than attempted.
|
|
27
|
+
*
|
|
25
28
|
* A `200` means the check ran and the answer is about the **recipient**. A `503`
|
|
26
29
|
* means the check could not produce an answer because of a fault on the **sender**
|
|
27
30
|
* line — `4004` (RCS not turned on for the line), `4009` (line has no RCS
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capability.mjs","sourceRoot":"","sources":["../src/resources/capability.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAI/C;;GAEG;AACH,MAAM,OAAO,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;;;OAWG;IACH,aAAa,CACX,IAAmC,EACnC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClF,CAAC;IAED
|
|
1
|
+
{"version":3,"file":"capability.mjs","sourceRoot":"","sources":["../src/resources/capability.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAI/C;;GAEG;AACH,MAAM,OAAO,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;;;OAWG;IACH,aAAa,CACX,IAAmC,EACnC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAClF,CAAC;IAED;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,QAAQ,CAAC,IAA8B,EAAE,OAAwB;QAC/D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,0BAA0B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7E,CAAC;CACF"}
|
|
@@ -9,6 +9,15 @@ import { RequestOptions } from "../internal/request-options.mjs";
|
|
|
9
9
|
*
|
|
10
10
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
11
11
|
* in the `from` field.
|
|
12
|
+
*
|
|
13
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
14
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
15
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
16
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
17
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
18
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
19
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
20
|
+
* specific number to blame with a `403`).
|
|
12
21
|
*/
|
|
13
22
|
export declare class PhoneNumbers extends APIResource {
|
|
14
23
|
/**
|
|
@@ -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
|
|
1
|
+
{"version":3,"file":"phone-numbers.d.mts","sourceRoot":"","sources":["../src/resources/phone-numbers.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,6 +9,15 @@ import { RequestOptions } from "../internal/request-options.js";
|
|
|
9
9
|
*
|
|
10
10
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
11
11
|
* in the `from` field.
|
|
12
|
+
*
|
|
13
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
14
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
15
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
16
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
17
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
18
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
19
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
20
|
+
* specific number to blame with a `403`).
|
|
12
21
|
*/
|
|
13
22
|
export declare class PhoneNumbers extends APIResource {
|
|
14
23
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"phone-numbers.d.ts","sourceRoot":"","sources":["../src/resources/phone-numbers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,4BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,+BAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,uCAAoC;AAG7D
|
|
1
|
+
{"version":3,"file":"phone-numbers.d.ts","sourceRoot":"","sources":["../src/resources/phone-numbers.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,6 +12,15 @@ const path_1 = require("../internal/utils/path.js");
|
|
|
12
12
|
*
|
|
13
13
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
14
14
|
* in the `from` field.
|
|
15
|
+
*
|
|
16
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
17
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
18
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
19
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
20
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
21
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
22
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
23
|
+
* specific number to blame with a `403`).
|
|
15
24
|
*/
|
|
16
25
|
class PhoneNumbers extends resource_1.APIResource {
|
|
17
26
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"phone-numbers.js","sourceRoot":"","sources":["../src/resources/phone-numbers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,oDAA8C;AAE9C
|
|
1
|
+
{"version":3,"file":"phone-numbers.js","sourceRoot":"","sources":["../src/resources/phone-numbers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,oDAA8C;AAE9C;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,YAAa,SAAQ,sBAAW;IAC3C;;;;;;;;;;;;;OAaG;IACH,MAAM,CACJ,aAAqB,EACrB,IAA6B,EAC7B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,qBAAqB,aAAa,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1F,CAAC;IAED;;;;;;;;;OASG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,mBAAmB,EAAE,OAAO,CAAC,CAAC;IACxD,CAAC;IAED;;;;;;;;;;;OAWG;IACH,kBAAkB,CAChB,OAAe,EACf,MAA2C,EAC3C,OAAwB;QAExB,MAAM,EAAE,WAAW,EAAE,GAAG,MAAM,CAAC;QAC/B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,qBAAqB,WAAW,qBAAqB,OAAO,EAAE,EAAE,OAAO,CAAC,CAAC;IACvG,CAAC;IAED;;;;;;;;;;;;;;;;OAgBG;IACH,oBAAoB,CAAC,WAAmB,EAAE,OAAwB;QAChE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAA,WAAI,EAAA,qBAAqB,WAAW,mBAAmB,EAAE,OAAO,CAAC,CAAC;IAC7F,CAAC;CACF;AA9ED,oCA8EC"}
|
|
@@ -9,6 +9,15 @@ import { path } from "../internal/utils/path.mjs";
|
|
|
9
9
|
*
|
|
10
10
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
11
11
|
* in the `from` field.
|
|
12
|
+
*
|
|
13
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
14
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
15
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
16
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
17
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
18
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
19
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
20
|
+
* specific number to blame with a `403`).
|
|
12
21
|
*/
|
|
13
22
|
export class PhoneNumbers extends APIResource {
|
|
14
23
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"phone-numbers.mjs","sourceRoot":"","sources":["../src/resources/phone-numbers.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAG/C,OAAO,EAAE,IAAI,EAAE,mCAA+B;AAE9C
|
|
1
|
+
{"version":3,"file":"phone-numbers.mjs","sourceRoot":"","sources":["../src/resources/phone-numbers.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAG/C,OAAO,EAAE,IAAI,EAAE,mCAA+B;AAE9C;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,OAAO,YAAa,SAAQ,WAAW;IAC3C;;;;;;;;;;;;;OAaG;IACH,MAAM,CACJ,aAAqB,EACrB,IAA6B,EAC7B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,qBAAqB,aAAa,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1F,CAAC;IAED;;;;;;;;;OASG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,mBAAmB,EAAE,OAAO,CAAC,CAAC;IACxD,CAAC;IAED;;;;;;;;;;;OAWG;IACH,kBAAkB,CAChB,OAAe,EACf,MAA2C,EAC3C,OAAwB;QAExB,MAAM,EAAE,WAAW,EAAE,GAAG,MAAM,CAAC;QAC/B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,qBAAqB,WAAW,qBAAqB,OAAO,EAAE,EAAE,OAAO,CAAC,CAAC;IACvG,CAAC;IAED;;;;;;;;;;;;;;;;OAgBG;IACH,oBAAoB,CAAC,WAAmB,EAAE,OAAwB;QAChE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAA,qBAAqB,WAAW,mBAAmB,EAAE,OAAO,CAAC,CAAC;IAC7F,CAAC;CACF"}
|
|
@@ -9,6 +9,15 @@ import { RequestOptions } from "../internal/request-options.mjs";
|
|
|
9
9
|
*
|
|
10
10
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
11
11
|
* in the `from` field.
|
|
12
|
+
*
|
|
13
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
14
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
15
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
16
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
17
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
18
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
19
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
20
|
+
* specific number to blame with a `403`).
|
|
12
21
|
*/
|
|
13
22
|
export declare class Phonenumbers extends APIResource {
|
|
14
23
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"phonenumbers.d.mts","sourceRoot":"","sources":["../src/resources/phonenumbers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,wCAAoC;AAE7D
|
|
1
|
+
{"version":3,"file":"phonenumbers.d.mts","sourceRoot":"","sources":["../src/resources/phonenumbers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,wCAAoC;AAE7D;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,uBAAuB,CAAC;CAGpE;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,YAAY,CAAC,EAAE,WAAW,CAAC,YAAY,CAAC;QAExC;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACtB;IAED,UAAiB,WAAW,CAAC;QAC3B,UAAiB,YAAY;YAC3B;;eAEG;YACH,GAAG,EAAE,OAAO,CAAC;YAEb;;eAEG;YACH,GAAG,EAAE,OAAO,CAAC;YAEb;;eAEG;YACH,KAAK,EAAE,OAAO,CAAC;SAChB;KACF;CACF;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EAAE,KAAK,uBAAuB,IAAI,uBAAuB,EAAE,CAAC;CACpE"}
|
|
@@ -9,6 +9,15 @@ import { RequestOptions } from "../internal/request-options.js";
|
|
|
9
9
|
*
|
|
10
10
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
11
11
|
* in the `from` field.
|
|
12
|
+
*
|
|
13
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
14
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
15
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
16
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
17
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
18
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
19
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
20
|
+
* specific number to blame with a `403`).
|
|
12
21
|
*/
|
|
13
22
|
export declare class Phonenumbers extends APIResource {
|
|
14
23
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"phonenumbers.d.ts","sourceRoot":"","sources":["../src/resources/phonenumbers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,4BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,+BAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,uCAAoC;AAE7D
|
|
1
|
+
{"version":3,"file":"phonenumbers.d.ts","sourceRoot":"","sources":["../src/resources/phonenumbers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,4BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,+BAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,uCAAoC;AAE7D;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAAa,YAAa,SAAQ,WAAW;IAC3C;;;;OAIG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,uBAAuB,CAAC;CAGpE;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,YAAY,CAAC,EAAE,WAAW,CAAC,YAAY,CAAC;QAExC;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACtB;IAED,UAAiB,WAAW,CAAC;QAC3B,UAAiB,YAAY;YAC3B;;eAEG;YACH,GAAG,EAAE,OAAO,CAAC;YAEb;;eAEG;YACH,GAAG,EAAE,OAAO,CAAC;YAEb;;eAEG;YACH,KAAK,EAAE,OAAO,CAAC;SAChB;KACF;CACF;AAED,MAAM,CAAC,OAAO,WAAW,YAAY,CAAC;IACpC,OAAO,EAAE,KAAK,uBAAuB,IAAI,uBAAuB,EAAE,CAAC;CACpE"}
|
|
@@ -11,6 +11,15 @@ const resource_1 = require("../core/resource.js");
|
|
|
11
11
|
*
|
|
12
12
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
13
13
|
* in the `from` field.
|
|
14
|
+
*
|
|
15
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
16
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
17
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
18
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
19
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
20
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
21
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
22
|
+
* specific number to blame with a `403`).
|
|
14
23
|
*/
|
|
15
24
|
class Phonenumbers extends resource_1.APIResource {
|
|
16
25
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"phonenumbers.js","sourceRoot":"","sources":["../src/resources/phonenumbers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C
|
|
1
|
+
{"version":3,"file":"phonenumbers.js","sourceRoot":"","sources":["../src/resources/phonenumbers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,YAAa,SAAQ,sBAAW;IAC3C;;;;OAIG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;IACvD,CAAC;CACF;AATD,oCASC"}
|
|
@@ -8,6 +8,15 @@ import { APIResource } from "../core/resource.mjs";
|
|
|
8
8
|
*
|
|
9
9
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
10
10
|
* in the `from` field.
|
|
11
|
+
*
|
|
12
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
13
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
14
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
15
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
16
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
17
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
18
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
19
|
+
* specific number to blame with a `403`).
|
|
11
20
|
*/
|
|
12
21
|
export class Phonenumbers extends APIResource {
|
|
13
22
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"phonenumbers.mjs","sourceRoot":"","sources":["../src/resources/phonenumbers.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAI/C
|
|
1
|
+
{"version":3,"file":"phonenumbers.mjs","sourceRoot":"","sources":["../src/resources/phonenumbers.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAI/C;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,OAAO,YAAa,SAAQ,WAAW;IAC3C;;;;OAIG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;IACvD,CAAC;CACF"}
|
package/src/client.ts
CHANGED
|
@@ -1180,6 +1180,15 @@ export class LinqAPIV3 {
|
|
|
1180
1180
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
1181
1181
|
* in the `from` field.
|
|
1182
1182
|
*
|
|
1183
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
1184
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
1185
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
1186
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
1187
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
1188
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
1189
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
1190
|
+
* specific number to blame with a `403`).
|
|
1191
|
+
*
|
|
1183
1192
|
*/
|
|
1184
1193
|
phonenumbers: API.Phonenumbers = new API.Phonenumbers(this);
|
|
1185
1194
|
/**
|
|
@@ -1191,6 +1200,15 @@ export class LinqAPIV3 {
|
|
|
1191
1200
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
1192
1201
|
* in the `from` field.
|
|
1193
1202
|
*
|
|
1203
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
1204
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
1205
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
1206
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
1207
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
1208
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
1209
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
1210
|
+
* specific number to blame with a `403`).
|
|
1211
|
+
*
|
|
1194
1212
|
*/
|
|
1195
1213
|
phoneNumbers: API.PhoneNumbers = new API.PhoneNumbers(this);
|
|
1196
1214
|
/**
|
|
@@ -1202,6 +1220,15 @@ export class LinqAPIV3 {
|
|
|
1202
1220
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
1203
1221
|
* in the `from` field.
|
|
1204
1222
|
*
|
|
1223
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
1224
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
1225
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
1226
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
1227
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
1228
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
1229
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
1230
|
+
* specific number to blame with a `403`).
|
|
1231
|
+
*
|
|
1205
1232
|
*/
|
|
1206
1233
|
availableNumber: API.AvailableNumber = new API.AvailableNumber(this);
|
|
1207
1234
|
/**
|
|
@@ -12,6 +12,15 @@ import { RequestOptions } from '../internal/request-options';
|
|
|
12
12
|
*
|
|
13
13
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
14
14
|
* in the `from` field.
|
|
15
|
+
*
|
|
16
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
17
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
18
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
19
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
20
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
21
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
22
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
23
|
+
* specific number to blame with a `403`).
|
|
15
24
|
*/
|
|
16
25
|
export class AvailableNumber extends APIResource {
|
|
17
26
|
/**
|
|
@@ -30,6 +30,9 @@ export class Capability extends APIResource {
|
|
|
30
30
|
/**
|
|
31
31
|
* Check whether a recipient address (phone number) supports RCS messaging.
|
|
32
32
|
*
|
|
33
|
+
* `address` must be an E.164 phone number. RCS has no email addressing, so an
|
|
34
|
+
* email is rejected with a `400` rather than attempted.
|
|
35
|
+
*
|
|
33
36
|
* A `200` means the check ran and the answer is about the **recipient**. A `503`
|
|
34
37
|
* means the check could not produce an answer because of a fault on the **sender**
|
|
35
38
|
* line — `4004` (RCS not turned on for the line), `4009` (line has no RCS
|
|
@@ -52,7 +55,9 @@ export class Capability extends APIResource {
|
|
|
52
55
|
|
|
53
56
|
export interface HandleCheck {
|
|
54
57
|
/**
|
|
55
|
-
* The recipient
|
|
58
|
+
* The recipient address to check. `check_imessage` accepts an E.164 phone number
|
|
59
|
+
* or an email address; `check_rcs` accepts an E.164 phone number only and rejects
|
|
60
|
+
* an email with a `400`, since RCS has no email addressing.
|
|
56
61
|
*/
|
|
57
62
|
address: string;
|
|
58
63
|
|
|
@@ -94,7 +99,9 @@ export interface HandleCheckResponse {
|
|
|
94
99
|
|
|
95
100
|
export interface CapabilityCheckIMessageParams {
|
|
96
101
|
/**
|
|
97
|
-
* The recipient
|
|
102
|
+
* The recipient address to check. `check_imessage` accepts an E.164 phone number
|
|
103
|
+
* or an email address; `check_rcs` accepts an E.164 phone number only and rejects
|
|
104
|
+
* an email with a `400`, since RCS has no email addressing.
|
|
98
105
|
*/
|
|
99
106
|
address: string;
|
|
100
107
|
|
|
@@ -107,7 +114,9 @@ export interface CapabilityCheckIMessageParams {
|
|
|
107
114
|
|
|
108
115
|
export interface CapabilityCheckRCSParams {
|
|
109
116
|
/**
|
|
110
|
-
* The recipient
|
|
117
|
+
* The recipient address to check. `check_imessage` accepts an E.164 phone number
|
|
118
|
+
* or an email address; `check_rcs` accepts an E.164 phone number only and rejects
|
|
119
|
+
* an email with a `400`, since RCS has no email addressing.
|
|
111
120
|
*/
|
|
112
121
|
address: string;
|
|
113
122
|
|
|
@@ -13,6 +13,15 @@ import { path } from '../internal/utils/path';
|
|
|
13
13
|
*
|
|
14
14
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
15
15
|
* in the `from` field.
|
|
16
|
+
*
|
|
17
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
18
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
19
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
20
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
21
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
22
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
23
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
24
|
+
* specific number to blame with a `403`).
|
|
16
25
|
*/
|
|
17
26
|
export class PhoneNumbers extends APIResource {
|
|
18
27
|
/**
|
|
@@ -12,6 +12,15 @@ import { RequestOptions } from '../internal/request-options';
|
|
|
12
12
|
*
|
|
13
13
|
* When creating chats, listing chats, or sending a voice memo, use one of your assigned phone numbers
|
|
14
14
|
* in the `from` field.
|
|
15
|
+
*
|
|
16
|
+
* **Ineligible numbers.** A number can temporarily lose the ability to deliver messages.
|
|
17
|
+
* While it is in that state, requests that would produce new activity on it — sending a
|
|
18
|
+
* message, creating a chat, reacting, typing, group actions — are rejected with `403`
|
|
19
|
+
* (error code `2027`) before anything is created. Reads keep working, so your existing
|
|
20
|
+
* chats, messages, and history stay available. Omit `from` on `POST /v3/messages` and we
|
|
21
|
+
* pick an eligible number for you, skipping ineligible ones; if none of your assigned
|
|
22
|
+
* numbers are eligible, you get `409` (no `from` number was ever chosen, so there's no
|
|
23
|
+
* specific number to blame with a `403`).
|
|
15
24
|
*/
|
|
16
25
|
export class Phonenumbers extends APIResource {
|
|
17
26
|
/**
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.38.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.38.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.38.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.38.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|