Skip to content

Commit dbb2b79

Browse files
feat(api): api update
1 parent 7205e58 commit dbb2b79

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 118
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-b330498c2bfb80605f4c406e8b228c0a4ece85247b21f62f93273a00abb53d35.yml
3-
openapi_spec_hash: 16a82d0eb23b68218d584e385bee43da
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-26020bd285825dac04bf642a414ea07c786fc6e42ee6bbcf795e11f8db426519.yml
3+
openapi_spec_hash: 897fedec83f0960539b3aa4ec0e3308d
44
config_hash: 1f73a949b649ecfe6ec68ba1bb459dc2

src/resources/shared.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2138,6 +2138,11 @@ export interface MatrixSubLineItem {
21382138
quantity: number;
21392139

21402140
type: 'matrix';
2141+
2142+
/**
2143+
* The scaled quantity for this line item for specific pricing structures
2144+
*/
2145+
scaled_quantity?: number | null;
21412146
}
21422147

21432148
/**

0 commit comments

Comments
 (0)