@seamapi/types 1.779.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: {