Skip to content

Commit

Permalink
feat: immutable zkevm api package
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Oct 23, 2024
1 parent 38bd447 commit f98b321
Show file tree
Hide file tree
Showing 555 changed files with 57,033 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: (.*src/Packages/Passport/Runtime/ThirdParty/.*|.*src/Packages/Passport/Runtime/Resources/.*|.*Plugins/.*|.*src/Packages/Passport/Runtime/Assets/ImmutableAndroid.androidlib/.*|.*src/Packages/Orderbook|.*sample|.*src/Packages/Passport/WebGLTemplates~|.*.github/workflows)
FILTER_REGEX_EXCLUDE: (.*src/Packages/Passport/Runtime/ThirdParty/.*|.*src/Packages/Passport/Runtime/Resources/.*|.*Plugins/.*|.*src/Packages/Passport/Runtime/Assets/ImmutableAndroid.androidlib/.*|.*src/Packages/Orderbook|.*src/Packages/ZkEvmApi|.*sample|.*src/Packages/Passport/WebGLTemplates~|.*.github/workflows)
VALIDATE_MARKDOWN: false
VALIDATE_GITLEAKS: false
VALIDATE_JSCPD: false
Expand Down
5 changes: 1 addition & 4 deletions src/Packages/Orderbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ This generator should support all current LTS versions of Unity

- [Newtonsoft.Json](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) - 3.0.2 or
later
- [Unity Test Framework](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) - 1.1.33 or
later

<a id="installation"></a>

Expand All @@ -38,8 +36,7 @@ Add the dependencies to `Packages/manifest.json`
{
"dependencies": {
...
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.test-framework": "1.1.33",
"com.unity.nuget.newtonsoft-json": "3.0.2"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion src/Packages/Orderbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://immutable.com"
},
"dependencies": {
"com.cysharp.unitask": "2.3.3"
"com.unity.nuget.newtonsoft-json": "3.0.2"
},
"keywords": [
"unity",
Expand Down
3 changes: 3 additions & 0 deletions src/Packages/ZkEvmApi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Changelog

Please see https://github.com/immutable/unity-immutable-sdk/releases
7 changes: 7 additions & 0 deletions src/Packages/ZkEvmApi/CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError400.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError400

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Object** | Additional details to help resolve the error |

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

14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError401.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError401

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Object** | Additional details to help resolve the error |

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

14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError403.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError403

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Object** | Additional details to help resolve the error |

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

14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError404

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Object** | Additional details to help resolve the error |

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

14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError409.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError409

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Dictionary&lt;string, Object&gt;** | Additional details to help resolve the error |

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

14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError429.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError429

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Object** | Additional details to help resolve the error |

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

14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError500.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError500

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Object** | Additional details to help resolve the error |

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

14 changes: 14 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/APIError501.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Immutable.Api.ZkEvm.Model.APIError501

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Message** | **string** | Error Message |
**Link** | **string** | Link to IMX documentation that can help resolve this error |
**TraceId** | **string** | Trace ID of the initial request |
**Code** | **string** | Error Code |
**Details** | **Object** | Additional details to help resolve the error |

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

10 changes: 10 additions & 0 deletions src/Packages/ZkEvmApi/Documentation~/ActiveOrderStatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Immutable.Api.ZkEvm.Model.ActiveOrderStatus

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | The order status that indicates an order can be fulfilled. |

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

Loading

0 comments on commit f98b321

Please sign in to comment.