Skip to content

Commit e91485d

Browse files
committed
Add SmartqQueryAbility api.
1 parent b1d5327 commit e91485d

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.2223 - 2024-11-26
4+
- Add SmartqQueryAbility api.
5+
6+
37
## 1.8.2222 - 2024-11-26
48
- Update DescribeApiMetering API.
59

src/QuickbiPublic/V20220101/QuickbiPublicApiResolver.php

+20
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
* @method SetDataLevelPermissionExtraConfig setDataLevelPermissionExtraConfig(array $options = [])
101101
* @method SetDataLevelPermissionRuleConfig setDataLevelPermissionRuleConfig(array $options = [])
102102
* @method SetDataLevelPermissionWhiteList setDataLevelPermissionWhiteList(array $options = [])
103+
* @method SmartqQueryAbility smartqQueryAbility(array $options = [])
103104
* @method UpdateDataLevelPermissionStatus updateDataLevelPermissionStatus(array $options = [])
104105
* @method UpdateEmbeddedStatus updateEmbeddedStatus(array $options = [])
105106
* @method UpdateTicketNum updateTicketNum(array $options = [])
@@ -1651,6 +1652,25 @@ class SetDataLevelPermissionWhiteList extends Rpc
16511652
{
16521653
}
16531654

1655+
/**
1656+
* @method string getAccessPoint()
1657+
* @method $this withAccessPoint($value)
1658+
* @method string getSignType()
1659+
* @method $this withSignType($value)
1660+
* @method string getUserId()
1661+
* @method $this withUserId($value)
1662+
* @method string getUserQuestion()
1663+
* @method $this withUserQuestion($value)
1664+
* @method string getCubeId()
1665+
* @method $this withCubeId($value)
1666+
*/
1667+
class SmartqQueryAbility extends Rpc
1668+
{
1669+
1670+
/** @var string */
1671+
public $scheme = 'https';
1672+
}
1673+
16541674
/**
16551675
* @method string getIsOpen()
16561676
* @method $this withIsOpen($value)

src/Release.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.2222';
19+
const VERSION = '1.8.2223';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)