@juhuu/sdk-ts 1.2.131 → 1.2.133
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -1498,6 +1498,7 @@ declare namespace JUHUU {
|
|
1498
1498
|
autoTranslateEnabled: boolean;
|
1499
1499
|
embeddingsGenerationEnabled: boolean;
|
1500
1500
|
order: number;
|
1501
|
+
articleGroupIdArray: string[];
|
1501
1502
|
};
|
1502
1503
|
namespace Create {
|
1503
1504
|
type Params = {
|
@@ -1524,6 +1525,7 @@ declare namespace JUHUU {
|
|
1524
1525
|
type Params = {
|
1525
1526
|
propertyId?: string;
|
1526
1527
|
statusArray?: JUHUU.Article.Object["status"][];
|
1528
|
+
articleGroupId?: string | null;
|
1527
1529
|
};
|
1528
1530
|
type Options = {
|
1529
1531
|
limit?: number;
|
@@ -1618,6 +1620,7 @@ declare namespace JUHUU {
|
|
1618
1620
|
namespace List {
|
1619
1621
|
type Params = {
|
1620
1622
|
propertyId?: string;
|
1623
|
+
articleGroupId?: string | null;
|
1621
1624
|
};
|
1622
1625
|
type Options = {
|
1623
1626
|
limit?: number;
|
package/dist/index.d.ts
CHANGED
@@ -1498,6 +1498,7 @@ declare namespace JUHUU {
|
|
1498
1498
|
autoTranslateEnabled: boolean;
|
1499
1499
|
embeddingsGenerationEnabled: boolean;
|
1500
1500
|
order: number;
|
1501
|
+
articleGroupIdArray: string[];
|
1501
1502
|
};
|
1502
1503
|
namespace Create {
|
1503
1504
|
type Params = {
|
@@ -1524,6 +1525,7 @@ declare namespace JUHUU {
|
|
1524
1525
|
type Params = {
|
1525
1526
|
propertyId?: string;
|
1526
1527
|
statusArray?: JUHUU.Article.Object["status"][];
|
1528
|
+
articleGroupId?: string | null;
|
1527
1529
|
};
|
1528
1530
|
type Options = {
|
1529
1531
|
limit?: number;
|
@@ -1618,6 +1620,7 @@ declare namespace JUHUU {
|
|
1618
1620
|
namespace List {
|
1619
1621
|
type Params = {
|
1620
1622
|
propertyId?: string;
|
1623
|
+
articleGroupId?: string | null;
|
1621
1624
|
};
|
1622
1625
|
type Options = {
|
1623
1626
|
limit?: number;
|