@daocloud-proto/ghippo 0.9.42-temp2 → 0.9.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/v1alpha1/gproduct.pb.ts
CHANGED
|
@@ -56,13 +56,6 @@ export type GetGProductLicensesOverQuotaResponse = {
|
|
|
56
56
|
licenses?: GProductLicense[]
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
export type GetGProductLicensesValidatedRequest = {
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
export type GetGProductLicensesValidatedResponse = {
|
|
63
|
-
licenses?: GProductLicense[]
|
|
64
|
-
}
|
|
65
|
-
|
|
66
59
|
export type GProductLicense = {
|
|
67
60
|
id?: string
|
|
68
61
|
name?: string
|
|
@@ -109,7 +102,4 @@ export class GProducts {
|
|
|
109
102
|
static GetGProductLicensesOverQuota(req: GetGProductLicensesOverQuotaRequest, initReq?: fm.InitReq): Promise<GetGProductLicensesOverQuotaResponse> {
|
|
110
103
|
return fm.fetchReq<GetGProductLicensesOverQuotaRequest, GetGProductLicensesOverQuotaResponse>(`/apis/ghippo.io/v1alpha1/gproduct-licenses/over-quota?${fm.renderURLSearchParams(req, [])}`, {...initReq, method: "GET"})
|
|
111
104
|
}
|
|
112
|
-
static GetGProductLicensesValidated(req: GetGProductLicensesValidatedRequest, initReq?: fm.InitReq): Promise<GetGProductLicensesValidatedResponse> {
|
|
113
|
-
return fm.fetchReq<GetGProductLicensesValidatedRequest, GetGProductLicensesValidatedResponse>(`/apis/ghippo.io/v1alpha1/gproduct-licenses/validated?${fm.renderURLSearchParams(req, [])}`, {...initReq, method: "GET"})
|
|
114
|
-
}
|
|
115
105
|
}
|