@linqapp/sdk 0.44.2 → 0.44.3
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/chats/background.d.mts +6 -3
- package/resources/chats/background.d.mts.map +1 -1
- package/resources/chats/background.d.ts +6 -3
- package/resources/chats/background.d.ts.map +1 -1
- package/src/resources/chats/background.ts +6 -3
- 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.44.3](https://github.com/linq-team/linq-node/compare/v0.44.2...v0.44.3) (2026-08-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Documentation
|
|
7
|
+
|
|
8
|
+
* clarify transcript background field requirements and examples ([c400402](https://github.com/linq-team/linq-node/commit/c400402cb24e171562a927af18d75a04d6373443))
|
|
9
|
+
|
|
3
10
|
## [0.44.2](https://github.com/linq-team/linq-node/compare/v0.44.1...v0.44.2) (2026-08-20)
|
|
4
11
|
|
|
5
12
|
|
package/package.json
CHANGED
|
@@ -64,15 +64,18 @@ export interface BackgroundSetParams {
|
|
|
64
64
|
* fetched and re-hosted on our CDN before the request is accepted — the same way
|
|
65
65
|
* `group_chat_icon` works. A URL we cannot fetch, or one that isn't an image, is
|
|
66
66
|
* rejected with a `400` (`5007`/`5006`) rather than failing later on the device.
|
|
67
|
+
*
|
|
68
|
+
* Example: `https://cdn.linqapp.com/u/bg.jpg`.
|
|
67
69
|
*/
|
|
68
70
|
image_url?: string;
|
|
69
71
|
/**
|
|
70
|
-
* Color with `variant: custom`: the two gradient stops as hex, top then bottom
|
|
71
|
-
* Ignored for named color variants (they carry
|
|
72
|
+
* Color with `variant: custom`: the two gradient stops as hex, top then bottom —
|
|
73
|
+
* e.g. `["#F2C4E1", "#F5A623"]`. Ignored for named color variants (they carry
|
|
74
|
+
* their own two colors).
|
|
72
75
|
*/
|
|
73
76
|
shades?: Array<string>;
|
|
74
77
|
/**
|
|
75
|
-
* Dynamic: the animated style
|
|
78
|
+
* Dynamic: the animated style — `sky`, `water`, or `aurora`.
|
|
76
79
|
*/
|
|
77
80
|
style?: 'sky' | 'water' | 'aurora';
|
|
78
81
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"background.d.mts","sourceRoot":"","sources":["../../src/resources/chats/background.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,mCAA+B;AAEpD,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAGhE;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;OASG;IACH,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOlE;;;;;;;;;;;;;;;;;;;OAmBG;IACH,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAO3F;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,IAAI,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;IAEpC
|
|
1
|
+
{"version":3,"file":"background.d.mts","sourceRoot":"","sources":["../../src/resources/chats/background.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,mCAA+B;AAEpD,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAGhE;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;OASG;IACH,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOlE;;;;;;;;;;;;;;;;;;;OAmBG;IACH,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAO3F;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,IAAI,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;IAEpC;;;;;;;;OAQG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,CAAC;IAEnC;;;;;;;;;;;OAWG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EAAE,KAAK,mBAAmB,IAAI,mBAAmB,EAAE,CAAC;CAC5D"}
|
|
@@ -64,15 +64,18 @@ export interface BackgroundSetParams {
|
|
|
64
64
|
* fetched and re-hosted on our CDN before the request is accepted — the same way
|
|
65
65
|
* `group_chat_icon` works. A URL we cannot fetch, or one that isn't an image, is
|
|
66
66
|
* rejected with a `400` (`5007`/`5006`) rather than failing later on the device.
|
|
67
|
+
*
|
|
68
|
+
* Example: `https://cdn.linqapp.com/u/bg.jpg`.
|
|
67
69
|
*/
|
|
68
70
|
image_url?: string;
|
|
69
71
|
/**
|
|
70
|
-
* Color with `variant: custom`: the two gradient stops as hex, top then bottom
|
|
71
|
-
* Ignored for named color variants (they carry
|
|
72
|
+
* Color with `variant: custom`: the two gradient stops as hex, top then bottom —
|
|
73
|
+
* e.g. `["#F2C4E1", "#F5A623"]`. Ignored for named color variants (they carry
|
|
74
|
+
* their own two colors).
|
|
72
75
|
*/
|
|
73
76
|
shades?: Array<string>;
|
|
74
77
|
/**
|
|
75
|
-
* Dynamic: the animated style
|
|
78
|
+
* Dynamic: the animated style — `sky`, `water`, or `aurora`.
|
|
76
79
|
*/
|
|
77
80
|
style?: 'sky' | 'water' | 'aurora';
|
|
78
81
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"background.d.ts","sourceRoot":"","sources":["../../src/resources/chats/background.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,+BAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,kCAA+B;AAEpD,OAAO,EAAE,cAAc,EAAE,0CAAuC;AAGhE;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;OASG;IACH,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOlE;;;;;;;;;;;;;;;;;;;OAmBG;IACH,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAO3F;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,IAAI,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;IAEpC
|
|
1
|
+
{"version":3,"file":"background.d.ts","sourceRoot":"","sources":["../../src/resources/chats/background.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,+BAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,kCAA+B;AAEpD,OAAO,EAAE,cAAc,EAAE,0CAAuC;AAGhE;;;;;;;;;;;;;;;;;GAiBG;AACH,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;;;;;;OASG;IACH,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAOlE;;;;;;;;;;;;;;;;;;;OAmBG;IACH,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;CAO3F;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,IAAI,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;IAEpC;;;;;;;;OAQG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,CAAC;IAEnC;;;;;;;;;;;OAWG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EAAE,KAAK,mBAAmB,IAAI,mBAAmB,EAAE,CAAC;CAC5D"}
|
|
@@ -83,17 +83,20 @@ export interface BackgroundSetParams {
|
|
|
83
83
|
* fetched and re-hosted on our CDN before the request is accepted — the same way
|
|
84
84
|
* `group_chat_icon` works. A URL we cannot fetch, or one that isn't an image, is
|
|
85
85
|
* rejected with a `400` (`5007`/`5006`) rather than failing later on the device.
|
|
86
|
+
*
|
|
87
|
+
* Example: `https://cdn.linqapp.com/u/bg.jpg`.
|
|
86
88
|
*/
|
|
87
89
|
image_url?: string;
|
|
88
90
|
|
|
89
91
|
/**
|
|
90
|
-
* Color with `variant: custom`: the two gradient stops as hex, top then bottom
|
|
91
|
-
* Ignored for named color variants (they carry
|
|
92
|
+
* Color with `variant: custom`: the two gradient stops as hex, top then bottom —
|
|
93
|
+
* e.g. `["#F2C4E1", "#F5A623"]`. Ignored for named color variants (they carry
|
|
94
|
+
* their own two colors).
|
|
92
95
|
*/
|
|
93
96
|
shades?: Array<string>;
|
|
94
97
|
|
|
95
98
|
/**
|
|
96
|
-
* Dynamic: the animated style
|
|
99
|
+
* Dynamic: the animated style — `sky`, `water`, or `aurora`.
|
|
97
100
|
*/
|
|
98
101
|
style?: 'sky' | 'water' | 'aurora';
|
|
99
102
|
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.44.
|
|
1
|
+
export const VERSION = '0.44.3'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.44.
|
|
1
|
+
export declare const VERSION = "0.44.3";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.44.
|
|
1
|
+
export declare const VERSION = "0.44.3";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.44.
|
|
1
|
+
export const VERSION = '0.44.3'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|