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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 23 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.3.1

node/.travis.yml

Lines changed: 7 additions & 0 deletions
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

Lines changed: 262 additions & 0 deletions
Large diffs are not rendered by default.

node/docs/AccessToken.md

Lines changed: 12 additions & 0 deletions
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

Lines changed: 23 additions & 0 deletions
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+
Lines changed: 9 additions & 0 deletions
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

Lines changed: 23 additions & 0 deletions
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

Lines changed: 15 additions & 0 deletions
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+

0 commit comments

Comments
 (0)