@seamapi/types 1.778.0 → 1.780.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/connect.cjs CHANGED
@@ -38088,7 +38088,8 @@ var openapi_default = {
38088
38088
  in: "query",
38089
38089
  name: "access_grant_key",
38090
38090
  schema: {
38091
- description: "Filter Access Grants by access_grant_key.",
38091
+ description: "Filter Access Grants by access_grant_key. Use null to filter for Access Grants without an access_grant_key.",
38092
+ nullable: true,
38092
38093
  type: "string"
38093
38094
  }
38094
38095
  },
@@ -38153,7 +38154,8 @@ var openapi_default = {
38153
38154
  type: "array"
38154
38155
  },
38155
38156
  access_grant_key: {
38156
- description: "Filter Access Grants by access_grant_key.",
38157
+ description: "Filter Access Grants by access_grant_key. Use null to filter for Access Grants without an access_grant_key.",
38158
+ nullable: true,
38157
38159
  type: "string"
38158
38160
  },
38159
38161
  acs_entrance_id: {
@@ -52693,6 +52695,11 @@ var openapi_default = {
52693
52695
  description: "Your display name for this location resource.",
52694
52696
  type: "string"
52695
52697
  },
52698
+ parent_site_key: {
52699
+ description: "Your unique identifier for the site.",
52700
+ minLength: 1,
52701
+ type: "string"
52702
+ },
52696
52703
  space_key: {
52697
52704
  description: "Your unique identifier for the space.",
52698
52705
  minLength: 1,
@@ -53815,6 +53822,11 @@ var openapi_default = {
53815
53822
  description: "Your display name for this location resource.",
53816
53823
  type: "string"
53817
53824
  },
53825
+ parent_site_key: {
53826
+ description: "Your unique identifier for the site.",
53827
+ minLength: 1,
53828
+ type: "string"
53829
+ },
53818
53830
  space_key: {
53819
53831
  description: "Your unique identifier for the space.",
53820
53832
  minLength: 1,
@@ -77677,6 +77689,11 @@ var openapi_default = {
77677
77689
  description: "Your display name for this location resource.",
77678
77690
  type: "string"
77679
77691
  },
77692
+ parent_site_key: {
77693
+ description: "Your unique identifier for the site.",
77694
+ minLength: 1,
77695
+ type: "string"
77696
+ },
77680
77697
  space_key: {
77681
77698
  description: "Your unique identifier for the space.",
77682
77699
  minLength: 1,
@@ -77754,6 +77771,11 @@ var openapi_default = {
77754
77771
  description: "Your display name for this location resource.",
77755
77772
  type: "string"
77756
77773
  },
77774
+ parent_site_key: {
77775
+ description: "Your unique identifier for the site.",
77776
+ minLength: 1,
77777
+ type: "string"
77778
+ },
77757
77779
  space_key: {
77758
77780
  description: "Your unique identifier for the space.",
77759
77781
  minLength: 1,
@@ -77883,6 +77905,11 @@ var openapi_default = {
77883
77905
  description: "Your display name for this location resource.",
77884
77906
  type: "string"
77885
77907
  },
77908
+ parent_site_key: {
77909
+ description: "Your unique identifier for the site.",
77910
+ minLength: 1,
77911
+ type: "string"
77912
+ },
77886
77913
  space_key: {
77887
77914
  description: "Your unique identifier for the space.",
77888
77915
  minLength: 1,