Skip to content

Commit c663dc0

Browse files
chore: release (#2681)
1 parent 4ba30a1 commit c663dc0

908 files changed

Lines changed: 6798 additions & 4377 deletions

File tree

Some content is hidden

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

.changeset/admin-users-get-expiration.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/agent-session-events.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/agents-sessions-methods.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chat-stopstream-session-status.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/regen-web-api-response-types.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/rich-text-input-min-max-lines.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/web-api-blocks-validate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/webhook-trigger-retry-after-success.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/english/reference/cli-test/variables/SlackCLI.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Set of functions to spawn and interact with Slack Platform CLI processes and com
1818
app: object;
1919
```
2020

21-
#### app.delete()
21+
#### app.delete
2222

2323
```ts
2424
delete: (args) => Promise<string> = del;
@@ -38,7 +38,7 @@ delete: (args) => Promise<string> = del;
3838

3939
command output
4040

41-
#### app.install()
41+
#### app.install
4242

4343
```ts
4444
install: (args) => Promise<string>;
@@ -58,7 +58,7 @@ install: (args) => Promise<string>;
5858

5959
command output
6060

61-
#### app.list()
61+
#### app.list
6262

6363
```ts
6464
list: (args) => Promise<string>;
@@ -84,7 +84,7 @@ command output
8484
auth: object;
8585
```
8686

87-
#### auth.loginChallengeExchange()
87+
#### auth.loginChallengeExchange
8888

8989
```ts
9090
loginChallengeExchange: (args) => Promise<string>;
@@ -102,7 +102,7 @@ loginChallengeExchange: (args) => Promise<string>;
102102

103103
`Promise`\<`string`\>
104104

105-
#### auth.loginNoPrompt()
105+
#### auth.loginNoPrompt
106106

107107
```ts
108108
loginNoPrompt: (args?) => Promise<{
@@ -130,7 +130,7 @@ loginNoPrompt: (args?) => Promise<{
130130
`output`: `string`;
131131
\}\>
132132

133-
#### auth.logout()
133+
#### auth.logout
134134

135135
```ts
136136
logout: (args?) => Promise<string>;
@@ -156,7 +156,7 @@ command output
156156
collaborator: object;
157157
```
158158

159-
#### collaborator.add()
159+
#### collaborator.add
160160

161161
```ts
162162
add: (args) => Promise<string>;
@@ -176,7 +176,7 @@ add: (args) => Promise<string>;
176176

177177
command output
178178

179-
#### collaborator.list()
179+
#### collaborator.list
180180

181181
```ts
182182
list: (args) => Promise<string>;
@@ -196,7 +196,7 @@ list: (args) => Promise<string>;
196196

197197
command output
198198

199-
#### collaborator.remove()
199+
#### collaborator.remove
200200

201201
```ts
202202
remove: (args) => Promise<string>;
@@ -222,7 +222,7 @@ command output
222222
datastore: object;
223223
```
224224

225-
#### datastore.datastoreDelete()
225+
#### datastore.datastoreDelete
226226

227227
```ts
228228
datastoreDelete: (args) => Promise<string>;
@@ -242,7 +242,7 @@ datastoreDelete: (args) => Promise<string>;
242242

243243
command output
244244

245-
#### datastore.datastoreGet()
245+
#### datastore.datastoreGet
246246

247247
```ts
248248
datastoreGet: (args) => Promise<string>;
@@ -262,7 +262,7 @@ datastoreGet: (args) => Promise<string>;
262262

263263
command output
264264

265-
#### datastore.datastorePut()
265+
#### datastore.datastorePut
266266

267267
```ts
268268
datastorePut: (args) => Promise<string>;
@@ -282,7 +282,7 @@ datastorePut: (args) => Promise<string>;
282282

283283
command output
284284

285-
#### datastore.datastoreQuery()
285+
#### datastore.datastoreQuery
286286

287287
```ts
288288
datastoreQuery: (args) => Promise<string>;
@@ -308,7 +308,7 @@ command output
308308
env: object;
309309
```
310310

311-
#### env.list()
311+
#### env.list
312312

313313
```ts
314314
list: (args) => Promise<string>;
@@ -328,7 +328,7 @@ list: (args) => Promise<string>;
328328

329329
command output
330330

331-
#### env.set()
331+
#### env.set
332332

333333
```ts
334334
set: (args) => Promise<string>;
@@ -348,7 +348,7 @@ set: (args) => Promise<string>;
348348

349349
command output
350350

351-
#### env.unset()
351+
#### env.unset
352352

353353
```ts
354354
unset: (args) => Promise<string>;
@@ -374,7 +374,7 @@ command output
374374
externalAuth: object;
375375
```
376376

377-
#### externalAuth.add()
377+
#### externalAuth.add
378378

379379
```ts
380380
add: (args) => Promise<string>;
@@ -394,7 +394,7 @@ add: (args) => Promise<string>;
394394

395395
command output
396396

397-
#### externalAuth.addSecret()
397+
#### externalAuth.addSecret
398398

399399
```ts
400400
addSecret: (args) => Promise<string>;
@@ -414,7 +414,7 @@ addSecret: (args) => Promise<string>;
414414

415415
command output
416416

417-
#### externalAuth.remove()
417+
#### externalAuth.remove
418418

419419
```ts
420420
remove: (args) => Promise<string>;
@@ -434,7 +434,7 @@ remove: (args) => Promise<string>;
434434

435435
command output
436436

437-
#### externalAuth.selectAuth()
437+
#### externalAuth.selectAuth
438438

439439
```ts
440440
selectAuth: (args) => Promise<string>;
@@ -460,7 +460,7 @@ command output
460460
function: object = func;
461461
```
462462

463-
#### function.access()
463+
#### function.access
464464

465465
```ts
466466
access: (args) => Promise<string>;
@@ -486,7 +486,7 @@ command output
486486
manifest: object;
487487
```
488488

489-
#### manifest.info()
489+
#### manifest.info
490490

491491
```ts
492492
info: (args) => Promise<string>;
@@ -506,7 +506,7 @@ info: (args) => Promise<string>;
506506

507507
command output
508508

509-
#### manifest.validate()
509+
#### manifest.validate
510510

511511
```ts
512512
validate: (args) => Promise<string>;
@@ -532,7 +532,7 @@ command output
532532
platform: object;
533533
```
534534

535-
#### platform.activity()
535+
#### platform.activity
536536

537537
```ts
538538
activity: (args) => Promise<string>;
@@ -552,7 +552,7 @@ activity: (args) => Promise<string>;
552552

553553
command output
554554

555-
#### platform.activityTailStart()
555+
#### platform.activityTailStart
556556

557557
```ts
558558
activityTailStart: (args) => Promise<ShellProcess>;
@@ -573,7 +573,7 @@ At the specific point where the sequence is found to continue with test
573573

574574
command output
575575

576-
#### platform.activityTailStop()
576+
#### platform.activityTailStop
577577

578578
```ts
579579
activityTailStop: (args) => Promise<string>;
@@ -594,7 +594,7 @@ kills the process then returns the output
594594

595595
command output
596596

597-
#### platform.deploy()
597+
#### platform.deploy
598598

599599
```ts
600600
deploy: (args) => Promise<string>;
@@ -614,7 +614,7 @@ deploy: (args) => Promise<string>;
614614

615615
command output
616616

617-
#### platform.runStart()
617+
#### platform.runStart
618618

619619
```ts
620620
runStart: (args) => Promise<ShellProcess>;
@@ -634,7 +634,7 @@ start `slack run`. `runStop` must be used to stop the `run` process returned by
634634

635635
shell object to kill it explicitly in the test case via `runStop`
636636

637-
#### platform.runStop()
637+
#### platform.runStop
638638

639639
```ts
640640
runStop: (args) => Promise<void>;
@@ -658,7 +658,7 @@ stop `slack run`
658658
project: object;
659659
```
660660

661-
#### project.create()
661+
#### project.create
662662

663663
```ts
664664
create: (args) => Promise<string>;
@@ -678,7 +678,7 @@ create: (args) => Promise<string>;
678678

679679
command output
680680

681-
### stopSession()
681+
### stopSession
682682

683683
```ts
684684
stopSession: (args) => Promise<void>;
@@ -702,7 +702,7 @@ Delete app and Log out of current team session
702702
trigger: object;
703703
```
704704

705-
#### trigger.access()
705+
#### trigger.access
706706

707707
```ts
708708
access: (args) => Promise<string>;
@@ -722,7 +722,7 @@ access: (args) => Promise<string>;
722722

723723
command output
724724

725-
#### trigger.create()
725+
#### trigger.create
726726

727727
```ts
728728
create: (args) => Promise<string>;
@@ -742,7 +742,7 @@ create: (args) => Promise<string>;
742742

743743
command output
744744

745-
#### trigger.delete()
745+
#### trigger.delete
746746

747747
```ts
748748
delete: (args) => Promise<string> = del;
@@ -762,7 +762,7 @@ delete: (args) => Promise<string> = del;
762762

763763
command output
764764

765-
#### trigger.info()
765+
#### trigger.info
766766

767767
```ts
768768
info: (args) => Promise<string>;
@@ -782,7 +782,7 @@ info: (args) => Promise<string>;
782782

783783
command output
784784

785-
#### trigger.list()
785+
#### trigger.list
786786

787787
```ts
788788
list: (args) => Promise<string>;
@@ -802,7 +802,7 @@ list: (args) => Promise<string>;
802802

803803
command output
804804

805-
#### trigger.update()
805+
#### trigger.update
806806

807807
```ts
808808
update: (args) => Promise<string>;
@@ -828,7 +828,7 @@ command output
828828
version: object;
829829
```
830830

831-
#### version.version()
831+
#### version.version
832832

833833
```ts
834834
version: () => Promise<string>;

0 commit comments

Comments
 (0)