Skip to content

Commit

Permalink
regenerate SDK w/ fixed map serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Jan 23, 2024
1 parent 539fcd2 commit 72e8b78
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions STATISTICS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

| SDK Name | Lines of Code |
| -------- | ------------- |
| typescript | 10252 |
| **Total** | 10252 |
| typescript | 10257 |
| **Total** | 10257 |
2 changes: 1 addition & 1 deletion typescript/.konfig/generate-id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7771ad20-34c8-42e0-8fff-bae994129a96
3a84cba2-2933-4307-95e2-25bf1bfe482f
7 changes: 6 additions & 1 deletion typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,12 @@ Update the service configuration on a service group Update services, workers an
const updateResponse = await bellhop.quoteServiceGroups.update({
quoteId: "quoteId_example",
serviceGroupId: "serviceGroupId_example",
service_workers: [{ service_code = TRANSIT, workers = 1 }],
service_workers: [
{
service_code: "string_example",
workers: 1,
},
],
});
```

Expand Down

0 comments on commit 72e8b78

Please sign in to comment.