From 0249b7549741f601ee6e2f02b474979aaa4b4d4a Mon Sep 17 00:00:00 2001 From: David Brownman Date: Fri, 18 Oct 2024 10:43:01 -0700 Subject: [PATCH] update object tags for meter-related classes --- types/V2/Billing/MeterEventAdjustments.d.ts | 2 +- types/V2/Billing/MeterEventSessions.d.ts | 2 +- types/V2/Billing/MeterEvents.d.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/types/V2/Billing/MeterEventAdjustments.d.ts b/types/V2/Billing/MeterEventAdjustments.d.ts index 11b670631e..f654b3a706 100644 --- a/types/V2/Billing/MeterEventAdjustments.d.ts +++ b/types/V2/Billing/MeterEventAdjustments.d.ts @@ -16,7 +16,7 @@ declare module 'stripe' { /** * String representing the object's type. Objects of the same type share the same value of the object field. */ - object: 'billing.meter_event_adjustment'; + object: 'v2.billing.meter_event_adjustment'; /** * Specifies which event to cancel. diff --git a/types/V2/Billing/MeterEventSessions.d.ts b/types/V2/Billing/MeterEventSessions.d.ts index 6259622644..28943444d3 100644 --- a/types/V2/Billing/MeterEventSessions.d.ts +++ b/types/V2/Billing/MeterEventSessions.d.ts @@ -16,7 +16,7 @@ declare module 'stripe' { /** * String representing the object's type. Objects of the same type share the same value of the object field. */ - object: 'billing.meter_event_session'; + object: 'v2.billing.meter_event_session'; /** * The authentication token for this session. Use this token when calling the diff --git a/types/V2/Billing/MeterEvents.d.ts b/types/V2/Billing/MeterEvents.d.ts index 53aac66a23..0a0949c901 100644 --- a/types/V2/Billing/MeterEvents.d.ts +++ b/types/V2/Billing/MeterEvents.d.ts @@ -11,7 +11,7 @@ declare module 'stripe' { /** * String representing the object's type. Objects of the same type share the same value of the object field. */ - object: 'billing.meter_event'; + object: 'v2.billing.meter_event'; /** * The creation time of this meter event.