Changeset 3458567
- Timestamp:
- 02/11/2026 12:43:09 AM (4 weeks ago)
- Location:
- music-store/tags/1.3.0/ms-addons/square-addon
- Files:
-
- 291 added
-
. (added)
-
vendor (added)
-
vendor/apimatic (added)
-
vendor/apimatic/core (added)
-
vendor/apimatic/core-interfaces (added)
-
vendor/apimatic/core-interfaces/.github (added)
-
vendor/apimatic/core-interfaces/.github/workflows (added)
-
vendor/apimatic/core-interfaces/.github/workflows/dependency-review.yml (added)
-
vendor/apimatic/core-interfaces/.github/workflows/release.yml (added)
-
vendor/apimatic/core-interfaces/.gitignore (added)
-
vendor/apimatic/core-interfaces/LICENSE (added)
-
vendor/apimatic/core-interfaces/README.md (added)
-
vendor/apimatic/core-interfaces/composer.json (added)
-
vendor/apimatic/core-interfaces/composer.lock (added)
-
vendor/apimatic/core-interfaces/src (added)
-
vendor/apimatic/core-interfaces/src/Core (added)
-
vendor/apimatic/core-interfaces/src/Core/Authentication (added)
-
vendor/apimatic/core-interfaces/src/Core/Authentication/AuthGroup.php (added)
-
vendor/apimatic/core-interfaces/src/Core/Authentication/AuthInterface.php (added)
-
vendor/apimatic/core-interfaces/src/Core/ContextInterface.php (added)
-
vendor/apimatic/core-interfaces/src/Core/Format.php (added)
-
vendor/apimatic/core-interfaces/src/Core/Request (added)
-
vendor/apimatic/core-interfaces/src/Core/Request/ParamInterface.php (added)
-
vendor/apimatic/core-interfaces/src/Core/Request/RequestArraySerialization.php (added)
-
vendor/apimatic/core-interfaces/src/Core/Request/RequestInterface.php (added)
-
vendor/apimatic/core-interfaces/src/Core/Request/RequestMethod.php (added)
-
vendor/apimatic/core-interfaces/src/Core/Request/RequestSetterInterface.php (added)
-
vendor/apimatic/core-interfaces/src/Core/Request/TypeValidatorInterface.php (added)
-
vendor/apimatic/core-interfaces/src/Core/Response (added)
-
vendor/apimatic/core-interfaces/src/Core/Response/ResponseInterface.php (added)
-
vendor/apimatic/core-interfaces/src/Http (added)
-
vendor/apimatic/core-interfaces/src/Http/HttpClientInterface.php (added)
-
vendor/apimatic/core-interfaces/src/Http/HttpConfigurations.php (added)
-
vendor/apimatic/core-interfaces/src/Http/RetryOption.php (added)
-
vendor/apimatic/core-interfaces/src/Sdk (added)
-
vendor/apimatic/core-interfaces/src/Sdk/ConverterInterface.php (added)
-
vendor/apimatic/core-interfaces/src/Sdk/ExceptionInterface.php (added)
-
vendor/apimatic/core/.github (added)
-
vendor/apimatic/core/.github/ISSUE_TEMPLATE (added)
-
vendor/apimatic/core/.github/ISSUE_TEMPLATE/bug-report.md (added)
-
vendor/apimatic/core/.github/pull_request_template.md (added)
-
vendor/apimatic/core/.github/workflows (added)
-
vendor/apimatic/core/.github/workflows/dependency-review.yml (added)
-
vendor/apimatic/core/.github/workflows/release.yml (added)
-
vendor/apimatic/core/.github/workflows/test.yml (added)
-
vendor/apimatic/core/.gitignore (added)
-
vendor/apimatic/core/.phan (added)
-
vendor/apimatic/core/.phan/config.php (added)
-
vendor/apimatic/core/LICENSE (added)
-
vendor/apimatic/core/README.md (added)
-
vendor/apimatic/core/composer.json (added)
-
vendor/apimatic/core/composer.lock (added)
-
vendor/apimatic/core/phpcs-ruleset.xml (added)
-
vendor/apimatic/core/phpunit.xml (added)
-
vendor/apimatic/core/src (added)
-
vendor/apimatic/core/src/ApiCall.php (added)
-
vendor/apimatic/core/src/Authentication (added)
-
vendor/apimatic/core/src/Authentication/Auth.php (added)
-
vendor/apimatic/core/src/Authentication/CoreAuth.php (added)
-
vendor/apimatic/core/src/Client.php (added)
-
vendor/apimatic/core/src/ClientBuilder.php (added)
-
vendor/apimatic/core/src/Exceptions (added)
-
vendor/apimatic/core/src/Exceptions/AuthValidationException.php (added)
-
vendor/apimatic/core/src/Request (added)
-
vendor/apimatic/core/src/Request/Parameters (added)
-
vendor/apimatic/core/src/Request/Parameters/AdditionalFormParams.php (added)
-
vendor/apimatic/core/src/Request/Parameters/AdditionalHeaderParams.php (added)
-
vendor/apimatic/core/src/Request/Parameters/AdditionalQueryParams.php (added)
-
vendor/apimatic/core/src/Request/Parameters/BodyParam.php (added)
-
vendor/apimatic/core/src/Request/Parameters/EncodedParam.php (added)
-
vendor/apimatic/core/src/Request/Parameters/FormParam.php (added)
-
vendor/apimatic/core/src/Request/Parameters/HeaderParam.php (added)
-
vendor/apimatic/core/src/Request/Parameters/MultipleParams.php (added)
-
vendor/apimatic/core/src/Request/Parameters/Parameter.php (added)
-
vendor/apimatic/core/src/Request/Parameters/QueryParam.php (added)
-
vendor/apimatic/core/src/Request/Parameters/TemplateParam.php (added)
-
vendor/apimatic/core/src/Request/Request.php (added)
-
vendor/apimatic/core/src/Request/RequestBuilder.php (added)
-
vendor/apimatic/core/src/Response (added)
-
vendor/apimatic/core/src/Response/Context.php (added)
-
vendor/apimatic/core/src/Response/ResponseError.php (added)
-
vendor/apimatic/core/src/Response/ResponseHandler.php (added)
-
vendor/apimatic/core/src/Response/Types (added)
-
vendor/apimatic/core/src/Response/Types/DeserializableType.php (added)
-
vendor/apimatic/core/src/Response/Types/ErrorType.php (added)
-
vendor/apimatic/core/src/Response/Types/ResponseMultiType.php (added)
-
vendor/apimatic/core/src/Response/Types/ResponseType.php (added)
-
vendor/apimatic/core/src/TestCase (added)
-
vendor/apimatic/core/src/TestCase/BodyMatchers (added)
-
vendor/apimatic/core/src/TestCase/BodyMatchers/BodyComparator.php (added)
-
vendor/apimatic/core/src/TestCase/BodyMatchers/BodyMatcher.php (added)
-
vendor/apimatic/core/src/TestCase/BodyMatchers/KeysAndValuesBodyMatcher.php (added)
-
vendor/apimatic/core/src/TestCase/BodyMatchers/KeysBodyMatcher.php (added)
-
vendor/apimatic/core/src/TestCase/BodyMatchers/NativeBodyMatcher.php (added)
-
vendor/apimatic/core/src/TestCase/BodyMatchers/RawBodyMatcher.php (added)
-
vendor/apimatic/core/src/TestCase/CoreTestCase.php (added)
-
vendor/apimatic/core/src/TestCase/HeadersMatcher.php (added)
-
vendor/apimatic/core/src/TestCase/StatusCodeMatcher.php (added)
-
vendor/apimatic/core/src/TestCase/TestParam.php (added)
-
vendor/apimatic/core/src/Types (added)
-
vendor/apimatic/core/src/Types/CallbackCatcher.php (added)
-
vendor/apimatic/core/src/Types/Sdk (added)
-
vendor/apimatic/core/src/Types/Sdk/CoreApiResponse.php (added)
-
vendor/apimatic/core/src/Types/Sdk/CoreCallback.php (added)
-
vendor/apimatic/core/src/Types/Sdk/CoreContext.php (added)
-
vendor/apimatic/core/src/Types/Sdk/CoreFileWrapper.php (added)
-
vendor/apimatic/core/src/Types/Sdk/CoreRequest.php (added)
-
vendor/apimatic/core/src/Types/Sdk/CoreResponse.php (added)
-
vendor/apimatic/core/src/Utils (added)
-
vendor/apimatic/core/src/Utils/CoreHelper.php (added)
-
vendor/apimatic/core/src/Utils/DateHelper.php (added)
-
vendor/apimatic/core/src/Utils/JsonHelper.php (added)
-
vendor/apimatic/core/src/Utils/XmlDeserializer.php (added)
-
vendor/apimatic/core/src/Utils/XmlSerializer.php (added)
-
vendor/apimatic/core/tests (added)
-
vendor/apimatic/core/tests/ApiCallTest.php (added)
-
vendor/apimatic/core/tests/AuthenticationTest.php (added)
-
vendor/apimatic/core/tests/ClientTest.php (added)
-
vendor/apimatic/core/tests/CoreTestCaseTest.php (added)
-
vendor/apimatic/core/tests/EndToEndTest.php (added)
-
vendor/apimatic/core/tests/Mocking (added)
-
vendor/apimatic/core/tests/Mocking/Authentication (added)
-
vendor/apimatic/core/tests/Mocking/Authentication/FormAuthManager.php (added)
-
vendor/apimatic/core/tests/Mocking/Authentication/HeaderAuthManager.php (added)
-
vendor/apimatic/core/tests/Mocking/Authentication/QueryAuthManager.php (added)
-
vendor/apimatic/core/tests/Mocking/MockConverter.php (added)
-
vendor/apimatic/core/tests/Mocking/MockHelper.php (added)
-
vendor/apimatic/core/tests/Mocking/MockHttpClient.php (added)
-
vendor/apimatic/core/tests/Mocking/Other (added)
-
vendor/apimatic/core/tests/Mocking/Other/MockChild1.php (added)
-
vendor/apimatic/core/tests/Mocking/Other/MockChild2.php (added)
-
vendor/apimatic/core/tests/Mocking/Other/MockChild3.php (added)
-
vendor/apimatic/core/tests/Mocking/Other/MockClass.php (added)
-
vendor/apimatic/core/tests/Mocking/Other/MockException.php (added)
-
vendor/apimatic/core/tests/Mocking/Other/MockException1.php (added)
-
vendor/apimatic/core/tests/Mocking/Other/MockException2.php (added)
-
vendor/apimatic/core/tests/Mocking/Other/MockException3.php (added)
-
vendor/apimatic/core/tests/Mocking/Other/testFile.txt (added)
-
vendor/apimatic/core/tests/Mocking/Response (added)
-
vendor/apimatic/core/tests/Mocking/Response/MockResponse.php (added)
-
vendor/apimatic/core/tests/Mocking/Types (added)
-
vendor/apimatic/core/tests/Mocking/Types/MockApiResponse.php (added)
-
vendor/apimatic/core/tests/Mocking/Types/MockCallback.php (added)
-
vendor/apimatic/core/tests/Mocking/Types/MockContext.php (added)
-
vendor/apimatic/core/tests/Mocking/Types/MockCoreResponse.php (added)
-
vendor/apimatic/core/tests/Mocking/Types/MockFileWrapper.php (added)
-
vendor/apimatic/core/tests/Mocking/Types/MockRequest.php (added)
-
vendor/apimatic/core/tests/TypesTest.php (added)
-
vendor/apimatic/core/tests/UtilsTest.php (added)
-
vendor/apimatic/core/tests/bootstrap.php (added)
-
vendor/apimatic/jsonmapper (added)
-
vendor/apimatic/jsonmapper/.gitattributes (added)
-
vendor/apimatic/jsonmapper/.github (added)
-
vendor/apimatic/jsonmapper/.github/workflows (added)
-
vendor/apimatic/jsonmapper/.github/workflows/dependency-review.yml (added)
-
vendor/apimatic/jsonmapper/.github/workflows/release.yml (added)
-
vendor/apimatic/jsonmapper/.github/workflows/test.yml (added)
-
vendor/apimatic/jsonmapper/.gitignore (added)
-
vendor/apimatic/jsonmapper/ChangeLog (added)
-
vendor/apimatic/jsonmapper/README.rst (added)
-
vendor/apimatic/jsonmapper/composer.json (added)
-
vendor/apimatic/jsonmapper/example (added)
-
vendor/apimatic/jsonmapper/example/Address.php (added)
-
vendor/apimatic/jsonmapper/example/Contact.php (added)
-
vendor/apimatic/jsonmapper/example/run.php (added)
-
vendor/apimatic/jsonmapper/example/single.json (added)
-
vendor/apimatic/jsonmapper/package.xml (added)
-
vendor/apimatic/jsonmapper/src (added)
-
vendor/apimatic/jsonmapper/src/AnyOfValidationException.php (added)
-
vendor/apimatic/jsonmapper/src/JsonMapper.php (added)
-
vendor/apimatic/jsonmapper/src/JsonMapperException.php (added)
-
vendor/apimatic/jsonmapper/src/OneOfValidationException.php (added)
-
vendor/apimatic/jsonmapper/src/TypeCombination.php (added)
-
vendor/apimatic/jsonmapper/tests (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/Array.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/Broken.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/ClassWithCtor.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/ComplexClassWithCtor.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/DependencyInjector.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/DerivedClass.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/DerivedClass2.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/FactoryMethod.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/FactoryMethodWithError.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/JsonMapperCommentsDiscardedException.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/JsonMapperForCheckingAllowedPaths.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/Logger.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/MapsWithSetters.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/Php7TypedClass.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/Php7_1TypedClass.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/PrivateWithSetter.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/Simple.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/SimpleBase.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/SimpleBaseWithMissingDiscrimType.php (added)
-
vendor/apimatic/jsonmapper/tests/JsonMapperTest/ValueObject.php (added)
-
vendor/apimatic/jsonmapper/tests/bootstrap.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/MultiTypeJsonMapper.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/MultiTypeTest.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/Atom.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/Car.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/ComplexCaseA.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/ComplexCaseB.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/DateTimeHelper.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/DaysEnum.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/Deer.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/Employee.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/Evening.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/Lion.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/MonthNameEnum.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/MonthNumberEnum.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/Morning.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/Orbit.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/OuterArrayCase.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/Person.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/Postman.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/SimpleCase.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/SimpleCaseA.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/SimpleCaseB.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/Vehicle.php (added)
-
vendor/apimatic/jsonmapper/tests/multitypetest/model/Vehicle2.php (added)
-
vendor/apimatic/jsonmapper/tests/namespacetest (added)
-
vendor/apimatic/jsonmapper/tests/namespacetest/NamespaceTest.php (added)
-
vendor/apimatic/jsonmapper/tests/namespacetest/Unit.php (added)
-
vendor/apimatic/jsonmapper/tests/namespacetest/UnitData.php (added)
-
vendor/apimatic/jsonmapper/tests/namespacetest/model (added)
-
vendor/apimatic/jsonmapper/tests/namespacetest/model/Group.php (added)
-
vendor/apimatic/jsonmapper/tests/namespacetest/model/User.php (added)
-
vendor/apimatic/jsonmapper/tests/namespacetest/model/UserList.php (added)
-
vendor/apimatic/jsonmapper/tests/othernamespace (added)
-
vendor/apimatic/jsonmapper/tests/othernamespace/Foo.php (added)
-
vendor/apimatic/jsonmapper/tests/othernamespace/Programmers.php (added)
-
vendor/apimatic/jsonmapper/tests/phpunit.xml (added)
-
vendor/apimatic/unirest-php (added)
-
vendor/apimatic/unirest-php/.editorconfig (added)
-
vendor/apimatic/unirest-php/.github (added)
-
vendor/apimatic/unirest-php/.github/workflows (added)
-
vendor/apimatic/unirest-php/.github/workflows/dependency-review.yml (added)
-
vendor/apimatic/unirest-php/.github/workflows/php.yml (added)
-
vendor/apimatic/unirest-php/.github/workflows/release.yml (added)
-
vendor/apimatic/unirest-php/.gitignore (added)
-
vendor/apimatic/unirest-php/.phan (added)
-
vendor/apimatic/unirest-php/.phan/config.php (added)
-
vendor/apimatic/unirest-php/LICENSE (added)
-
vendor/apimatic/unirest-php/README.md (added)
-
vendor/apimatic/unirest-php/composer.json (added)
-
vendor/apimatic/unirest-php/composer.lock (added)
-
vendor/apimatic/unirest-php/phpcs-ruleset.xml (added)
-
vendor/apimatic/unirest-php/phpunit.xml (added)
-
vendor/apimatic/unirest-php/src (added)
-
vendor/apimatic/unirest-php/src/Configuration.php (added)
-
vendor/apimatic/unirest-php/src/HttpClient.php (added)
-
vendor/apimatic/unirest-php/src/Request (added)
-
vendor/apimatic/unirest-php/src/Request/Body.php (added)
-
vendor/apimatic/unirest-php/src/Request/Request.php (added)
-
vendor/apimatic/unirest-php/src/Response.php (added)
-
vendor/apimatic/unirest-php/tests (added)
-
vendor/apimatic/unirest-php/tests/BodyTest.php (added)
-
vendor/apimatic/unirest-php/tests/Mocking (added)
-
vendor/apimatic/unirest-php/tests/Mocking/HttpClientChild.php (added)
-
vendor/apimatic/unirest-php/tests/Mocking/upload.txt (added)
-
vendor/apimatic/unirest-php/tests/RequestTest.php (added)
-
vendor/apimatic/unirest-php/tests/ResponseTest.php (added)
-
vendor/apimatic/unirest-php/tests/bootstrap.php (added)
-
vendor/autoload.php (added)
-
vendor/composer (added)
-
vendor/composer/ClassLoader.php (added)
-
vendor/composer/InstalledVersions.php (added)
-
vendor/composer/LICENSE (added)
-
vendor/composer/autoload_classmap.php (added)
-
vendor/composer/autoload_namespaces.php (added)
-
vendor/composer/autoload_psr4.php (added)
-
vendor/composer/autoload_real.php (added)
-
vendor/composer/autoload_static.php (added)
-
vendor/composer/installed.json (added)
-
vendor/composer/installed.php (added)
-
vendor/composer/platform_check.php (added)
-
vendor/php-jsonpointer (added)
-
vendor/php-jsonpointer/php-jsonpointer (added)
-
vendor/php-jsonpointer/php-jsonpointer/composer.json (added)
-
vendor/php-jsonpointer/php-jsonpointer/src (added)
-
vendor/php-jsonpointer/php-jsonpointer/src/Rs (added)
-
vendor/php-jsonpointer/php-jsonpointer/src/Rs/Json (added)
-
vendor/php-jsonpointer/php-jsonpointer/src/Rs/Json/Pointer (added)
-
vendor/php-jsonpointer/php-jsonpointer/src/Rs/Json/Pointer.php (added)
-
vendor/php-jsonpointer/php-jsonpointer/src/Rs/Json/Pointer/InvalidJsonException.php (added)
-
vendor/php-jsonpointer/php-jsonpointer/src/Rs/Json/Pointer/InvalidPointerException.php (added)
-
vendor/php-jsonpointer/php-jsonpointer/src/Rs/Json/Pointer/NonWalkableJsonException.php (added)
-
vendor/php-jsonpointer/php-jsonpointer/src/Rs/Json/Pointer/NonexistentValueReferencedException.php (added)
Note: See TracChangeset
for help on using the changeset viewer.