appscode-api-js-client
Advanced tools
Comparing version 1.0.65 to 1.0.66
{ | ||
"name": "appscode-api-js-client", | ||
"version": "1.0.65", | ||
"version": "1.0.66", | ||
"description": "AppsCode API JavaScript Client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,4 +10,15 @@ { | ||
}, | ||
"cluster_uid": { | ||
"type": "string" | ||
}, | ||
"gce_project": { | ||
"type": "string" | ||
}, | ||
"secret_name": { | ||
"maxLength": 63, | ||
"pattern": "^[a-z0-9](?:[a-z0-9\\-]{0,61}[a-z0-9])?$", | ||
"type": "string" | ||
}, | ||
"secret_namespace": { | ||
"type": "string" | ||
} | ||
@@ -14,0 +25,0 @@ }, |
{ | ||
"definitions": { | ||
"v1beta1CreateRequest": { | ||
"v1beta1Address": { | ||
"properties": { | ||
"client_ip": { | ||
"company": { | ||
"type": "string" | ||
}, | ||
"country_code_numeric": { | ||
"title": "Ref https://developers.braintreepayments.com/reference/general/countries/ruby", | ||
"type": "string" | ||
}, | ||
"extended_address": { | ||
"type": "string" | ||
}, | ||
"first_name": { | ||
"type": "string" | ||
}, | ||
"last_name": { | ||
"type": "string" | ||
}, | ||
"locality": { | ||
"type": "string" | ||
}, | ||
"postal_code": { | ||
"type": "string" | ||
}, | ||
"region": { | ||
"type": "string" | ||
}, | ||
"street_address": { | ||
"type": "string" | ||
} | ||
}, | ||
"title": "Example\nresult = Braintree::Address.create(\n :first_name => 'Jenna',\n :last_name => 'Smith',\n :company => 'Braintree',\n :street_address => '1 E Main St',\n :extended_address => 'Suite 403',\n :locality => 'Chicago',\n :region => 'Illinois',\n :postal_code => '60622',\n :country_code_numeric => '840'\n)", | ||
"type": "object" | ||
}, | ||
"v1beta1CreateRequest": { | ||
"properties": { | ||
"billing_address": { | ||
"$ref": "#/definitions/v1beta1Address" | ||
}, | ||
"display_name": { | ||
@@ -14,2 +48,5 @@ "type": "string" | ||
}, | ||
"initial_units": { | ||
"type": "integer" | ||
}, | ||
"invite_emails": { | ||
@@ -26,8 +63,2 @@ "items": { | ||
}, | ||
"options": { | ||
"additionalProperties": { | ||
"type": "string" | ||
}, | ||
"type": "object" | ||
}, | ||
"password": { | ||
@@ -39,3 +70,3 @@ "type": "string" | ||
}, | ||
"subscription_type": { | ||
"subscription": { | ||
"type": "string" | ||
@@ -42,0 +73,0 @@ }, |
{ | ||
"definitions": { | ||
"v1beta1Address": { | ||
"properties": { | ||
"company": { | ||
"type": "string" | ||
}, | ||
"country_code_numeric": { | ||
"title": "Ref https://developers.braintreepayments.com/reference/general/countries/ruby", | ||
"type": "string" | ||
}, | ||
"extended_address": { | ||
"type": "string" | ||
}, | ||
"first_name": { | ||
"type": "string" | ||
}, | ||
"last_name": { | ||
"type": "string" | ||
}, | ||
"locality": { | ||
"type": "string" | ||
}, | ||
"postal_code": { | ||
"type": "string" | ||
}, | ||
"region": { | ||
"type": "string" | ||
}, | ||
"street_address": { | ||
"type": "string" | ||
} | ||
}, | ||
"title": "Example\nresult = Braintree::Address.create(\n :first_name => 'Jenna',\n :last_name => 'Smith',\n :company => 'Braintree',\n :street_address => '1 E Main St',\n :extended_address => 'Suite 403',\n :locality => 'Chicago',\n :region => 'Illinois',\n :postal_code => '60622',\n :country_code_numeric => '840'\n)", | ||
"type": "object" | ||
}, | ||
"v1beta1ClusterCreateRequest": { | ||
@@ -119,4 +153,4 @@ "properties": { | ||
"properties": { | ||
"client_ip": { | ||
"type": "string" | ||
"billing_address": { | ||
"$ref": "#/definitions/v1beta1Address" | ||
}, | ||
@@ -129,2 +163,5 @@ "display_name": { | ||
}, | ||
"initial_units": { | ||
"type": "integer" | ||
}, | ||
"invite_emails": { | ||
@@ -139,8 +176,2 @@ "items": { | ||
}, | ||
"options": { | ||
"additionalProperties": { | ||
"type": "string" | ||
}, | ||
"type": "object" | ||
}, | ||
"password": { | ||
@@ -152,3 +183,3 @@ "type": "string" | ||
}, | ||
"subscription_type": { | ||
"subscription": { | ||
"type": "string" | ||
@@ -155,0 +186,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75886
2410