@flowio/api-types 0.0.222 → 0.0.224
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.
|
@@ -301,6 +301,10 @@ declare namespace io.flow.billing.internal.v0.models {
|
|
|
301
301
|
readonly 'label_fee'?: io.flow.billing.internal.v0.models.TieredFee;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
+
interface BillingSandboxSetup {
|
|
305
|
+
readonly 'description': string;
|
|
306
|
+
}
|
|
307
|
+
|
|
304
308
|
interface BillingStatementAttachment {
|
|
305
309
|
readonly 'key': io.flow.billing.internal.v0.enums.BillingStatementAttachmentKey;
|
|
306
310
|
readonly 'name': string;
|