Skip to content

Commit bb70213

Browse files
committed
chore: update speakeasy version + regenerate
1 parent 9a3cfc8 commit bb70213

File tree

141 files changed

+11424
-2371
lines changed

Some content is hidden

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

141 files changed

+11424
-2371
lines changed

.speakeasy/gen.lock

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

.speakeasy/gen.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ generation:
2525
requestBodyFieldName: ""
2626
mockServer:
2727
disabled: false
28+
persistentEdits: {}
2829
tests:
2930
generateTests: true
3031
generateNewTests: true
3132
skipResponseBodyAssertions: true
3233
python:
33-
version: 0.11.22
34+
version: 0.12.1
3435
additionalDependencies:
3536
dev: {}
3637
main: {}
@@ -61,18 +62,20 @@ python:
6162
operations: ""
6263
shared: ""
6364
webhooks: ""
65+
inferUnionDiscriminators: true
6466
inputModelSuffix: input
6567
legacyPyright: true
6668
license: ""
6769
maxMethodParams: 999
6870
methodArguments: infer-optional-args
6971
moduleName: glean.api_client
72+
multipartArrayFormat: standard
7073
outputModelSuffix: output
7174
packageManager: poetry
7275
packageName: glean
76+
preApplyUnionDiscriminators: false
7377
pytestFilterWarnings: []
7478
pytestTimeout: 0
7579
responseFormat: flat
7680
sseFlatResponse: false
7781
templateVersion: v2
78-
multipartArrayFormat: standard

.speakeasy/glean-merged-spec.yaml

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

.speakeasy/tests.arazzo.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158406,3 +158406,33 @@ workflows:
158406158406
}
158407158407
type: simple
158408158408
x-speakeasy-test-group: client_shortcuts
158409+
- workflowId: listfindingsexports
158410+
steps:
158411+
- stepId: test
158412+
operationId: listfindingsexports
158413+
successCriteria:
158414+
- condition: $statusCode == 200
158415+
- condition: $response.header.Content-Type == application/json
158416+
- context: $response.body
158417+
condition: |
158418+
{}
158419+
type: simple
158420+
x-speakeasy-test-group: Governance
158421+
x-speakeasy-test-rebuild: true
158422+
- workflowId: downloadfindingsexport
158423+
steps:
158424+
- stepId: test
158425+
operationId: downloadfindingsexport
158426+
parameters:
158427+
- name: id
158428+
in: path
158429+
value: <id>
158430+
successCriteria:
158431+
- condition: $statusCode == 200
158432+
- condition: $response.header.Content-Type == text/csv; charset=UTF-8
158433+
- context: $response.body
158434+
condition: |
158435+
"<value>"
158436+
type: simple
158437+
x-speakeasy-test-group: Governance
158438+
x-speakeasy-test-rebuild: true

README.md

Lines changed: 33 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -336,38 +336,38 @@ For more information on obtaining the appropriate token type, please contact you
336336
<details open>
337337
<summary>Available methods</summary>
338338

339-
#### [client.activity](docs/sdks/clientactivity/README.md)
339+
### [Client.Activity](docs/sdks/clientactivity/README.md)
340340

341341
* [report](docs/sdks/clientactivity/README.md#report) - Report document activity
342342
* [feedback](docs/sdks/clientactivity/README.md#feedback) - Report client activity
343343

344-
#### [client.agents](docs/sdks/agents/README.md)
344+
### [Client.Agents](docs/sdks/agents/README.md)
345345

346346
* [retrieve](docs/sdks/agents/README.md#retrieve) - Retrieve an agent
347347
* [retrieve_schemas](docs/sdks/agents/README.md#retrieve_schemas) - List an agent's schemas
348348
* [list](docs/sdks/agents/README.md#list) - Search agents
349349
* [run_stream](docs/sdks/agents/README.md#run_stream) - Create an agent run and stream the response
350350
* [run](docs/sdks/agents/README.md#run) - Create an agent run and wait for the response
351351

352-
#### [client.announcements](docs/sdks/announcements/README.md)
352+
### [Client.Announcements](docs/sdks/announcements/README.md)
353353

354354
* [create](docs/sdks/announcements/README.md#create) - Create Announcement
355355
* [delete](docs/sdks/announcements/README.md#delete) - Delete Announcement
356356
* [update](docs/sdks/announcements/README.md#update) - Update Announcement
357357

358-
#### [client.answers](docs/sdks/answers/README.md)
358+
### [Client.Answers](docs/sdks/answers/README.md)
359359

360360
* [create](docs/sdks/answers/README.md#create) - Create Answer
361361
* [delete](docs/sdks/answers/README.md#delete) - Delete Answer
362362
* [update](docs/sdks/answers/README.md#update) - Update Answer
363363
* [retrieve](docs/sdks/answers/README.md#retrieve) - Read Answer
364364
* [list](docs/sdks/answers/README.md#list) - List Answers
365365

366-
#### [client.authentication](docs/sdks/clientauthentication/README.md)
366+
### [Client.Authentication](docs/sdks/clientauthentication/README.md)
367367

368368
* [create_token](docs/sdks/clientauthentication/README.md#create_token) - Create authentication token
369369

370-
#### [client.chat](docs/sdks/clientchat/README.md)
370+
### [Client.Chat](docs/sdks/clientchat/README.md)
371371

372372
* [create](docs/sdks/clientchat/README.md#create) - Chat
373373
* [delete_all](docs/sdks/clientchat/README.md#delete_all) - Deletes all saved Chats owned by a user
@@ -380,7 +380,7 @@ For more information on obtaining the appropriate token type, please contact you
380380
* [delete_files](docs/sdks/clientchat/README.md#delete_files) - Delete files uploaded by a user for chat.
381381
* [create_stream](docs/sdks/clientchat/README.md#create_stream) - Chat
382382

383-
#### [client.collections](docs/sdks/collections/README.md)
383+
### [Client.Collections](docs/sdks/collections/README.md)
384384

385385
* [add_items](docs/sdks/collections/README.md#add_items) - Add Collection item
386386
* [create](docs/sdks/collections/README.md#create) - Create Collection
@@ -391,95 +391,102 @@ For more information on obtaining the appropriate token type, please contact you
391391
* [retrieve](docs/sdks/collections/README.md#retrieve) - Read Collection
392392
* [list](docs/sdks/collections/README.md#list) - List Collections
393393

394-
#### [client.documents](docs/sdks/clientdocuments/README.md)
394+
### [Client.Documents](docs/sdks/clientdocuments/README.md)
395395

396396
* [retrieve_permissions](docs/sdks/clientdocuments/README.md#retrieve_permissions) - Read document permissions
397397
* [retrieve](docs/sdks/clientdocuments/README.md#retrieve) - Read documents
398398
* [retrieve_by_facets](docs/sdks/clientdocuments/README.md#retrieve_by_facets) - Read documents by facets
399399
* [summarize](docs/sdks/clientdocuments/README.md#summarize) - Summarize documents
400400

401-
#### [client.entities](docs/sdks/entities/README.md)
401+
### [Client.Entities](docs/sdks/entities/README.md)
402402

403403
* [list](docs/sdks/entities/README.md#list) - List entities
404404
* [read_people](docs/sdks/entities/README.md#read_people) - Read people
405405

406-
#### [client.governance.data.policies](docs/sdks/policies/README.md)
406+
### [Client.Governance.Data.Policies](docs/sdks/policies/README.md)
407407

408408
* [retrieve](docs/sdks/policies/README.md#retrieve) - Gets specified policy
409409
* [update](docs/sdks/policies/README.md#update) - Updates an existing policy
410410
* [list](docs/sdks/policies/README.md#list) - Lists policies
411411
* [create](docs/sdks/policies/README.md#create) - Creates new policy
412412
* [download](docs/sdks/policies/README.md#download) - Downloads violations CSV for policy
413413

414-
#### [client.governance.data.reports](docs/sdks/reports/README.md)
414+
### [Client.Governance.Data.Reports](docs/sdks/reports/README.md)
415415

416416
* [create](docs/sdks/reports/README.md#create) - Creates new one-time report
417417
* [download](docs/sdks/reports/README.md#download) - Downloads violations CSV for report
418418
* [status](docs/sdks/reports/README.md#status) - Fetches report run status
419419

420-
#### [client.governance.documents.visibilityoverrides](docs/sdks/visibilityoverrides/README.md)
420+
### [Client.Governance.Documents.Visibilityoverrides](docs/sdks/visibilityoverrides/README.md)
421421

422422
* [list](docs/sdks/visibilityoverrides/README.md#list) - Fetches documents visibility
423423
* [create](docs/sdks/visibilityoverrides/README.md#create) - Hide or unhide docs
424424

425-
#### [client.insights](docs/sdks/insights/README.md)
425+
### [Client.Insights](docs/sdks/insights/README.md)
426426

427427
* [retrieve](docs/sdks/insights/README.md#retrieve) - Get insights
428428

429-
#### [client.messages](docs/sdks/messages/README.md)
429+
### [Client.Messages](docs/sdks/messages/README.md)
430430

431431
* [retrieve](docs/sdks/messages/README.md#retrieve) - Read messages
432432

433-
#### [client.pins](docs/sdks/pins/README.md)
433+
### [Client.Pins](docs/sdks/pins/README.md)
434434

435435
* [update](docs/sdks/pins/README.md#update) - Update pin
436436
* [retrieve](docs/sdks/pins/README.md#retrieve) - Read pin
437437
* [list](docs/sdks/pins/README.md#list) - List pins
438438
* [create](docs/sdks/pins/README.md#create) - Create pin
439439
* [remove](docs/sdks/pins/README.md#remove) - Delete pin
440440

441-
#### [client.search](docs/sdks/search/README.md)
441+
### [Client.Search](docs/sdks/search/README.md)
442442

443443
* [query_as_admin](docs/sdks/search/README.md#query_as_admin) - Search the index (admin)
444444
* [autocomplete](docs/sdks/search/README.md#autocomplete) - Autocomplete
445445
* [retrieve_feed](docs/sdks/search/README.md#retrieve_feed) - Feed of documents and events
446446
* [recommendations](docs/sdks/search/README.md#recommendations) - Recommend documents
447447
* [query](docs/sdks/search/README.md#query) - Search
448448

449-
#### [client.shortcuts](docs/sdks/clientshortcuts/README.md)
449+
### [Client.Shortcuts](docs/sdks/clientshortcuts/README.md)
450450

451451
* [create](docs/sdks/clientshortcuts/README.md#create) - Create shortcut
452452
* [delete](docs/sdks/clientshortcuts/README.md#delete) - Delete shortcut
453453
* [retrieve](docs/sdks/clientshortcuts/README.md#retrieve) - Read shortcut
454454
* [list](docs/sdks/clientshortcuts/README.md#list) - List shortcuts
455455
* [update](docs/sdks/clientshortcuts/README.md#update) - Update shortcut
456456

457-
#### [client.tools](docs/sdks/tools/README.md)
457+
### [Client.Tools](docs/sdks/tools/README.md)
458458

459459
* [list](docs/sdks/tools/README.md#list) - List available tools
460460
* [run](docs/sdks/tools/README.md#run) - Execute the specified tool
461461

462-
#### [client.verification](docs/sdks/clientverification/README.md)
462+
### [Client.Verification](docs/sdks/clientverification/README.md)
463463

464464
* [add_reminder](docs/sdks/clientverification/README.md#add_reminder) - Create verification
465465
* [list](docs/sdks/clientverification/README.md#list) - List verifications
466466
* [verify](docs/sdks/clientverification/README.md#verify) - Update verification
467467

468-
#### [indexing.authentication](docs/sdks/indexingauthentication/README.md)
468+
### [Governance](docs/sdks/governance/README.md)
469+
470+
* [createfindingsexport](docs/sdks/governance/README.md#createfindingsexport) - Creates findings export
471+
* [listfindingsexports](docs/sdks/governance/README.md#listfindingsexports) - Lists findings exports
472+
* [downloadfindingsexport](docs/sdks/governance/README.md#downloadfindingsexport) - Downloads findings export
473+
* [deletefindingsexport](docs/sdks/governance/README.md#deletefindingsexport) - Deletes findings export
474+
475+
### [Indexing.Authentication](docs/sdks/indexingauthentication/README.md)
469476

470477
* [rotate_token](docs/sdks/indexingauthentication/README.md#rotate_token) - Rotate token
471478

472-
#### [indexing.datasource](docs/sdks/indexingdatasource/README.md)
479+
### [Indexing.Datasource](docs/sdks/indexingdatasource/README.md)
473480

474481
* [status](docs/sdks/indexingdatasource/README.md#status) - Beta: Get datasource status
475482

476483

477-
#### [indexing.datasources](docs/sdks/datasources/README.md)
484+
### [Indexing.Datasources](docs/sdks/datasources/README.md)
478485

479486
* [add](docs/sdks/datasources/README.md#add) - Add or update datasource
480487
* [retrieve_config](docs/sdks/datasources/README.md#retrieve_config) - Get datasource config
481488

482-
#### [indexing.documents](docs/sdks/indexingdocuments/README.md)
489+
### [Indexing.Documents](docs/sdks/indexingdocuments/README.md)
483490

484491
* [add_or_update](docs/sdks/indexingdocuments/README.md#add_or_update) - Index document
485492
* [index](docs/sdks/indexingdocuments/README.md#index) - Index documents
@@ -494,7 +501,7 @@ For more information on obtaining the appropriate token type, please contact you
494501
* [~~status~~](docs/sdks/indexingdocuments/README.md#status) - Get document upload and indexing status :warning: **Deprecated**
495502
* [~~count~~](docs/sdks/indexingdocuments/README.md#count) - Get document count :warning: **Deprecated**
496503

497-
#### [indexing.people](docs/sdks/people/README.md)
504+
### [Indexing.People](docs/sdks/people/README.md)
498505

499506
* [debug](docs/sdks/people/README.md#debug) - Beta: Get user information
500507

@@ -507,7 +514,7 @@ For more information on obtaining the appropriate token type, please contact you
507514
* [delete_team](docs/sdks/people/README.md#delete_team) - Delete team
508515
* [bulk_index_teams](docs/sdks/people/README.md#bulk_index_teams) - Bulk index teams
509516

510-
#### [indexing.permissions](docs/sdks/indexingpermissions/README.md)
517+
### [Indexing.Permissions](docs/sdks/indexingpermissions/README.md)
511518

512519
* [update_permissions](docs/sdks/indexingpermissions/README.md#update_permissions) - Update document permissions
513520
* [index_user](docs/sdks/indexingpermissions/README.md#index_user) - Index user
@@ -522,7 +529,7 @@ For more information on obtaining the appropriate token type, please contact you
522529
* [delete_membership](docs/sdks/indexingpermissions/README.md#delete_membership) - Delete membership
523530
* [authorize_beta_users](docs/sdks/indexingpermissions/README.md#authorize_beta_users) - Beta users
524531

525-
#### [indexing.shortcuts](docs/sdks/indexingshortcuts/README.md)
532+
### [Indexing.Shortcuts](docs/sdks/indexingshortcuts/README.md)
526533

527534
* [bulk_index](docs/sdks/indexingshortcuts/README.md#bulk_index) - Bulk index external shortcuts
528535
* [upload](docs/sdks/indexingshortcuts/README.md#upload) - Upload shortcuts
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CustomSensitiveExpression
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
8+
| `id` | *Optional[str]* | :heavy_minus_sign: | Identifier for the custom sensitive expression. |
9+
| `keyword` | [Optional[models.CustomSensitiveRule]](../models/customsensitiverule.md) | :heavy_minus_sign: | N/A |
10+
| `evaluation_expression` | *Optional[str]* | :heavy_minus_sign: | The expression to evaluate the keyword match. |

0 commit comments

Comments
 (0)