@linqapp/sdk 0.44.0 → 0.44.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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.44.1](https://github.com/linq-team/linq-node/compare/v0.44.0...v0.44.1) (2026-08-20)
4
+
5
+
6
+ ### Documentation
7
+
8
+ * clarify experiences endpoint as authoritative api reference ([c8226ac](https://github.com/linq-team/linq-node/commit/c8226ac84a5c84825dcd1ed492a6b545c5b572a6))
9
+
3
10
  ## [0.44.0](https://github.com/linq-team/linq-node/compare/v0.43.0...v0.44.0) (2026-08-20)
4
11
 
5
12
 
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 authoritative list for your account, with
726
- * every action and the fields each accepts — an action missing there cannot
727
- * be sent. Fields are display copy unless documented otherwise.
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 authoritative list for your account, with
726
- * every action and the fields each accepts — an action missing there cannot
727
- * be sent. Fields are display copy unless documented otherwise.
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 authoritative list for your account, with
582
- * every action and the fields each accepts — an action missing there cannot
583
- * be sent. Fields are display copy unless documented otherwise.
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 authoritative list for your account, with
579
- * every action and the fields each accepts — an action missing there cannot
580
- * be sent. Fields are display copy unless documented otherwise.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linqapp/sdk",
3
- "version": "0.44.0",
3
+ "version": "0.44.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",
@@ -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 authoritative list for your account, with
39
- * every action and the fields each accepts — an action missing there cannot
40
- * be sent. Fields are display copy unless documented otherwise.
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. This is the authoritative list an
70
- * action missing here cannot be sent.
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;;;;;;;;;OASG;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"}
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 authoritative list for your account, with
39
- * every action and the fields each accepts — an action missing there cannot
40
- * be sent. Fields are display copy unless documented otherwise.
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. This is the authoritative list an
70
- * action missing here cannot be sent.
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;;;;;;;;;OASG;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"}
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"}
@@ -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 authoritative list for your account, with
42
- * every action and the fields each accepts — an action missing there cannot
43
- * be sent. Fields are display copy unless documented otherwise.
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. This is the authoritative list an
75
- * action missing here cannot be sent.
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;;;;;;;;;OASG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;IACtD,CAAC;CACF;AA5BD,kCA4BC"}
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 authoritative list for your account, with
39
- * every action and the fields each accepts — an action missing there cannot
40
- * be sent. Fields are display copy unless documented otherwise.
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. This is the authoritative list an
72
- * action missing here cannot be sent.
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;;;;;;;;;OASG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,OAAO,CAAC,CAAC;IACtD,CAAC;CACF"}
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 authoritative list for your account, with
1430
- * every action and the fields each accepts — an action missing there cannot
1431
- * be sent. Fields are display copy unless documented otherwise.
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
  *
@@ -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 authoritative list for your account, with
43
- * every action and the fields each accepts — an action missing there cannot
44
- * be sent. Fields are display copy unless documented otherwise.
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. This is the authoritative list an
77
- * action missing here cannot be sent.
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.0'; // x-release-please-version
1
+ export const VERSION = '0.44.1'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.44.0";
1
+ export declare const VERSION = "0.44.1";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.44.0";
1
+ export declare const VERSION = "0.44.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.44.0'; // x-release-please-version
4
+ exports.VERSION = '0.44.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.44.0'; // x-release-please-version
1
+ export const VERSION = '0.44.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map