Update core-zero import client

This commit is contained in:
Joe Kralicky 2024-10-01 12:47:16 -04:00
parent 77665603ce
commit 35e4b782ea
No known key found for this signature in database
GPG key ID: 75C4875F34A9FB79
15 changed files with 122 additions and 780 deletions

View file

@ -107,6 +107,12 @@ type GetBundlesResponse struct {
Bundles []Bundle `json:"bundles"`
}
// ImportResponse defines model for ImportResponse.
type ImportResponse struct {
Messages *[]string `json:"messages,omitempty"`
Warnings *[]string `json:"warnings,omitempty"`
}
// ReportUsageRequest defines model for ReportUsageRequest.
type ReportUsageRequest struct {
Users []ReportUsageUser `json:"users"`