@openmeter/sdk 1.0.0-beta-a5793f09097c → 1.0.0-beta-5672fa69c27d

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.
@@ -975,7 +975,6 @@ export interface paths {
975
975
  * @description Features are either metered or static. A feature is metered if meterSlug is provided at creation.
976
976
  * For metered features you can pass additional filters that will be applied when calculating feature usage, based on the meter's groupBy fields.
977
977
  * Meters with SUM, COUNT, UNIQUE_COUNT and LATEST aggregations are supported for features.
978
- * Features cannot be updated later, only archived.
979
978
  */
980
979
  post: operations['createFeature'];
981
980
  delete?: never;
@@ -5723,7 +5723,6 @@ exports.ListFeaturesQueryParams = zod.object({
5723
5723
  * Features are either metered or static. A feature is metered if meterSlug is provided at creation.
5724
5724
  For metered features you can pass additional filters that will be applied when calculating feature usage, based on the meter's groupBy fields.
5725
5725
  Meters with SUM, COUNT, UNIQUE_COUNT and LATEST aggregations are supported for features.
5726
- Features cannot be updated later, only archived.
5727
5726
  * @summary Create feature
5728
5727
  */
5729
5728
  exports.createFeatureBodyKeyMax = 64;