Skip to content

Commit 09aee02

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.634.2
1 parent cb41179 commit 09aee02

30 files changed

+720
-74
lines changed

.speakeasy/gen.lock

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
lockVersion: 2.0.0
22
id: 6a2d7b70-1321-499a-8677-a99a42c2e4b6
33
management:
4-
docChecksum: b64c9fecb8c502275eece775e517c520
4+
docChecksum: 6bf353565c975f86b348510a236184cb
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.622.1
7-
generationVersion: 2.709.0
8-
releaseVersion: 1.0.14
9-
configChecksum: c40696518835b89b6d86f835b9a87fde
6+
speakeasyVersion: 1.634.2
7+
generationVersion: 2.721.3
8+
releaseVersion: 1.0.15
9+
configChecksum: 9f59d6a437f92fe88d2e4b04b8e142cb
1010
repoURL: https://github.com/firehydrant/firehydrant-typescript-sdk.git
1111
installationURL: https://github.com/firehydrant/firehydrant-typescript-sdk
1212
published: true
1313
features:
1414
typescript:
1515
additionalDependencies: 0.1.0
1616
constsAndDefaults: 0.1.12
17-
core: 3.21.23
17+
core: 3.21.26
1818
defaultEnabledRetries: 0.1.0
1919
devContainers: 2.90.1
2020
enumUnions: 0.1.0
@@ -480,10 +480,12 @@ generatedFiles:
480480
- docs/models/components/nuncconnectionentitypaginated.md
481481
- docs/models/components/nuncemailsubscribersentity.md
482482
- docs/models/components/nuncnuncsubscription.md
483-
- docs/models/components/operation.md
484483
- docs/models/components/organizationscustomfielddefinitionentity.md
485484
- docs/models/components/overrideoncallschedulerotationshifts.md
485+
- docs/models/components/patchscimgroup.md
486+
- docs/models/components/patchscimgroupoperation.md
486487
- docs/models/components/patchscimuser.md
488+
- docs/models/components/patchscimuseroperation.md
487489
- docs/models/components/permissionentitylist.md
488490
- docs/models/components/pongentity.md
489491
- docs/models/components/postmortemspostmortemreportentity.md
@@ -1174,6 +1176,7 @@ generatedFiles:
11741176
- docs/models/operations/orderby.md
11751177
- docs/models/operations/orderdirection.md
11761178
- docs/models/operations/overrideoncallschedulerotationshiftsrequest.md
1179+
- docs/models/operations/patchscimgrouprequest.md
11771180
- docs/models/operations/patchscimuserrequest.md
11781181
- docs/models/operations/previewoncallschedulerotationrequest.md
11791182
- docs/models/operations/previewteamoncallschedulerequest.md
@@ -1637,6 +1640,7 @@ generatedFiles:
16371640
- src/funcs/scimGetSCIMUser.ts
16381641
- src/funcs/scimListSCIMGroups.ts
16391642
- src/funcs/scimListSCIMUsers.ts
1643+
- src/funcs/scimPatchSCIMGroup.ts
16401644
- src/funcs/scimPatchSCIMUser.ts
16411645
- src/funcs/scimUpdateSCIMGroup.ts
16421646
- src/funcs/scimUpdateSCIMUser.ts
@@ -2119,6 +2123,7 @@ generatedFiles:
21192123
- src/mcp-server/tools/scimGetSCIMUser.ts
21202124
- src/mcp-server/tools/scimListSCIMGroups.ts
21212125
- src/mcp-server/tools/scimListSCIMUsers.ts
2126+
- src/mcp-server/tools/scimPatchSCIMGroup.ts
21222127
- src/mcp-server/tools/scimPatchSCIMUser.ts
21232128
- src/mcp-server/tools/scimUpdateSCIMGroup.ts
21242129
- src/mcp-server/tools/scimUpdateSCIMUser.ts
@@ -2524,6 +2529,7 @@ generatedFiles:
25242529
- src/models/components/nuncnuncsubscription.ts
25252530
- src/models/components/organizationscustomfielddefinitionentity.ts
25262531
- src/models/components/overrideoncallschedulerotationshifts.ts
2532+
- src/models/components/patchscimgroup.ts
25272533
- src/models/components/patchscimuser.ts
25282534
- src/models/components/permissionentitylist.ts
25292535
- src/models/components/pongentity.ts
@@ -3017,6 +3023,7 @@ generatedFiles:
30173023
- src/models/operations/listwebhookdeliveries.ts
30183024
- src/models/operations/listwebhooks.ts
30193025
- src/models/operations/overrideoncallschedulerotationshifts.ts
3026+
- src/models/operations/patchscimgroup.ts
30203027
- src/models/operations/patchscimuser.ts
30213028
- src/models/operations/previewoncallschedulerotation.ts
30223029
- src/models/operations/previewteamoncallschedule.ts
@@ -6597,5 +6604,12 @@ examples:
65976604
responses:
65986605
"201":
65996606
application/json: {}
6607+
patch_scim_group:
6608+
speakeasy-default-patch-scim-group:
6609+
parameters:
6610+
path:
6611+
id: "<id>"
6612+
requestBody:
6613+
application/scim+json: {"Operations": [{"op": "<value>", "path": "/var/tmp"}]}
66006614
examplesVersion: 1.0.2
66016615
generatedTests: {}

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ generation:
2525
generateNewTests: false
2626
skipResponseBodyAssertions: false
2727
typescript:
28-
version: 1.0.14
28+
version: 1.0.15
29+
acceptHeaderEnum: true
2930
additionalDependencies:
3031
dependencies: {}
3132
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.622.1
1+
speakeasyVersion: 1.634.2
22
sources:
33
firehydrant-oas:
44
sourceNamespace: firehydrant-oas
5-
sourceRevisionDigest: sha256:3097029d728beac7188b5340a80713f160bd3d6488290b4415fc7f1a3348e939
6-
sourceBlobDigest: sha256:553825ec4442cdfe2386569a5f6e906aca62920de30c20d6abf2766d86e24ca3
5+
sourceRevisionDigest: sha256:843630236118f49909bee155807be61f8f259d5fbe9c55bd8eec3dca454232f0
6+
sourceBlobDigest: sha256:8423863eed45a74e9adf942bb5dac6ec56a4e8875c7e8e56307aaad9cd037767
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1757981266
9+
- speakeasy-sdk-regen-1759450051
1010
- 0.0.1
1111
firehydrant-typescript-sdk-OAS:
1212
sourceNamespace: firehydrant-typescript-sdk-oas
@@ -19,10 +19,10 @@ targets:
1919
firehydrant-typescript-sdk:
2020
source: firehydrant-oas
2121
sourceNamespace: firehydrant-oas
22-
sourceRevisionDigest: sha256:3097029d728beac7188b5340a80713f160bd3d6488290b4415fc7f1a3348e939
23-
sourceBlobDigest: sha256:553825ec4442cdfe2386569a5f6e906aca62920de30c20d6abf2766d86e24ca3
22+
sourceRevisionDigest: sha256:843630236118f49909bee155807be61f8f259d5fbe9c55bd8eec3dca454232f0
23+
sourceBlobDigest: sha256:8423863eed45a74e9adf942bb5dac6ec56a4e8875c7e8e56307aaad9cd037767
2424
codeSamplesNamespace: firehydrant-typescript-sdk-oas-code-samples
25-
codeSamplesRevisionDigest: sha256:fa8d032148e7b6dee8fbb9425ae15657b1ae27f217936e859decdd3a614feaaa
25+
codeSamplesRevisionDigest: sha256:32cb2f670f7ff36bd052eb722465b7a22f0ed7181852de213839d2094b7f01b8
2626
workflow:
2727
workflowVersion: 1.0.0
2828
speakeasyVersion: latest

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,7 @@ bun add firehydrant-typescript-sdk
164164
### Yarn
165165

166166
```bash
167-
yarn add firehydrant-typescript-sdk zod
168-
169-
# Note that Yarn does not install peer dependencies automatically. You will need
170-
# to install zod as shown above.
167+
yarn add firehydrant-typescript-sdk
171168
```
172169

173170
> [!NOTE]
@@ -684,6 +681,7 @@ run();
684681
* [getScimGroup](docs/sdks/scim/README.md#getscimgroup) - Get a SCIM group
685682
* [updateScimGroup](docs/sdks/scim/README.md#updatescimgroup) - Update a SCIM group and assign members
686683
* [deleteScimGroup](docs/sdks/scim/README.md#deletescimgroup) - Delete a SCIM group
684+
* [patchScimGroup](docs/sdks/scim/README.md#patchscimgroup) - Partially update a SCIM group
687685
* [listScimGroups](docs/sdks/scim/README.md#listscimgroups) - List SCIM groups
688686
* [createScimGroup](docs/sdks/scim/README.md#createscimgroup) - Create a SCIM group and assign members
689687
* [getScimUser](docs/sdks/scim/README.md#getscimuser) - Get a SCIM user
@@ -1178,6 +1176,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
11781176
- [`scimGetSCIMUser`](docs/sdks/scim/README.md#getscimuser) - Get a SCIM user
11791177
- [`scimListSCIMGroups`](docs/sdks/scim/README.md#listscimgroups) - List SCIM groups
11801178
- [`scimListSCIMUsers`](docs/sdks/scim/README.md#listscimusers) - List SCIM users
1179+
- [`scimPatchSCIMGroup`](docs/sdks/scim/README.md#patchscimgroup) - Partially update a SCIM group
11811180
- [`scimPatchSCIMUser`](docs/sdks/scim/README.md#patchscimuser) - Update a User from SCIM data
11821181
- [`scimUpdateSCIMGroup`](docs/sdks/scim/README.md#updatescimgroup) - Update a SCIM group and assign members
11831182
- [`scimUpdateSCIMUser`](docs/sdks/scim/README.md#updatescimuser) - Update a User from SCIM data
@@ -1493,7 +1492,7 @@ run();
14931492

14941493

14951494
**Inherit from [`FirehydrantError`](./src/models/errors/firehydranterror.ts)**:
1496-
* [`ErrorEntity`](./src/models/errors/errorentity.ts): ErrorEntity model. Applicable to 12 of 449 methods.*
1495+
* [`ErrorEntity`](./src/models/errors/errorentity.ts): ErrorEntity model. Applicable to 12 of 450 methods.*
14971496
* [`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
14981497

14991498
</details>

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,14 @@ Based on:
236236
### Generated
237237
- [typescript v1.0.14] .
238238
### Releases
239-
- [NPM v1.0.14] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/1.0.14 - .
239+
- [NPM v1.0.14] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/1.0.14 - .
240+
241+
## 2025-10-06 00:07:29
242+
### Changes
243+
Based on:
244+
- OpenAPI Doc
245+
- Speakeasy CLI 1.634.2 (2.721.3) https://github.com/speakeasy-api/speakeasy
246+
### Generated
247+
- [typescript v1.0.15] .
248+
### Releases
249+
- [NPM v1.0.15] https://www.npmjs.com/package/firehydrant-typescript-sdk/v/1.0.15 - .

docs/models/components/createscimuser.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ let value: CreateScimUser = {
2222
| Field | Type | Required | Description |
2323
| ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
2424
| `userName` | *string* | :heavy_check_mark: | A service provider's unique identifier for the user |
25+
| `externalId` | *string* | :heavy_minus_sign: | A unique identifier for the user from the external provisioning system |
2526
| `name` | [components.CreateScimUserName](../../models/components/createscimusername.md) | :heavy_check_mark: | The components of the user's name |
2627
| `emails` | [components.CreateScimUserEmail](../../models/components/createscimuseremail.md)[] | :heavy_check_mark: | Email addresses for the User |
2728
| `roles` | [components.CreateScimUserRoles](../../models/components/createscimuserroles.md) | :heavy_minus_sign: | Roles for the User. Options are owner, member, collaborator, or viewer. Roles may be specified as strings or SCIM role objects. |
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# PatchScimGroup
2+
3+
SCIM endpoint to partially update a Team (Colloquial for Group in the SCIM protocol). Supports adding, removing, or replacing members using SCIM PATCH operations.
4+
5+
## Example Usage
6+
7+
```typescript
8+
import { PatchScimGroup } from "firehydrant-typescript-sdk/models/components";
9+
10+
let value: PatchScimGroup = {
11+
operations: [],
12+
};
13+
```
14+
15+
## Fields
16+
17+
| Field | Type | Required | Description |
18+
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
19+
| `trail` | *string* | :heavy_minus_sign: | An optional trail to log the request |
20+
| `operations` | [components.PatchScimGroupOperation](../../models/components/patchscimgroupoperation.md)[] | :heavy_check_mark: | An array of operations to perform on the group |
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# PatchScimGroupOperation
2+
3+
## Example Usage
4+
5+
```typescript
6+
import { PatchScimGroupOperation } from "firehydrant-typescript-sdk/models/components";
7+
8+
let value: PatchScimGroupOperation = {
9+
op: "<value>",
10+
path: "/lib",
11+
};
12+
```
13+
14+
## Fields
15+
16+
| Field | Type | Required | Description |
17+
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
18+
| `op` | *string* | :heavy_check_mark: | The operation to perform. Options are add, remove, replace |
19+
| `path` | *string* | :heavy_check_mark: | The path to the attribute to be modified |

docs/models/components/patchscimuser.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ let value: PatchScimUser = {
1111
operations: [
1212
{
1313
op: "<value>",
14-
path: "/usr/obj",
1514
},
1615
],
1716
};
1817
```
1918

2019
## Fields
2120

22-
| Field | Type | Required | Description |
23-
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
24-
| `trail` | *string* | :heavy_minus_sign: | An optional trail to log the request |
25-
| `operations` | [components.Operation](../../models/components/operation.md)[] | :heavy_check_mark: | An array of operations to perform on the user |
21+
| Field | Type | Required | Description |
22+
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
23+
| `trail` | *string* | :heavy_minus_sign: | An optional trail to log the request |
24+
| `operations` | [components.PatchScimUserOperation](../../models/components/patchscimuseroperation.md)[] | :heavy_check_mark: | An array of operations to perform on the user |

0 commit comments

Comments
 (0)