Skip to content

Commit

Permalink
Merge pull request #23 from waylayio/chore/regenerate
Browse files Browse the repository at this point in the history
chore: regenerate registry (sdk.20240430) 🔁
  • Loading branch information
plankthom authored May 2, 2024
2 parents 109508a + 92b8144 commit 94b5163
Show file tree
Hide file tree
Showing 626 changed files with 13,519 additions and 55,433 deletions.
396 changes: 34 additions & 362 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

316 changes: 73 additions & 243 deletions README.md

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/DefaultApi.md → docs/AboutApi.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# waylay.services.registry.DefaultApi
# waylay.services.registry.AboutApi

All URIs are relative to *https://api.waylay.io*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get**](DefaultApi.md#get) | **GET** /registry/v2/ | Version
[**get**](AboutApi.md#get) | **GET** /registry/v2/ | Get Service Status

# **get**
> get(
> headers
> ) -> RootPageResponse
Version
Get Service Status

Get the version of this function registry deployment.
Get the status and version of the function registry service.

### Example

Expand All @@ -30,14 +30,14 @@ waylay_client = WaylayClient.from_profile()
# Note that the typed model classes for responses/parameters/... are only available when `waylay-sdk-registry-types` is installed
from waylay.services.registry.models.root_page_response import RootPageResponse
try:
# Version
# Get Service Status
# calls `GET /registry/v2/`
api_response = await waylay_client.registry.default.get(
api_response = await waylay_client.registry.about.get(
)
print("The response of registry.default.get:\n")
print("The response of registry.about.get:\n")
pprint(api_response)
except ApiError as e:
print("Exception when calling registry.default.get: %s\n" % e)
print("Exception when calling registry.about.get: %s\n" % e)
```

### Endpoint
Expand Down
31 changes: 31 additions & 0 deletions docs/AltEmbeddedVersionIKfservingResponseV2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# AltEmbeddedVersionIKfservingResponseV2

Embedded representations of the _latest_ draft/published versions.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**draft** | [**KfservingResponseV2**](KfservingResponseV2.md) | | [optional]
**published** | [**KfservingResponseV2**](KfservingResponseV2.md) | | [optional]

## Example

```python
from waylay.services.registry.models.alt_embedded_version_i_kfserving_response_v2 import AltEmbeddedVersionIKfservingResponseV2

# TODO update the JSON string below
json = "{}"
# create an instance of AltEmbeddedVersionIKfservingResponseV2 from a JSON string
alt_embedded_version_i_kfserving_response_v2_instance = AltEmbeddedVersionIKfservingResponseV2.from_json(json)
# print the JSON string representation of the object
print AltEmbeddedVersionIKfservingResponseV2.to_json()

# convert the object into a dict
alt_embedded_version_i_kfserving_response_v2_dict = alt_embedded_version_i_kfserving_response_v2_instance.to_dict()
# create an instance of AltEmbeddedVersionIKfservingResponseV2 from a dict
alt_embedded_version_i_kfserving_response_v2_form_dict = alt_embedded_version_i_kfserving_response_v2.from_dict(alt_embedded_version_i_kfserving_response_v2_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

Embedded representations of the _latest_ draft/published versions.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**draft** | [**PlugResponseV2**](PlugResponseV2.md) | | [optional]
**published** | [**PlugResponseV2**](PlugResponseV2.md) | | [optional]

## Example

```python
from waylay.services.registry.models.alt_embedded_version_i_plug_response_v2 import AltEmbeddedVersionIPlugResponseV2

# TODO update the JSON string below
json = "{}"
# create an instance of AltEmbeddedVersionIPlugResponseV2 from a JSON string
alt_embedded_version_i_plug_response_v2_instance = AltEmbeddedVersionIPlugResponseV2.from_json(json)
# print the JSON string representation of the object
print AltEmbeddedVersionIPlugResponseV2.to_json()

# convert the object into a dict
alt_embedded_version_i_plug_response_v2_dict = alt_embedded_version_i_plug_response_v2_instance.to_dict()
# create an instance of AltEmbeddedVersionIPlugResponseV2 from a dict
alt_embedded_version_i_plug_response_v2_form_dict = alt_embedded_version_i_plug_response_v2.from_dict(alt_embedded_version_i_plug_response_v2_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


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

Embedded representations of the _latest_ draft/published versions.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**draft** | [**WebscriptResponseWithInvokeLinkV2**](WebscriptResponseWithInvokeLinkV2.md) | | [optional]
**published** | [**WebscriptResponseWithInvokeLinkV2**](WebscriptResponseWithInvokeLinkV2.md) | | [optional]

## Example

```python
from waylay.services.registry.models.alt_embedded_version_i_webscript_response_with_invoke_link_v2 import AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2

# TODO update the JSON string below
json = "{}"
# create an instance of AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2 from a JSON string
alt_embedded_version_i_webscript_response_with_invoke_link_v2_instance = AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2.from_json(json)
# print the JSON string representation of the object
print AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2.to_json()

# convert the object into a dict
alt_embedded_version_i_webscript_response_with_invoke_link_v2_dict = alt_embedded_version_i_webscript_response_with_invoke_link_v2_instance.to_dict()
# create an instance of AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2 from a dict
alt_embedded_version_i_webscript_response_with_invoke_link_v2_form_dict = alt_embedded_version_i_webscript_response_with_invoke_link_v2.from_dict(alt_embedded_version_i_webscript_response_with_invoke_link_v2_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


1 change: 1 addition & 0 deletions docs/AnyJobResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Name | Type | Description | Notes
**registration** | **bool** | |
**job_count** | **float** | | [optional]
**scheduled_job** | [**JobReference**](JobReference.md) | | [optional]
**operation** | [**RequestOperation**](RequestOperation.md) | |

## Example

Expand Down
29 changes: 0 additions & 29 deletions docs/AssetPathParamsV2.md

This file was deleted.

32 changes: 0 additions & 32 deletions docs/AssetSummary.md

This file was deleted.

32 changes: 0 additions & 32 deletions docs/AsyncDeployQuery.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/AsyncDeployQueryV1.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/AsyncQueryDefaultFalse.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/AsyncQueryDefaultTrue.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/AsyncVerifyQuery.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/BuildArgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**runtime_name** | **str** | |
**runtime_version** | **str** | A semantic version with _exactly_ a `major`, `minor` and `patch` specifier. No `pre-release` or `build` identifiers are allowed. See https://semver.org |
**revision** | **str** | The revision hash of the current (draft) function revision | [optional]
**revision** | **str** | The revision hash of the current (draft) function revision |
**storage_location** | **str** | Location of the function assets. |
**image_name** | **str** | Provided (or defaulted) image name to publish the function image. |
**args** | **Dict[str, str]** | Parameters to the runtime configuration. |
Expand Down
2 changes: 1 addition & 1 deletion docs/CompletedEventData.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**prev** | [**QueueEvents**](QueueEvents.md) | | [optional]
**return_value** | [**AnyJobResult**](AnyJobResult.md) | |
**returnvalue** | [**AnyJobResult**](AnyJobResult.md) | |

## Example

Expand Down
Loading

0 comments on commit 94b5163

Please sign in to comment.