Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add archivedAt property type to SpaceProps [] #2187

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

BasKiers
Copy link
Contributor

@BasKiers BasKiers commented Feb 22, 2024

Summary

space.sys.archivedAt does exist when the space was archived.

Description

This PR adds the type for that property to the SpaceProps.

Motivation and Context

We need to be able to check archivedAt to filter out spaces that are archived as any requests for those spaces will result in 404 responses from the API which we want to avoid.

Checklist (check all before merging)

  • Both unit and integration tests are passing
  • There are no breaking changes
  • Changes are reflected in the documentation

`space.sys.archivedAt` does exist when the space was archived. This PR adds the type for that property to the SpaceProps.
@BasKiers BasKiers requested a review from a team as a code owner February 22, 2024 10:32
@BasKiers BasKiers enabled auto-merge (squash) February 22, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants