Skip to content

Commit 3b989a6

Browse files
committed
Add SmartqQueryAbility api request parameters.
1 parent a943af4 commit 3b989a6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

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

3+
## 1.8.2263 - 2025-4-14
4+
- Add SmartqQueryAbility api request parameters.
5+
6+
37
## 1.8.2262 - 2025-4-8
48
- Generated 2015-12-01 for `Dds`.
59

src/QuickbiPublic/V20220101/QuickbiPublicApiResolver.php

-3
Original file line numberDiff line numberDiff line change
@@ -1792,9 +1792,6 @@ class SmartqAuthTransfer extends Rpc
17921792
*/
17931793
class SmartqQueryAbility extends Rpc
17941794
{
1795-
1796-
/** @var string */
1797-
public $scheme = 'https';
17981795
}
17991796

18001797
/**

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.2262';
19+
const VERSION = '1.8.2263';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)