Skip to content

Commit

Permalink
[sherlock-build] generated from b08627d
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Aug 13, 2024
1 parent b08627d commit f52d828
Show file tree
Hide file tree
Showing 12 changed files with 92 additions and 5 deletions.
3 changes: 3 additions & 0 deletions 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.

3 changes: 3 additions & 0 deletions 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.

31 changes: 31 additions & 0 deletions sherlock-go-client/client/roles/get_api_roles_v3_parameters.go

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.31
## @sherlock-js-client/sherlock@v1.5.32

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].31 --save
npm install @sherlock-js-client/[email protected].32 --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.31",
"version": "v1.5.32",
"description": "OpenAPI client for @sherlock-js-client/sherlock",
"author": "OpenAPI-Generator",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions sherlock-typescript-client/src/apis/RolesApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export interface ApiRolesV3GetRequest {
canBeGlassBrokenByRole?: number;
createdAt?: Date;
defaultGlassBreakDuration?: string;
grantsBroadInstituteGroup?: string;
grantsDevAzureGroup?: string;
grantsDevFirecloudGroup?: string;
grantsProdAzureGroup?: string;
Expand Down Expand Up @@ -92,6 +93,10 @@ export class RolesApi extends runtime.BaseAPI {
queryParameters['defaultGlassBreakDuration'] = requestParameters['defaultGlassBreakDuration'];
}

if (requestParameters['grantsBroadInstituteGroup'] != null) {
queryParameters['grantsBroadInstituteGroup'] = requestParameters['grantsBroadInstituteGroup'];
}

if (requestParameters['grantsDevAzureGroup'] != null) {
queryParameters['grantsDevAzureGroup'] = requestParameters['grantsDevAzureGroup'];
}
Expand Down
8 changes: 8 additions & 0 deletions sherlock-typescript-client/src/models/SherlockRoleV3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ export interface SherlockRoleV3 {
* @memberof SherlockRoleV3
*/
defaultGlassBreakDuration?: string;
/**
*
* @type {string}
* @memberof SherlockRoleV3
*/
grantsBroadInstituteGroup?: string;
/**
*
* @type {string}
Expand Down Expand Up @@ -147,6 +153,7 @@ export function SherlockRoleV3FromJSONTyped(json: any, ignoreDiscriminator: bool
'canBeGlassBrokenByRoleInfo': json['canBeGlassBrokenByRoleInfo'] == null ? undefined : json['canBeGlassBrokenByRoleInfo'],
'createdAt': json['createdAt'] == null ? undefined : (new Date(json['createdAt'])),
'defaultGlassBreakDuration': json['defaultGlassBreakDuration'] == null ? undefined : json['defaultGlassBreakDuration'],
'grantsBroadInstituteGroup': json['grantsBroadInstituteGroup'] == null ? undefined : json['grantsBroadInstituteGroup'],
'grantsDevAzureGroup': json['grantsDevAzureGroup'] == null ? undefined : json['grantsDevAzureGroup'],
'grantsDevFirecloudGroup': json['grantsDevFirecloudGroup'] == null ? undefined : json['grantsDevFirecloudGroup'],
'grantsProdAzureGroup': json['grantsProdAzureGroup'] == null ? undefined : json['grantsProdAzureGroup'],
Expand All @@ -172,6 +179,7 @@ export function SherlockRoleV3ToJSON(value?: SherlockRoleV3 | null): any {
'canBeGlassBrokenByRoleInfo': value['canBeGlassBrokenByRoleInfo'],
'createdAt': value['createdAt'] == null ? undefined : ((value['createdAt']).toISOString()),
'defaultGlassBreakDuration': value['defaultGlassBreakDuration'],
'grantsBroadInstituteGroup': value['grantsBroadInstituteGroup'],
'grantsDevAzureGroup': value['grantsDevAzureGroup'],
'grantsDevFirecloudGroup': value['grantsDevFirecloudGroup'],
'grantsProdAzureGroup': value['grantsProdAzureGroup'],
Expand Down
8 changes: 8 additions & 0 deletions sherlock-typescript-client/src/models/SherlockRoleV3Edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ export interface SherlockRoleV3Edit {
* @memberof SherlockRoleV3Edit
*/
defaultGlassBreakDuration?: string;
/**
*
* @type {string}
* @memberof SherlockRoleV3Edit
*/
grantsBroadInstituteGroup?: string;
/**
*
* @type {string}
Expand Down Expand Up @@ -107,6 +113,7 @@ export function SherlockRoleV3EditFromJSONTyped(json: any, ignoreDiscriminator:
'autoAssignAllUsers': json['autoAssignAllUsers'] == null ? undefined : json['autoAssignAllUsers'],
'canBeGlassBrokenByRole': json['canBeGlassBrokenByRole'] == null ? undefined : json['canBeGlassBrokenByRole'],
'defaultGlassBreakDuration': json['defaultGlassBreakDuration'] == null ? undefined : json['defaultGlassBreakDuration'],
'grantsBroadInstituteGroup': json['grantsBroadInstituteGroup'] == null ? undefined : json['grantsBroadInstituteGroup'],
'grantsDevAzureGroup': json['grantsDevAzureGroup'] == null ? undefined : json['grantsDevAzureGroup'],
'grantsDevFirecloudGroup': json['grantsDevFirecloudGroup'] == null ? undefined : json['grantsDevFirecloudGroup'],
'grantsProdAzureGroup': json['grantsProdAzureGroup'] == null ? undefined : json['grantsProdAzureGroup'],
Expand All @@ -127,6 +134,7 @@ export function SherlockRoleV3EditToJSON(value?: SherlockRoleV3Edit | null): any
'autoAssignAllUsers': value['autoAssignAllUsers'],
'canBeGlassBrokenByRole': value['canBeGlassBrokenByRole'],
'defaultGlassBreakDuration': value['defaultGlassBreakDuration'],
'grantsBroadInstituteGroup': value['grantsBroadInstituteGroup'],
'grantsDevAzureGroup': value['grantsDevAzureGroup'],
'grantsDevFirecloudGroup': value['grantsDevFirecloudGroup'],
'grantsProdAzureGroup': value['grantsProdAzureGroup'],
Expand Down
11 changes: 11 additions & 0 deletions sherlock/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -7007,6 +7007,11 @@ const docTemplate = `{
"name": "defaultGlassBreakDuration",
"in": "query"
},
{
"type": "string",
"name": "grantsBroadInstituteGroup",
"in": "query"
},
{
"type": "string",
"name": "grantsDevAzureGroup",
Expand Down Expand Up @@ -9936,6 +9941,9 @@ const docTemplate = `{
"defaultGlassBreakDuration": {
"type": "string"
},
"grantsBroadInstituteGroup": {
"type": "string"
},
"grantsDevAzureGroup": {
"type": "string"
},
Expand Down Expand Up @@ -9983,6 +9991,9 @@ const docTemplate = `{
"defaultGlassBreakDuration": {
"type": "string"
},
"grantsBroadInstituteGroup": {
"type": "string"
},
"grantsDevAzureGroup": {
"type": "string"
},
Expand Down
11 changes: 11 additions & 0 deletions sherlock/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -7004,6 +7004,11 @@
"name": "defaultGlassBreakDuration",
"in": "query"
},
{
"type": "string",
"name": "grantsBroadInstituteGroup",
"in": "query"
},
{
"type": "string",
"name": "grantsDevAzureGroup",
Expand Down Expand Up @@ -9933,6 +9938,9 @@
"defaultGlassBreakDuration": {
"type": "string"
},
"grantsBroadInstituteGroup": {
"type": "string"
},
"grantsDevAzureGroup": {
"type": "string"
},
Expand Down Expand Up @@ -9980,6 +9988,9 @@
"defaultGlassBreakDuration": {
"type": "string"
},
"grantsBroadInstituteGroup": {
"type": "string"
},
"grantsDevAzureGroup": {
"type": "string"
},
Expand Down
7 changes: 7 additions & 0 deletions sherlock/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1643,6 +1643,8 @@ definitions:
type: string
defaultGlassBreakDuration:
type: string
grantsBroadInstituteGroup:
type: string
grantsDevAzureGroup:
type: string
grantsDevFirecloudGroup:
Expand Down Expand Up @@ -1678,6 +1680,8 @@ definitions:
type: integer
defaultGlassBreakDuration:
type: string
grantsBroadInstituteGroup:
type: string
grantsDevAzureGroup:
type: string
grantsDevFirecloudGroup:
Expand Down Expand Up @@ -6577,6 +6581,9 @@ paths:
- in: query
name: defaultGlassBreakDuration
type: string
- in: query
name: grantsBroadInstituteGroup
type: string
- in: query
name: grantsDevAzureGroup
type: string
Expand Down

0 comments on commit f52d828

Please sign in to comment.