Skip to content

Commit 40fd95e

Browse files
committed
refactor: rename billing to billing settings
1 parent c7a3247 commit 40fd95e

3 files changed

Lines changed: 97 additions & 97 deletions

File tree

api/spec/packages/aip/src/shared/consts.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ const SubscriptionsDescription = "Subscriptions are used to track usage of your
2121
const AppsTag = "OpenMeter Apps";
2222
const AppsDescription = "Apps enable you to extend and customize billing and usage workflows by integrating with external systems and services. Apps can automate and enhance your billing ecosystem by supporting capabilities such as synchronizing usage data with third-party platforms, calculating taxes, generating and delivering invoices, handling payment collection, and other billing-related tasks.";
2323

24-
const BillingTag = "OpenMeter Billing";
25-
const BillingDescription = "Billing manages the billing profiles, currencies, cost bases, and invoices for customers.";
24+
const BillingTag = "OpenMeter Billing Settings";
25+
const BillingDescription = "Billing settings manages the billing profiles and invoices for customers.";
2626

2727
const CurrenciesTag = "OpenMeter Currencies";
2828
const CurrenciesDescription = "Currencies and cost bases for customers.";

api/v3/api.gen.go

Lines changed: 86 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v3/openapi.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ tags:
4040
description: Tax codes are used to calculate taxes for customers.
4141
- name: OpenMeter Currencies
4242
description: Currencies and cost bases for customers.
43-
- name: OpenMeter Billing
44-
description: Billing manages the billing profiles, currencies, cost bases, and invoices for customers.
43+
- name: OpenMeter Billing Settings
44+
description: Billing settings manages the billing profiles and invoices for customers.
4545
- name: OpenMeter Apps
4646
description: Apps enable you to extend and customize billing and usage workflows by integrating with external systems and services. Apps can automate and enhance your billing ecosystem by supporting capabilities such as synchronizing usage data with third-party platforms, calculating taxes, generating and delivering invoices, handling payment collection, and other billing-related tasks.
4747
- name: OpenMeter Entitlements
@@ -896,7 +896,7 @@ paths:
896896
'404':
897897
$ref: '#/components/responses/NotFound'
898898
tags:
899-
- OpenMeter Billing
899+
- OpenMeter Billing Settings
900900
x-internal: true
901901
x-unstable: true
902902
post:
@@ -923,7 +923,7 @@ paths:
923923
'403':
924924
$ref: '#/components/responses/Forbidden'
925925
tags:
926-
- OpenMeter Billing
926+
- OpenMeter Billing Settings
927927
requestBody:
928928
required: true
929929
content:
@@ -2411,7 +2411,7 @@ paths:
24112411
'403':
24122412
$ref: '#/components/responses/Forbidden'
24132413
tags:
2414-
- OpenMeter Billing
2414+
- OpenMeter Billing Settings
24152415
post:
24162416
operationId: create-billing-profile
24172417
summary: Create a new billing profile
@@ -2436,7 +2436,7 @@ paths:
24362436
'403':
24372437
$ref: '#/components/responses/Forbidden'
24382438
tags:
2439-
- OpenMeter Billing
2439+
- OpenMeter Billing Settings
24402440
requestBody:
24412441
required: true
24422442
content:
@@ -2470,7 +2470,7 @@ paths:
24702470
'404':
24712471
$ref: '#/components/responses/NotFound'
24722472
tags:
2473-
- OpenMeter Billing
2473+
- OpenMeter Billing Settings
24742474
put:
24752475
operationId: update-billing-profile
24762476
summary: Update a billing profile
@@ -2497,7 +2497,7 @@ paths:
24972497
'404':
24982498
$ref: '#/components/responses/NotFound'
24992499
tags:
2500-
- OpenMeter Billing
2500+
- OpenMeter Billing Settings
25012501
requestBody:
25022502
required: true
25032503
content:
@@ -2533,7 +2533,7 @@ paths:
25332533
'404':
25342534
$ref: '#/components/responses/NotFound'
25352535
tags:
2536-
- OpenMeter Billing
2536+
- OpenMeter Billing Settings
25372537
/openmeter/subscriptions:
25382538
post:
25392539
operationId: create-subscription

0 commit comments

Comments
 (0)