Skip to content

Commit 3f0ae55

Browse files
committed
guard-rails-api-client -> guardrails-api-client
1 parent c9d9340 commit 3f0ae55

File tree

78 files changed

+4
-7396
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+4
-7396
lines changed

.github/workflows/build-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
# The arguments for the `git add` command (see the paragraph below for more info)
4444
# Default: '.'
45-
add: 'open-api-spec.yml guard-rails-api-client'
45+
add: 'open-api-spec.yml guardrails-api-client'
4646

4747
# The name of the user that will be displayed as the author of the commit.
4848
# Default: depends on the default_author input

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
open-api-spec.yml
2-
guard-rails-api-client
2+
guardrails-api-client
33
.venv

build-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
python3 -m pip install openapi-python-client;
33
version=$(yq '.info.version' open-api-spec.yml);
4-
rm -rf ./guard-rails-api-client;
4+
rm -rf ./guardrails-api-client;
55
openapi-python-client generate --config ./config.json --path ./open-api-spec.yml --meta setup;

guard-rails-api-client/.gitignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

guard-rails-api-client/README.md

Lines changed: 0 additions & 111 deletions
This file was deleted.

guard-rails-api-client/guard_rails_api_client/__init__.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

guard-rails-api-client/guard_rails_api_client/api/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

guard-rails-api-client/guard_rails_api_client/api/default/__init__.py

Whitespace-only changes.

guard-rails-api-client/guard_rails_api_client/api/default/delete_ingested_document.py

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)