diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 13a8e3014..653c94b2a 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -27486,7 +27486,7 @@ "isDraft": false, "draftMessage": "", "hasDefault": false, - "format": "string", + "format": "datetime", "jsonType": "string" }, { @@ -27631,7 +27631,7 @@ "isDraft": false, "draftMessage": "", "hasDefault": false, - "format": "string", + "format": "datetime", "jsonType": "string" }, { @@ -27763,7 +27763,7 @@ "isDraft": false, "draftMessage": "", "hasDefault": false, - "format": "string", + "format": "datetime", "jsonType": "string" }, { @@ -27908,7 +27908,7 @@ "isDraft": false, "draftMessage": "", "hasDefault": false, - "format": "string", + "format": "datetime", "jsonType": "string" }, { @@ -28397,7 +28397,7 @@ "isDraft": false, "draftMessage": "", "hasDefault": false, - "format": "string", + "format": "datetime", "jsonType": "string" }, { @@ -28556,7 +28556,7 @@ "isDraft": false, "draftMessage": "", "hasDefault": false, - "format": "string", + "format": "datetime", "jsonType": "string" }, { @@ -29765,7 +29765,7 @@ "isDraft": false, "draftMessage": "", "hasDefault": false, - "format": "string", + "format": "datetime", "jsonType": "string" }, { @@ -29910,7 +29910,7 @@ "isDraft": false, "draftMessage": "", "hasDefault": false, - "format": "string", + "format": "datetime", "jsonType": "string" }, { @@ -30042,7 +30042,7 @@ "isDraft": false, "draftMessage": "", "hasDefault": false, - "format": "string", + "format": "datetime", "jsonType": "string" }, { @@ -30187,7 +30187,7 @@ "isDraft": false, "draftMessage": "", "hasDefault": false, - "format": "string", + "format": "datetime", "jsonType": "string" }, { @@ -30676,7 +30676,7 @@ "isDraft": false, "draftMessage": "", "hasDefault": false, - "format": "string", + "format": "datetime", "jsonType": "string" }, { @@ -30835,7 +30835,7 @@ "isDraft": false, "draftMessage": "", "hasDefault": false, - "format": "string", + "format": "datetime", "jsonType": "string" }, { diff --git a/docs/api/customers/push_data.md b/docs/api/customers/push_data.md index 681188843..ce133c832 100644 --- a/docs/api/customers/push_data.md +++ b/docs/api/customers/push_data.md @@ -70,7 +70,7 @@ Common area keys associated with the access grant.
-ends_at String +ends_at Datetime Ending date and time for the access grant. @@ -190,7 +190,7 @@ Space keys associated with the access grant.
-starts_at String +starts_at Datetime Starting date and time for the access grant. @@ -289,7 +289,7 @@ Common area keys associated with the access grant.
-ends_at String +ends_at Datetime Ending date and time for the access grant. @@ -409,7 +409,7 @@ Space keys associated with the access grant.
-starts_at String +starts_at Datetime Starting date and time for the access grant. @@ -721,7 +721,7 @@ Common area keys associated with the access grant.
-ends_at String +ends_at Datetime Ending date and time for the access grant. @@ -853,7 +853,7 @@ Space keys associated with the access grant.
-starts_at String +starts_at Datetime Starting date and time for the access grant. diff --git a/package-lock.json b/package-lock.json index 989902a43..6c06143fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.641.0", + "@seamapi/types": "1.642.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -983,9 +983,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.641.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.641.0.tgz", - "integrity": "sha512-IBAKTbhXLEJiTS+6On4wDqeF6qZTo/DUa+3Ort+oIw3fFJLHDQXDhqvNc+FaEkt1hEGq6ezZ/jxwGoEFCRHyhA==", + "version": "1.642.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.642.0.tgz", + "integrity": "sha512-q8nqmsjBeCk/e5nn5smUmzAzYHDGgXkIgkKTi62k0OjTYsOkDIev9eYcPurvtqpcTeQrr8vvA34wQMNXXmPMkw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index a05bb02ac..6ed8e396e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.641.0", + "@seamapi/types": "1.642.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",