File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
- 0.25.0
1
+ 0.25.1
Original file line number Diff line number Diff line change @@ -19,12 +19,15 @@ type (
19
19
Type string `json:"type"`
20
20
Data struct {
21
21
Auth struct {
22
- Type string `json:"type"`
23
- Username string `json:"username"`
24
- Password string `json:"password"`
25
- ApiHost string `json:"apiHost"`
26
- ApiPathPrefix string `json:"apiPathPrefix"`
27
- SshPrivateKey string `json:"sshPrivateKey"`
22
+ Type string `json:"type"`
23
+ Username string `json:"username"`
24
+ Password string `json:"password"`
25
+ ApiHost string `json:"apiHost"`
26
+ ApiPathPrefix string `json:"apiPathPrefix"`
27
+ SshPrivateKey string `json:"sshPrivateKey"`
28
+ AppId string `json:"sshPrivateKey"`
29
+ InstallationId string `json:"installationId"`
30
+ PrivateKey string `json:"privateKey"`
28
31
} `json:"auth"`
29
32
} `json:"data"`
30
33
} `json:"spec"`
You can’t perform that action at this time.
0 commit comments