Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 102 additions & 0 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

69 changes: 68 additions & 1 deletion kinde_sdk/management/__init__.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions kinde_sdk/management/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from kinde_sdk.management.api.callbacks_api import CallbacksApi
from kinde_sdk.management.api.connected_apps_api import ConnectedAppsApi
from kinde_sdk.management.api.connections_api import ConnectionsApi
from kinde_sdk.management.api.directories_api import DirectoriesApi
from kinde_sdk.management.api.environment_variables_api import EnvironmentVariablesApi
from kinde_sdk.management.api.environments_api import EnvironmentsApi
from kinde_sdk.management.api.feature_flags_api import FeatureFlagsApi
Expand Down
12 changes: 6 additions & 6 deletions kinde_sdk/management/api/apis_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2615,7 +2615,7 @@ def _get_api_scopes_serialize(
@validate_call
def get_apis(
self,
expand: Annotated[Optional[StrictStr], Field(description="Specify additional data to retrieve. Use \"scopes\".")] = None,
expand: Annotated[Optional[StrictStr], Field(description="Additional data to include in the response. Allowed value: \"scopes\".")] = None,
_request_timeout: Union[
None,
Annotated[StrictFloat, Field(gt=0)],
Expand All @@ -2633,7 +2633,7 @@ def get_apis(

Returns a list of your APIs. The APIs are returned sorted by name. <div> <code>read:apis</code> </div>

:param expand: Specify additional data to retrieve. Use \"scopes\".
:param expand: Additional data to include in the response. Allowed value: \"scopes\".
:type expand: str
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
Expand Down Expand Up @@ -2685,7 +2685,7 @@ def get_apis(
@validate_call
def get_apis_with_http_info(
self,
expand: Annotated[Optional[StrictStr], Field(description="Specify additional data to retrieve. Use \"scopes\".")] = None,
expand: Annotated[Optional[StrictStr], Field(description="Additional data to include in the response. Allowed value: \"scopes\".")] = None,
_request_timeout: Union[
None,
Annotated[StrictFloat, Field(gt=0)],
Expand All @@ -2703,7 +2703,7 @@ def get_apis_with_http_info(

Returns a list of your APIs. The APIs are returned sorted by name. <div> <code>read:apis</code> </div>

:param expand: Specify additional data to retrieve. Use \"scopes\".
:param expand: Additional data to include in the response. Allowed value: \"scopes\".
:type expand: str
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
Expand Down Expand Up @@ -2755,7 +2755,7 @@ def get_apis_with_http_info(
@validate_call
def get_apis_without_preload_content(
self,
expand: Annotated[Optional[StrictStr], Field(description="Specify additional data to retrieve. Use \"scopes\".")] = None,
expand: Annotated[Optional[StrictStr], Field(description="Additional data to include in the response. Allowed value: \"scopes\".")] = None,
_request_timeout: Union[
None,
Annotated[StrictFloat, Field(gt=0)],
Expand All @@ -2773,7 +2773,7 @@ def get_apis_without_preload_content(

Returns a list of your APIs. The APIs are returned sorted by name. <div> <code>read:apis</code> </div>

:param expand: Specify additional data to retrieve. Use \"scopes\".
:param expand: Additional data to include in the response. Allowed value: \"scopes\".
:type expand: str
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
Expand Down
12 changes: 6 additions & 6 deletions kinde_sdk/management/api/billing_entitlements_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_billing_entitlements(
starting_after: Annotated[Optional[StrictStr], Field(description="The ID of the billing entitlement to start after.")] = None,
ending_before: Annotated[Optional[StrictStr], Field(description="The ID of the billing entitlement to end before.")] = None,
max_value: Annotated[Optional[StrictStr], Field(description="When the maximum limit of an entitlement is null, this value is returned as the maximum limit")] = None,
expand: Annotated[Optional[StrictStr], Field(description="Specify additional plan data to retrieve. Use \"plans\".")] = None,
expand: Annotated[Optional[StrictStr], Field(description="Additional plan data to include in the response. Allowed value: \"plans\".")] = None,
_request_timeout: Union[
None,
Annotated[StrictFloat, Field(gt=0)],
Expand Down Expand Up @@ -76,7 +76,7 @@ def get_billing_entitlements(
:type ending_before: str
:param max_value: When the maximum limit of an entitlement is null, this value is returned as the maximum limit
:type max_value: str
:param expand: Specify additional plan data to retrieve. Use \"plans\".
:param expand: Additional plan data to include in the response. Allowed value: \"plans\".
:type expand: str
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
Expand Down Expand Up @@ -138,7 +138,7 @@ def get_billing_entitlements_with_http_info(
starting_after: Annotated[Optional[StrictStr], Field(description="The ID of the billing entitlement to start after.")] = None,
ending_before: Annotated[Optional[StrictStr], Field(description="The ID of the billing entitlement to end before.")] = None,
max_value: Annotated[Optional[StrictStr], Field(description="When the maximum limit of an entitlement is null, this value is returned as the maximum limit")] = None,
expand: Annotated[Optional[StrictStr], Field(description="Specify additional plan data to retrieve. Use \"plans\".")] = None,
expand: Annotated[Optional[StrictStr], Field(description="Additional plan data to include in the response. Allowed value: \"plans\".")] = None,
_request_timeout: Union[
None,
Annotated[StrictFloat, Field(gt=0)],
Expand Down Expand Up @@ -166,7 +166,7 @@ def get_billing_entitlements_with_http_info(
:type ending_before: str
:param max_value: When the maximum limit of an entitlement is null, this value is returned as the maximum limit
:type max_value: str
:param expand: Specify additional plan data to retrieve. Use \"plans\".
:param expand: Additional plan data to include in the response. Allowed value: \"plans\".
:type expand: str
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
Expand Down Expand Up @@ -228,7 +228,7 @@ def get_billing_entitlements_without_preload_content(
starting_after: Annotated[Optional[StrictStr], Field(description="The ID of the billing entitlement to start after.")] = None,
ending_before: Annotated[Optional[StrictStr], Field(description="The ID of the billing entitlement to end before.")] = None,
max_value: Annotated[Optional[StrictStr], Field(description="When the maximum limit of an entitlement is null, this value is returned as the maximum limit")] = None,
expand: Annotated[Optional[StrictStr], Field(description="Specify additional plan data to retrieve. Use \"plans\".")] = None,
expand: Annotated[Optional[StrictStr], Field(description="Additional plan data to include in the response. Allowed value: \"plans\".")] = None,
_request_timeout: Union[
None,
Annotated[StrictFloat, Field(gt=0)],
Expand Down Expand Up @@ -256,7 +256,7 @@ def get_billing_entitlements_without_preload_content(
:type ending_before: str
:param max_value: When the maximum limit of an entitlement is null, this value is returned as the maximum limit
:type max_value: str
:param expand: Specify additional plan data to retrieve. Use \"plans\".
:param expand: Additional plan data to include in the response. Allowed value: \"plans\".
:type expand: str
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
Expand Down
Loading