Skip to content

Commit 4fa7226

Browse files
committed
3.8.0
1 parent 178113c commit 4fa7226

26 files changed

+3030
-1545
lines changed

access_rules.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

constants.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
// you may not use this file except in compliance with the License.
55
// You may obtain a copy of the License at
66
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
7+
// http://www.apache.org/licenses/LICENSE-2.0
88
//
99
// Unless required by applicable law or agreed to in writing, software
1010
// distributed under the License is distributed on an "AS IS" BASIS,
1111
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
14-
package sdm
15-
14+
//
1615
// This file was generated by constgen. DO NOT EDIT.
1716

17+
package sdm
18+
1819
// Permission Levels, shared by all entities capable of making authenticated requests against StrongDM.
1920
const (
2021
PermissionLevelRootAdmin = "root-admin"

errors.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/v1/account_attachments_history.pb.go

+77-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)