Skip to content

Commit e3c555d

Browse files
author
LaunchDarklyCI
committed
Version 3.3.2 automatically generated from ld-openapi@50be275.
1 parent 3cac8d7 commit e3c555d

File tree

227 files changed

+277
-278
lines changed

Some content is hidden

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

227 files changed

+277
-278
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Build custom integrations with the LaunchDarkly REST API
88

99
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
1010

11-
- API version: 3.3.1
12-
- Package version: 3.3.1
11+
- API version: 3.3.2
12+
- Package version: 3.3.2
1313
- Build package: io.swagger.codegen.languages.PythonClientCodegen
1414
For more information, please visit [https://support.launchdarkly.com](https://support.launchdarkly.com)
1515

@@ -66,8 +66,8 @@ configuration.api_key['Authorization'] = 'YOUR_API_KEY'
6666
# create an instance of the API class
6767
api_instance = launchdarkly_api.AuditLogApi(launchdarkly_api.ApiClient(configuration))
6868
before = 789 # int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp. (optional)
69-
after = 789 # int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp. (optional)
70-
q = 'q_example' # str | Text to search for. You can search for the full or partial name of the resource involved or fullpartial email address of the member who made the change. (optional)
69+
after = 789 # int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp. (optional)
70+
q = 'q_example' # str | Text to search for. You can search for the full or partial name of the resource involved or full or partial email address of the member who made the change. (optional)
7171
limit = 8.14 # float | A limit on the number of audit log entries to be returned, between 1 and 20. (optional)
7272
spec = 'spec_example' # str | A resource specifier, allowing you to filter audit log listings by resource. (optional)
7373

docs/AuditLogApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ configuration.api_key['Authorization'] = 'YOUR_API_KEY'
3030
# create an instance of the API class
3131
api_instance = launchdarkly_api.AuditLogApi(launchdarkly_api.ApiClient(configuration))
3232
before = 789 # int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp. (optional)
33-
after = 789 # int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp. (optional)
34-
q = 'q_example' # str | Text to search for. You can search for the full or partial name of the resource involved or fullpartial email address of the member who made the change. (optional)
33+
after = 789 # int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp. (optional)
34+
q = 'q_example' # str | Text to search for. You can search for the full or partial name of the resource involved or full or partial email address of the member who made the change. (optional)
3535
limit = 8.14 # float | A limit on the number of audit log entries to be returned, between 1 and 20. (optional)
3636
spec = 'spec_example' # str | A resource specifier, allowing you to filter audit log listings by resource. (optional)
3737

@@ -48,8 +48,8 @@ except ApiException as e:
4848
Name | Type | Description | Notes
4949
------------- | ------------- | ------------- | -------------
5050
**before** | **int**| A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp. | [optional]
51-
**after** | **int**| A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp. | [optional]
52-
**q** | **str**| Text to search for. You can search for the full or partial name of the resource involved or fullpartial email address of the member who made the change. | [optional]
51+
**after** | **int**| A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp. | [optional]
52+
**q** | **str**| Text to search for. You can search for the full or partial name of the resource involved or full or partial email address of the member who made the change. | [optional]
5353
**limit** | **float**| A limit on the number of audit log entries to be returned, between 1 and 20. | [optional]
5454
**spec** | **str**| A resource specifier, allowing you to filter audit log listings by resource. | [optional]
5555

docs/FeatureFlag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**name** | **str** | Name of the feature flag. | [optional]
88
**description** | **str** | Description of the feature flag. | [optional]
99
**kind** | **str** | Whether the feature flag is a boolean flag or multivariate. | [optional]
10-
**creation_date** | **float** | A unix epoch time in milliseconds specifying the creation time of this flag. | [optional]
10+
**creation_date** | **int** | A unix epoch time in milliseconds specifying the creation time of this flag. | [optional]
1111
**include_in_snippet** | **bool** | | [optional]
1212
**temporary** | **bool** | Whether or not this flag is temporary. | [optional]
1313
**maintainer_id** | **str** | The ID of the member that should maintain this flag. | [optional]
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
1919
**links** | [**Links**](Links.md) | | [optional]
2020
**maintainer** | [**Member**](Member.md) | | [optional]
2121
**environments** | [**dict(str, FeatureFlagConfig)**](FeatureFlagConfig.md) | | [optional]
22-
**archived_date** | **float** | A unix epoch time in milliseconds specifying the archived time of this flag. | [optional]
22+
**archived_date** | **int** | A unix epoch time in milliseconds specifying the archived time of this flag. | [optional]
2323
**archived** | **bool** | Whether or not this flag is archived. | [optional]
2424
**defaults** | [**Defaults**](Defaults.md) | | [optional]
2525

docs/StreamUsageSeries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**_0** | **float** | A key corresponding to a time series data point. | [optional]
7-
**time** | **float** | A unix epoch time in milliseconds specifying the creation time of this flag. | [optional]
6+
**_0** | **int** | A key corresponding to a time series data point. | [optional]
7+
**time** | **int** | A unix epoch time in milliseconds specifying the creation time of this flag. | [optional]
88

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

docs/UserSegment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
**name** | **str** | Name of the user segment. |
88
**description** | **str** | Description of the user segment. | [optional]
99
**tags** | **list[str]** | An array of tags for this user segment. | [optional]
10-
**creation_date** | **float** | A unix epoch time in milliseconds specifying the creation time of this flag. |
10+
**creation_date** | **int** | A unix epoch time in milliseconds specifying the creation time of this flag. |
1111
**included** | **list[str]** | An array of user keys that are included in this segment. | [optional]
1212
**excluded** | **list[str]** | An array of user keys that should not be included in this segment, unless they are also listed in \"included\". | [optional]
1313
**rules** | [**list[UserSegmentRule]**](UserSegmentRule.md) | An array of rules that can cause a user to be included in this segment. | [optional]

docs/UserTargetingExpirationForFlag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**expiration_date** | **float** | Unix epoch time in milliseconds specifying the expiration date | [optional]
6+
**expiration_date** | **int** | Unix epoch time in milliseconds specifying the expiration date | [optional]
77
**variation_id** | **str** | the ID of the variation that the user is targeted on a flag | [optional]
88
**user_key** | **str** | Unique identifier for the user | [optional]
99
**id** | **str** | | [optional]

docs/UserTargetingExpirationForSegment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**expiration_date** | **float** | Unix epoch time in milliseconds specifying the expiration date | [optional]
6+
**expiration_date** | **int** | Unix epoch time in milliseconds specifying the expiration date | [optional]
77
**target_type** | **str** | either the included or excluded variation that the user is targeted on a segment | [optional]
88
**user_key** | **str** | Unique identifier for the user | [optional]
99
**id** | **str** | | [optional]

docs/UsersApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ environment_key = 'environment_key_example' # str | The environment key, used to
9191
q = 'q_example' # str | Search query. (optional)
9292
limit = 56 # int | Pagination limit. (optional)
9393
offset = 56 # int | Specifies the first item to return in the collection. (optional)
94-
after = 789 # int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp. (optional)
94+
after = 789 # int | A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp. (optional)
9595

9696
try:
9797
# Search users in LaunchDarkly based on their last active date, or a search query. It should not be used to enumerate all users in LaunchDarkly-- use the List users API resource.
@@ -110,7 +110,7 @@ Name | Type | Description | Notes
110110
**q** | **str**| Search query. | [optional]
111111
**limit** | **int**| Pagination limit. | [optional]
112112
**offset** | **int**| Specifies the first item to return in the collection. | [optional]
113-
**after** | **int**| A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp. | [optional]
113+
**after** | **int**| A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp. | [optional]
114114

115115
### Return type
116116

launchdarkly_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Build custom integrations with the LaunchDarkly REST API # noqa: E501
99
10-
OpenAPI spec version: 3.3.1
10+
OpenAPI spec version: 3.3.2
1111
1212
Generated by: https://github.com/swagger-api/swagger-codegen.git
1313
"""

launchdarkly_api/api/audit_log_api.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Build custom integrations with the LaunchDarkly REST API # noqa: E501
77
8-
OpenAPI spec version: 3.3.1
8+
OpenAPI spec version: 3.3.2
99
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
@@ -43,8 +43,8 @@ def get_audit_log_entries(self, **kwargs): # noqa: E501
4343
4444
:param async_req bool
4545
:param int before: A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp.
46-
:param int after: A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp.
47-
:param str q: Text to search for. You can search for the full or partial name of the resource involved or fullpartial email address of the member who made the change.
46+
:param int after: A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp.
47+
:param str q: Text to search for. You can search for the full or partial name of the resource involved or full or partial email address of the member who made the change.
4848
:param float limit: A limit on the number of audit log entries to be returned, between 1 and 20.
4949
:param str spec: A resource specifier, allowing you to filter audit log listings by resource.
5050
:return: AuditLogEntries
@@ -68,8 +68,8 @@ def get_audit_log_entries_with_http_info(self, **kwargs): # noqa: E501
6868
6969
:param async_req bool
7070
:param int before: A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have before this timestamp.
71-
:param int after: A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occured after this timestamp.
72-
:param str q: Text to search for. You can search for the full or partial name of the resource involved or fullpartial email address of the member who made the change.
71+
:param int after: A timestamp filter, expressed as a Unix epoch time in milliseconds. All entries returned will have occurred after this timestamp.
72+
:param str q: Text to search for. You can search for the full or partial name of the resource involved or full or partial email address of the member who made the change.
7373
:param float limit: A limit on the number of audit log entries to be returned, between 1 and 20.
7474
:param str spec: A resource specifier, allowing you to filter audit log listings by resource.
7575
:return: AuditLogEntries

0 commit comments

Comments
 (0)