@juhuu/sdk-ts 1.2.131 → 1.2.132
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -1524,6 +1524,7 @@ declare namespace JUHUU {
|
|
1524
1524
|
type Params = {
|
1525
1525
|
propertyId?: string;
|
1526
1526
|
statusArray?: JUHUU.Article.Object["status"][];
|
1527
|
+
articleGroupId?: string | null;
|
1527
1528
|
};
|
1528
1529
|
type Options = {
|
1529
1530
|
limit?: number;
|
@@ -1618,6 +1619,7 @@ declare namespace JUHUU {
|
|
1618
1619
|
namespace List {
|
1619
1620
|
type Params = {
|
1620
1621
|
propertyId?: string;
|
1622
|
+
articleGroupId?: string | null;
|
1621
1623
|
};
|
1622
1624
|
type Options = {
|
1623
1625
|
limit?: number;
|
package/dist/index.d.ts
CHANGED
@@ -1524,6 +1524,7 @@ declare namespace JUHUU {
|
|
1524
1524
|
type Params = {
|
1525
1525
|
propertyId?: string;
|
1526
1526
|
statusArray?: JUHUU.Article.Object["status"][];
|
1527
|
+
articleGroupId?: string | null;
|
1527
1528
|
};
|
1528
1529
|
type Options = {
|
1529
1530
|
limit?: number;
|
@@ -1618,6 +1619,7 @@ declare namespace JUHUU {
|
|
1618
1619
|
namespace List {
|
1619
1620
|
type Params = {
|
1620
1621
|
propertyId?: string;
|
1622
|
+
articleGroupId?: string | null;
|
1621
1623
|
};
|
1622
1624
|
type Options = {
|
1623
1625
|
limit?: number;
|