Skip to content

Commit

Permalink
Updating CSharp SDK to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Pipeline committed Jan 26, 2023
1 parent d599c1c commit f4b7f3a
Show file tree
Hide file tree
Showing 160 changed files with 52,060 additions and 255 deletions.
289 changes: 144 additions & 145 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

140 changes: 61 additions & 79 deletions README.md

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions docs/AvailabilitySearchPost200Response.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# lodgea-csharp.com.lodgea.model.AvailabilitySearchPost200Response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**LanguageCode** | **string** | The language code of the language in which the descriptive texts for each found property are returned.<p>Please note that beside the general restrictions listed below only languages configured during system setup for your respective tenant are allowed.</p><p>See also <a href=\"#isolanguage-codes\">in the appendix</a>.</p> |
**List** | [**List<AvailablePropertiesInner1>**](AvailablePropertiesInner1.md) | A list of available properties matching the given criteria. |

[[Back to Model list]](../README.md#documentation-for-models)
[[Back to API list]](../README.md#documentation-for-api-endpoints)
[[Back to README]](../README.md)

30 changes: 30 additions & 0 deletions docs/AvailabilitySearchPostRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

# lodgea-csharp.com.lodgea.model.AvailabilitySearchPostRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AdultCount** | **int** | The amount of adults that will stay at the property. | [optional] [default to 2]
**ChildCount** | **int** | The amount of children that will stay at the property. | [optional]
**ChildAgeList** | **List<int>** | A list describing the ages of the children that will stay at the property. If <code>childAgeList</code> is set <code>childCount</code> has to be set as well. If <code>childAgeList</code> and <code>childCount</code> are set, <code>childCount</code> must be equal to the length of <code>childAgeList</code>. | [optional]
**CurrencyCode** | **string** | The currency code of the currency in which the lowest price for each found location should be returned.<p>See also <a href=\"#currencycodes\">in the appendix</a>.</p> |
**LanguageCode** | **string** | The language code of the language in which the descriptive texts for each found property should be returned.<p>Please note that beside the general restrictions listed below only languages configured during system setup for your respective tenant are allowed.</p><p>See also <a href=\"#isolanguage-codes\">in the appendix</a>.</p> |
**UnitSystem** | **string** | The unit system to use in the result. | [optional] [default to UnitSystemEnum.Metric]
**MinLengthOfStay** | **int** | The desired minimum length of stay in nights. | [optional]
**MaxLengthOfStay** | **int** | The desired maximum length of stay in nights. | [optional]
**LocationName** | **string** | The name of a location the properties should be located in.If <code>locationType</code> is set, <code>locationName</code> has to bet set as well. | [optional]
**LocationType** | **string** | Defines the type of<code>locationName</code>. If <code>locationType</code> is set, <code>locationName</code> has to bet set as well.<p>See also <a href=\"#locationtypes\">in the appendix</a>.</p> | [optional]
**EarliestArrival** | **string** | The earliest possible arrival date. Expects exactly the format of \"YYYY-MM-DD\". | [optional]
**LatestReturn** | **string** | The latest possible departure date. Expects exactly the format of \"YYYY-MM-DD\". | [optional]
**Sort** | **string** | The criteria to order the results by. Sort order for price is ascending, sort order for quality is always descending. Quality is an internally calculated score for the property.', )} | [optional]
**ServiceList** | **List<decimal>** | A list of service codes indicating which services and amenities the entire property should offer. The codes are AND chained.<p>See also <a href=\"#servicecodes\">in the appendix</a>.</p> | [optional]
**TypeList** | **List<decimal>** | A list of property class type codes specifying the desired property classes. The codes are OR chained.<p>See also <a href=\"#propertyclass-type-codes\">in the appendix</a>.</p> | [optional]
**UnitTypeList** | **List<decimal>** | A list of unit and room type codes indicating which kinds of unit/room type is desired.<p>See also <a href=\"#unitand-room-type-codes\">in the appendix</a>.</p> | [optional]
**UnitAmenityList** | **List<decimal>** | A list of room amenity type codes indicating which room level amenities are desired. The codes are AND chained.<p>See also <a href=\"#unitand-room-amenity-type-codes\">in the appendix</a>.</p> | [optional]
**MealPlanList** | **List<decimal>** | A list of meal plan type codes indicating which kinds of meal plan type is desired.<p>See also <a href=\"#mealplan-type-codes\">in the appendix</a>.</p> | [optional]

[[Back to Model list]](../README.md#documentation-for-models)
[[Back to API list]](../README.md#documentation-for-api-endpoints)
[[Back to README]](../README.md)

16 changes: 16 additions & 0 deletions docs/AvailablePropertiesInner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# lodgea-csharp.com.lodgea.model.AvailablePropertiesInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | The name of the location. |
**CurrencyCode** | **string** | The currency code of the currency of the lowest price. |
**LowestPrice** | **decimal** | The lowest price available for this location. |
**Type** | **string** | The type of the found location.<p>See also <a href=\"#locationtypes\">in the appendix</a>.</p> |

[[Back to Model list]](../README.md#documentation-for-models)
[[Back to API list]](../README.md#documentation-for-api-endpoints)
[[Back to README]](../README.md)

26 changes: 26 additions & 0 deletions docs/AvailablePropertiesInner1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

# lodgea-csharp.com.lodgea.model.AvailablePropertiesInner1

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Code** | **string** | The properties unique code/ID. |
**LanguageCode** | **string** | The language code of the language in which the property description is written.<p>Please note that beside the general restrictions listed below only languages configured during system setup for your respective tenant are allowed.</p><p>See also <a href=\"#isolanguage-codes\">in the appendix</a>.</p> |
**CurrencyCode** | **string** | The currency code for the currency in which prices are returned.<p>See also <a href=\"#currencycodes\">in the appendix</a>.</p> |
**UnitSystem** | **string** | The unit system (either \"metric\" or \"imperial\") used for measurements. |
**Name** | **string** | The name of the property. |
**Uri** | **string** | A URI for the property. |
**ServiceList** | **List<decimal>** | A list of service codes indicating the services and amenities the property has.<p>See also <a href=\"#servicecodes\">in the appendix</a>.</p> |
**CategoryList** | **List<decimal>** | A list of property class type codes indicating the types of the property.<p>See also <a href=\"#propertyclass-type-codes\">in the appendix</a>.</p> |
**UriPath** | **string** | A URI path for the property. |
**Text** | **string** | A description of the property. |
**Geo** | [**AvailablePropertiesInner1Geo**](AvailablePropertiesInner1Geo.md) | | [optional]
**MediaList** | [**List<AvailablePropertiesInner1MediaListInner>**](AvailablePropertiesInner1MediaListInner.md) | A list of media objects for the property. |
**AttractionList** | [**List<AvailablePropertiesInner1AttractionListInner>**](AvailablePropertiesInner1AttractionListInner.md) | A list of objects describing the attractions available at the property. |
**LowestPrice** | [**AvailablePropertiesInner1LowestPrice**](AvailablePropertiesInner1LowestPrice.md) | |

[[Back to Model list]](../README.md#documentation-for-models)
[[Back to API list]](../README.md#documentation-for-api-endpoints)
[[Back to README]](../README.md)

15 changes: 15 additions & 0 deletions docs/AvailablePropertiesInner1AttractionListInner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

# lodgea-csharp.com.lodgea.model.AvailablePropertiesInner1AttractionListInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**TypeCode** | **decimal** | The code for this attraction type.<p>See also <a href=\"#attractioncategory-codes\">in the appendix</a>.</p> |
**Name** | **string** | The name of the attraction. Names are proper nouns and therefore not affected by the given language code. |
**Distance** | [**AvailablePropertiesInner1AttractionListInnerDistance**](AvailablePropertiesInner1AttractionListInnerDistance.md) | |

[[Back to Model list]](../README.md#documentation-for-models)
[[Back to API list]](../README.md#documentation-for-api-endpoints)
[[Back to README]](../README.md)

14 changes: 14 additions & 0 deletions docs/AvailablePropertiesInner1AttractionListInnerDistance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# lodgea-csharp.com.lodgea.model.AvailablePropertiesInner1AttractionListInnerDistance

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Value** | **decimal** | The numeric value of the distance. |
**Unit** | **string** | The unit of the value of the distance. |

[[Back to Model list]](../README.md#documentation-for-models)
[[Back to API list]](../README.md#documentation-for-api-endpoints)
[[Back to README]](../README.md)

34 changes: 34 additions & 0 deletions docs/AvailablePropertiesInner1Geo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

# lodgea-csharp.com.lodgea.model.AvailablePropertiesInner1Geo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Language** | **string** | The language of the localizable fields ot this geographical information set.<p>Please note that beside the general restrictions listed below only languages configured during system setup for your respective tenant are allowed.</p><p>See also <a href=\"#isolanguage-codes\">in the appendix</a>.</p> |
**FormattedAddress** | **string** | The formatted address in the local format of the properties location. |
**Route** | **string** | The name of the route or street. | [optional]
**StreetNumber** | **string** | The number of the street. | [optional]
**PostalCode** | **string** | The postal code of the location. | [optional]
**Locality** | **string** | A city or town. | [optional]
**Sublocality** | **string** | A smaller area within a locality. | [optional]
**SublocalityLevel1** | **string** | A smaller area within a locality at level 1. | [optional]
**SublocalityLevel2** | **string** | A smaller area within a locality at level 2. | [optional]
**SublocalityLevel3** | **string** | A smaller area within a locality at level 3. | [optional]
**SublocalityLevel4** | **string** | A smaller area within a locality at level 4. | [optional]
**SublocalityLevel5** | **string** | A smaller area within a locality at level 5. | [optional]
**AdministrativeAreaLevel1** | **string** | A level 1 administrative area, such as a state or province. | [optional]
**AdministrativeAreaLevel2** | **string** | A level 2 administrative area. | [optional]
**AdministrativeAreaLevel3** | **string** | A level 3 administrative area | [optional]
**AdministrativeAreaLevel4** | **string** | A level 4 administrative area. | [optional]
**AdministrativeAreaLevel5** | **string** | A level 5 administrative area | [optional]
**StateCode** | **string** | The state or province code for the administrative area. | [optional]
**Country** | **string** | The country of this geographical information set. | [optional]
**CountryCode** | **string** | The country code for the country. | [optional]
**Location** | [**AvailablePropertiesInner1GeoLocation**](AvailablePropertiesInner1GeoLocation.md) | |
**PlaceId** | **string** | Uniquely identifies a place in our database. |

[[Back to Model list]](../README.md#documentation-for-models)
[[Back to API list]](../README.md#documentation-for-api-endpoints)
[[Back to README]](../README.md)

14 changes: 14 additions & 0 deletions docs/AvailablePropertiesInner1GeoLocation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# lodgea-csharp.com.lodgea.model.AvailablePropertiesInner1GeoLocation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Lng** | **decimal** | The longitude coordinate of the location. |
**Lat** | **decimal** | The location of the property as coordinates |

[[Back to Model list]](../README.md#documentation-for-models)
[[Back to API list]](../README.md#documentation-for-api-endpoints)
[[Back to README]](../README.md)

17 changes: 17 additions & 0 deletions docs/AvailablePropertiesInner1LowestPrice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

# lodgea-csharp.com.lodgea.model.AvailablePropertiesInner1LowestPrice

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Amount** | **decimal** | The amount of the lowest price. |
**CurrencyCode** | **string** | The currency code for the given amount.<p>See also <a href=\"#currencycodes\">in the appendix</a>.</p> |
**ArrivalDate** | **decimal** | Arrival date for the given price as unix timestamp (seconds). |
**ReturnDate** | **decimal** | Departure date for the given price as unix timestamp (seconds). |
**LengthOfStay** | **decimal** | The amount of nights of stay this price is for |

[[Back to Model list]](../README.md#documentation-for-models)
[[Back to API list]](../README.md#documentation-for-api-endpoints)
[[Back to README]](../README.md)

16 changes: 16 additions & 0 deletions docs/AvailablePropertiesInner1MediaListInner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# lodgea-csharp.com.lodgea.model.AvailablePropertiesInner1MediaListInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**TagList** | **List<decimal>** | A list of tag codes for the media.<p>See also <a href=\"#imagetype-codes\">in the appendix</a>.</p> |
**IsMainImage** | **bool** | Whether the media is the main image for the property. |
**Url** | **string** | The URL for the media. |
**SortOrder** | **decimal** | The sort order for the media. |

[[Back to Model list]](../README.md#documentation-for-models)
[[Back to API list]](../README.md#documentation-for-api-endpoints)
[[Back to README]](../README.md)

Loading

0 comments on commit f4b7f3a

Please sign in to comment.