Skip to content

Commit

Permalink
[sherlock-build] generated from ceb5dd0
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Jul 8, 2024
1 parent ceb5dd0 commit 803a827
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 43 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sherlock-go-client/client/models/sherlock_role_v3.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sherlock-go-client/client/models/sherlock_role_v3_edit.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sherlock-typescript-client/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## @sherlock-js-client/sherlock@v1.5.11
## @sherlock-js-client/sherlock@v1.5.12

This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:

Expand Down Expand Up @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
_published:_

```
npm install @sherlock-js-client/[email protected].11 --save
npm install @sherlock-js-client/[email protected].12 --save
```

_unPublished (not recommended):_
Expand Down
4 changes: 2 additions & 2 deletions sherlock-typescript-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sherlock-typescript-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sherlock-js-client/sherlock",
"version": "v1.5.11",
"version": "v1.5.12",
"description": "OpenAPI client for @sherlock-js-client/sherlock",
"author": "OpenAPI-Generator",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface SherlockRoleAssignmentV3 {
*/
roleInfo?: object;
/**
*
* If the assignment should be active. This field is only mutable through the API if the role doesn't automatically suspend non-suitable users
* @type {boolean}
* @memberof SherlockRoleAssignmentV3
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface SherlockRoleAssignmentV3Edit {
*/
expiresIn?: string;
/**
*
* If the assignment should be active. This field is only mutable through the API if the role doesn't automatically suspend non-suitable users
* @type {boolean}
* @memberof SherlockRoleAssignmentV3Edit
*/
Expand Down
2 changes: 1 addition & 1 deletion sherlock-typescript-client/src/models/SherlockRoleV3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export interface SherlockRoleV3 {
*/
name?: string;
/**
*
* When true, the "suspended" field on role assignments will be computed by Sherlock based on suitability instead of being a mutable API field
* @type {boolean}
* @memberof SherlockRoleV3
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export interface SherlockRoleV3Edit {
*/
name?: string;
/**
*
* When true, the "suspended" field on role assignments will be computed by Sherlock based on suitability instead of being a mutable API field
* @type {boolean}
* @memberof SherlockRoleV3Edit
*/
Expand Down
13 changes: 8 additions & 5 deletions sherlock/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -6598,7 +6598,7 @@ const docTemplate = `{
},
{
"type": "boolean",
"default": false,
"description": "If the assignment should be active. This field is only mutable through the API if the role doesn't automatically suspend non-suitable users",
"name": "suspended",
"in": "query"
},
Expand Down Expand Up @@ -7027,6 +7027,7 @@ const docTemplate = `{
},
{
"type": "boolean",
"description": "When true, the \"suspended\" field on role assignments will be computed by Sherlock based on suitability instead of being a mutable API field",
"name": "suspendNonSuitableUsers",
"in": "query"
},
Expand Down Expand Up @@ -9822,8 +9823,8 @@ const docTemplate = `{
"type": "object"
},
"suspended": {
"type": "boolean",
"default": false
"description": "If the assignment should be active. This field is only mutable through the API if the role doesn't automatically suspend non-suitable users",
"type": "boolean"
},
"userInfo": {
"type": "object"
Expand All @@ -9842,8 +9843,8 @@ const docTemplate = `{
"type": "string"
},
"suspended": {
"type": "boolean",
"default": false
"description": "If the assignment should be active. This field is only mutable through the API if the role doesn't automatically suspend non-suitable users",
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -9894,6 +9895,7 @@ const docTemplate = `{
"type": "string"
},
"suspendNonSuitableUsers": {
"description": "When true, the \"suspended\" field on role assignments will be computed by Sherlock based on suitability instead of being a mutable API field",
"type": "boolean"
},
"updatedAt": {
Expand Down Expand Up @@ -9933,6 +9935,7 @@ const docTemplate = `{
"type": "string"
},
"suspendNonSuitableUsers": {
"description": "When true, the \"suspended\" field on role assignments will be computed by Sherlock based on suitability instead of being a mutable API field",
"type": "boolean"
}
}
Expand Down
13 changes: 8 additions & 5 deletions sherlock/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -6594,7 +6594,7 @@
},
{
"type": "boolean",
"default": false,
"description": "If the assignment should be active. This field is only mutable through the API if the role doesn't automatically suspend non-suitable users",
"name": "suspended",
"in": "query"
},
Expand Down Expand Up @@ -7023,6 +7023,7 @@
},
{
"type": "boolean",
"description": "When true, the \"suspended\" field on role assignments will be computed by Sherlock based on suitability instead of being a mutable API field",
"name": "suspendNonSuitableUsers",
"in": "query"
},
Expand Down Expand Up @@ -9818,8 +9819,8 @@
"type": "object"
},
"suspended": {
"type": "boolean",
"default": false
"description": "If the assignment should be active. This field is only mutable through the API if the role doesn't automatically suspend non-suitable users",
"type": "boolean"
},
"userInfo": {
"type": "object"
Expand All @@ -9838,8 +9839,8 @@
"type": "string"
},
"suspended": {
"type": "boolean",
"default": false
"description": "If the assignment should be active. This field is only mutable through the API if the role doesn't automatically suspend non-suitable users",
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -9890,6 +9891,7 @@
"type": "string"
},
"suspendNonSuitableUsers": {
"description": "When true, the \"suspended\" field on role assignments will be computed by Sherlock based on suitability instead of being a mutable API field",
"type": "boolean"
},
"updatedAt": {
Expand Down Expand Up @@ -9929,6 +9931,7 @@
"type": "string"
},
"suspendNonSuitableUsers": {
"description": "When true, the \"suspended\" field on role assignments will be computed by Sherlock based on suitability instead of being a mutable API field",
"type": "boolean"
}
}
Expand Down
20 changes: 16 additions & 4 deletions sherlock/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,8 @@ definitions:
roleInfo:
type: object
suspended:
default: false
description: If the assignment should be active. This field is only mutable
through the API if the role doesn't automatically suspend non-suitable users
type: boolean
userInfo:
type: object
Expand All @@ -1576,7 +1577,8 @@ definitions:
directly)
type: string
suspended:
default: false
description: If the assignment should be active. This field is only mutable
through the API if the role doesn't automatically suspend non-suitable users
type: boolean
type: object
sherlock.RoleV3:
Expand Down Expand Up @@ -1611,6 +1613,9 @@ definitions:
name:
type: string
suspendNonSuitableUsers:
description: When true, the "suspended" field on role assignments will be
computed by Sherlock based on suitability instead of being a mutable API
field
type: boolean
updatedAt:
format: date-time
Expand All @@ -1637,6 +1642,9 @@ definitions:
name:
type: string
suspendNonSuitableUsers:
description: When true, the "suspended" field on role assignments will be
computed by Sherlock based on suitability instead of being a mutable API
field
type: boolean
type: object
sherlock.SlackDeployHookTestRunRequest:
Expand Down Expand Up @@ -6216,7 +6224,8 @@ paths:
in: query
name: expiresIn
type: string
- default: false
- description: If the assignment should be active. This field is only mutable
through the API if the role doesn't automatically suspend non-suitable users
in: query
name: suspended
type: boolean
Expand Down Expand Up @@ -6522,7 +6531,10 @@ paths:
- in: query
name: name
type: string
- in: query
- description: When true, the "suspended" field on role assignments will be
computed by Sherlock based on suitability instead of being a mutable API
field
in: query
name: suspendNonSuitableUsers
type: boolean
- format: date-time
Expand Down

0 comments on commit 803a827

Please sign in to comment.