@linqapp/sdk 0.65.0 → 0.65.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.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/resources/contact-card.d.mts +8 -0
- package/resources/contact-card.d.mts.map +1 -1
- package/resources/contact-card.d.ts +8 -0
- package/resources/contact-card.d.ts.map +1 -1
- package/resources/contact-card.js +8 -0
- package/resources/contact-card.js.map +1 -1
- package/resources/contact-card.mjs +8 -0
- package/resources/contact-card.mjs.map +1 -1
- package/src/resources/contact-card.ts +8 -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
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.65.1](https://github.com/linq-team/linq-node/compare/v0.65.0...v0.65.1) (2026-09-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* add 503 rate limit error responses to contact card endpoints ([4b518a2](https://github.com/linq-team/linq-node/commit/4b518a223aed717d9b55e9930c503c85a858b90a))
|
|
9
|
+
|
|
3
10
|
## [0.65.0](https://github.com/linq-team/linq-node/compare/v0.64.0...v0.65.0) (2026-09-09)
|
|
4
11
|
|
|
5
12
|
|
package/package.json
CHANGED
|
@@ -18,6 +18,10 @@ export declare class ContactCard extends APIResource {
|
|
|
18
18
|
* If setup does not complete, the response is `500` (`2022`) — call this endpoint
|
|
19
19
|
* again.
|
|
20
20
|
*
|
|
21
|
+
* If the upstream write is rate-limited, the response is `503` (`4004`) instead.
|
|
22
|
+
* Setup did not complete and the card is not active — wait before retrying,
|
|
23
|
+
* because repeated attempts extend the rate limit.
|
|
24
|
+
*
|
|
21
25
|
* **Note:** once a card is active, this endpoint returns `409` (`2014`) so an
|
|
22
26
|
* existing card is never overwritten by accident. Use `PATCH /v3/contact_card` to
|
|
23
27
|
* change it.
|
|
@@ -54,6 +58,10 @@ export declare class ContactCard extends APIResource {
|
|
|
54
58
|
* If the update does not complete, the response is `500` (`2022`) — call this
|
|
55
59
|
* endpoint again.
|
|
56
60
|
*
|
|
61
|
+
* If the upstream write is rate-limited, the response is `503` (`4004`) instead.
|
|
62
|
+
* The update did not reach the line, so the card is left not active — wait before
|
|
63
|
+
* retrying, because repeated attempts extend the rate limit.
|
|
64
|
+
*
|
|
57
65
|
* @example
|
|
58
66
|
* ```ts
|
|
59
67
|
* const setContactCard = await client.contactCard.update({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact-card.d.mts","sourceRoot":"","sources":["../src/resources/contact-card.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,wCAAoC;AAE7D;;;;;;;;GAQG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C
|
|
1
|
+
{"version":3,"file":"contact-card.d.mts","sourceRoot":"","sources":["../src/resources/contact-card.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,wCAAoC;AAE7D;;;;;;;;GAQG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,MAAM,CAAC,IAAI,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,cAAc,CAAC;IAI3F;;;;;;;;OAQG;IACH,QAAQ,CACN,KAAK,GAAE,yBAAyB,GAAG,IAAI,GAAG,SAAc,EACxD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,2BAA2B,CAAC;IAI1C;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,MAAM,CAAC,MAAM,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,cAAc,CAAC;CAI9F;AAED,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,2BAA2B;IAC1C,aAAa,EAAE,KAAK,CAAC,2BAA2B,CAAC,WAAW,CAAC,CAAC;CAC/D;AAED,yBAAiB,2BAA2B,CAAC;IAC3C,UAAiB,WAAW;QAC1B,UAAU,EAAE,MAAM,CAAC;QAEnB,SAAS,EAAE,OAAO,CAAC;QAEnB,YAAY,EAAE,MAAM,CAAC;QAErB,SAAS,CAAC,EAAE,MAAM,CAAC;QAEnB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB;CACF;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,yBAAyB;IACxC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,WAAW,WAAW,CAAC;IACnC,OAAO,EACL,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,uBAAuB,IAAI,uBAAuB,GACxD,CAAC;CACH"}
|
|
@@ -18,6 +18,10 @@ export declare class ContactCard extends APIResource {
|
|
|
18
18
|
* If setup does not complete, the response is `500` (`2022`) — call this endpoint
|
|
19
19
|
* again.
|
|
20
20
|
*
|
|
21
|
+
* If the upstream write is rate-limited, the response is `503` (`4004`) instead.
|
|
22
|
+
* Setup did not complete and the card is not active — wait before retrying,
|
|
23
|
+
* because repeated attempts extend the rate limit.
|
|
24
|
+
*
|
|
21
25
|
* **Note:** once a card is active, this endpoint returns `409` (`2014`) so an
|
|
22
26
|
* existing card is never overwritten by accident. Use `PATCH /v3/contact_card` to
|
|
23
27
|
* change it.
|
|
@@ -54,6 +58,10 @@ export declare class ContactCard extends APIResource {
|
|
|
54
58
|
* If the update does not complete, the response is `500` (`2022`) — call this
|
|
55
59
|
* endpoint again.
|
|
56
60
|
*
|
|
61
|
+
* If the upstream write is rate-limited, the response is `503` (`4004`) instead.
|
|
62
|
+
* The update did not reach the line, so the card is left not active — wait before
|
|
63
|
+
* retrying, because repeated attempts extend the rate limit.
|
|
64
|
+
*
|
|
57
65
|
* @example
|
|
58
66
|
* ```ts
|
|
59
67
|
* const setContactCard = await client.contactCard.update({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact-card.d.ts","sourceRoot":"","sources":["../src/resources/contact-card.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,4BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,+BAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,uCAAoC;AAE7D;;;;;;;;GAQG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C
|
|
1
|
+
{"version":3,"file":"contact-card.d.ts","sourceRoot":"","sources":["../src/resources/contact-card.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,4BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,+BAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,uCAAoC;AAE7D;;;;;;;;GAQG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,MAAM,CAAC,IAAI,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,cAAc,CAAC;IAI3F;;;;;;;;OAQG;IACH,QAAQ,CACN,KAAK,GAAE,yBAAyB,GAAG,IAAI,GAAG,SAAc,EACxD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,2BAA2B,CAAC;IAI1C;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,MAAM,CAAC,MAAM,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,cAAc,CAAC;CAI9F;AAED,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,2BAA2B;IAC1C,aAAa,EAAE,KAAK,CAAC,2BAA2B,CAAC,WAAW,CAAC,CAAC;CAC/D;AAED,yBAAiB,2BAA2B,CAAC;IAC3C,UAAiB,WAAW;QAC1B,UAAU,EAAE,MAAM,CAAC;QAEnB,SAAS,EAAE,OAAO,CAAC;QAEnB,YAAY,EAAE,MAAM,CAAC;QAErB,SAAS,CAAC,EAAE,MAAM,CAAC;QAEnB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB;CACF;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,yBAAyB;IACxC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,uBAAuB;IACtC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,WAAW,WAAW,CAAC;IACnC,OAAO,EACL,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,yBAAyB,IAAI,yBAAyB,EAC3D,KAAK,uBAAuB,IAAI,uBAAuB,GACxD,CAAC;CACH"}
|
|
@@ -20,6 +20,10 @@ class ContactCard extends resource_1.APIResource {
|
|
|
20
20
|
* If setup does not complete, the response is `500` (`2022`) — call this endpoint
|
|
21
21
|
* again.
|
|
22
22
|
*
|
|
23
|
+
* If the upstream write is rate-limited, the response is `503` (`4004`) instead.
|
|
24
|
+
* Setup did not complete and the card is not active — wait before retrying,
|
|
25
|
+
* because repeated attempts extend the rate limit.
|
|
26
|
+
*
|
|
23
27
|
* **Note:** once a card is active, this endpoint returns `409` (`2014`) so an
|
|
24
28
|
* existing card is never overwritten by accident. Use `PATCH /v3/contact_card` to
|
|
25
29
|
* change it.
|
|
@@ -60,6 +64,10 @@ class ContactCard extends resource_1.APIResource {
|
|
|
60
64
|
* If the update does not complete, the response is `500` (`2022`) — call this
|
|
61
65
|
* endpoint again.
|
|
62
66
|
*
|
|
67
|
+
* If the upstream write is rate-limited, the response is `503` (`4004`) instead.
|
|
68
|
+
* The update did not reach the line, so the card is left not active — wait before
|
|
69
|
+
* retrying, because repeated attempts extend the rate limit.
|
|
70
|
+
*
|
|
63
71
|
* @example
|
|
64
72
|
* ```ts
|
|
65
73
|
* const setContactCard = await client.contactCard.update({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact-card.js","sourceRoot":"","sources":["../src/resources/contact-card.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C;;;;;;;;GAQG;AACH,MAAa,WAAY,SAAQ,sBAAW;IAC1C
|
|
1
|
+
{"version":3,"file":"contact-card.js","sourceRoot":"","sources":["../src/resources/contact-card.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C;;;;;;;;GAQG;AACH,MAAa,WAAY,SAAQ,sBAAW;IAC1C;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,MAAM,CAAC,IAA6B,EAAE,OAAwB;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kBAAkB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;;;;;;;OAQG;IACH,QAAQ,CACN,QAAsD,EAAE,EACxD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,MAAM,CAAC,MAA+B,EAAE,OAAwB;QAC9D,MAAM,EAAE,YAAY,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,kBAAkB,EAAE,EAAE,KAAK,EAAE,EAAE,YAAY,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/F,CAAC;CACF;AA5ED,kCA4EC"}
|
|
@@ -17,6 +17,10 @@ export class ContactCard extends APIResource {
|
|
|
17
17
|
* If setup does not complete, the response is `500` (`2022`) — call this endpoint
|
|
18
18
|
* again.
|
|
19
19
|
*
|
|
20
|
+
* If the upstream write is rate-limited, the response is `503` (`4004`) instead.
|
|
21
|
+
* Setup did not complete and the card is not active — wait before retrying,
|
|
22
|
+
* because repeated attempts extend the rate limit.
|
|
23
|
+
*
|
|
20
24
|
* **Note:** once a card is active, this endpoint returns `409` (`2014`) so an
|
|
21
25
|
* existing card is never overwritten by accident. Use `PATCH /v3/contact_card` to
|
|
22
26
|
* change it.
|
|
@@ -57,6 +61,10 @@ export class ContactCard extends APIResource {
|
|
|
57
61
|
* If the update does not complete, the response is `500` (`2022`) — call this
|
|
58
62
|
* endpoint again.
|
|
59
63
|
*
|
|
64
|
+
* If the upstream write is rate-limited, the response is `503` (`4004`) instead.
|
|
65
|
+
* The update did not reach the line, so the card is left not active — wait before
|
|
66
|
+
* retrying, because repeated attempts extend the rate limit.
|
|
67
|
+
*
|
|
60
68
|
* @example
|
|
61
69
|
* ```ts
|
|
62
70
|
* const setContactCard = await client.contactCard.update({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact-card.mjs","sourceRoot":"","sources":["../src/resources/contact-card.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAI/C;;;;;;;;GAQG;AACH,MAAM,OAAO,WAAY,SAAQ,WAAW;IAC1C
|
|
1
|
+
{"version":3,"file":"contact-card.mjs","sourceRoot":"","sources":["../src/resources/contact-card.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAI/C;;;;;;;;GAQG;AACH,MAAM,OAAO,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,MAAM,CAAC,IAA6B,EAAE,OAAwB;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kBAAkB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;;;;;;;OAQG;IACH,QAAQ,CACN,QAAsD,EAAE,EACxD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,MAAM,CAAC,MAA+B,EAAE,OAAwB;QAC9D,MAAM,EAAE,YAAY,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,kBAAkB,EAAE,EAAE,KAAK,EAAE,EAAE,YAAY,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/F,CAAC;CACF"}
|
|
@@ -21,6 +21,10 @@ export class ContactCard extends APIResource {
|
|
|
21
21
|
* If setup does not complete, the response is `500` (`2022`) — call this endpoint
|
|
22
22
|
* again.
|
|
23
23
|
*
|
|
24
|
+
* If the upstream write is rate-limited, the response is `503` (`4004`) instead.
|
|
25
|
+
* Setup did not complete and the card is not active — wait before retrying,
|
|
26
|
+
* because repeated attempts extend the rate limit.
|
|
27
|
+
*
|
|
24
28
|
* **Note:** once a card is active, this endpoint returns `409` (`2014`) so an
|
|
25
29
|
* existing card is never overwritten by accident. Use `PATCH /v3/contact_card` to
|
|
26
30
|
* change it.
|
|
@@ -66,6 +70,10 @@ export class ContactCard extends APIResource {
|
|
|
66
70
|
* If the update does not complete, the response is `500` (`2022`) — call this
|
|
67
71
|
* endpoint again.
|
|
68
72
|
*
|
|
73
|
+
* If the upstream write is rate-limited, the response is `503` (`4004`) instead.
|
|
74
|
+
* The update did not reach the line, so the card is left not active — wait before
|
|
75
|
+
* retrying, because repeated attempts extend the rate limit.
|
|
76
|
+
*
|
|
69
77
|
* @example
|
|
70
78
|
* ```ts
|
|
71
79
|
* const setContactCard = await client.contactCard.update({
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.65.
|
|
1
|
+
export const VERSION = '0.65.1'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.65.
|
|
1
|
+
export declare const VERSION = "0.65.1";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.65.
|
|
1
|
+
export declare const VERSION = "0.65.1";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.65.
|
|
1
|
+
export const VERSION = '0.65.1'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|