Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,223 changes: 642 additions & 581 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: false
python:
version: 1.1.3
version: 1.1.4
additionalDependencies:
dev:
types-protobuf: '>=6.31'
Expand Down
594 changes: 462 additions & 132 deletions .speakeasy/out.openapi.yaml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.795.0
speakeasyVersion: 1.795.3
sources:
TextQL API:
sourceNamespace: textql-api
sourceRevisionDigest: sha256:76a943d55f2591cc884f62261a32b782414b4598e02c95dabeb3019842a3511d
sourceBlobDigest: sha256:fd04d7e8c3646451105f9d3e35fde231b7cf959a7e75f9600667c42126c8bc3c
sourceRevisionDigest: sha256:7607f512ded158bf4a6ca5ad4e2792782d436a3115b4802d2d2e91f1eacf32fc
sourceBlobDigest: sha256:c944ec2ea3306586b30ba7ff4c56ba2f418a4c9a04e84bf4badba75e25d683ba
tags:
- latest
- 1.0.0
targets:
textql:
source: TextQL API
sourceNamespace: textql-api
sourceRevisionDigest: sha256:76a943d55f2591cc884f62261a32b782414b4598e02c95dabeb3019842a3511d
sourceBlobDigest: sha256:fd04d7e8c3646451105f9d3e35fde231b7cf959a7e75f9600667c42126c8bc3c
sourceRevisionDigest: sha256:7607f512ded158bf4a6ca5ad4e2792782d436a3115b4802d2d2e91f1eacf32fc
sourceBlobDigest: sha256:c944ec2ea3306586b30ba7ff4c56ba2f418a4c9a04e84bf4badba75e25d683ba
codeSamplesNamespace: textql-api-python-code-samples
codeSamplesRevisionDigest: sha256:c3bbb0a2d1f6f8c7f71eaf5e0e05dc913bea7d9b9f19bbe3611f019efd42a3b8
codeSamplesRevisionDigest: sha256:3766b62d5b2355cb583f397dca933c64ab7ccf1133249d871f2e422f31a01573
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
31 changes: 16 additions & 15 deletions README-PYPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,29 +206,29 @@ with Textql(

### [Apps](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md)

* [heartbeat](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#heartbeat) - Executes a declared compute function on a pooled sandbox worker; gated, org-scoped, rate-limited.
* [heartbeat](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#heartbeat) - AppHeartbeat
* [create_app](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#create_app) - CreateApp
* [delete_app](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#delete_app) - DeleteApp
* [duplicate](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#duplicate) - Duplicates an app the caller can view into a new app they own, named "Copy of <name>". Copies code/files/data sources/compute functions/ schedule; never carries over the source's data snapshot.
* [get](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#get) - GetApp
* [get_db_schema](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#get_db_schema) - View analytics: reads the engagement views recorded on app page load.
* [get_db_table_preview](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#get_db_table_preview) - Staff-only (superadmin gated in-handler): publishes the embedded component gallery as an app tree and returns its signed viewer URL.
* [get_member_state](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#get_member_state) - GetAppMemberState
* [get_app_version](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#get_app_version) - Version history: git-backed, one version per save (plus legacy publish-era snapshots); authors can list and restore.
* [get_app_view_stats](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#get_app_view_stats) - Per-member notification subscription to an app ("watch this app").
* [get_db_schema](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#get_db_schema) - Replaces the calling member's entire ordering; capped server-side.
* [get_db_table_preview](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#get_db_table_preview) - View analytics: reads the engagement views recorded on app page load.
* [get_member_state](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#get_member_state) - Per-member notification subscription to an app ("watch this app").
* [get_app_version](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#get_app_version) - Overwrites the published tree's pinned _runtime/ana-1.js with the platform's current copy so host-driven affordances (comment hit-testing) work on older documents; never touches authored content or data. repinned=false for legacy pre-tree documents.
* [get_app_view_stats](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#get_app_view_stats) - Keeps the viewed app's compute worker alive; first view spawns and pre-warms it (dashboard viewer-TTL parity).
* [get_members_with_apps](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#get_members_with_apps) - GetMembersWithApps
* [invoke_compute_function](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#invoke_compute_function) - InvokeAppComputeFunction
* [list_activity_since](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#list_activity_since) - Lists the calling member's favorited library items (apps, dashboards, agents) for the sidebar Pinned section: id, type, name, preview screenshot.
* [list_versions](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#list_versions) - Overwrites the published tree's pinned _runtime/ana-1.js with the platform's current copy so host-driven affordances (comment hit-testing) work on older documents; never touches authored content or data. repinned=false for legacy pre-tree documents.
* [list_activity_since](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#list_activity_since) - Favorite/unfavorite a library item (app or dashboard) for the calling member. Per-member, per-org; favorited=false hard-deletes the row. Covers both primitives since the merged library page pins apps and dashboards through one client.
* [list_versions](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#list_versions) - Re-fetches data sources, rebuilds the document with a fresh snapshot, re-uploads.
* [list](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#list) - ListApps
* [list_my_member_activity](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#list_my_member_activity) - Favorite/unfavorite a library item (app or dashboard) for the calling member. Per-member, per-org; favorited=false hard-deletes the row. Covers both primitives since the merged library page pins apps and dashboards through one client.
* [move_app_to_folder](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#move_app_to_folder) - Moves an app into a library folder (or to root when folder_id is empty).
* [presence_heartbeat](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#presence_heartbeat) - Replaces the calling member's entire ordering; capped server-side.
* [record_member_activity](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#record_member_activity) - Watcher management: app owners/editors and org admins list the app's subscribers and add/remove members (Upsert/Delete with member_id).
* [refresh](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#refresh) - Re-fetches data sources, rebuilds the document with a fresh snapshot, re-uploads.
* [restore_app_version](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#restore_app_version) - RestoreAppVersion
* [list_my_member_activity](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#list_my_member_activity) - Watcher management: app owners/editors and org admins list the app's subscribers and add/remove members (Upsert/Delete with member_id).
* [move_app_to_folder](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#move_app_to_folder) - MoveAppToFolder
* [presence_heartbeat](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#presence_heartbeat) - Ordering overlay for the sidebar Bookmarks section: one position list per member covering favorites and thread bookmarks ('<kind>:<id>' keys). Membership truth stays in library_favorite / chat bookmarks; this persists only the drag-and-drop order.
* [record_member_activity](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#record_member_activity) - RecordAppMemberActivity
* [refresh](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#refresh) - Moves an app into a library folder (or to root when folder_id is empty).
* [restore_app_version](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#restore_app_version) - Version history: git-backed, one version per save (plus legacy publish-era snapshots); authors can list and restore.
* [set_member_state](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#set_member_state) - SetAppMemberState
* [set_favorite](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#set_favorite) - Keeps the viewed app's compute worker alive; first view spawns and pre-warms it (dashboard viewer-TTL parity).
* [set_favorite](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#set_favorite) - Executes a declared compute function on a pooled sandbox worker; gated, org-scoped, rate-limited.
* [update](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/apps/README.md#update) - UpdateApp

### [AuditLogs](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/auditlogs/README.md)
Expand Down Expand Up @@ -623,6 +623,7 @@ with Textql(
* [get](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/settings/README.md#get) - GetOrganizationSettings
* [invite_member](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/settings/README.md#invite_member) - InviteOrganizationMember
* [list_members](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/settings/README.md#list_members) - ListOrganizationMembers
* [update_model_settings](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/settings/README.md#update_model_settings) - UpdateOrganizationModelSettings
* [update](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/settings/README.md#update) - UpdateOrganizationSettings

### [Slack](https://github.com/TextQLLabs/textql-python-v3/blob/master/docs/sdks/slack/README.md)
Expand Down
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,29 +206,29 @@ with Textql(

### [Apps](docs/sdks/apps/README.md)

* [heartbeat](docs/sdks/apps/README.md#heartbeat) - Executes a declared compute function on a pooled sandbox worker; gated, org-scoped, rate-limited.
* [heartbeat](docs/sdks/apps/README.md#heartbeat) - AppHeartbeat
* [create_app](docs/sdks/apps/README.md#create_app) - CreateApp
* [delete_app](docs/sdks/apps/README.md#delete_app) - DeleteApp
* [duplicate](docs/sdks/apps/README.md#duplicate) - Duplicates an app the caller can view into a new app they own, named "Copy of <name>". Copies code/files/data sources/compute functions/ schedule; never carries over the source's data snapshot.
* [get](docs/sdks/apps/README.md#get) - GetApp
* [get_db_schema](docs/sdks/apps/README.md#get_db_schema) - View analytics: reads the engagement views recorded on app page load.
* [get_db_table_preview](docs/sdks/apps/README.md#get_db_table_preview) - Staff-only (superadmin gated in-handler): publishes the embedded component gallery as an app tree and returns its signed viewer URL.
* [get_member_state](docs/sdks/apps/README.md#get_member_state) - GetAppMemberState
* [get_app_version](docs/sdks/apps/README.md#get_app_version) - Version history: git-backed, one version per save (plus legacy publish-era snapshots); authors can list and restore.
* [get_app_view_stats](docs/sdks/apps/README.md#get_app_view_stats) - Per-member notification subscription to an app ("watch this app").
* [get_db_schema](docs/sdks/apps/README.md#get_db_schema) - Replaces the calling member's entire ordering; capped server-side.
* [get_db_table_preview](docs/sdks/apps/README.md#get_db_table_preview) - View analytics: reads the engagement views recorded on app page load.
* [get_member_state](docs/sdks/apps/README.md#get_member_state) - Per-member notification subscription to an app ("watch this app").
* [get_app_version](docs/sdks/apps/README.md#get_app_version) - Overwrites the published tree's pinned _runtime/ana-1.js with the platform's current copy so host-driven affordances (comment hit-testing) work on older documents; never touches authored content or data. repinned=false for legacy pre-tree documents.
* [get_app_view_stats](docs/sdks/apps/README.md#get_app_view_stats) - Keeps the viewed app's compute worker alive; first view spawns and pre-warms it (dashboard viewer-TTL parity).
* [get_members_with_apps](docs/sdks/apps/README.md#get_members_with_apps) - GetMembersWithApps
* [invoke_compute_function](docs/sdks/apps/README.md#invoke_compute_function) - InvokeAppComputeFunction
* [list_activity_since](docs/sdks/apps/README.md#list_activity_since) - Lists the calling member's favorited library items (apps, dashboards, agents) for the sidebar Pinned section: id, type, name, preview screenshot.
* [list_versions](docs/sdks/apps/README.md#list_versions) - Overwrites the published tree's pinned _runtime/ana-1.js with the platform's current copy so host-driven affordances (comment hit-testing) work on older documents; never touches authored content or data. repinned=false for legacy pre-tree documents.
* [list_activity_since](docs/sdks/apps/README.md#list_activity_since) - Favorite/unfavorite a library item (app or dashboard) for the calling member. Per-member, per-org; favorited=false hard-deletes the row. Covers both primitives since the merged library page pins apps and dashboards through one client.
* [list_versions](docs/sdks/apps/README.md#list_versions) - Re-fetches data sources, rebuilds the document with a fresh snapshot, re-uploads.
* [list](docs/sdks/apps/README.md#list) - ListApps
* [list_my_member_activity](docs/sdks/apps/README.md#list_my_member_activity) - Favorite/unfavorite a library item (app or dashboard) for the calling member. Per-member, per-org; favorited=false hard-deletes the row. Covers both primitives since the merged library page pins apps and dashboards through one client.
* [move_app_to_folder](docs/sdks/apps/README.md#move_app_to_folder) - Moves an app into a library folder (or to root when folder_id is empty).
* [presence_heartbeat](docs/sdks/apps/README.md#presence_heartbeat) - Replaces the calling member's entire ordering; capped server-side.
* [record_member_activity](docs/sdks/apps/README.md#record_member_activity) - Watcher management: app owners/editors and org admins list the app's subscribers and add/remove members (Upsert/Delete with member_id).
* [refresh](docs/sdks/apps/README.md#refresh) - Re-fetches data sources, rebuilds the document with a fresh snapshot, re-uploads.
* [restore_app_version](docs/sdks/apps/README.md#restore_app_version) - RestoreAppVersion
* [list_my_member_activity](docs/sdks/apps/README.md#list_my_member_activity) - Watcher management: app owners/editors and org admins list the app's subscribers and add/remove members (Upsert/Delete with member_id).
* [move_app_to_folder](docs/sdks/apps/README.md#move_app_to_folder) - MoveAppToFolder
* [presence_heartbeat](docs/sdks/apps/README.md#presence_heartbeat) - Ordering overlay for the sidebar Bookmarks section: one position list per member covering favorites and thread bookmarks ('<kind>:<id>' keys). Membership truth stays in library_favorite / chat bookmarks; this persists only the drag-and-drop order.
* [record_member_activity](docs/sdks/apps/README.md#record_member_activity) - RecordAppMemberActivity
* [refresh](docs/sdks/apps/README.md#refresh) - Moves an app into a library folder (or to root when folder_id is empty).
* [restore_app_version](docs/sdks/apps/README.md#restore_app_version) - Version history: git-backed, one version per save (plus legacy publish-era snapshots); authors can list and restore.
* [set_member_state](docs/sdks/apps/README.md#set_member_state) - SetAppMemberState
* [set_favorite](docs/sdks/apps/README.md#set_favorite) - Keeps the viewed app's compute worker alive; first view spawns and pre-warms it (dashboard viewer-TTL parity).
* [set_favorite](docs/sdks/apps/README.md#set_favorite) - Executes a declared compute function on a pooled sandbox worker; gated, org-scoped, rate-limited.
* [update](docs/sdks/apps/README.md#update) - UpdateApp

### [AuditLogs](docs/sdks/auditlogs/README.md)
Expand Down Expand Up @@ -623,6 +623,7 @@ with Textql(
* [get](docs/sdks/settings/README.md#get) - GetOrganizationSettings
* [invite_member](docs/sdks/settings/README.md#invite_member) - InviteOrganizationMember
* [list_members](docs/sdks/settings/README.md#list_members) - ListOrganizationMembers
* [update_model_settings](docs/sdks/settings/README.md#update_model_settings) - UpdateOrganizationModelSettings
* [update](docs/sdks/settings/README.md#update) - UpdateOrganizationSettings

### [Slack](docs/sdks/slack/README.md)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,14 @@ Based on:
### Generated
- [python v1.1.3] .
### Releases
- [PyPI v1.1.3] https://pypi.org/project/textql-sdk/1.1.3 - .
- [PyPI v1.1.3] https://pypi.org/project/textql-sdk/1.1.3 - .

## 2026-08-24 23:06:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.795.3 (2.932.9) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.1.4] .
### Releases
- [PyPI v1.1.4] https://pypi.org/project/textql-sdk/1.1.4 - .
4 changes: 2 additions & 2 deletions docs/models/anscell.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/models/appcell.md

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/models/avgquerytimems.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# AvgQueryTimeMs

True if requires multiple connectors


## Supported Types

Expand Down
4 changes: 2 additions & 2 deletions docs/models/bashcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/compactioncell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/connectorscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/contextprompteditorcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/dashboardcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/documentcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/emailcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/feedcommentcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/feedcreatecell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/feedengagecell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/feedexplorercell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/feedpostcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/formcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/formeditorcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/gmailemailcontentcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/gmailemailsearchcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/googlecalendarsearchcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/googledrivecontentcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/googledrivesearchcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/imagecell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/javascriptcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/linkedinsearchcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/listappscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/listdashboardscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/listuserscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/mcptoolcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/mdcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/metricscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/microsoft365calendarcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/microsoft365emailcontentcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/microsoft365emailsearchcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/ontologyeditorcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/ontologyopenobjectcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/ontologyquerycell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/ontologysearchmetricscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/patchcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/playbookeditorcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/powerbicell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/powerbidaxcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/previewcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/pycell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/questionscell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/reportcell.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/models/reporthistorycell.md

Large diffs are not rendered by default.

Loading