Skip to content

Commit 99ed82c

Browse files
fix(tests): Rebuild the SDK for deprecation and fix phpunit config (#162)
1 parent 8b53d4f commit 99ed82c

File tree

623 files changed

+4129
-1894
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

623 files changed

+4129
-1894
lines changed

generated/Client.php

Lines changed: 946 additions & 946 deletions
Large diffs are not rendered by default.

generated/Endpoint/AdminAppsApprove.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ class AdminAppsApprove extends \JoliCode\Slack\Api\Runtime\Client\BaseEndpoint i
2222
*
2323
* @param array $formParameters {
2424
*
25-
* @var string $app_id the id of the app to approve
26-
* @var string $request_id the id of the request to approve
27-
* @var string $team_id
28-
* }
25+
* @var string $app_id the id of the app to approve
26+
* @var string $request_id the id of the request to approve
27+
* @var string $team_id
28+
* }
2929
*
3030
* @param array $headerParameters {
3131
*
32-
* @var string $token Authentication token. Requires scope: `admin.apps:write`
33-
* }
32+
* @var string $token Authentication token. Requires scope: `admin.apps:write`
33+
* }
3434
*/
3535
public function __construct(array $formParameters = [], array $headerParameters = [])
3636
{

generated/Endpoint/AdminAppsApprovedList.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ class AdminAppsApprovedList extends \JoliCode\Slack\Api\Runtime\Client\BaseEndpo
2222
*
2323
* @param array $queryParameters {
2424
*
25-
* @var string $cursor Set `cursor` to `next_cursor` returned by the previous call to list items in the next page
26-
* @var string $enterprise_id
27-
* @var int $limit The maximum number of items to return. Must be between 1 - 1000 both inclusive.
28-
* @var string $team_id
29-
* @var string $token Authentication token. Requires scope: `admin.apps:read`
30-
* }
25+
* @var string $cursor Set `cursor` to `next_cursor` returned by the previous call to list items in the next page
26+
* @var string $enterprise_id
27+
* @var int $limit The maximum number of items to return. Must be between 1 - 1000 both inclusive.
28+
* @var string $team_id
29+
* @var string $token Authentication token. Requires scope: `admin.apps:read`
30+
* }
3131
*/
3232
public function __construct(array $queryParameters = [])
3333
{

generated/Endpoint/AdminAppsRequestsList.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ class AdminAppsRequestsList extends \JoliCode\Slack\Api\Runtime\Client\BaseEndpo
2222
*
2323
* @param array $queryParameters {
2424
*
25-
* @var string $cursor Set `cursor` to `next_cursor` returned by the previous call to list items in the next page
26-
* @var int $limit The maximum number of items to return. Must be between 1 - 1000 both inclusive.
27-
* @var string $team_id
28-
* @var string $token Authentication token. Requires scope: `admin.apps:read`
29-
* }
25+
* @var string $cursor Set `cursor` to `next_cursor` returned by the previous call to list items in the next page
26+
* @var int $limit The maximum number of items to return. Must be between 1 - 1000 both inclusive.
27+
* @var string $team_id
28+
* @var string $token Authentication token. Requires scope: `admin.apps:read`
29+
* }
3030
*/
3131
public function __construct(array $queryParameters = [])
3232
{

generated/Endpoint/AdminAppsRestrict.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ class AdminAppsRestrict extends \JoliCode\Slack\Api\Runtime\Client\BaseEndpoint
2222
*
2323
* @param array $formParameters {
2424
*
25-
* @var string $app_id the id of the app to restrict
26-
* @var string $request_id the id of the request to restrict
27-
* @var string $team_id
28-
* }
25+
* @var string $app_id the id of the app to restrict
26+
* @var string $request_id the id of the request to restrict
27+
* @var string $team_id
28+
* }
2929
*
3030
* @param array $headerParameters {
3131
*
32-
* @var string $token Authentication token. Requires scope: `admin.apps:write`
33-
* }
32+
* @var string $token Authentication token. Requires scope: `admin.apps:write`
33+
* }
3434
*/
3535
public function __construct(array $formParameters = [], array $headerParameters = [])
3636
{

generated/Endpoint/AdminAppsRestrictedList.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ class AdminAppsRestrictedList extends \JoliCode\Slack\Api\Runtime\Client\BaseEnd
2222
*
2323
* @param array $queryParameters {
2424
*
25-
* @var string $cursor Set `cursor` to `next_cursor` returned by the previous call to list items in the next page
26-
* @var string $enterprise_id
27-
* @var int $limit The maximum number of items to return. Must be between 1 - 1000 both inclusive.
28-
* @var string $team_id
29-
* @var string $token Authentication token. Requires scope: `admin.apps:read`
30-
* }
25+
* @var string $cursor Set `cursor` to `next_cursor` returned by the previous call to list items in the next page
26+
* @var string $enterprise_id
27+
* @var int $limit The maximum number of items to return. Must be between 1 - 1000 both inclusive.
28+
* @var string $team_id
29+
* @var string $token Authentication token. Requires scope: `admin.apps:read`
30+
* }
3131
*/
3232
public function __construct(array $queryParameters = [])
3333
{

generated/Endpoint/AdminConversationsArchive.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ class AdminConversationsArchive extends \JoliCode\Slack\Api\Runtime\Client\BaseE
2222
*
2323
* @param array $formParameters {
2424
*
25-
* @var string $channel_id The channel to archive.
26-
* }
25+
* @var string $channel_id The channel to archive.
26+
* }
2727
*
2828
* @param array $headerParameters {
2929
*
30-
* @var string $token Authentication token. Requires scope: `admin.conversations:write`
31-
* }
30+
* @var string $token Authentication token. Requires scope: `admin.conversations:write`
31+
* }
3232
*/
3333
public function __construct(array $formParameters = [], array $headerParameters = [])
3434
{

generated/Endpoint/AdminConversationsConvertToPrivate.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ class AdminConversationsConvertToPrivate extends \JoliCode\Slack\Api\Runtime\Cli
2222
*
2323
* @param array $formParameters {
2424
*
25-
* @var string $channel_id The channel to convert to private.
26-
* }
25+
* @var string $channel_id The channel to convert to private.
26+
* }
2727
*
2828
* @param array $headerParameters {
2929
*
30-
* @var string $token Authentication token. Requires scope: `admin.conversations:write`
31-
* }
30+
* @var string $token Authentication token. Requires scope: `admin.conversations:write`
31+
* }
3232
*/
3333
public function __construct(array $formParameters = [], array $headerParameters = [])
3434
{

generated/Endpoint/AdminConversationsCreate.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ class AdminConversationsCreate extends \JoliCode\Slack\Api\Runtime\Client\BaseEn
2222
*
2323
* @param array $formParameters {
2424
*
25-
* @var string $description description of the public or private channel to create
26-
* @var bool $is_private When `true`, creates a private channel instead of a public channel
27-
* @var string $name name of the public or private channel to create
28-
* @var bool $org_wide When `true`, the channel will be available org-wide. Note: if the channel is not `org_wide=true`, you must specify a `team_id` for this channel
29-
* @var string $team_id The workspace to create the channel in. Note: this argument is required unless you set `org_wide=true`.
30-
* }
25+
* @var string $description description of the public or private channel to create
26+
* @var bool $is_private When `true`, creates a private channel instead of a public channel
27+
* @var string $name name of the public or private channel to create
28+
* @var bool $org_wide When `true`, the channel will be available org-wide. Note: if the channel is not `org_wide=true`, you must specify a `team_id` for this channel
29+
* @var string $team_id The workspace to create the channel in. Note: this argument is required unless you set `org_wide=true`.
30+
* }
3131
*
3232
* @param array $headerParameters {
3333
*
34-
* @var string $token Authentication token. Requires scope: `admin.conversations:write`
35-
* }
34+
* @var string $token Authentication token. Requires scope: `admin.conversations:write`
35+
* }
3636
*/
3737
public function __construct(array $formParameters = [], array $headerParameters = [])
3838
{

generated/Endpoint/AdminConversationsDelete.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ class AdminConversationsDelete extends \JoliCode\Slack\Api\Runtime\Client\BaseEn
2222
*
2323
* @param array $formParameters {
2424
*
25-
* @var string $channel_id The channel to delete.
26-
* }
25+
* @var string $channel_id The channel to delete.
26+
* }
2727
*
2828
* @param array $headerParameters {
2929
*
30-
* @var string $token Authentication token. Requires scope: `admin.conversations:write`
31-
* }
30+
* @var string $token Authentication token. Requires scope: `admin.conversations:write`
31+
* }
3232
*/
3333
public function __construct(array $formParameters = [], array $headerParameters = [])
3434
{

0 commit comments

Comments
 (0)