Commit 9e6ff7c
committed
## Python SDK Changes:
* `glean.governance.createfindingsexport()`: **Added**
* `glean.governance.listfindingsexports()`: **Added**
* `glean.governance.downloadfindingsexport()`: **Added**
* `glean.governance.deletefindingsexport()`: **Added**
* `glean.client.announcements.create()`:
* `request.body.structured_list.[].document.metadata.author` **Changed**
* `response.body.structured_list.[].document.metadata.author` **Changed**
* `glean.client.announcements.update()`:
* `request.body.structured_list.[].document.metadata.author` **Changed**
* `response.body.structured_list.[].document.metadata.author` **Changed**
* `glean.client.answers.create()`:
* `request.data.added_roles.[].person` **Changed**
* `response.added_roles.[].person` **Changed**
* `glean.client.answers.update()`:
* `request.added_roles.[].person` **Changed**
* `response.added_roles.[].person` **Changed**
* `glean.client.answers.retrieve()`: `response.answer_result.answer.added_roles.[].person` **Changed**
* `glean.client.answers.list()`: `response.answer_results.[].answer.added_roles.[].person` **Changed**
* `glean.client.chat.create()`:
* `request.messages.[].citations.[].source_document.metadata.author` **Changed**
* `response.messages.[].citations.[].source_document.metadata.author` **Changed**
* `glean.client.chat.retrieve()`: `response.chat_result.chat.created_by` **Changed**
* `glean.client.chat.list()`: `response.chat_results.[].chat.created_by` **Changed**
* `glean.client.chat.create_stream()`:
* `request.messages.[].citations.[].source_document.metadata.author` **Changed**
* `glean.client.collections.add_items()`: `response.collection.added_roles.[].person` **Changed**
* `glean.client.collections.create()`:
* `request.added_roles.[].person` **Changed**
* `response.[class].collection.added_roles.[].person` **Changed**
* `glean.client.collections.delete_item()`: `response.collection.added_roles.[].person` **Changed**
* `glean.client.collections.update()`:
* `request.added_roles.[].person` **Changed**
* `response.added_roles.[].person` **Changed**
* `glean.client.collections.update_item()`: `response.collection.added_roles.[].person` **Changed**
* `glean.client.collections.retrieve()`: `response.collection.added_roles.[].person` **Changed**
* `glean.client.collections.list()`: `response.collections.[].added_roles.[].person` **Changed**
* `glean.client.documents.retrieve()`: `response.documents.{}.[document].metadata.author` **Changed**
* `glean.client.documents.retrieve_by_facets()`: `response.documents.[].metadata.author` **Changed**
* `glean.client.insights.retrieve()`: `response` **Changed**
* `glean.client.messages.retrieve()`: `response.search_response.results.[].structured_results.[].document.metadata.author` **Changed**
* `glean.client.pins.update()`: `response.attribution` **Changed**
* `glean.client.pins.retrieve()`: `response.pin.attribution` **Changed**
* `glean.client.pins.list()`: `response.pins.[].attribution` **Changed**
* `glean.client.pins.create()`: `response.attribution` **Changed**
* `glean.client.search.query_as_admin()`:
* `request.source_document.metadata.author` **Changed**
* `response.results.[].structured_results.[].document.metadata.author` **Changed**
* `glean.client.search.autocomplete()`: `response.results.[].document.metadata.author` **Changed**
* `glean.client.search.retrieve_feed()`: `response.results.[].primary_entry.created_by` **Changed**
* `glean.client.search.recommendations()`:
* `request.source_document.metadata.author` **Changed**
* `response.results.[].structured_results.[].document.metadata.author` **Changed**
* `glean.client.search.query()`:
* `request.source_document.metadata.author` **Changed**
* `response.results.[].structured_results.[].document.metadata.author` **Changed**
* `glean.client.entities.list()`: `response.results.[]` **Changed**
* `glean.client.entities.read_people()`: `response.results.[]` **Changed**
* `glean.client.shortcuts.create()`:
* `request.data.added_roles.[].person` **Changed**
* `response.shortcut.added_roles.[].person` **Changed**
* `glean.client.shortcuts.retrieve()`: `response.shortcut.added_roles.[].person` **Changed**
* `glean.client.shortcuts.list()`: `response.shortcuts.[].added_roles.[].person` **Changed**
* `glean.client.shortcuts.update()`:
* `request.added_roles.[].person` **Changed**
* `response.shortcut.added_roles.[].person` **Changed**
* `glean.client.verification.add_reminder()`: `response.metadata.last_verifier` **Changed**
* `glean.client.verification.list()`: `response.documents.[].metadata.last_verifier` **Changed**
* `glean.client.verification.verify()`: `response.metadata.last_verifier` **Changed**
* `glean.client.governance.data.policies.retrieve()`: `response.report.config.sensitive_content_options.custom_sensitive_expressions` **Added**
* `glean.client.governance.data.policies.update()`:
* `request.config.sensitive_content_options.custom_sensitive_expressions` **Added**
* `glean.client.governance.data.policies.list()`: `response.reports.[].config.sensitive_content_options.custom_sensitive_expressions` **Added**
* `glean.client.governance.data.policies.create()`:
* `request.config.sensitive_content_options.custom_sensitive_expressions` **Added**
* `response.report.config.sensitive_content_options.custom_sensitive_expressions` **Added**
* `glean.client.governance.data.reports.create()`:
* `request.config.sensitive_content_options.custom_sensitive_expressions` **Added**1 parent 5bea34b commit 9e6ff7c
File tree
146 files changed
+11612
-2122
lines changed- .speakeasy
- docs
- models
- sdks
- agents
- announcements
- answers
- clientactivity
- clientauthentication
- clientchat
- clientdocuments
- clientshortcuts
- clientverification
- collections
- datasources
- entities
- governance
- indexingauthentication
- indexingdatasource
- indexingdocuments
- indexingpermissions
- indexingshortcuts
- insights
- messages
- people
- pins
- policies
- reports
- search
- tools
- visibilityoverrides
- speakeasyusagegen/.speakeasy/logs
- src/glean/api_client
- models
- utils
- tests
- mockserver/internal
- handler
- sdk/models
- components
- operations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
146 files changed
+11612
-2122
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
78 | | - | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158406 | 158406 | | |
158407 | 158407 | | |
158408 | 158408 | | |
| 158409 | + | |
| 158410 | + | |
| 158411 | + | |
| 158412 | + | |
| 158413 | + | |
| 158414 | + | |
| 158415 | + | |
| 158416 | + | |
| 158417 | + | |
| 158418 | + | |
| 158419 | + | |
| 158420 | + | |
| 158421 | + | |
| 158422 | + | |
| 158423 | + | |
| 158424 | + | |
| 158425 | + | |
| 158426 | + | |
| 158427 | + | |
| 158428 | + | |
| 158429 | + | |
| 158430 | + | |
| 158431 | + | |
| 158432 | + | |
| 158433 | + | |
| 158434 | + | |
| 158435 | + | |
| 158436 | + | |
| 158437 | + | |
| 158438 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
| 366 | + | |
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
| 394 | + | |
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
| 429 | + | |
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
| 433 | + | |
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
| 441 | + | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
| 449 | + | |
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
| 457 | + | |
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
| 462 | + | |
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
469 | 476 | | |
470 | 477 | | |
471 | 478 | | |
472 | | - | |
| 479 | + | |
473 | 480 | | |
474 | 481 | | |
475 | 482 | | |
476 | 483 | | |
477 | | - | |
| 484 | + | |
478 | 485 | | |
479 | 486 | | |
480 | 487 | | |
481 | 488 | | |
482 | | - | |
| 489 | + | |
483 | 490 | | |
484 | 491 | | |
485 | 492 | | |
| |||
494 | 501 | | |
495 | 502 | | |
496 | 503 | | |
497 | | - | |
| 504 | + | |
498 | 505 | | |
499 | 506 | | |
500 | 507 | | |
| |||
507 | 514 | | |
508 | 515 | | |
509 | 516 | | |
510 | | - | |
| 517 | + | |
511 | 518 | | |
512 | 519 | | |
513 | 520 | | |
| |||
522 | 529 | | |
523 | 530 | | |
524 | 531 | | |
525 | | - | |
| 532 | + | |
526 | 533 | | |
527 | 534 | | |
528 | 535 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments