@vivlab/api-database
Advanced tools
Comparing version 1.0.43 to 1.0.44
@@ -33,37 +33,37 @@ "use strict"; | ||
properties: { | ||
free_monthly_amount: { type: "integer", min: 0 }, | ||
free_yearly_amount: { type: "integer", min: 0 }, | ||
free_monthly_amount: { type: "integer", minimum: 0 }, | ||
free_yearly_amount: { type: "integer", minimum: 0 }, | ||
free_capability_ecommerce: { type: "boolean" }, | ||
free_usage_page: { type: ["integer", "null"], min: 0 }, | ||
free_usage_product: { type: ["integer", "null"], min: 0 }, | ||
free_usage_collection: { type: ["integer", "null"], min: 0 }, | ||
free_usage_facet: { type: ["integer", "null"], min: 0 }, | ||
site_monthly_amount: { type: "integer", min: 0 }, | ||
site_yearly_amount: { type: "integer", min: 0 }, | ||
free_usage_page: { type: ["integer", "null"], minimum: 0 }, | ||
free_usage_product: { type: ["integer", "null"], minimum: 0 }, | ||
free_usage_collection: { type: ["integer", "null"], minimum: 0 }, | ||
free_usage_facet: { type: ["integer", "null"], minimum: 0 }, | ||
site_monthly_amount: { type: "integer", minimum: 0 }, | ||
site_yearly_amount: { type: "integer", minimum: 0 }, | ||
site_capability_ecommerce: { type: "boolean" }, | ||
site_usage_page: { type: ["integer", "null"], min: 0 }, | ||
site_usage_product: { type: ["integer", "null"], min: 0 }, | ||
site_usage_collection: { type: ["integer", "null"], min: 0 }, | ||
site_usage_facet: { type: ["integer", "null"], min: 0 }, | ||
eshop_monthly_amount: { type: "integer", min: 0 }, | ||
eshop_yearly_amount: { type: "integer", min: 0 }, | ||
site_usage_page: { type: ["integer", "null"], minimum: 0 }, | ||
site_usage_product: { type: ["integer", "null"], minimum: 0 }, | ||
site_usage_collection: { type: ["integer", "null"], minimum: 0 }, | ||
site_usage_facet: { type: ["integer", "null"], minimum: 0 }, | ||
eshop_monthly_amount: { type: "integer", minimum: 0 }, | ||
eshop_yearly_amount: { type: "integer", minimum: 0 }, | ||
eshop_capability_ecommerce: { type: "boolean" }, | ||
eshop_usage_page: { type: ["integer", "null"], min: 0 }, | ||
eshop_usage_product: { type: ["integer", "null"], min: 0 }, | ||
eshop_usage_collection: { type: ["integer", "null"], min: 0 }, | ||
eshop_usage_facet: { type: ["integer", "null"], min: 0 }, | ||
ecommerce_monthly_amount: { type: "integer", min: 0 }, | ||
ecommerce_yearly_amount: { type: "integer", min: 0 }, | ||
eshop_usage_page: { type: ["integer", "null"], minimum: 0 }, | ||
eshop_usage_product: { type: ["integer", "null"], minimum: 0 }, | ||
eshop_usage_collection: { type: ["integer", "null"], minimum: 0 }, | ||
eshop_usage_facet: { type: ["integer", "null"], minimum: 0 }, | ||
ecommerce_monthly_amount: { type: "integer", minimum: 0 }, | ||
ecommerce_yearly_amount: { type: "integer", minimum: 0 }, | ||
ecommerce_capability_ecommerce: { type: "boolean" }, | ||
ecommerce_usage_page: { type: ["integer", "null"], min: 0 }, | ||
ecommerce_usage_product: { type: ["integer", "null"], min: 0 }, | ||
ecommerce_usage_collection: { type: ["integer", "null"], min: 0 }, | ||
ecommerce_usage_facet: { type: ["integer", "null"], min: 0 }, | ||
premium_monthly_amount: { type: "integer", min: 0 }, | ||
premium_yearly_amount: { type: "integer", min: 0 }, | ||
ecommerce_usage_page: { type: ["integer", "null"], minimum: 0 }, | ||
ecommerce_usage_product: { type: ["integer", "null"], minimum: 0 }, | ||
ecommerce_usage_collection: { type: ["integer", "null"], minimum: 0 }, | ||
ecommerce_usage_facet: { type: ["integer", "null"], minimum: 0 }, | ||
premium_monthly_amount: { type: "integer", minimum: 0 }, | ||
premium_yearly_amount: { type: "integer", minimum: 0 }, | ||
premium_capability_ecommerce: { type: "boolean" }, | ||
premium_usage_page: { type: ["integer", "null"], min: 0 }, | ||
premium_usage_product: { type: ["integer", "null"], min: 0 }, | ||
premium_usage_collection: { type: ["integer", "null"], min: 0 }, | ||
premium_usage_facet: { type: ["integer", "null"], min: 0 } | ||
premium_usage_page: { type: ["integer", "null"], minimum: 0 }, | ||
premium_usage_product: { type: ["integer", "null"], minimum: 0 }, | ||
premium_usage_collection: { type: ["integer", "null"], minimum: 0 }, | ||
premium_usage_facet: { type: ["integer", "null"], minimum: 0 } | ||
} | ||
@@ -70,0 +70,0 @@ } |
{ | ||
"name": "@vivlab/api-database", | ||
"version": "1.0.43", | ||
"version": "1.0.44", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
394393