Skip to content

Commit 623e7c5

Browse files
committed
Committing generated code
1 parent 5909ced commit 623e7c5

File tree

139 files changed

+19393
-1
lines changed

Some content is hidden

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

139 files changed

+19393
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
*.iml
22
vendor
3-
node
3+
*node_modules

node/.swagger-codegen-ignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Swagger Codegen Ignore
2+
# Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen
3+
4+
# Use this file to prevent files from being overwritten by the generator.
5+
# The patterns follow closely to .gitignore or .dockerignore.
6+
7+
# As an example, the C# client generator defines ApiClient.cs.
8+
# You can make changes and tell Swagger Codgen to ignore just this file by uncommenting the following line:
9+
#ApiClient.cs
10+
11+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
12+
#foo/*/qux
13+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14+
15+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16+
#foo/**/qux
17+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18+
19+
# You can also negate patterns with an exclamation (!).
20+
# For example, you can ignore all files in a docs folder with the file extension .md:
21+
#docs/*.md
22+
# Then explicitly reverse the ignore rule for a single file:
23+
#!docs/README.md

node/.swagger-codegen/VERSION

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.3.1

node/.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
node_js:
3+
- "6"
4+
- "6.1"
5+
- "5"
6+
- "5.11"
7+

node/README.md

+262
Large diffs are not rendered by default.

node/docs/AccessToken.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# NetlifysApiDefinition.AccessToken
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**id** | **String** | | [optional]
7+
**accessToken** | **String** | | [optional]
8+
**userId** | **String** | | [optional]
9+
**userEmail** | **String** | | [optional]
10+
**createdAt** | **String** | | [optional]
11+
12+

node/docs/AccountMembership.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# NetlifysApiDefinition.AccountMembership
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**id** | **String** | | [optional]
7+
**name** | **String** | | [optional]
8+
**slug** | **String** | | [optional]
9+
**type** | **String** | | [optional]
10+
**capabilities** | [**AccountMembershipCapabilities**](AccountMembershipCapabilities.md) | | [optional]
11+
**billingName** | **String** | | [optional]
12+
**billingEmail** | **String** | | [optional]
13+
**billingDetails** | **String** | | [optional]
14+
**billingPeriod** | **String** | | [optional]
15+
**paymentMethodId** | **String** | | [optional]
16+
**typeName** | **String** | | [optional]
17+
**typeId** | **String** | | [optional]
18+
**ownerIds** | **[String]** | | [optional]
19+
**rolesAllowed** | **[String]** | | [optional]
20+
**createdAt** | **String** | | [optional]
21+
**updatedAt** | **String** | | [optional]
22+
23+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# NetlifysApiDefinition.AccountMembershipCapabilities
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**sites** | [**AccountUsageCapability**](AccountUsageCapability.md) | | [optional]
7+
**collaborators** | [**AccountUsageCapability**](AccountUsageCapability.md) | | [optional]
8+
9+

node/docs/AccountSetup.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# NetlifysApiDefinition.AccountSetup
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **String** | |
7+
**typeId** | **String** | |
8+
**paymentMethodId** | **String** | | [optional]
9+
**period** | **String** | | [optional]
10+
**extraSeatsBlock** | **Number** | | [optional]
11+
12+
13+
<a name="PeriodEnum"></a>
14+
## Enum: PeriodEnum
15+
16+
17+
* `monthly` (value: `"monthly"`)
18+
19+
* `yearly` (value: `"yearly"`)
20+
21+
22+
23+

node/docs/AccountType.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# NetlifysApiDefinition.AccountType
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**id** | **String** | | [optional]
7+
**name** | **String** | | [optional]
8+
**description** | **String** | | [optional]
9+
**capabilities** | **Object** | | [optional]
10+
**monthlyDollarPrice** | **Number** | | [optional]
11+
**yearlyDollarPrice** | **Number** | | [optional]
12+
**monthlySeatsAddonDollarPrice** | **Number** | | [optional]
13+
**yearlySeatsAddonDollarPrice** | **Number** | | [optional]
14+
15+

node/docs/AccountUpdateSetup.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# NetlifysApiDefinition.AccountUpdateSetup
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **String** | | [optional]
7+
**slug** | **String** | | [optional]
8+
**typeId** | **String** | | [optional]
9+
**paymentMethodId** | **String** | | [optional]
10+
**extraSeatsBlock** | **Number** | | [optional]
11+
**billingName** | **String** | | [optional]
12+
**billingEmail** | **String** | | [optional]
13+
**billingDetails** | **String** | | [optional]
14+
15+

node/docs/AccountUsageCapability.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# NetlifysApiDefinition.AccountUsageCapability
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**included** | **Number** | | [optional]
7+
**used** | **Number** | | [optional]
8+
9+

node/docs/Asset.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# NetlifysApiDefinition.Asset
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**id** | **String** | | [optional]
7+
**siteId** | **String** | | [optional]
8+
**creatorId** | **String** | | [optional]
9+
**name** | **String** | | [optional]
10+
**state** | **String** | | [optional]
11+
**contentType** | **String** | | [optional]
12+
**url** | **String** | | [optional]
13+
**key** | **String** | | [optional]
14+
**visibility** | **String** | | [optional]
15+
**size** | **Number** | | [optional]
16+
**createdAt** | **String** | | [optional]
17+
**updatedAt** | **String** | | [optional]
18+
19+

node/docs/AssetForm.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# NetlifysApiDefinition.AssetForm
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**url** | **String** | | [optional]
7+
**fields** | **{String: String}** | | [optional]
8+
9+

node/docs/AssetPublicSignature.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# NetlifysApiDefinition.AssetPublicSignature
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**url** | **String** | | [optional]
7+
8+

node/docs/AssetSignature.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# NetlifysApiDefinition.AssetSignature
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**form** | [**AssetForm**](AssetForm.md) | | [optional]
7+
**asset** | [**Asset**](Asset.md) | | [optional]
8+
9+

node/docs/AuditLog.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# NetlifysApiDefinition.AuditLog
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**id** | **String** | | [optional]
7+
**accountId** | **String** | | [optional]
8+
**payload** | **{String: Object}** | | [optional]
9+
10+

node/docs/Build.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# NetlifysApiDefinition.Build
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**id** | **String** | | [optional]
7+
**deployId** | **String** | | [optional]
8+
**sha** | **String** | | [optional]
9+
**done** | **Boolean** | | [optional]
10+
**error** | **String** | | [optional]
11+
**createdAt** | **String** | | [optional]
12+
13+

node/docs/BuildHook.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# NetlifysApiDefinition.BuildHook
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**id** | **String** | | [optional]
7+
**title** | **String** | | [optional]
8+
**branch** | **String** | | [optional]
9+
**url** | **String** | | [optional]
10+
**siteId** | **String** | | [optional]
11+
**createdAt** | **String** | | [optional]
12+
13+

node/docs/BuildLogMsg.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# NetlifysApiDefinition.BuildLogMsg
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**message** | **String** | | [optional]
7+
**error** | **Boolean** | | [optional]
8+
9+

0 commit comments

Comments
 (0)