Skip to content

Commit

Permalink
Merge branch 'main' of github.com:saml-to/assume-aws-role-action
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuss committed Oct 8, 2022
2 parents 74a1950 + 2ed25a2 commit a57c0d1
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .openapis
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# This file is *safe* to add to source control and will increase the speed of builds
---
- serviceName: github-sls-rest-api
version: 1.0.70-3
version: 1.0.72-2

21 changes: 17 additions & 4 deletions api/github-sls-rest-api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* github-sls-rest-api
* To generate a JWT token, go to the <a href=\"https://sso.saml.to/auth/jwt.html\" target=\"_blank\">JWT Token Generator</a>
*
* The version of the OpenAPI document: 1.0.70-3
* The version of the OpenAPI document: 1.0.72-2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -1192,9 +1192,22 @@ export interface GithubSlsRestApiPermissionV1 {
'users'?: GithubSlsRestApiUsersV1;
/**
*
* @type {{ [key: string]: GithubSlsRestApiVariableV1; }}
* @type {GithubSlsRestApiProviderConfigV1}
* @memberof GithubSlsRestApiPermissionV1
*/
'provider'?: GithubSlsRestApiProviderConfigV1;
}
/**
*
* @export
* @interface GithubSlsRestApiProviderConfigV1
*/
export interface GithubSlsRestApiProviderConfigV1 {
/**
*
* @type {{ [key: string]: GithubSlsRestApiVariableV1; }}
* @memberof GithubSlsRestApiProviderConfigV1
*/
'variables'?: { [key: string]: GithubSlsRestApiVariableV1; };
}
/**
Expand Down Expand Up @@ -1342,10 +1355,10 @@ export interface GithubSlsRestApiRolesV1 {
'self'?: boolean;
/**
*
* @type {{ [key: string]: GithubSlsRestApiVariableV1; }}
* @type {GithubSlsRestApiProviderConfigV1}
* @memberof GithubSlsRestApiRolesV1
*/
'variables'?: { [key: string]: GithubSlsRestApiVariableV1; };
'provider'?: GithubSlsRestApiProviderConfigV1;
/**
*
* @type {GithubSlsRestApiReposV1}
Expand Down
2 changes: 1 addition & 1 deletion api/github-sls-rest-api/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* github-sls-rest-api
* To generate a JWT token, go to the <a href=\"https://sso.saml.to/auth/jwt.html\" target=\"_blank\">JWT Token Generator</a>
*
* The version of the OpenAPI document: 1.0.70-3
* The version of the OpenAPI document: 1.0.72-2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/github-sls-rest-api/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* github-sls-rest-api
* To generate a JWT token, go to the <a href=\"https://sso.saml.to/auth/jwt.html\" target=\"_blank\">JWT Token Generator</a>
*
* The version of the OpenAPI document: 1.0.70-3
* The version of the OpenAPI document: 1.0.72-2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/github-sls-rest-api/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* github-sls-rest-api
* To generate a JWT token, go to the <a href=\"https://sso.saml.to/auth/jwt.html\" target=\"_blank\">JWT Token Generator</a>
*
* The version of the OpenAPI document: 1.0.70-3
* The version of the OpenAPI document: 1.0.72-2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/github-sls-rest-api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* github-sls-rest-api
* To generate a JWT token, go to the <a href=\"https://sso.saml.to/auth/jwt.html\" target=\"_blank\">JWT Token Generator</a>
*
* The version of the OpenAPI document: 1.0.70-3
* The version of the OpenAPI document: 1.0.72-2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/github-sls-rest-api/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.0.70-3"}
{"version":"1.0.72-2"}
2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saml-to/assume-aws-role-action",
"version": "1.0.11-1",
"version": "1.0.11-2",
"description": "Assume an AWS Role using SAML.to",
"repository": "git@github.com:saml-to/assume-aws-role-action.git",
"author": "Scaffoldly",
Expand Down

0 comments on commit a57c0d1

Please sign in to comment.