Skip to content

Commit dd56e04

Browse files
feat(api): api update
1 parent 38542d6 commit dd56e04

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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-2c9291de1fd876908ebe56144e90762ab6e390e3f25102da815ab3fca6335d38.yml
3-
openapi_spec_hash: eabe2d8e58ceed1d61d41fe7a44020ca
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-d661add554c414c758c2ab668ddfe60da8b4c5cd81c44e59ccca1c2c5c91e898.yml
3+
openapi_spec_hash: 3765a1f72610d1018727f51138dfffc3
44
config_hash: 1f73a949b649ecfe6ec68ba1bb459dc2

src/resources/items.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ export namespace Item {
8585
| 'netsuite'
8686
| 'taxjar'
8787
| 'avalara'
88-
| 'anrok';
88+
| 'anrok'
89+
| 'numeral';
8990

9091
external_entity_id: string;
9192
}
@@ -127,7 +128,8 @@ export namespace ItemUpdateParams {
127128
| 'netsuite'
128129
| 'taxjar'
129130
| 'avalara'
130-
| 'anrok';
131+
| 'anrok'
132+
| 'numeral';
131133

132134
external_entity_id: string;
133135
}

0 commit comments

Comments
 (0)