Skip to content

Commit d0a5542

Browse files
feat(product_catalog): add support for second as a countable unit (#2375)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 9ca66aa commit d0a5542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages_generated/product_catalog/src/v2alpha1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export type PublicCatalogProductUnitOfMeasureCountableUnit =
5858
| 'minute'
5959
| 'setup'
6060
| 'day'
61+
| 'second'
6162

6263
export interface PublicCatalogProductPropertiesHardwareCPUPhysical {
6364
/**

0 commit comments

Comments
 (0)