You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,10 +164,7 @@ bun add firehydrant-typescript-sdk
164
164
### Yarn
165
165
166
166
```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
171
168
```
172
169
173
170
> [!NOTE]
@@ -442,7 +439,6 @@ run();
442
439
*[listComments](docs/sdks/conversations/README.md#listcomments) - List comments for a conversation
443
440
*[createComment](docs/sdks/conversations/README.md#createcomment) - Create a conversation comment
444
441
445
-
446
442
### [incidents](docs/sdks/incidents/README.md)
447
443
448
444
*[listIncidents](docs/sdks/incidents/README.md#listincidents) - List incidents
@@ -684,6 +680,7 @@ run();
684
680
*[getScimGroup](docs/sdks/scim/README.md#getscimgroup) - Get a SCIM group
685
681
*[updateScimGroup](docs/sdks/scim/README.md#updatescimgroup) - Update a SCIM group and assign members
686
682
*[deleteScimGroup](docs/sdks/scim/README.md#deletescimgroup) - Delete a SCIM group
683
+
*[patchScimGroup](docs/sdks/scim/README.md#patchscimgroup) - Partially update a SCIM group
687
684
*[listScimGroups](docs/sdks/scim/README.md#listscimgroups) - List SCIM groups
688
685
*[createScimGroup](docs/sdks/scim/README.md#createscimgroup) - Create a SCIM group and assign members
689
686
*[getScimUser](docs/sdks/scim/README.md#getscimuser) - Get a SCIM user
@@ -1178,6 +1175,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
1178
1175
-[`scimGetSCIMUser`](docs/sdks/scim/README.md#getscimuser) - Get a SCIM user
1179
1176
-[`scimListSCIMGroups`](docs/sdks/scim/README.md#listscimgroups) - List SCIM groups
1180
1177
-[`scimListSCIMUsers`](docs/sdks/scim/README.md#listscimusers) - List SCIM users
1178
+
-[`scimPatchSCIMGroup`](docs/sdks/scim/README.md#patchscimgroup) - Partially update a SCIM group
1181
1179
-[`scimPatchSCIMUser`](docs/sdks/scim/README.md#patchscimuser) - Update a User from SCIM data
1182
1180
-[`scimUpdateSCIMGroup`](docs/sdks/scim/README.md#updatescimgroup) - Update a SCIM group and assign members
1183
1181
-[`scimUpdateSCIMUser`](docs/sdks/scim/README.md#updatescimuser) - Update a User from SCIM data
@@ -1493,7 +1491,7 @@ run();
1493
1491
1494
1492
1495
1493
**Inherit from [`FirehydrantError`](./src/models/errors/firehydranterror.ts)**:
1496
-
*[`ErrorEntity`](./src/models/errors/errorentity.ts): ErrorEntity model. Applicable to 12 of 449 methods.*
1494
+
*[`ErrorEntity`](./src/models/errors/errorentity.ts): ErrorEntity model. Applicable to 12 of 450 methods.*
1497
1495
*[`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.
0 commit comments