@linqapp/sdk 0.44.0 → 0.44.2
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 +3 -3
- package/client.d.ts +3 -3
- package/client.js +3 -3
- package/client.mjs +3 -3
- package/package.json +1 -1
- package/resources/chats/background.d.mts +8 -5
- package/resources/chats/background.d.mts.map +1 -1
- package/resources/chats/background.d.ts +8 -5
- package/resources/chats/background.d.ts.map +1 -1
- package/resources/experiences.d.mts +6 -5
- package/resources/experiences.d.mts.map +1 -1
- package/resources/experiences.d.ts +6 -5
- package/resources/experiences.d.ts.map +1 -1
- package/resources/experiences.js +6 -5
- package/resources/experiences.js.map +1 -1
- package/resources/experiences.mjs +6 -5
- package/resources/experiences.mjs.map +1 -1
- package/src/client.ts +3 -3
- package/src/resources/chats/background.ts +8 -5
- package/src/resources/experiences.ts +6 -5
- 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,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.44.2](https://github.com/linq-team/linq-node/compare/v0.44.1...v0.44.2) (2026-08-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* clarify background color variant requirements and valid styles ([756db06](https://github.com/linq-team/linq-node/commit/756db063c8295b1b890ee8898fb63cfc88674189))
|
|
9
|
+
|
|
10
|
+
## [0.44.1](https://github.com/linq-team/linq-node/compare/v0.44.0...v0.44.1) (2026-08-20)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Documentation
|
|
14
|
+
|
|
15
|
+
* clarify experiences endpoint as authoritative api reference ([c8226ac](https://github.com/linq-team/linq-node/commit/c8226ac84a5c84825dcd1ed492a6b545c5b572a6))
|
|
16
|
+
|
|
3
17
|
## [0.44.0](https://github.com/linq-team/linq-node/compare/v0.43.0...v0.44.0) (2026-08-20)
|
|
4
18
|
|
|
5
19
|
|
package/client.d.mts
CHANGED
|
@@ -722,9 +722,9 @@ export declare class LinqAPIV3 {
|
|
|
722
722
|
* | `agentcard` | `approve_card` | A passkey approval for a virtual card. |
|
|
723
723
|
* | `link` | `open` | A card that opens a URL you supply. |
|
|
724
724
|
*
|
|
725
|
-
* `GET /v3/experiences` is the
|
|
726
|
-
*
|
|
727
|
-
*
|
|
725
|
+
* `GET /v3/experiences` is the list to build against, with every action and
|
|
726
|
+
* the fields each accepts — anything not described there is unsupported.
|
|
727
|
+
* Fields are display copy unless documented otherwise.
|
|
728
728
|
*
|
|
729
729
|
* ## Params are checked before the card is sent
|
|
730
730
|
*
|
package/client.d.ts
CHANGED
|
@@ -722,9 +722,9 @@ export declare class LinqAPIV3 {
|
|
|
722
722
|
* | `agentcard` | `approve_card` | A passkey approval for a virtual card. |
|
|
723
723
|
* | `link` | `open` | A card that opens a URL you supply. |
|
|
724
724
|
*
|
|
725
|
-
* `GET /v3/experiences` is the
|
|
726
|
-
*
|
|
727
|
-
*
|
|
725
|
+
* `GET /v3/experiences` is the list to build against, with every action and
|
|
726
|
+
* the fields each accepts — anything not described there is unsupported.
|
|
727
|
+
* Fields are display copy unless documented otherwise.
|
|
728
728
|
*
|
|
729
729
|
* ## Params are checked before the card is sent
|
|
730
730
|
*
|
package/client.js
CHANGED
|
@@ -578,9 +578,9 @@ class LinqAPIV3 {
|
|
|
578
578
|
* | `agentcard` | `approve_card` | A passkey approval for a virtual card. |
|
|
579
579
|
* | `link` | `open` | A card that opens a URL you supply. |
|
|
580
580
|
*
|
|
581
|
-
* `GET /v3/experiences` is the
|
|
582
|
-
*
|
|
583
|
-
*
|
|
581
|
+
* `GET /v3/experiences` is the list to build against, with every action and
|
|
582
|
+
* the fields each accepts — anything not described there is unsupported.
|
|
583
|
+
* Fields are display copy unless documented otherwise.
|
|
584
584
|
*
|
|
585
585
|
* ## Params are checked before the card is sent
|
|
586
586
|
*
|
package/client.mjs
CHANGED
|
@@ -575,9 +575,9 @@ export class LinqAPIV3 {
|
|
|
575
575
|
* | `agentcard` | `approve_card` | A passkey approval for a virtual card. |
|
|
576
576
|
* | `link` | `open` | A card that opens a URL you supply. |
|
|
577
577
|
*
|
|
578
|
-
* `GET /v3/experiences` is the
|
|
579
|
-
*
|
|
580
|
-
*
|
|
578
|
+
* `GET /v3/experiences` is the list to build against, with every action and
|
|
579
|
+
* the fields each accepts — anything not described there is unsupported.
|
|
580
|
+
* Fields are display copy unless documented otherwise.
|
|
581
581
|
*
|
|
582
582
|
* ## Params are checked before the card is sent
|
|
583
583
|
*
|
package/package.json
CHANGED
|
@@ -74,15 +74,18 @@ export interface BackgroundSetParams {
|
|
|
74
74
|
/**
|
|
75
75
|
* Dynamic: the animated style.
|
|
76
76
|
*/
|
|
77
|
-
style?: 'sky' | 'water' | 'aurora'
|
|
77
|
+
style?: 'sky' | 'water' | 'aurora';
|
|
78
78
|
/**
|
|
79
79
|
* Color: a named swatch — `mango`, `ice`, `plum`, `deep_sea`, `green_apple`,
|
|
80
80
|
* `cherry`, `bubblegum`, `tangerine`, `magenta`, `lime`, `silver`, `carbon`,
|
|
81
|
-
* `stone` — or `custom` (supply `shades`).
|
|
82
|
-
*
|
|
81
|
+
* `stone` — or `custom` (supply `shades`). Omitting `variant` is equivalent to
|
|
82
|
+
* `custom`, so it still requires `shades`.
|
|
83
83
|
*
|
|
84
|
-
*
|
|
85
|
-
* `
|
|
84
|
+
* Dynamic: required — the variant within the `style`. `sky`: `dusk`, `haze`,
|
|
85
|
+
* `sunset`, `clear`, `sunrise`, `dawn`. `water`: `light`, `dark`. `aurora`:
|
|
86
|
+
* `green`, `purple`, `pink`.
|
|
87
|
+
*
|
|
88
|
+
* An unrecognized value is rejected with `400`.
|
|
86
89
|
*/
|
|
87
90
|
variant?: string;
|
|
88
91
|
}
|
|
@@ -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;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,
|
|
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;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;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"}
|
|
@@ -74,15 +74,18 @@ export interface BackgroundSetParams {
|
|
|
74
74
|
/**
|
|
75
75
|
* Dynamic: the animated style.
|
|
76
76
|
*/
|
|
77
|
-
style?: 'sky' | 'water' | 'aurora'
|
|
77
|
+
style?: 'sky' | 'water' | 'aurora';
|
|
78
78
|
/**
|
|
79
79
|
* Color: a named swatch — `mango`, `ice`, `plum`, `deep_sea`, `green_apple`,
|
|
80
80
|
* `cherry`, `bubblegum`, `tangerine`, `magenta`, `lime`, `silver`, `carbon`,
|
|
81
|
-
* `stone` — or `custom` (supply `shades`).
|
|
82
|
-
*
|
|
81
|
+
* `stone` — or `custom` (supply `shades`). Omitting `variant` is equivalent to
|
|
82
|
+
* `custom`, so it still requires `shades`.
|
|
83
83
|
*
|
|
84
|
-
*
|
|
85
|
-
* `
|
|
84
|
+
* Dynamic: required — the variant within the `style`. `sky`: `dusk`, `haze`,
|
|
85
|
+
* `sunset`, `clear`, `sunrise`, `dawn`. `water`: `light`, `dark`. `aurora`:
|
|
86
|
+
* `green`, `purple`, `pink`.
|
|
87
|
+
*
|
|
88
|
+
* An unrecognized value is rejected with `400`.
|
|
86
89
|
*/
|
|
87
90
|
variant?: string;
|
|
88
91
|
}
|
|
@@ -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;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,
|
|
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;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;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"}
|
|
@@ -35,9 +35,9 @@ import { RequestOptions } from "../internal/request-options.mjs";
|
|
|
35
35
|
* | `agentcard` | `approve_card` | A passkey approval for a virtual card. |
|
|
36
36
|
* | `link` | `open` | A card that opens a URL you supply. |
|
|
37
37
|
*
|
|
38
|
-
* `GET /v3/experiences` is the
|
|
39
|
-
*
|
|
40
|
-
*
|
|
38
|
+
* `GET /v3/experiences` is the list to build against, with every action and
|
|
39
|
+
* the fields each accepts — anything not described there is unsupported.
|
|
40
|
+
* Fields are display copy unless documented otherwise.
|
|
41
41
|
*
|
|
42
42
|
* ## Params are checked before the card is sent
|
|
43
43
|
*
|
|
@@ -66,8 +66,9 @@ export declare class Experiences extends APIResource {
|
|
|
66
66
|
retrieve(experience: string, options?: RequestOptions): APIPromise<ExperienceRetrieveResponse>;
|
|
67
67
|
/**
|
|
68
68
|
* The experiences enabled for your account, with the actions you may invoke on
|
|
69
|
-
* each and the fields each action accepts.
|
|
70
|
-
*
|
|
69
|
+
* each and the fields each action accepts. Treat it as the list to build against:
|
|
70
|
+
* anything not described here is unsupported and may change or stop working
|
|
71
|
+
* without notice.
|
|
71
72
|
*
|
|
72
73
|
* @example
|
|
73
74
|
* ```ts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"experiences.d.mts","sourceRoot":"","sources":["../src/resources/experiences.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,wCAAoC;AAG7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;OASG;IACH,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,0BAA0B,CAAC;IAI9F
|
|
1
|
+
{"version":3,"file":"experiences.d.mts","sourceRoot":"","sources":["../src/resources/experiences.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,gCAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,wCAAoC;AAG7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;OASG;IACH,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,0BAA0B,CAAC;IAI9F;;;;;;;;;;OAUG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,sBAAsB,CAAC;CAGnE;AAED;;;GAGG;AACH,MAAM,WAAW,0BAA0B;IACzC,OAAO,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,MAAM,CAAC,CAAC;IAEnD,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,yBAAiB,0BAA0B,CAAC;IAC1C,UAAiB,MAAM;QACrB;;WAEG;QACH,MAAM,CAAC,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,CAAA;SAAE,CAAC;QAE1C,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB;IAED,UAAiB,MAAM,CAAC;QACtB,UAAiB,MAAM;YACrB;;eAEG;YACH,GAAG,CAAC,EAAE,MAAM,CAAC;YAEb,QAAQ,CAAC,EAAE,OAAO,CAAC;YAEnB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,KAAK,GAAG,KAAK,CAAC;SAC3C;KACF;CACF;AAED,MAAM,WAAW,sBAAsB;IACrC,WAAW,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,CAAC;CACxD;AAED,yBAAiB,sBAAsB,CAAC;IACtC;;;OAGG;IACH,UAAiB,UAAU;QACzB,OAAO,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;QAEnC,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB;IAED,UAAiB,UAAU,CAAC;QAC1B,UAAiB,MAAM;YACrB;;eAEG;YACH,MAAM,CAAC,EAAE;gBAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,CAAA;aAAE,CAAC;YAE1C,IAAI,CAAC,EAAE,MAAM,CAAC;YAEd,OAAO,CAAC,EAAE,MAAM,CAAC;SAClB;QAED,UAAiB,MAAM,CAAC;YACtB,UAAiB,MAAM;gBACrB;;mBAEG;gBACH,GAAG,CAAC,EAAE,MAAM,CAAC;gBAEb,QAAQ,CAAC,EAAE,OAAO,CAAC;gBAEnB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,KAAK,GAAG,KAAK,CAAC;aAC3C;SACF;KACF;CACF;AAED,MAAM,CAAC,OAAO,WAAW,WAAW,CAAC;IACnC,OAAO,EACL,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;CACH"}
|
|
@@ -35,9 +35,9 @@ import { RequestOptions } from "../internal/request-options.js";
|
|
|
35
35
|
* | `agentcard` | `approve_card` | A passkey approval for a virtual card. |
|
|
36
36
|
* | `link` | `open` | A card that opens a URL you supply. |
|
|
37
37
|
*
|
|
38
|
-
* `GET /v3/experiences` is the
|
|
39
|
-
*
|
|
40
|
-
*
|
|
38
|
+
* `GET /v3/experiences` is the list to build against, with every action and
|
|
39
|
+
* the fields each accepts — anything not described there is unsupported.
|
|
40
|
+
* Fields are display copy unless documented otherwise.
|
|
41
41
|
*
|
|
42
42
|
* ## Params are checked before the card is sent
|
|
43
43
|
*
|
|
@@ -66,8 +66,9 @@ export declare class Experiences extends APIResource {
|
|
|
66
66
|
retrieve(experience: string, options?: RequestOptions): APIPromise<ExperienceRetrieveResponse>;
|
|
67
67
|
/**
|
|
68
68
|
* The experiences enabled for your account, with the actions you may invoke on
|
|
69
|
-
* each and the fields each action accepts.
|
|
70
|
-
*
|
|
69
|
+
* each and the fields each action accepts. Treat it as the list to build against:
|
|
70
|
+
* anything not described here is unsupported and may change or stop working
|
|
71
|
+
* without notice.
|
|
71
72
|
*
|
|
72
73
|
* @example
|
|
73
74
|
* ```ts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"experiences.d.ts","sourceRoot":"","sources":["../src/resources/experiences.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,4BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,+BAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,uCAAoC;AAG7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;OASG;IACH,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,0BAA0B,CAAC;IAI9F
|
|
1
|
+
{"version":3,"file":"experiences.d.ts","sourceRoot":"","sources":["../src/resources/experiences.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,4BAAyB;AAC/C,OAAO,EAAE,UAAU,EAAE,+BAA4B;AACjD,OAAO,EAAE,cAAc,EAAE,uCAAoC;AAG7D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;OASG;IACH,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,0BAA0B,CAAC;IAI9F;;;;;;;;;;OAUG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,sBAAsB,CAAC;CAGnE;AAED;;;GAGG;AACH,MAAM,WAAW,0BAA0B;IACzC,OAAO,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,MAAM,CAAC,CAAC;IAEnD,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,yBAAiB,0BAA0B,CAAC;IAC1C,UAAiB,MAAM;QACrB;;WAEG;QACH,MAAM,CAAC,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,CAAA;SAAE,CAAC;QAE1C,IAAI,CAAC,EAAE,MAAM,CAAC;QAEd,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB;IAED,UAAiB,MAAM,CAAC;QACtB,UAAiB,MAAM;YACrB;;eAEG;YACH,GAAG,CAAC,EAAE,MAAM,CAAC;YAEb,QAAQ,CAAC,EAAE,OAAO,CAAC;YAEnB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,KAAK,GAAG,KAAK,CAAC;SAC3C;KACF;CACF;AAED,MAAM,WAAW,sBAAsB;IACrC,WAAW,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,CAAC;CACxD;AAED,yBAAiB,sBAAsB,CAAC;IACtC;;;OAGG;IACH,UAAiB,UAAU;QACzB,OAAO,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC;QAEnC,YAAY,CAAC,EAAE,MAAM,CAAC;QAEtB,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB;IAED,UAAiB,UAAU,CAAC;QAC1B,UAAiB,MAAM;YACrB;;eAEG;YACH,MAAM,CAAC,EAAE;gBAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,CAAA;aAAE,CAAC;YAE1C,IAAI,CAAC,EAAE,MAAM,CAAC;YAEd,OAAO,CAAC,EAAE,MAAM,CAAC;SAClB;QAED,UAAiB,MAAM,CAAC;YACtB,UAAiB,MAAM;gBACrB;;mBAEG;gBACH,GAAG,CAAC,EAAE,MAAM,CAAC;gBAEb,QAAQ,CAAC,EAAE,OAAO,CAAC;gBAEnB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,KAAK,GAAG,KAAK,CAAC;aAC3C;SACF;KACF;CACF;AAED,MAAM,CAAC,OAAO,WAAW,WAAW,CAAC;IACnC,OAAO,EACL,KAAK,0BAA0B,IAAI,0BAA0B,EAC7D,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;CACH"}
|
package/resources/experiences.js
CHANGED
|
@@ -38,9 +38,9 @@ const path_1 = require("../internal/utils/path.js");
|
|
|
38
38
|
* | `agentcard` | `approve_card` | A passkey approval for a virtual card. |
|
|
39
39
|
* | `link` | `open` | A card that opens a URL you supply. |
|
|
40
40
|
*
|
|
41
|
-
* `GET /v3/experiences` is the
|
|
42
|
-
*
|
|
43
|
-
*
|
|
41
|
+
* `GET /v3/experiences` is the list to build against, with every action and
|
|
42
|
+
* the fields each accepts — anything not described there is unsupported.
|
|
43
|
+
* Fields are display copy unless documented otherwise.
|
|
44
44
|
*
|
|
45
45
|
* ## Params are checked before the card is sent
|
|
46
46
|
*
|
|
@@ -71,8 +71,9 @@ class Experiences extends resource_1.APIResource {
|
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
73
|
* The experiences enabled for your account, with the actions you may invoke on
|
|
74
|
-
* each and the fields each action accepts.
|
|
75
|
-
*
|
|
74
|
+
* each and the fields each action accepts. Treat it as the list to build against:
|
|
75
|
+
* anything not described here is unsupported and may change or stop working
|
|
76
|
+
* without notice.
|
|
76
77
|
*
|
|
77
78
|
* @example
|
|
78
79
|
* ```ts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"experiences.js","sourceRoot":"","sources":["../src/resources/experiences.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,oDAA8C;AAE9C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,MAAa,WAAY,SAAQ,sBAAW;IAC1C;;;;;;;;;OASG;IACH,QAAQ,CAAC,UAAkB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,mBAAmB,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAED
|
|
1
|
+
{"version":3,"file":"experiences.js","sourceRoot":"","sources":["../src/resources/experiences.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,oDAA8C;AAE9C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,MAAa,WAAY,SAAQ,sBAAW;IAC1C;;;;;;;;;OASG;IACH,QAAQ,CAAC,UAAkB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,mBAAmB,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;IACtD,CAAC;CACF;AA7BD,kCA6BC"}
|
|
@@ -35,9 +35,9 @@ import { path } from "../internal/utils/path.mjs";
|
|
|
35
35
|
* | `agentcard` | `approve_card` | A passkey approval for a virtual card. |
|
|
36
36
|
* | `link` | `open` | A card that opens a URL you supply. |
|
|
37
37
|
*
|
|
38
|
-
* `GET /v3/experiences` is the
|
|
39
|
-
*
|
|
40
|
-
*
|
|
38
|
+
* `GET /v3/experiences` is the list to build against, with every action and
|
|
39
|
+
* the fields each accepts — anything not described there is unsupported.
|
|
40
|
+
* Fields are display copy unless documented otherwise.
|
|
41
41
|
*
|
|
42
42
|
* ## Params are checked before the card is sent
|
|
43
43
|
*
|
|
@@ -68,8 +68,9 @@ export class Experiences extends APIResource {
|
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
70
|
* The experiences enabled for your account, with the actions you may invoke on
|
|
71
|
-
* each and the fields each action accepts.
|
|
72
|
-
*
|
|
71
|
+
* each and the fields each action accepts. Treat it as the list to build against:
|
|
72
|
+
* anything not described here is unsupported and may change or stop working
|
|
73
|
+
* without notice.
|
|
73
74
|
*
|
|
74
75
|
* @example
|
|
75
76
|
* ```ts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"experiences.mjs","sourceRoot":"","sources":["../src/resources/experiences.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAG/C,OAAO,EAAE,IAAI,EAAE,mCAA+B;AAE9C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,MAAM,OAAO,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;OASG;IACH,QAAQ,CAAC,UAAkB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,mBAAmB,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAED
|
|
1
|
+
{"version":3,"file":"experiences.mjs","sourceRoot":"","sources":["../src/resources/experiences.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAG/C,OAAO,EAAE,IAAI,EAAE,mCAA+B;AAE9C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,MAAM,OAAO,WAAY,SAAQ,WAAW;IAC1C;;;;;;;;;OASG;IACH,QAAQ,CAAC,UAAkB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,mBAAmB,UAAU,EAAE,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAED;;;;;;;;;;OAUG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;IACtD,CAAC;CACF"}
|
package/src/client.ts
CHANGED
|
@@ -1426,9 +1426,9 @@ export class LinqAPIV3 {
|
|
|
1426
1426
|
* | `agentcard` | `approve_card` | A passkey approval for a virtual card. |
|
|
1427
1427
|
* | `link` | `open` | A card that opens a URL you supply. |
|
|
1428
1428
|
*
|
|
1429
|
-
* `GET /v3/experiences` is the
|
|
1430
|
-
*
|
|
1431
|
-
*
|
|
1429
|
+
* `GET /v3/experiences` is the list to build against, with every action and
|
|
1430
|
+
* the fields each accepts — anything not described there is unsupported.
|
|
1431
|
+
* Fields are display copy unless documented otherwise.
|
|
1432
1432
|
*
|
|
1433
1433
|
* ## Params are checked before the card is sent
|
|
1434
1434
|
*
|
|
@@ -95,16 +95,19 @@ export interface BackgroundSetParams {
|
|
|
95
95
|
/**
|
|
96
96
|
* Dynamic: the animated style.
|
|
97
97
|
*/
|
|
98
|
-
style?: 'sky' | 'water' | 'aurora'
|
|
98
|
+
style?: 'sky' | 'water' | 'aurora';
|
|
99
99
|
|
|
100
100
|
/**
|
|
101
101
|
* Color: a named swatch — `mango`, `ice`, `plum`, `deep_sea`, `green_apple`,
|
|
102
102
|
* `cherry`, `bubblegum`, `tangerine`, `magenta`, `lime`, `silver`, `carbon`,
|
|
103
|
-
* `stone` — or `custom` (supply `shades`).
|
|
104
|
-
*
|
|
103
|
+
* `stone` — or `custom` (supply `shades`). Omitting `variant` is equivalent to
|
|
104
|
+
* `custom`, so it still requires `shades`.
|
|
105
105
|
*
|
|
106
|
-
*
|
|
107
|
-
* `
|
|
106
|
+
* Dynamic: required — the variant within the `style`. `sky`: `dusk`, `haze`,
|
|
107
|
+
* `sunset`, `clear`, `sunrise`, `dawn`. `water`: `light`, `dark`. `aurora`:
|
|
108
|
+
* `green`, `purple`, `pink`.
|
|
109
|
+
*
|
|
110
|
+
* An unrecognized value is rejected with `400`.
|
|
108
111
|
*/
|
|
109
112
|
variant?: string;
|
|
110
113
|
}
|
|
@@ -39,9 +39,9 @@ import { path } from '../internal/utils/path';
|
|
|
39
39
|
* | `agentcard` | `approve_card` | A passkey approval for a virtual card. |
|
|
40
40
|
* | `link` | `open` | A card that opens a URL you supply. |
|
|
41
41
|
*
|
|
42
|
-
* `GET /v3/experiences` is the
|
|
43
|
-
*
|
|
44
|
-
*
|
|
42
|
+
* `GET /v3/experiences` is the list to build against, with every action and
|
|
43
|
+
* the fields each accepts — anything not described there is unsupported.
|
|
44
|
+
* Fields are display copy unless documented otherwise.
|
|
45
45
|
*
|
|
46
46
|
* ## Params are checked before the card is sent
|
|
47
47
|
*
|
|
@@ -73,8 +73,9 @@ export class Experiences extends APIResource {
|
|
|
73
73
|
|
|
74
74
|
/**
|
|
75
75
|
* The experiences enabled for your account, with the actions you may invoke on
|
|
76
|
-
* each and the fields each action accepts.
|
|
77
|
-
*
|
|
76
|
+
* each and the fields each action accepts. Treat it as the list to build against:
|
|
77
|
+
* anything not described here is unsupported and may change or stop working
|
|
78
|
+
* without notice.
|
|
78
79
|
*
|
|
79
80
|
* @example
|
|
80
81
|
* ```ts
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.44.
|
|
1
|
+
export const VERSION = '0.44.2'; // 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.2";
|
|
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.2";
|
|
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.2'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|