@proveanything/smartlinks 1.11.9 → 1.11.10

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.
@@ -1,6 +1,6 @@
1
1
  # Smartlinks API Summary
2
2
 
3
- Version: 1.11.9 | Generated: 2026-05-03T09:07:00.199Z
3
+ Version: 1.11.10 | Generated: 2026-05-03T11:56:35.287Z
4
4
 
5
5
  This is a concise summary of all available API functions and types.
6
6
 
@@ -2695,6 +2695,7 @@ interface AccountInfoResponse {
2695
2695
  sites?: Record<string, boolean>
2696
2696
  whitelabel?: Record<string, any>
2697
2697
  location?: AuthLocation | null
2698
+ prefs?: Record<string, any>
2698
2699
  [key: string]: any
2699
2700
  }
2700
2701
  ```
package/dist/openapi.yaml CHANGED
@@ -16919,6 +16919,9 @@ components:
16919
16919
  additionalProperties: true
16920
16920
  location:
16921
16921
  $ref: "#/components/schemas/AuthLocation"
16922
+ prefs:
16923
+ type: object
16924
+ additionalProperties: true
16922
16925
  required:
16923
16926
  - id
16924
16927
  - uid
@@ -79,5 +79,6 @@ export interface AccountInfoResponse {
79
79
  sites?: Record<string, boolean>;
80
80
  whitelabel?: Record<string, any>;
81
81
  location?: AuthLocation | null;
82
+ prefs?: Record<string, any>;
82
83
  [key: string]: any;
83
84
  }
@@ -1,6 +1,6 @@
1
1
  # Smartlinks API Summary
2
2
 
3
- Version: 1.11.9 | Generated: 2026-05-03T09:07:00.199Z
3
+ Version: 1.11.10 | Generated: 2026-05-03T11:56:35.287Z
4
4
 
5
5
  This is a concise summary of all available API functions and types.
6
6
 
@@ -2695,6 +2695,7 @@ interface AccountInfoResponse {
2695
2695
  sites?: Record<string, boolean>
2696
2696
  whitelabel?: Record<string, any>
2697
2697
  location?: AuthLocation | null
2698
+ prefs?: Record<string, any>
2698
2699
  [key: string]: any
2699
2700
  }
2700
2701
  ```
package/openapi.yaml CHANGED
@@ -16919,6 +16919,9 @@ components:
16919
16919
  additionalProperties: true
16920
16920
  location:
16921
16921
  $ref: "#/components/schemas/AuthLocation"
16922
+ prefs:
16923
+ type: object
16924
+ additionalProperties: true
16922
16925
  required:
16923
16926
  - id
16924
16927
  - uid
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proveanything/smartlinks",
3
- "version": "1.11.9",
3
+ "version": "1.11.10",
4
4
  "description": "Official JavaScript/TypeScript SDK for the Smartlinks API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",