File tree 3 files changed +25
-1
lines changed
3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.8.2223 - 2024-11-26
4
+ - Add SmartqQueryAbility api.
5
+
6
+
3
7
## 1.8.2222 - 2024-11-26
4
8
- Update DescribeApiMetering API.
5
9
Original file line number Diff line number Diff line change 100
100
* @method SetDataLevelPermissionExtraConfig setDataLevelPermissionExtraConfig(array $options = [])
101
101
* @method SetDataLevelPermissionRuleConfig setDataLevelPermissionRuleConfig(array $options = [])
102
102
* @method SetDataLevelPermissionWhiteList setDataLevelPermissionWhiteList(array $options = [])
103
+ * @method SmartqQueryAbility smartqQueryAbility(array $options = [])
103
104
* @method UpdateDataLevelPermissionStatus updateDataLevelPermissionStatus(array $options = [])
104
105
* @method UpdateEmbeddedStatus updateEmbeddedStatus(array $options = [])
105
106
* @method UpdateTicketNum updateTicketNum(array $options = [])
@@ -1651,6 +1652,25 @@ class SetDataLevelPermissionWhiteList extends Rpc
1651
1652
{
1652
1653
}
1653
1654
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
+
1654
1674
/**
1655
1675
* @method string getIsOpen()
1656
1676
* @method $this withIsOpen($value)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Release
16
16
/**
17
17
* Version of the SDK
18
18
*/
19
- const VERSION = '1.8.2222 ' ;
19
+ const VERSION = '1.8.2223 ' ;
20
20
21
21
/**
22
22
* @param Event $event
You can’t perform that action at this time.
0 commit comments