Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "moos-api", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Moos API type definitions", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -25,5 +25,5 @@ /** | ||
}; | ||
"/client/profile": { | ||
"/application/profile": { | ||
/** Fetch profile associated with the bearer token. */ | ||
post: operations["post-client-profile"]; | ||
post: operations["post-application-profile"]; | ||
}; | ||
@@ -43,3 +43,3 @@ } | ||
providers?: components["schemas"]["ProviderProfile"][]; | ||
clients: string[]; | ||
applications: string[]; | ||
/** Format: int64 */ | ||
@@ -57,4 +57,4 @@ creationDate: number; | ||
}; | ||
/** client */ | ||
Client: { | ||
/** application */ | ||
application: { | ||
id: string; | ||
@@ -159,3 +159,3 @@ name: string; | ||
/** Fetch profile associated with the bearer token. */ | ||
"post-client-profile": { | ||
"post-application-profile": { | ||
responses: { | ||
@@ -162,0 +162,0 @@ /** OK */ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94115