Skip to content

Commit

Permalink
Package updates and updated graphql schema
Browse files Browse the repository at this point in the history
  • Loading branch information
hakonkrogh committed Apr 26, 2023
1 parent dd8d4f5 commit 5828857
Show file tree
Hide file tree
Showing 6 changed files with 1,834 additions and 1,499 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-games-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@crystallize/import-utilities': minor
---

Updated generated grapqhl schema
5 changes: 5 additions & 0 deletions .changeset/curvy-turtles-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@crystallize/import-utilities': patch
---

Updated dependencies to resolve vulnerabilities
286 changes: 283 additions & 3 deletions graphql.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10722,6 +10722,92 @@
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "FocalPoint",
"description": null,
"fields": [
{
"name": "x",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "y",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
"interfaces": [],
"enumValues": null,
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "FocalPointInput",
"description": null,
"fields": null,
"inputFields": [
{
"name": "x",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "y",
"description": null,
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Float",
"ofType": null
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Folder",
Expand Down Expand Up @@ -13078,6 +13164,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "focalPoint",
"description": null,
"args": [],
"type": {
"kind": "OBJECT",
"name": "FocalPoint",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "height",
"description": null,
Expand Down Expand Up @@ -13399,6 +13497,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "focalPoint",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "FocalPointInput",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "key",
"description": null,
Expand Down Expand Up @@ -15530,6 +15640,30 @@
"name": "Int",
"ofType": null
},
"isDeprecated": true,
"deprecationReason": "max has been deprecated in favor of maxItems"
},
{
"name": "maxItems",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "maxSkus",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
Expand All @@ -15542,6 +15676,30 @@
"name": "Int",
"ofType": null
},
"isDeprecated": true,
"deprecationReason": "min has been deprecated in favor of minItems"
},
{
"name": "minItems",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "minSkus",
"description": null,
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
Expand Down Expand Up @@ -15601,6 +15759,30 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "maxItems",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "maxSkus",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "min",
"description": null,
Expand All @@ -15613,6 +15795,30 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "minItems",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "minSkus",
"description": null,
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "quickSelect",
"description": null,
Expand Down Expand Up @@ -15770,6 +15976,26 @@
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "productVariants",
"description": null,
"args": [],
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "OBJECT",
"name": "ProductVariant",
"ofType": null
}
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
Expand Down Expand Up @@ -15802,6 +16028,26 @@
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "skus",
"description": null,
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"interfaces": null,
Expand Down Expand Up @@ -35235,6 +35481,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "desiredName",
"description": null,
"type": {
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "exclude",
"description": null,
Expand Down Expand Up @@ -38507,6 +38765,18 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "focalPoint",
"description": null,
"type": {
"kind": "INPUT_OBJECT",
"name": "FocalPointInput",
"ofType": null
},
"defaultValue": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "meta",
"description": null,
Expand Down Expand Up @@ -41386,6 +41656,12 @@
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "custom",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tenantAdmin",
"description": null,
Expand Down Expand Up @@ -41477,9 +41753,13 @@
"description": null,
"args": [],
"type": {
"kind": "ENUM",
"name": "UserRole",
"ofType": null
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
Expand Down
Loading

0 comments on commit 5828857

Please sign in to comment.