-
Notifications
You must be signed in to change notification settings - Fork 9
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
[mds-policy] Adding data envelop back to mds-policy and correcting version number #334
[mds-policy] Adding data envelop back to mds-policy and correcting version number #334
Conversation
@@ -17,7 +17,7 @@ | |||
import { ApiRequest, ApiVersionedResponse, ApiClaims } from '@mds-core/mds-api-server' | |||
import { Policy } from '@mds-core/mds-types' | |||
|
|||
export const POLICY_API_SUPPORTED_VERSIONS = ['0.1.0'] as const | |||
export const POLICY_API_SUPPORTED_VERSIONS = ['0.4.1'] as const |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is 0.4.1
the first/only supported version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently, yes.
@@ -17,7 +17,7 @@ | |||
import { ApiRequest, ApiVersionedResponse, ApiClaims } from '@mds-core/mds-api-server' | |||
import { Policy } from '@mds-core/mds-types' | |||
|
|||
export const POLICY_API_SUPPORTED_VERSIONS = ['0.1.0'] as const | |||
export const POLICY_API_SUPPORTED_VERSIONS = ['0.4.1'] as const |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently, yes.
PR Checklist
[mds-db] Add PG env var
,[config] Fix eslint config
Impacts