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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 11 additions & 11 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@ speakeasyVersion: 1.752.0
sources:
Public:
sourceNamespace: public
sourceRevisionDigest: sha256:fe6d0e72c251ab156499b1c77420f787de62a05d63b53404284e0b981e25fb2b
sourceBlobDigest: sha256:42b5f5bd6d8842e781d58c13fc4ac1734dd19b0bb7416d1dc02b7dc6f0b5b81b
sourceRevisionDigest: sha256:9eb60f33d85bf4b5685453bea6e55e7a34ee342d20cb9637b47922ea19e4e128
sourceBlobDigest: sha256:b3129c699afaeff171d995f86ec707369054d66a2c18211fed35fcb70154774a
tags:
- latest
- ea
targets:
public-csharp:
source: Public
sourceNamespace: public
sourceRevisionDigest: sha256:fe6d0e72c251ab156499b1c77420f787de62a05d63b53404284e0b981e25fb2b
sourceBlobDigest: sha256:42b5f5bd6d8842e781d58c13fc4ac1734dd19b0bb7416d1dc02b7dc6f0b5b81b
sourceRevisionDigest: sha256:9eb60f33d85bf4b5685453bea6e55e7a34ee342d20cb9637b47922ea19e4e128
sourceBlobDigest: sha256:b3129c699afaeff171d995f86ec707369054d66a2c18211fed35fcb70154774a
codeSamplesNamespace: csharp
codeSamplesRevisionDigest: sha256:1d4cfe2be6b20e81fdf1451f7e301892c074db40059eef2ca746e7d49575d1d6
codeSamplesRevisionDigest: sha256:814812d4e50608e8abf70c52563b73cffeb5ce3feebefad147ebc030be7e3ba8
public-java:
source: Public
sourceNamespace: public
sourceRevisionDigest: sha256:fe6d0e72c251ab156499b1c77420f787de62a05d63b53404284e0b981e25fb2b
sourceBlobDigest: sha256:42b5f5bd6d8842e781d58c13fc4ac1734dd19b0bb7416d1dc02b7dc6f0b5b81b
sourceRevisionDigest: sha256:9eb60f33d85bf4b5685453bea6e55e7a34ee342d20cb9637b47922ea19e4e128
sourceBlobDigest: sha256:b3129c699afaeff171d995f86ec707369054d66a2c18211fed35fcb70154774a
codeSamplesNamespace: java
codeSamplesRevisionDigest: sha256:1e551f8f80ece4379da42e220395aa5f9011290827c99eb803c559470c4f708a
codeSamplesRevisionDigest: sha256:b9cdae2008658fedef1ce3bb4fba46e9752a1fbc5ace663a58f18c4437abf034
public-typescript:
source: Public
sourceNamespace: public
sourceRevisionDigest: sha256:fe6d0e72c251ab156499b1c77420f787de62a05d63b53404284e0b981e25fb2b
sourceBlobDigest: sha256:42b5f5bd6d8842e781d58c13fc4ac1734dd19b0bb7416d1dc02b7dc6f0b5b81b
sourceRevisionDigest: sha256:9eb60f33d85bf4b5685453bea6e55e7a34ee342d20cb9637b47922ea19e4e128
sourceBlobDigest: sha256:b3129c699afaeff171d995f86ec707369054d66a2c18211fed35fcb70154774a
codeSamplesNamespace: typescript
codeSamplesRevisionDigest: sha256:6ae332d1f00160933f171d94416fae572e1386c02881eb4fa72ab559d58b03b1
codeSamplesRevisionDigest: sha256:7b7edd1433e19b3f14070f146bae895349e448d247f7beac48afb3c9a9fbd675
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.752.0
Expand Down
1,269 changes: 528 additions & 741 deletions cvent-public-spec/openapi.yaml

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions overlays/public_overlay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,16 @@ actions:
- target: $["components"]["schemas"]["attendee"]
update:
x-speakeasy-name-override: "Attendee1"
# TypeScript barrel fix: new ErrorResponse2 SCIM schema (title: ErrorResponse) in July 7-8 release
# entered the ErrorResponse collision pool, shifting collision-resolver suffixes and orphaning
# ErrorResponse1 from the errors barrel index. Pinning "ErrorResponse" to "ErrorResponse1"
# (its prior stable name) restores the barrel entry; pinning "ErrorResponse2" to "ErrorResponse2"
# stabilises the new schema's name independent of pool sizing.
- target: $["components"]["schemas"]["ErrorResponse"]
update:
x-speakeasy-name-override: "ErrorResponse1"
- target: $["components"]["schemas"]["ErrorResponse2"]["title"]
update: "ErrorResponse2"
- target: $["components"]["schemas"]["ErrorResponse2"]
update:
x-speakeasy-name-override: "ErrorResponse2"
782 changes: 295 additions & 487 deletions packages/csharp/.speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/csharp/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: false
csharp:
version: 1.5.1
version: 1.5.2
additionalDependencies: []
author: Cvent
baseErrorName: CventSDKException
Expand Down
4 changes: 2 additions & 2 deletions packages/csharp/NUGET.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ catch (System.Net.Http.HttpRequestException ex)
* [`System.Net.Http.HttpRequestException`](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httprequestexception): Network connectivity error. For more details about the underlying cause, inspect the `ex.InnerException`.

* Inheriting from [`CventSDKException`](./src/Cvent/SDK/Models/Errors/CventSDKException.cs):
* [`ErrorResponse2`](./src/Cvent/SDK/Models/Errors/ErrorResponse2.cs): Represents an error response with additional details of cascading error messages. Applicable to 18 of 448 methods.*
* [`ErrorResponseJson12`](./src/Cvent/SDK/Models/Errors/ErrorResponseJson12.cs): The error response. Applicable to 11 of 448 methods.*
* [`ErrorResponse`](./src/Cvent/SDK/Models/Errors/ErrorResponse.cs): Represents an error response with additional details of cascading error messages. Applicable to 18 of 448 methods.*
* [`ErrorResponse2`](./src/Cvent/SDK/Models/Errors/ErrorResponse2.cs): The error response. Applicable to 11 of 448 methods.*
* [`SegmentsErrorResponse`](./src/Cvent/SDK/Models/Errors/SegmentsErrorResponse.cs): Segments error response details. Status code `400`. Applicable to 2 of 448 methods.*
* [`BadRequestException`](./src/Cvent/SDK/Models/Errors/BadRequestException.cs): A bad token response. Status code `400`. Applicable to 1 of 448 methods.*
* [`ResponseValidationError`](./src/Cvent/SDK/Models/Errors/ResponseValidationError.cs): Thrown when the response data could not be deserialized into the expected type.
Expand Down
8 changes: 4 additions & 4 deletions packages/csharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ var res = await sdk.Authentication.Oauth2TokenAsync(

### [Authentication](docs/sdks/authentication/README.md)

* [Oauth2Authorize](docs/sdks/authentication/README.md#oauth2authorize) - Authorize
* [Oauth2Token](docs/sdks/authentication/README.md#oauth2token) - Token
* [Oauth2Authorize](docs/sdks/authentication/README.md#oauth2authorize) - Get Authorization Code
* [Oauth2Token](docs/sdks/authentication/README.md#oauth2token) - Get Token
* [ValidateToken](docs/sdks/authentication/README.md#validatetoken) - Validate Token

### [BadgePrintJob](docs/sdks/badgeprintjob/README.md)
Expand Down Expand Up @@ -988,8 +988,8 @@ catch (System.Net.Http.HttpRequestException ex)
* [`System.Net.Http.HttpRequestException`](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httprequestexception): Network connectivity error. For more details about the underlying cause, inspect the `ex.InnerException`.

* Inheriting from [`CventSDKException`](./src/Cvent/SDK/Models/Errors/CventSDKException.cs):
* [`ErrorResponse2`](./src/Cvent/SDK/Models/Errors/ErrorResponse2.cs): Represents an error response with additional details of cascading error messages. Applicable to 18 of 448 methods.*
* [`ErrorResponseJson12`](./src/Cvent/SDK/Models/Errors/ErrorResponseJson12.cs): The error response. Applicable to 11 of 448 methods.*
* [`ErrorResponse`](./src/Cvent/SDK/Models/Errors/ErrorResponse.cs): Represents an error response with additional details of cascading error messages. Applicable to 18 of 448 methods.*
* [`ErrorResponse2`](./src/Cvent/SDK/Models/Errors/ErrorResponse2.cs): The error response. Applicable to 11 of 448 methods.*
* [`SegmentsErrorResponse`](./src/Cvent/SDK/Models/Errors/SegmentsErrorResponse.cs): Segments error response details. Status code `400`. Applicable to 2 of 448 methods.*
* [`BadRequestException`](./src/Cvent/SDK/Models/Errors/BadRequestException.cs): A bad token response. Status code `400`. Applicable to 1 of 448 methods.*
* [`ResponseValidationError`](./src/Cvent/SDK/Models/Errors/ResponseValidationError.cs): Thrown when the response data could not be deserialized into the expected type.
Expand Down
22 changes: 10 additions & 12 deletions packages/csharp/docs/Models/Components/Address5.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
# Address5

Address of the hotel.
Address


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- |
| `Address1` | *string* | :heavy_minus_sign: | The first line of an address. | Cvent Inc. |
| `Address2` | *string* | :heavy_minus_sign: | The second line of an address. | 4001 West Parmer Lane |
| `Address3` | *string* | :heavy_minus_sign: | The third line of an address. | PO Box 123 |
| `City` | *string* | :heavy_minus_sign: | The name of the city. | Austin |
| `CountryCode` | *string* | :heavy_minus_sign: | ISO 3166 two-letter (alpha-2) country code. | US |
| `PostalCode` | *string* | :heavy_minus_sign: | Postal code (also known as zipcode) of the address. | 78727 |
| `Region` | *string* | :heavy_minus_sign: | The name of the state/province/region of the address. | Texas |
| `RegionCode` | *string* | :heavy_minus_sign: | The abbreviation of the state/province/region of the address. | TX |
| `Country` | *string* | :heavy_minus_sign: | Name of the country. | United States of America |
| Field | Type | Required | Description | Example |
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
| `Type` | [AddressType1](../../Models/Components/AddressType1.md) | :heavy_check_mark: | The type of the address. | work |
| `StreetAddress` | *string* | :heavy_minus_sign: | The street address of the user. | 100 Universal City Plaza |
| `Locality` | *string* | :heavy_minus_sign: | The locality/city of the user. | Hollywood |
| `Region` | *string* | :heavy_minus_sign: | The region/state/province of the user. | CA |
| `PostalCode` | *string* | :heavy_minus_sign: | Postal code (also known as zipcode) of the user. | 91608 |
| `Country` | *string* | :heavy_minus_sign: | The country of the user. | USA |
| `Primary` | *bool* | :heavy_minus_sign: | True indicates the address is primary. | true |
23 changes: 12 additions & 11 deletions packages/csharp/docs/Models/Components/Address6.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Address6

Address details.
Address of the hotel.


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ |
| `Address1` | *string* | :heavy_minus_sign: | Address line 1. | 717 N Harwood St |
| `Address2` | *string* | :heavy_minus_sign: | Address line 2. | Suite 2800 |
| `City` | *string* | :heavy_minus_sign: | City name. | Dallas |
| `Region` | *string* | :heavy_minus_sign: | Region name. | Texas |
| `RegionCode` | *string* | :heavy_minus_sign: | Region code. | TX |
| `PostalCode` | *string* | :heavy_minus_sign: | Postal code. | 75201 |
| `Country` | *string* | :heavy_minus_sign: | Country name. | United States |
| `CountryCode` | *string* | :heavy_minus_sign: | ISO 3166 alpha-2 country code. | US |
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- |
| `Address1` | *string* | :heavy_minus_sign: | The first line of an address. | Cvent Inc. |
| `Address2` | *string* | :heavy_minus_sign: | The second line of an address. | 4001 West Parmer Lane |
| `Address3` | *string* | :heavy_minus_sign: | The third line of an address. | PO Box 123 |
| `City` | *string* | :heavy_minus_sign: | The name of the city. | Austin |
| `CountryCode` | *string* | :heavy_minus_sign: | ISO 3166 two-letter (alpha-2) country code. | US |
| `PostalCode` | *string* | :heavy_minus_sign: | Postal code (also known as zipcode) of the address. | 78727 |
| `Region` | *string* | :heavy_minus_sign: | The name of the state/province/region of the address. | Texas |
| `RegionCode` | *string* | :heavy_minus_sign: | The abbreviation of the state/province/region of the address. | TX |
| `Country` | *string* | :heavy_minus_sign: | Name of the country. | United States of America |
Loading
Loading