@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.
- package/dist/docs/API_SUMMARY.md +2 -1
- package/dist/openapi.yaml +3 -0
- package/dist/types/auth.d.ts +1 -0
- package/docs/API_SUMMARY.md +2 -1
- package/openapi.yaml +3 -0
- package/package.json +1 -1
package/dist/docs/API_SUMMARY.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Smartlinks API Summary
|
|
2
2
|
|
|
3
|
-
Version: 1.11.
|
|
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
|
package/dist/types/auth.d.ts
CHANGED
package/docs/API_SUMMARY.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Smartlinks API Summary
|
|
2
2
|
|
|
3
|
-
Version: 1.11.
|
|
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
|