Skip to content

Commit f52a906

Browse files
committed
feat: Add spaces, access_grants and access_methods
1 parent cda9fd7 commit f52a906

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

generate-routes.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ const routePaths = [
7373
'/unstable_locations',
7474
'/unstable_access_grants',
7575
'/unstable_access_methods',
76+
'/spaces',
77+
'/access_grants',
78+
'/access_methods',
7679
'/unstable_partner',
7780
'/unstable_partner/resources',
7881
'/unstable_partner/building_blocks',

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
},
9999
"devDependencies": {
100100
"@seamapi/fake-seam-connect": "^1.77.0",
101-
"@seamapi/types": "1.406.9",
101+
"@seamapi/types": "^1.409.0",
102102
"@swc/core": "^1.11.29",
103103
"@types/eslint": "^8.44.2",
104104
"@types/jsonwebtoken": "^9.0.6",

0 commit comments

Comments
 (0)