Skip to content

Commit

Permalink
feat: update client vfs
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Jan 9, 2025
1 parent 2f1b8ac commit ad8d0bf
Show file tree
Hide file tree
Showing 165 changed files with 37,901 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Clients/VaultDataManagerClient/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ref: https://github.com/github/gitignore/blob/master/Composer.gitignore

composer.phar
/vendor/

# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock

# php-cs-fixer cache
.php_cs.cache
.php-cs-fixer.cache

# PHPUnit cache
.phpunit.result.cache
38 changes: 38 additions & 0 deletions src/Clients/VaultDataManagerClient/.openapi-generator-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# IMPORTANT: this file is generated with the option `openapiGeneratorIgnoreList` enabled
# (--openapi-generator-ignore-list in CLI for example) so the entries below are pre-populated based
# on the input provided by the users and this file will be overwritten every time when the option is
# enabled (which is the exact opposite of the default behaviour to not overwrite
# .openapi-generator-ignore if the file exists).

# OpenAPI Generator Ignore
# Generated by openapi-generator https://github.com/openapitools/openapi-generator

# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.

# As an example, the C# client generator defines ApiClient.cs.
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
#ApiClient.cs

# You can match any string of characters against a directory, file or extension with a single asterisk (*):
#foo/*/qux
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux

# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
#foo/**/qux
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux

# You can also negate patterns with an exclamation (!).
# For example, you can ignore all files in a docs folder with the file extension .md:
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md

# The following entries are pre-populated based on the input obtained via
# the option `openapiGeneratorIgnoreList` (--openapi-generator-ignore-list in CLI for example).
github
travis.yaml
git_push.sh
.gitlab-ci.yml
.travis.yml
composer.json
162 changes: 162 additions & 0 deletions src/Clients/VaultDataManagerClient/.openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
.gitignore
.php-cs-fixer.dist.php
README.md
docs/Api/ConfigApi.md
docs/Api/FilesApi.md
docs/Api/NodesApi.md
docs/Api/ProfileDataApi.md
docs/Model/AwsCredentialExchangeOperationOK.md
docs/Model/ConsumerMetadataDto.md
docs/Model/CorsAwsCredentialExchangeOK.md
docs/Model/CorsDeleteNodeOK.md
docs/Model/CorsGetConfigOK.md
docs/Model/CorsGetScannedFileInfoOK.md
docs/Model/CorsGetWellKnownJwksOK.md
docs/Model/CorsInitNodesOK.md
docs/Model/CorsListNodeChildrenOK.md
docs/Model/CorsListRootNodeChildrenOK.md
docs/Model/CorsListScannedFilesOK.md
docs/Model/CorsMoveNodeOK.md
docs/Model/CorsPermanentlyDeleteNodeOK.md
docs/Model/CorsRestoreNodeFromTrashbinOK.md
docs/Model/CorsStartFileScanOK.md
docs/Model/CorsUpdateProfileDataOK.md
docs/Model/CreateNodeInput.md
docs/Model/CreateNodeOK.md
docs/Model/DeleteNodeDto.md
docs/Model/EdekInfo.md
docs/Model/GetConfigOK.md
docs/Model/GetDetailedNodeInfoOK.md
docs/Model/GetScannedFileInfoOK.md
docs/Model/InitNodesOK.md
docs/Model/InvalidParameterError.md
docs/Model/InvalidParameterErrorDetailsInner.md
docs/Model/JsonWebKeyDto.md
docs/Model/JsonWebKeySetDto.md
docs/Model/ListNodeChildrenOK.md
docs/Model/ListRootNodeChildrenOK.md
docs/Model/ListScannedFilesOK.md
docs/Model/ListScannedFilesOKScannedFilesInner.md
docs/Model/MoveNodeDto.md
docs/Model/MoveNodeInput.md
docs/Model/NodeDto.md
docs/Model/NodeStatus.md
docs/Model/NodeType.md
docs/Model/NotFoundError.md
docs/Model/QueryProfileDataOK.md
docs/Model/RestoreNodeFromTrashbin.md
docs/Model/StartFileScanInput.md
docs/Model/StartFileScanOK.md
docs/Model/UnexpectedError.md
docs/Model/UpdateNodeInput.md
docs/Model/UpdateProfileDataInput.md
docs/Model/UpdateProfileDataOK.md
lib/Api/ConfigApi.php
lib/Api/FilesApi.php
lib/Api/NodesApi.php
lib/Api/ProfileDataApi.php
lib/ApiException.php
lib/Configuration.php
lib/HeaderSelector.php
lib/InvalidJwtTokenError.php
lib/InvalidParameterError.php
lib/Model/AwsCredentialExchangeOperationOK.php
lib/Model/ConsumerMetadataDto.php
lib/Model/CorsAwsCredentialExchangeOK.php
lib/Model/CorsDeleteNodeOK.php
lib/Model/CorsGetConfigOK.php
lib/Model/CorsGetScannedFileInfoOK.php
lib/Model/CorsGetWellKnownJwksOK.php
lib/Model/CorsInitNodesOK.php
lib/Model/CorsListNodeChildrenOK.php
lib/Model/CorsListRootNodeChildrenOK.php
lib/Model/CorsListScannedFilesOK.php
lib/Model/CorsMoveNodeOK.php
lib/Model/CorsPermanentlyDeleteNodeOK.php
lib/Model/CorsRestoreNodeFromTrashbinOK.php
lib/Model/CorsStartFileScanOK.php
lib/Model/CorsUpdateProfileDataOK.php
lib/Model/CreateNodeInput.php
lib/Model/CreateNodeOK.php
lib/Model/DeleteNodeDto.php
lib/Model/EdekInfo.php
lib/Model/GetConfigOK.php
lib/Model/GetDetailedNodeInfoOK.php
lib/Model/GetScannedFileInfoOK.php
lib/Model/InitNodesOK.php
lib/Model/InvalidParameterError.php
lib/Model/InvalidParameterErrorDetailsInner.php
lib/Model/JsonWebKeyDto.php
lib/Model/JsonWebKeySetDto.php
lib/Model/ListNodeChildrenOK.php
lib/Model/ListRootNodeChildrenOK.php
lib/Model/ListScannedFilesOK.php
lib/Model/ListScannedFilesOKScannedFilesInner.php
lib/Model/ModelInterface.php
lib/Model/MoveNodeDto.php
lib/Model/MoveNodeInput.php
lib/Model/NodeDto.php
lib/Model/NodeStatus.php
lib/Model/NodeType.php
lib/Model/NotFoundError.php
lib/Model/QueryProfileDataOK.php
lib/Model/RestoreNodeFromTrashbin.php
lib/Model/StartFileScanInput.php
lib/Model/StartFileScanOK.php
lib/Model/UnexpectedError.php
lib/Model/UpdateNodeInput.php
lib/Model/UpdateProfileDataInput.php
lib/Model/UpdateProfileDataOK.php
lib/NotFoundError.php
lib/ObjectSerializer.php
phpunit.xml.dist
test/Api/ConfigApiTest.php
test/Api/FilesApiTest.php
test/Api/NodesApiTest.php
test/Api/ProfileDataApiTest.php
test/Model/AwsCredentialExchangeOperationOKTest.php
test/Model/ConsumerMetadataDtoTest.php
test/Model/CorsAwsCredentialExchangeOKTest.php
test/Model/CorsDeleteNodeOKTest.php
test/Model/CorsGetConfigOKTest.php
test/Model/CorsGetScannedFileInfoOKTest.php
test/Model/CorsGetWellKnownJwksOKTest.php
test/Model/CorsInitNodesOKTest.php
test/Model/CorsListNodeChildrenOKTest.php
test/Model/CorsListRootNodeChildrenOKTest.php
test/Model/CorsListScannedFilesOKTest.php
test/Model/CorsMoveNodeOKTest.php
test/Model/CorsPermanentlyDeleteNodeOKTest.php
test/Model/CorsRestoreNodeFromTrashbinOKTest.php
test/Model/CorsStartFileScanOKTest.php
test/Model/CorsUpdateProfileDataOKTest.php
test/Model/CreateNodeInputTest.php
test/Model/CreateNodeOKTest.php
test/Model/DeleteNodeDtoTest.php
test/Model/EdekInfoTest.php
test/Model/GetConfigOKTest.php
test/Model/GetDetailedNodeInfoOKTest.php
test/Model/GetScannedFileInfoOKTest.php
test/Model/InitNodesOKTest.php
test/Model/InvalidParameterErrorDetailsInnerTest.php
test/Model/InvalidParameterErrorTest.php
test/Model/JsonWebKeyDtoTest.php
test/Model/JsonWebKeySetDtoTest.php
test/Model/ListNodeChildrenOKTest.php
test/Model/ListRootNodeChildrenOKTest.php
test/Model/ListScannedFilesOKScannedFilesInnerTest.php
test/Model/ListScannedFilesOKTest.php
test/Model/MoveNodeDtoTest.php
test/Model/MoveNodeInputTest.php
test/Model/NodeDtoTest.php
test/Model/NodeStatusTest.php
test/Model/NodeTypeTest.php
test/Model/NotFoundErrorTest.php
test/Model/QueryProfileDataOKTest.php
test/Model/RestoreNodeFromTrashbinTest.php
test/Model/StartFileScanInputTest.php
test/Model/StartFileScanOKTest.php
test/Model/UnexpectedErrorTest.php
test/Model/UpdateNodeInputTest.php
test/Model/UpdateProfileDataInputTest.php
test/Model/UpdateProfileDataOKTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.9.0
29 changes: 29 additions & 0 deletions src/Clients/VaultDataManagerClient/.php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php

/**
* @generated
* @link https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/HEAD/doc/config.rst
*/
$finder = PhpCsFixer\Finder::create()
->in(__DIR__)
->exclude('vendor')
->exclude('test')
->exclude('tests')
;

$config = new PhpCsFixer\Config();
return $config->setRules([
'@PSR12' => true,
'phpdoc_order' => true,
'array_syntax' => [ 'syntax' => 'short' ],
'strict_comparison' => true,
'strict_param' => true,
'no_trailing_whitespace' => false,
'no_trailing_whitespace_in_comment' => false,
'braces' => false,
'single_blank_line_at_eof' => false,
'blank_line_after_namespace' => false,
'no_leading_import_slash' => false,
])
->setFinder($finder)
;
Loading

0 comments on commit ad8d0bf

Please sign in to comment.