Skip to content

Commit

Permalink
Generated Client
Browse files Browse the repository at this point in the history
  • Loading branch information
gbenvenuti committed Oct 30, 2023
1 parent 23ccb47 commit 3e0bd85
Show file tree
Hide file tree
Showing 339 changed files with 111,616 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .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
23 changes: 23 additions & 0 deletions .openapi-generator-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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
226 changes: 226 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -0,0 +1,226 @@
.gitignore
.php-cs-fixer.dist.php
.travis.yml
README.md
composer.json
docs/Api/ApplicationApi.md
docs/Api/AuthenticationApi.md
docs/Api/BackgroundTasksApi.md
docs/Api/EndpointApi.md
docs/Api/EventTypeApi.md
docs/Api/HealthApi.md
docs/Api/IntegrationApi.md
docs/Api/MessageApi.md
docs/Api/MessageAttemptApi.md
docs/Api/StatisticsApi.md
docs/Model/AppPortalAccessIn.md
docs/Model/AppPortalAccessOut.md
docs/Model/AppUsageStatsIn.md
docs/Model/AppUsageStatsOut.md
docs/Model/ApplicationIn.md
docs/Model/ApplicationOut.md
docs/Model/ApplicationPatch.md
docs/Model/ApplicationTokenExpireIn.md
docs/Model/BackgroundTaskOut.md
docs/Model/BackgroundTaskStatus.md
docs/Model/BackgroundTaskType.md
docs/Model/DashboardAccessOut.md
docs/Model/EndpointCreatedEvent.md
docs/Model/EndpointCreatedEventData.md
docs/Model/EndpointDeletedEvent.md
docs/Model/EndpointDeletedEventData.md
docs/Model/EndpointDisabledEvent.md
docs/Model/EndpointDisabledEventData.md
docs/Model/EndpointHeadersIn.md
docs/Model/EndpointHeadersOut.md
docs/Model/EndpointHeadersPatchIn.md
docs/Model/EndpointIn.md
docs/Model/EndpointMessageOut.md
docs/Model/EndpointOut.md
docs/Model/EndpointPatch.md
docs/Model/EndpointSecretOut.md
docs/Model/EndpointSecretRotateIn.md
docs/Model/EndpointStats.md
docs/Model/EndpointTransformationIn.md
docs/Model/EndpointTransformationOut.md
docs/Model/EndpointTransformationSimulateIn.md
docs/Model/EndpointTransformationSimulateOut.md
docs/Model/EndpointUpdate.md
docs/Model/EndpointUpdatedEvent.md
docs/Model/EndpointUpdatedEventData.md
docs/Model/EventExampleIn.md
docs/Model/EventTypeImportOpenApiIn.md
docs/Model/EventTypeImportOpenApiOut.md
docs/Model/EventTypeImportOpenApiOutData.md
docs/Model/EventTypeIn.md
docs/Model/EventTypeOut.md
docs/Model/EventTypePatch.md
docs/Model/EventTypeUpdate.md
docs/Model/ExportEventTypeOut.md
docs/Model/HTTPValidationError.md
docs/Model/HttpErrorOut.md
docs/Model/IntegrationIn.md
docs/Model/IntegrationKeyOut.md
docs/Model/IntegrationOut.md
docs/Model/IntegrationUpdate.md
docs/Model/ListResponseApplicationOut.md
docs/Model/ListResponseBackgroundTaskOut.md
docs/Model/ListResponseEndpointMessageOut.md
docs/Model/ListResponseEndpointOut.md
docs/Model/ListResponseEventTypeOut.md
docs/Model/ListResponseIntegrationOut.md
docs/Model/ListResponseMessageAttemptEndpointOut.md
docs/Model/ListResponseMessageAttemptOut.md
docs/Model/ListResponseMessageEndpointOut.md
docs/Model/ListResponseMessageOut.md
docs/Model/ListResponseTemplateOut.md
docs/Model/MessageAttemptEndpointOut.md
docs/Model/MessageAttemptExhaustedEvent.md
docs/Model/MessageAttemptExhaustedEventData.md
docs/Model/MessageAttemptFailedData.md
docs/Model/MessageAttemptFailingEvent.md
docs/Model/MessageAttemptFailingEventData.md
docs/Model/MessageAttemptOut.md
docs/Model/MessageAttemptRecoveredEvent.md
docs/Model/MessageAttemptRecoveredEventData.md
docs/Model/MessageAttemptTriggerType.md
docs/Model/MessageBroadcastIn.md
docs/Model/MessageBroadcastOut.md
docs/Model/MessageEndpointOut.md
docs/Model/MessageIn.md
docs/Model/MessageOut.md
docs/Model/MessageRawPayloadOut.md
docs/Model/MessageStatus.md
docs/Model/OauthPayloadIn.md
docs/Model/OauthPayloadOut.md
docs/Model/OneTimeTokenIn.md
docs/Model/OneTimeTokenOut.md
docs/Model/Ordering.md
docs/Model/RecoverIn.md
docs/Model/RecoverOut.md
docs/Model/ReplayIn.md
docs/Model/ReplayOut.md
docs/Model/StatusCodeClass.md
docs/Model/TemplateIn.md
docs/Model/TemplateOut.md
docs/Model/TemplatePatch.md
docs/Model/TemplateUpdate.md
docs/Model/TransformationHttpMethod.md
docs/Model/TransformationSimulateIn.md
docs/Model/TransformationSimulateOut.md
docs/Model/TransformationTemplateKind.md
docs/Model/ValidationError.md
git_push.sh
lib/Api/ApplicationApi.php
lib/Api/AuthenticationApi.php
lib/Api/BackgroundTasksApi.php
lib/Api/EndpointApi.php
lib/Api/EventTypeApi.php
lib/Api/HealthApi.php
lib/Api/IntegrationApi.php
lib/Api/MessageApi.php
lib/Api/MessageAttemptApi.php
lib/Api/StatisticsApi.php
lib/ApiException.php
lib/Configuration.php
lib/HeaderSelector.php
lib/Model/AppPortalAccessIn.php
lib/Model/AppPortalAccessOut.php
lib/Model/AppUsageStatsIn.php
lib/Model/AppUsageStatsOut.php
lib/Model/ApplicationIn.php
lib/Model/ApplicationOut.php
lib/Model/ApplicationPatch.php
lib/Model/ApplicationTokenExpireIn.php
lib/Model/BackgroundTaskOut.php
lib/Model/BackgroundTaskStatus.php
lib/Model/BackgroundTaskType.php
lib/Model/DashboardAccessOut.php
lib/Model/EndpointCreatedEvent.php
lib/Model/EndpointCreatedEventData.php
lib/Model/EndpointDeletedEvent.php
lib/Model/EndpointDeletedEventData.php
lib/Model/EndpointDisabledEvent.php
lib/Model/EndpointDisabledEventData.php
lib/Model/EndpointHeadersIn.php
lib/Model/EndpointHeadersOut.php
lib/Model/EndpointHeadersPatchIn.php
lib/Model/EndpointIn.php
lib/Model/EndpointMessageOut.php
lib/Model/EndpointOut.php
lib/Model/EndpointPatch.php
lib/Model/EndpointSecretOut.php
lib/Model/EndpointSecretRotateIn.php
lib/Model/EndpointStats.php
lib/Model/EndpointTransformationIn.php
lib/Model/EndpointTransformationOut.php
lib/Model/EndpointTransformationSimulateIn.php
lib/Model/EndpointTransformationSimulateOut.php
lib/Model/EndpointUpdate.php
lib/Model/EndpointUpdatedEvent.php
lib/Model/EndpointUpdatedEventData.php
lib/Model/EventExampleIn.php
lib/Model/EventTypeImportOpenApiIn.php
lib/Model/EventTypeImportOpenApiOut.php
lib/Model/EventTypeImportOpenApiOutData.php
lib/Model/EventTypeIn.php
lib/Model/EventTypeOut.php
lib/Model/EventTypePatch.php
lib/Model/EventTypeUpdate.php
lib/Model/ExportEventTypeOut.php
lib/Model/HTTPValidationError.php
lib/Model/HttpErrorOut.php
lib/Model/IntegrationIn.php
lib/Model/IntegrationKeyOut.php
lib/Model/IntegrationOut.php
lib/Model/IntegrationUpdate.php
lib/Model/ListResponseApplicationOut.php
lib/Model/ListResponseBackgroundTaskOut.php
lib/Model/ListResponseEndpointMessageOut.php
lib/Model/ListResponseEndpointOut.php
lib/Model/ListResponseEventTypeOut.php
lib/Model/ListResponseIntegrationOut.php
lib/Model/ListResponseMessageAttemptEndpointOut.php
lib/Model/ListResponseMessageAttemptOut.php
lib/Model/ListResponseMessageEndpointOut.php
lib/Model/ListResponseMessageOut.php
lib/Model/ListResponseTemplateOut.php
lib/Model/MessageAttemptEndpointOut.php
lib/Model/MessageAttemptExhaustedEvent.php
lib/Model/MessageAttemptExhaustedEventData.php
lib/Model/MessageAttemptFailedData.php
lib/Model/MessageAttemptFailingEvent.php
lib/Model/MessageAttemptFailingEventData.php
lib/Model/MessageAttemptOut.php
lib/Model/MessageAttemptRecoveredEvent.php
lib/Model/MessageAttemptRecoveredEventData.php
lib/Model/MessageAttemptTriggerType.php
lib/Model/MessageBroadcastIn.php
lib/Model/MessageBroadcastOut.php
lib/Model/MessageEndpointOut.php
lib/Model/MessageIn.php
lib/Model/MessageOut.php
lib/Model/MessageRawPayloadOut.php
lib/Model/MessageStatus.php
lib/Model/ModelInterface.php
lib/Model/OauthPayloadIn.php
lib/Model/OauthPayloadOut.php
lib/Model/OneTimeTokenIn.php
lib/Model/OneTimeTokenOut.php
lib/Model/Ordering.php
lib/Model/RecoverIn.php
lib/Model/RecoverOut.php
lib/Model/ReplayIn.php
lib/Model/ReplayOut.php
lib/Model/StatusCodeClass.php
lib/Model/TemplateIn.php
lib/Model/TemplateOut.php
lib/Model/TemplatePatch.php
lib/Model/TemplateUpdate.php
lib/Model/TransformationHttpMethod.php
lib/Model/TransformationSimulateIn.php
lib/Model/TransformationSimulateOut.php
lib/Model/TransformationTemplateKind.php
lib/Model/ValidationError.php
lib/ObjectSerializer.php
phpunit.xml.dist
1 change: 1 addition & 0 deletions .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.1.0-SNAPSHOT
29 changes: 29 additions & 0 deletions .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)
;
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: php
# Bionic environment has preinstalled PHP from 7.1 to 7.4
# https://docs.travis-ci.com/user/reference/bionic/#php-support
dist: bionic
php:
- 7.4
before_install: "composer install"
script: "vendor/bin/phpunit"
Loading

0 comments on commit 3e0bd85

Please sign in to comment.