Skip to content

Commit 2ba22ef

Browse files
author
Api (Codebuild)
committed
Look for details in API documentation's changelog
1 parent 2e08581 commit 2ba22ef

File tree

319 files changed

+1935
-1313
lines changed

Some content is hidden

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

319 files changed

+1935
-1313
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.9.0
1+
7.10.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
55

66
- API version: 1.2.1
77
- Package version: 1.2.1
8-
- Generator version: 7.9.0
8+
- Generator version: 7.10.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://www.ezmax.ca/en/contact](https://www.ezmax.ca/en/contact)
1111

1212
## Requirements.
1313

14-
Python 3.7+
14+
Python 3.8+
1515

1616
## Installation & Usage
1717
### pip install

docs/ActivesessionGetCurrentV1Response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
99
**obj_debug_payload** | [**CommonResponseObjDebugPayload**](CommonResponseObjDebugPayload.md) | |
1010
**obj_debug** | [**CommonResponseObjDebug**](CommonResponseObjDebug.md) | | [optional]
11-
**m_payload** | [**ActivesessionGetCurrentV1ResponseMPayload**](ActivesessionGetCurrentV1ResponseMPayload.md) | |
11+
**m_payload** | [**ActivesessionResponseCompound**](ActivesessionResponseCompound.md) | Payload for GET /1/object/activesession/getCurrent |
1212

1313
## Example
1414

docs/ApikeyCreateObjectV2Request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Request for POST /2/object/apikey
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9-
**a_obj_apikey** | [**List[ApikeyRequestCompound]**](ApikeyRequestCompound.md) | |
9+
**a_obj_apikey** | [**List[ApikeyRequestCompound]**](ApikeyRequest.md) | |
1010

1111
## Example
1212

docs/ApikeyCreateObjectV2ResponseMPayload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Payload for POST /2/object/apikey
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9-
**a_obj_apikey** | [**List[ApikeyResponseCompound]**](ApikeyResponseCompound.md) | |
9+
**a_obj_apikey** | [**List[ApikeyResponseCompound]**](ApikeyResponse.md) | |
1010

1111
## Example
1212

docs/ApikeyEditObjectV1Request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Request for PUT /1/object/apikey/{pkiApikeyID}
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9-
**obj_apikey** | [**ApikeyRequestCompound**](ApikeyRequestCompound.md) | |
9+
**obj_apikey** | [**ApikeyRequest**](ApikeyRequest.md) | An Apikey Object and children to create a complete structure |
1010

1111
## Example
1212

docs/ApikeyEditPermissionsV1Request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Request for PUT /1/object/apikey/{pkiApikeyID}/editPermissions
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9-
**a_obj_permission** | [**List[PermissionRequestCompound]**](PermissionRequestCompound.md) | |
9+
**a_obj_permission** | [**List[PermissionRequestCompound]**](PermissionRequest.md) | |
1010

1111
## Example
1212

docs/ApikeyGetObjectV2ResponseMPayload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Payload for GET /2/object/apikey/{pkiApikeyID}
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9-
**obj_apikey** | [**ApikeyResponseCompound**](ApikeyResponseCompound.md) | |
9+
**obj_apikey** | [**ApikeyResponse**](ApikeyResponse.md) | An Apikey Object and children to create a complete structure |
1010

1111
## Example
1212

docs/ApikeyRegenerateV1ResponseMPayload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Response for GET /1/object/apikey/{pkiApikeyID}/regenerate
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9-
**obj_apikey** | [**ApikeyResponseCompound**](ApikeyResponseCompound.md) | |
9+
**obj_apikey** | [**ApikeyResponse**](ApikeyResponse.md) | An Apikey Object and children to create a complete structure |
1010

1111
## Example
1212

docs/CommonResponseErrorEzsignformValidation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**s_error_message** | **str** | The message giving details about the error |
1010
**e_error_code** | [**FieldEErrorCode**](FieldEErrorCode.md) | |
1111
**a_s_error_messagedetail** | **List[str]** | More error message detail | [optional]
12-
**a_obj_ezsignformfielderror** | [**List[CustomEzsignformfielderrorResponse]**](CustomEzsignformfielderrorResponse.md) | |
12+
**a_obj_ezsignformfielderror** | **List[CustomEzsignformfielderrorResponse]** | |
1313

1414
## Example
1515

0 commit comments

Comments
 (0)