Skip to content
Open
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
19,361 changes: 16,130 additions & 3,231 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ generation:
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
persistentEdits: {}
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
csharp:
version: 0.20.0
version: 0.21.0
additionalDependencies: []
author: Speakeasy
baseErrorName: BaseException
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.665.0
speakeasyVersion: 1.677.0
sources:
Apideck:
sourceNamespace: apideck
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
sourceRevisionDigest: sha256:78f34f0fc6c194131909a0aa722b24bbeebcb6855b0ca074ee51ea1d331137cb
sourceBlobDigest: sha256:71bda1a9221c7f24be3f241ff34bed126b13128efad197db5d06c18e70e5a26a
tags:
- latest
- speakeasy-sdk-regen-1764264828
- 10.22.0
- speakeasy-sdk-regen-1764663873
- 10.23.1
targets:
apideck:
source: Apideck
sourceNamespace: apideck
sourceRevisionDigest: sha256:fd2221f2c1bb29f592d649e4b0f37adba2f3bd06e36fadb6fa04a4d0963e04b7
sourceBlobDigest: sha256:b3d18b0c8dbc5fc0175268127c4cc40315ac3ca9484351dd1d1980bbc1fa6500
sourceRevisionDigest: sha256:78f34f0fc6c194131909a0aa722b24bbeebcb6855b0ca074ee51ea1d331137cb
sourceBlobDigest: sha256:71bda1a9221c7f24be3f241ff34bed126b13128efad197db5d06c18e70e5a26a
codeSamplesNamespace: apideck-csharp-code-samples
codeSamplesRevisionDigest: sha256:1a443d8143cd6842c0b2893702a9cf9ec7daabda491eaf0b79da9f27aac3ce2b
codeSamplesRevisionDigest: sha256:67c81ef8b3065e11e1f91006aeea0339d9995542db3d320ba5446749ebfbce56
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
170 changes: 85 additions & 85 deletions README.md

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,4 +618,14 @@ Based on:
### Generated
- [csharp v0.20.0] .
### Releases
- [NuGet v0.20.0] https://www.nuget.org/packages/ApideckUnifySdk/0.20.0 - .
- [NuGet v0.20.0] https://www.nuget.org/packages/ApideckUnifySdk/0.20.0 - .

## 2025-12-16 13:17:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.677.0 (2.785.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [csharp v0.21.0] .
### Releases
- [NuGet v0.21.0] https://www.nuget.org/packages/ApideckUnifySdk/0.21.0 - .
2 changes: 1 addition & 1 deletion docs/Models/Components/Activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
| `Recurrent` | *bool* | :heavy_minus_sign: | Whether the activity is recurrent or not | false |
| `ReminderDatetime` | *string* | :heavy_minus_sign: | The date and time of the reminder | 2021-05-01T17:00:00.000Z |
| `ReminderSet` | *bool* | :heavy_minus_sign: | Whether the reminder is set or not | false |
| `VideoConferenceUrl` | *string* | :heavy_minus_sign: | The URL of the video conference | https://us02web.zoom.us/j/88120759396 |
| `VideoConferenceUrl` | *string* | :heavy_minus_sign: | The URL of the video conference | https://meet.example.com/j/88120759396 |
| `VideoConferenceId` | *string* | :heavy_minus_sign: | The ID of the video conference | zoom:88120759396 |
| `CustomFields` | List<[CustomField](../../Models/Components/CustomField.md)> | :heavy_minus_sign: | Custom fields of the activity | |
| `Attendees` | List<[ActivityAttendee](../../Models/Components/ActivityAttendee.md)> | :heavy_minus_sign: | N/A | |
Expand Down
2 changes: 1 addition & 1 deletion docs/Models/Components/ActivityInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
| `Recurrent` | *bool* | :heavy_minus_sign: | Whether the activity is recurrent or not | false |
| `ReminderDatetime` | *string* | :heavy_minus_sign: | The date and time of the reminder | 2021-05-01T17:00:00.000Z |
| `ReminderSet` | *bool* | :heavy_minus_sign: | Whether the reminder is set or not | false |
| `VideoConferenceUrl` | *string* | :heavy_minus_sign: | The URL of the video conference | https://us02web.zoom.us/j/88120759396 |
| `VideoConferenceUrl` | *string* | :heavy_minus_sign: | The URL of the video conference | https://meet.example.com/j/88120759396 |
| `VideoConferenceId` | *string* | :heavy_minus_sign: | The ID of the video conference | zoom:88120759396 |
| `CustomFields` | List<[CustomField](../../Models/Components/CustomField.md)> | :heavy_minus_sign: | Custom fields of the activity | |
| `Attendees` | List<[ActivityAttendeeInput](../../Models/Components/ActivityAttendeeInput.md)> | :heavy_minus_sign: | N/A | |
Expand Down
Loading