@juhuu/sdk-ts 1.2.110 → 1.2.111

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/index.d.mts CHANGED
@@ -1852,8 +1852,9 @@ declare namespace JUHUU {
1852
1852
  contentWarning: boolean;
1853
1853
  attachUserId: boolean;
1854
1854
  attachPropertyId: boolean;
1855
+ linkText: LocaleString;
1855
1856
  }
1856
- export type Object = AutomaticLicenseTemplate | RegexLicenseTemplate;
1857
+ export type Object = AutomaticLicenseTemplate | RegexLicenseTemplate | UrlLicenseTemplate;
1857
1858
  export namespace Create {
1858
1859
  type Params = {
1859
1860
  propertyId: string;
package/dist/index.d.ts CHANGED
@@ -1852,8 +1852,9 @@ declare namespace JUHUU {
1852
1852
  contentWarning: boolean;
1853
1853
  attachUserId: boolean;
1854
1854
  attachPropertyId: boolean;
1855
+ linkText: LocaleString;
1855
1856
  }
1856
- export type Object = AutomaticLicenseTemplate | RegexLicenseTemplate;
1857
+ export type Object = AutomaticLicenseTemplate | RegexLicenseTemplate | UrlLicenseTemplate;
1857
1858
  export namespace Create {
1858
1859
  type Params = {
1859
1860
  propertyId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.110",
3
+ "version": "1.2.111",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",