ai-publish-sdk 1.5.0 → 1.5.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,7 +26,7 @@ await withTimeout(() => getUserInfo(), 10_000)
26
26
 
27
27
  ### getAllowedModels()
28
28
 
29
- Get the list of allowed AI models and the default model configured by the admin.
29
+ Get the list of allowed AI models and the default model.
30
30
 
31
31
  ```typescript
32
32
  getAllowedModels(config?: RpcConfig): Promise<AllowedModelsInfo>
@@ -94,7 +94,7 @@ interface GenerateMessageOptions {
94
94
 
95
95
  ### getBrandingAssets()
96
96
 
97
- Get tenant branding assets for white-label styling.
97
+ Get branding assets for white-label styling.
98
98
 
99
99
  ```typescript
100
100
  getBrandingAssets(): Promise<BrandingAssets | null>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-publish-sdk",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "module": "./index.mjs",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",