Skip to content

Commit 70e87ef

Browse files
committed
Release v1.4.2
* Fixed issue with **getBooking** endpoint in PHP SDK
1 parent 82c6bc7 commit 70e87ef

File tree

115 files changed

+1510
-2299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+1510
-2299
lines changed

docs/Model/BookSlotRequest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Name | Type | Description | Notes
88
**patient** | [**\DocPlanner\Client\Model\Patient**](Patient.md) | |
99
**duration** | **int** | |
1010
**send_notifications** | **bool** | Whether we should send visit notifications | [optional]
11-
**label** | **string** | | [optional]
12-
**comment** | **string** | | [optional]
13-
**insurance_provider_id** | **string** | | [optional]
14-
**insurance_plan_id** | **string** | | [optional]
11+
**label** | **string** | | [optional] [default to 'null']
12+
**comment** | **string** | | [optional] [default to 'null']
13+
**insurance_provider_id** | **string** | | [optional] [default to 'null']
14+
**insurance_plan_id** | **string** | | [optional] [default to 'null']
1515
**is_recurring** | **bool** | Whether the visit should be marked as recurrent (there will be no confirmation notification sent to the patient) | [optional] [default to false]
1616

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

lib/Api/APINotificationCallbacksApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.4.2
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 3.0.68
20+
* Swagger Codegen version: 3.0.24
2121
*/
2222
/**
2323
* NOTE: This class is auto generated by the swagger code generator program.

lib/Api/AddressesApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.4.2
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 3.0.68
20+
* Swagger Codegen version: 3.0.24
2121
*/
2222
/**
2323
* NOTE: This class is auto generated by the swagger code generator program.

lib/Api/BookingsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.4.2
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 3.0.68
20+
* Swagger Codegen version: 3.0.24
2121
*/
2222
/**
2323
* NOTE: This class is auto generated by the swagger code generator program.

lib/Api/CalendarBreaksApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.4.2
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 3.0.68
20+
* Swagger Codegen version: 3.0.24
2121
*/
2222
/**
2323
* NOTE: This class is auto generated by the swagger code generator program.

lib/Api/CalendarsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.4.2
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 3.0.68
20+
* Swagger Codegen version: 3.0.24
2121
*/
2222
/**
2323
* NOTE: This class is auto generated by the swagger code generator program.

lib/Api/DoctorsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.4.2
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 3.0.68
20+
* Swagger Codegen version: 3.0.24
2121
*/
2222
/**
2323
* NOTE: This class is auto generated by the swagger code generator program.

lib/Api/FacilitiesApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.4.2
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 3.0.68
20+
* Swagger Codegen version: 3.0.24
2121
*/
2222
/**
2323
* NOTE: This class is auto generated by the swagger code generator program.

lib/Api/InsurancesApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.4.2
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 3.0.68
20+
* Swagger Codegen version: 3.0.24
2121
*/
2222
/**
2323
* NOTE: This class is auto generated by the swagger code generator program.

lib/Api/PatientPresenceApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.4.2
1818
*
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
20-
* Swagger Codegen version: 3.0.68
20+
* Swagger Codegen version: 3.0.24
2121
*/
2222
/**
2323
* NOTE: This class is auto generated by the swagger code generator program.

0 commit comments

Comments
 (0)