Skip to content

Commit bb00242

Browse files
committedFeb 4, 2025·
feat(subscription): apply enums for rate_plan.id (#3890)
1 parent 7d4a96b commit bb00242

File tree

94 files changed

+3147
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+3147
-8
lines changed
 

‎.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1525
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-7d3d9376efe25aacad78ef5293b32f9e7bd403951e846671affe19b882a0af32.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e342173dad9584a0439eeec0f609a40c16844e18a138f65e8c9787885da92013.yml

‎abuse_reports/aliases.go

+35
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,41 @@ type PermissionGrantParam = shared.PermissionGrantParam
206206
// This is an alias to an internal type.
207207
type RatePlan = shared.RatePlan
208208

209+
// The ID of the rate plan.
210+
//
211+
// This is an alias to an internal type.
212+
type RatePlanID = shared.RatePlanID
213+
214+
// This is an alias to an internal value.
215+
const RatePlanIDFree = shared.RatePlanIDFree
216+
217+
// This is an alias to an internal value.
218+
const RatePlanIDLite = shared.RatePlanIDLite
219+
220+
// This is an alias to an internal value.
221+
const RatePlanIDPro = shared.RatePlanIDPro
222+
223+
// This is an alias to an internal value.
224+
const RatePlanIDProPlus = shared.RatePlanIDProPlus
225+
226+
// This is an alias to an internal value.
227+
const RatePlanIDBusiness = shared.RatePlanIDBusiness
228+
229+
// This is an alias to an internal value.
230+
const RatePlanIDEnterprise = shared.RatePlanIDEnterprise
231+
232+
// This is an alias to an internal value.
233+
const RatePlanIDPartnersFree = shared.RatePlanIDPartnersFree
234+
235+
// This is an alias to an internal value.
236+
const RatePlanIDPartnersPro = shared.RatePlanIDPartnersPro
237+
238+
// This is an alias to an internal value.
239+
const RatePlanIDPartnersBusiness = shared.RatePlanIDPartnersBusiness
240+
241+
// This is an alias to an internal value.
242+
const RatePlanIDPartnersEnterprise = shared.RatePlanIDPartnersEnterprise
243+
209244
// The rate plan applied to the subscription.
210245
//
211246
// This is an alias to an internal type.

0 commit comments

Comments
 (0)