diff --git a/build_proto.rb b/build_proto.rb index 51a1b1b..7d14004 100755 --- a/build_proto.rb +++ b/build_proto.rb @@ -71,6 +71,17 @@ def generate_protos_cmd(path_to_protos, out_dir) result end + +def fix_namespaces(out_dir) + Dir.glob("#{out_dir}/**/*") do |file_name| + if(!File.directory?(file_name)) + file_contents = File.read(file_name); + new_contents = file_contents.gsub("GPBMetadata", "Io\\Token\\GPBMetadata") + File.open(file_name, "w") {|file| file.puts new_contents } + end + end +end + # Fetch the protos. fetch_protos(); @@ -81,9 +92,10 @@ def generate_protos_cmd(path_to_protos, out_dir) system("rm -rf #{dir}/Io"); system("mkdir #{dir}"); -gencommand = generate_protos_cmd("common", dir) + - generate_protos_cmd("common/google/api", dir) + - generate_protos_cmd("extensions", dir) + - generate_protos_cmd("external/gateway", dir); +gencommand = generate_protos_cmd("common", dir)+ + generate_protos_cmd("common/google/api", dir) + + generate_protos_cmd("extensions", dir) + + generate_protos_cmd("external/gateway", dir); -system(gencommand); \ No newline at end of file +system(gencommand); +fix_namespaces(dir); \ No newline at end of file diff --git a/composer.json b/composer.json index e5e1f33..86536c2 100644 --- a/composer.json +++ b/composer.json @@ -33,9 +33,9 @@ "autoload": { "psr-4": { "Test\\": "tests/", - "Tokenio\\": "lib/", + "Io\\Token\\": "lib/", "Google\\": "lib/Proto/Google", - "GPBMetadata\\": "lib/Proto/GPBMetadata", + "Io\\Token\\GPBMetadata\\": "lib/Proto/GPBMetadata", "Io\\": "lib/Proto/Io/" } }, diff --git a/composer.lock b/composer.lock index d374b5f..d16563b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,169 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8ce08d7c55eb665f5a362d649111d023", + "content-hash": "c372c78a14eb904a6923078d58c3f531", "packages": [ - { - "name": "cilex/cilex", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/Cilex/Cilex.git", - "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5", - "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5", - "shasum": "" - }, - "require": { - "cilex/console-service-provider": "1.*", - "php": ">=5.3.3", - "pimple/pimple": "~1.0", - "symfony/finder": "~2.1", - "symfony/process": "~2.1" - }, - "require-dev": { - "phpunit/phpunit": "3.7.*", - "symfony/validator": "~2.1" - }, - "suggest": { - "monolog/monolog": ">=1.0.0", - "symfony/validator": ">=1.0.0", - "symfony/yaml": ">=1.0.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-0": { - "Cilex": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "mike.vanriel@naenius.com" - } - ], - "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components", - "homepage": "http://cilex.github.com", - "keywords": [ - "cli", - "microframework" - ], - "time": "2014-03-29T14:03:13+00:00" - }, - { - "name": "cilex/console-service-provider", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/Cilex/console-service-provider.git", - "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e", - "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "pimple/pimple": "1.*@dev", - "symfony/console": "~2.1" - }, - "require-dev": { - "cilex/cilex": "1.*@dev", - "silex/silex": "1.*@dev" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-0": { - "Cilex\\Provider\\Console": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Beau Simensen", - "email": "beau@dflydev.com", - "homepage": "http://beausimensen.com" - }, - { - "name": "Mike van Riel", - "email": "mike.vanriel@naenius.com" - } - ], - "description": "Console Service Provider", - "keywords": [ - "cilex", - "console", - "pimple", - "service-provider", - "silex" - ], - "time": "2012-12-19T10:50:58+00:00" - }, - { - "name": "container-interop/container-interop", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/container-interop/container-interop.git", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", - "shasum": "" - }, - "require": { - "psr/container": "^1.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Interop\\Container\\": "src/Interop/Container/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", - "homepage": "https://github.com/container-interop/container-interop", - "time": "2017-02-14T19:40:03+00:00" - }, { "name": "doctrine/annotations", - "version": "v1.6.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" + "reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", - "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/fa4c4e861e809d6a1103bd620cce63ed91aedfeb", + "reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb", "shasum": "" }, "require": { @@ -175,12 +26,12 @@ }, "require-dev": { "doctrine/cache": "1.*", - "phpunit/phpunit": "^6.4" + "phpunit/phpunit": "^7.5@dev" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-master": "1.7.x-dev" } }, "autoload": { @@ -193,6 +44,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -201,10 +56,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -221,31 +72,33 @@ "docblock", "parser" ], - "time": "2017-12-06T07:11:42+00:00" + "time": "2019-08-08T18:11:40+00:00" }, { "name": "doctrine/instantiator", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" + "reference": "a2c590166b2133a4633738648b6b064edae0814a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", - "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a", + "reference": "a2c590166b2133a4633738648b6b064edae0814a", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { - "athletic/athletic": "~0.1.8", + "doctrine/coding-standard": "^6.0", "ext-pdo": "*", "ext-phar": "*", - "phpunit/phpunit": "^6.2.3", - "squizlabs/php_codesniffer": "^3.0.2" + "phpbench/phpbench": "^0.13", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-shim": "^0.11", + "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { @@ -270,30 +123,33 @@ } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://github.com/doctrine/instantiator", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], - "time": "2017-07-22T11:58:36+00:00" + "time": "2019-03-17T17:37:11+00:00" }, { "name": "doctrine/lexer", - "version": "v1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" + "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", - "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", + "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", "shasum": "" }, "require": { "php": ">=5.3.2" }, + "require-dev": { + "phpunit/phpunit": "^4.5" + }, "type": "library", "extra": { "branch-alias": { @@ -301,8 +157,8 @@ } }, "autoload": { - "psr-0": { - "Doctrine\\Common\\Lexer\\": "lib/" + "psr-4": { + "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" } }, "notification-url": "https://packagist.org/downloads/", @@ -323,72 +179,29 @@ "email": "schmittjoh@gmail.com" } ], - "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", - "homepage": "http://www.doctrine-project.org", + "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "https://www.doctrine-project.org/projects/lexer.html", "keywords": [ + "annotations", + "docblock", "lexer", - "parser" - ], - "time": "2014-09-09T13:34:57+00:00" - }, - { - "name": "erusev/parsedown", - "version": "1.7.1", - "source": { - "type": "git", - "url": "https://github.com/erusev/parsedown.git", - "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", - "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35" - }, - "type": "library", - "autoload": { - "psr-0": { - "Parsedown": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Emanuil Rusev", - "email": "hello@erusev.com", - "homepage": "http://erusev.com" - } - ], - "description": "Parser for Markdown.", - "homepage": "http://parsedown.org", - "keywords": [ - "markdown", - "parser" + "parser", + "php" ], - "time": "2018-03-08T01:11:30+00:00" + "time": "2019-06-08T11:03:04+00:00" }, { "name": "google/protobuf", - "version": "v3.6.1.3", + "version": "v3.9.1", "source": { "type": "git", - "url": "https://github.com/protocolbuffers/protobuf.git", - "reference": "66dc42d891a4fc8e9190c524fd67961688a37bbe" + "url": "https://github.com/protocolbuffers/protobuf-php.git", + "reference": "4bb1a332b47f618a0a21ad3cc9a43f1c4aaa5b62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/protocolbuffers/protobuf/zipball/66dc42d891a4fc8e9190c524fd67961688a37bbe", - "reference": "66dc42d891a4fc8e9190c524fd67961688a37bbe", + "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/4bb1a332b47f618a0a21ad3cc9a43f1c4aaa5b62", + "reference": "4bb1a332b47f618a0a21ad3cc9a43f1c4aaa5b62", "shasum": "" }, "require": { @@ -403,8 +216,8 @@ "type": "library", "autoload": { "psr-4": { - "Google\\Protobuf\\": "php/src/Google/Protobuf", - "GPBMetadata\\Google\\Protobuf\\": "php/src/GPBMetadata/Google/Protobuf" + "Google\\Protobuf\\": "src/Google/Protobuf", + "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf" } }, "notification-url": "https://packagist.org/downloads/", @@ -416,20 +229,20 @@ "keywords": [ "proto" ], - "time": "2018-12-08T01:32:11+00:00" + "time": "2019-08-06T17:47:34+00:00" }, { "name": "grpc/grpc", - "version": "1.15.0", + "version": "1.22.0", "source": { "type": "git", "url": "https://github.com/grpc/grpc-php.git", - "reference": "1a7cd0dc95a68594b8a8cfbf75ff236383172e2f" + "reference": "88235e786ef9b55fcb049f00c5c5202f8086a299" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grpc/grpc-php/zipball/1a7cd0dc95a68594b8a8cfbf75ff236383172e2f", - "reference": "1a7cd0dc95a68594b8a8cfbf75ff236383172e2f", + "url": "https://api.github.com/repos/grpc/grpc-php/zipball/88235e786ef9b55fcb049f00c5c5202f8086a299", + "reference": "88235e786ef9b55fcb049f00c5c5202f8086a299", "shasum": "" }, "require": { @@ -457,126 +270,7 @@ "keywords": [ "rpc" ], - "time": "2018-09-12T21:49:56+00:00" - }, - { - "name": "herrera-io/json", - "version": "1.0.3", - "source": { - "type": "git", - "url": "https://github.com/kherge-php/json.git", - "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1", - "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1", - "shasum": "" - }, - "require": { - "ext-json": "*", - "justinrainbow/json-schema": ">=1.0,<2.0-dev", - "php": ">=5.3.3", - "seld/jsonlint": ">=1.0,<2.0-dev" - }, - "require-dev": { - "herrera-io/phpunit-test-case": "1.*", - "mikey179/vfsstream": "1.1.0", - "phpunit/phpunit": "3.7.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "files": [ - "src/lib/json_version.php" - ], - "psr-0": { - "Herrera\\Json": "src/lib" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Kevin Herrera", - "email": "kevin@herrera.io", - "homepage": "http://kevin.herrera.io" - } - ], - "description": "A library for simplifying JSON linting and validation.", - "homepage": "http://herrera-io.github.com/php-json", - "keywords": [ - "json", - "lint", - "schema", - "validate" - ], - "abandoned": "kherge/json", - "time": "2013-10-30T16:51:34+00:00" - }, - { - "name": "herrera-io/phar-update", - "version": "1.0.3", - "source": { - "type": "git", - "url": "https://github.com/kherge-abandoned/php-phar-update.git", - "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b", - "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b", - "shasum": "" - }, - "require": { - "herrera-io/json": "1.*", - "kherge/version": "1.*", - "php": ">=5.3.3" - }, - "require-dev": { - "herrera-io/phpunit-test-case": "1.*", - "mikey179/vfsstream": "1.1.0", - "phpunit/phpunit": "3.7.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "files": [ - "src/lib/constants.php" - ], - "psr-0": { - "Herrera\\Phar\\Update": "src/lib" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Kevin Herrera", - "email": "kevin@herrera.io", - "homepage": "http://kevin.herrera.io" - } - ], - "description": "A library for self-updating Phars.", - "homepage": "http://herrera-io.github.com/php-phar-update", - "keywords": [ - "phar", - "update" - ], - "abandoned": true, - "time": "2013-10-30T17:23:01+00:00" + "time": "2019-07-03T19:57:39+00:00" }, { "name": "jms/metadata", @@ -748,271 +442,39 @@ "time": "2017-05-15T08:35:42+00:00" }, { - "name": "justinrainbow/json-schema", - "version": "1.6.1", + "name": "paragonie/random_compat", + "version": "v9.99.99", "source": { "type": "git", - "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341" + "url": "https://github.com/paragonie/random_compat.git", + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341", - "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", "shasum": "" }, "require": { - "php": ">=5.3.29" + "php": "^7" }, "require-dev": { - "json-schema/json-schema-test-suite": "1.1.0", - "phpdocumentor/phpdocumentor": "~2", - "phpunit/phpunit": "~3.7" - }, - "bin": [ - "bin/validate-json" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.6.x-dev" - } + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" }, - "autoload": { - "psr-4": { - "JsonSchema\\": "src/JsonSchema/" - } + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, + "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Bruno Prieto Reis", - "email": "bruno.p.reis@gmail.com" - }, - { - "name": "Justin Rainbow", - "email": "justin.rainbow@gmail.com" - }, - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - }, - { - "name": "Robert Schönthal", - "email": "seroscho@googlemail.com" - } - ], - "description": "A library to validate a json schema.", - "homepage": "https://github.com/justinrainbow/json-schema", - "keywords": [ - "json", - "schema" - ], - "time": "2016-01-25T15:43:01+00:00" - }, - { - "name": "kherge/version", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/kherge-abandoned/Version.git", - "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30", - "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-0": { - "KevinGH\\Version": "src/lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Kevin Herrera", - "email": "me@kevingh.com" - } - ], - "description": "A parsing and comparison library for semantic versioning.", - "homepage": "http://github.com/kherge/Version", - "abandoned": true, - "time": "2012-08-16T17:13:03+00:00" - }, - { - "name": "monolog/monolog", - "version": "1.24.0", - "source": { - "type": "git", - "url": "https://github.com/Seldaek/monolog.git", - "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", - "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", - "shasum": "" - }, - "require": { - "php": ">=5.3.0", - "psr/log": "~1.0" - }, - "provide": { - "psr/log-implementation": "1.0.0" - }, - "require-dev": { - "aws/aws-sdk-php": "^2.4.9 || ^3.0", - "doctrine/couchdb": "~1.0@dev", - "graylog2/gelf-php": "~1.0", - "jakub-onderka/php-parallel-lint": "0.9", - "php-amqplib/php-amqplib": "~2.4", - "php-console/php-console": "^3.1.3", - "phpunit/phpunit": "~4.5", - "phpunit/phpunit-mock-objects": "2.3.0", - "ruflin/elastica": ">=0.90 <3.0", - "sentry/sentry": "^0.13", - "swiftmailer/swiftmailer": "^5.3|^6.0" - }, - "suggest": { - "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", - "doctrine/couchdb": "Allow sending log messages to a CouchDB server", - "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", - "ext-mongo": "Allow sending log messages to a MongoDB server", - "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", - "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", - "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", - "php-console/php-console": "Allow sending log messages to Google Chrome", - "rollbar/rollbar": "Allow sending log messages to Rollbar", - "ruflin/elastica": "Allow sending log messages to an Elastic Search server", - "sentry/sentry": "Allow sending log messages to a Sentry server" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Monolog\\": "src/Monolog" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - } - ], - "description": "Sends your logs to files, sockets, inboxes, databases and various web services", - "homepage": "http://github.com/Seldaek/monolog", - "keywords": [ - "log", - "logging", - "psr-3" - ], - "time": "2018-11-05T09:00:11+00:00" - }, - { - "name": "nikic/php-parser", - "version": "v1.4.1", - "source": { - "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51", - "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51", - "shasum": "" - }, - "require": { - "ext-tokenizer": "*", - "php": ">=5.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-dev" - } - }, - "autoload": { - "files": [ - "lib/bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nikita Popov" - } - ], - "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" - ], - "time": "2015-09-19T14:15:08+00:00" - }, - { - "name": "paragonie/random_compat", - "version": "v9.99.99", - "source": { - "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", - "shasum": "" - }, - "require": { - "php": "^7" - }, - "require-dev": { - "phpunit/phpunit": "4.*|5.*", - "vimeo/psalm": "^1" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." - }, - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", @@ -1155,2137 +617,107 @@ "time": "2015-05-17T12:39:23+00:00" }, { - "name": "phpdocumentor/fileset", - "version": "1.0.0", + "name": "phpoption/phpoption", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/Fileset.git", - "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0" + "url": "https://github.com/schmittjoh/php-option.git", + "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0", - "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", + "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", "shasum": "" }, "require": { - "php": ">=5.3.3", - "symfony/finder": "~2.1" + "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "~3.7" + "phpunit/phpunit": "4.7.*" }, "type": "library", - "autoload": { - "psr-0": { - "phpDocumentor": [ - "src/", - "tests/unit/" - ] + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" } }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Fileset component for collecting a set of files given directories and file paths", - "homepage": "http://www.phpdoc.org", - "keywords": [ - "files", - "fileset", - "phpdoc" - ], - "time": "2013-08-06T21:07:42+00:00" - }, - { - "name": "phpdocumentor/graphviz", - "version": "1.0.4", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/GraphViz.git", - "reference": "a906a90a9f230535f25ea31caf81b2323956283f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f", - "reference": "a906a90a9f230535f25ea31caf81b2323956283f", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "type": "library", "autoload": { "psr-0": { - "phpDocumentor": [ - "src/", - "tests/unit" - ] + "PhpOption\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "Apache2" ], "authors": [ { - "name": "Mike van Riel", - "email": "mike.vanriel@naenius.com" - } - ], - "time": "2016-02-02T13:00:08+00:00" - }, - { - "name": "phpdocumentor/phpdocumentor", - "version": "v2.9.0", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/phpDocumentor2.git", - "reference": "be607da0eef9b9249c43c5b4820d25d631c73667" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/be607da0eef9b9249c43c5b4820d25d631c73667", - "reference": "be607da0eef9b9249c43c5b4820d25d631c73667", - "shasum": "" - }, - "require": { - "cilex/cilex": "~1.0", - "erusev/parsedown": "~1.0", - "herrera-io/phar-update": "1.0.3", - "jms/serializer": ">=0.12", - "monolog/monolog": "~1.6", - "php": ">=5.3.3", - "phpdocumentor/fileset": "~1.0", - "phpdocumentor/graphviz": "~1.0", - "phpdocumentor/reflection": "^3.0", - "phpdocumentor/reflection-docblock": "~2.0", - "symfony/config": "~2.3", - "symfony/console": "~2.3", - "symfony/event-dispatcher": "~2.1", - "symfony/process": "~2.0", - "symfony/stopwatch": "~2.3", - "symfony/validator": "~2.2", - "twig/twig": "~1.3", - "zendframework/zend-cache": "~2.1", - "zendframework/zend-config": "~2.1", - "zendframework/zend-filter": "~2.1", - "zendframework/zend-i18n": "~2.1", - "zendframework/zend-serializer": "~2.1", - "zendframework/zend-servicemanager": "~2.1", - "zendframework/zend-stdlib": "~2.1", - "zetacomponents/document": ">=1.3.1" - }, - "require-dev": { - "behat/behat": "~3.0", - "mikey179/vfsstream": "~1.2", - "mockery/mockery": "~0.9@dev", - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "~1.4", - "symfony/expression-language": "~2.4" - }, - "suggest": { - "ext-twig": "Enabling the twig extension improves the generation of twig based templates.", - "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates." - }, - "bin": [ - "bin/phpdoc.php", - "bin/phpdoc" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-develop": "2.9-dev" - } - }, - "autoload": { - "psr-0": { - "phpDocumentor": [ - "src/", - "tests/unit/" - ], - "Cilex\\Provider": [ - "src/" - ] + "name": "Johannes M. Schmitt", + "email": "schmittjoh@gmail.com" } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" ], - "description": "Documentation Generator for PHP", - "homepage": "http://www.phpdoc.org", + "description": "Option Type for PHP", "keywords": [ - "api", - "application", - "dga", - "documentation", - "phpdoc" + "language", + "option", + "php", + "type" ], - "time": "2016-05-22T09:50:56+00:00" + "time": "2015-07-25T16:39:46+00:00" }, { - "name": "phpdocumentor/reflection", - "version": "3.0.1", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/Reflection.git", - "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d", - "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d", - "shasum": "" - }, - "require": { - "nikic/php-parser": "^1.0", - "php": ">=5.3.3", - "phpdocumentor/reflection-docblock": "~2.0", - "psr/log": "~1.0" - }, - "require-dev": { - "behat/behat": "~2.4", - "mockery/mockery": "~0.8", - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "phpDocumentor": [ - "src/", - "tests/unit/", - "tests/mocks/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Reflection library to do Static Analysis for PHP Projects", - "homepage": "http://www.phpdoc.org", - "keywords": [ - "phpDocumentor", - "phpdoc", - "reflection", - "static analysis" - ], - "time": "2016-05-21T08:42:32+00:00" - }, - { - "name": "phpdocumentor/reflection-docblock", - "version": "2.0.5", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b", - "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "suggest": { - "dflydev/markdown": "~1.0", - "erusev/parsedown": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-0": { - "phpDocumentor": [ - "src/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "mike.vanriel@naenius.com" - } - ], - "time": "2016-01-25T08:17:30+00:00" - }, - { - "name": "phpoption/phpoption", - "version": "1.5.0", - "source": { - "type": "git", - "url": "https://github.com/schmittjoh/php-option.git", - "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", - "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "4.7.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3-dev" - } - }, - "autoload": { - "psr-0": { - "PhpOption\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache2" - ], - "authors": [ - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "Option Type for PHP", - "keywords": [ - "language", - "option", - "php", - "type" - ], - "time": "2015-07-25T16:39:46+00:00" - }, - { - "name": "pimple/pimple", - "version": "v1.1.1", - "source": { - "type": "git", - "url": "https://github.com/silexphp/Pimple.git", - "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d", - "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, - "autoload": { - "psr-0": { - "Pimple": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", - "homepage": "http://pimple.sensiolabs.org", - "keywords": [ - "container", - "dependency injection" - ], - "time": "2013-11-22T08:30:29+00:00" - }, - { - "name": "psr/cache", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Cache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for caching libraries", - "keywords": [ - "cache", - "psr", - "psr-6" - ], - "time": "2016-08-06T20:24:11+00:00" - }, - { - "name": "psr/container", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Container\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", - "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" - ], - "time": "2017-02-14T16:28:37+00:00" - }, - { - "name": "psr/log", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", - "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Log\\": "Psr/Log/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "time": "2018-11-20T15:27:04+00:00" - }, - { - "name": "psr/simple-cache", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/php-fig/simple-cache.git", - "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", - "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\SimpleCache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interfaces for simple caching", - "keywords": [ - "cache", - "caching", - "psr", - "psr-16", - "simple-cache" - ], - "time": "2017-10-23T01:57:42+00:00" - }, - { - "name": "seld/jsonlint", - "version": "1.7.1", - "source": { - "type": "git", - "url": "https://github.com/Seldaek/jsonlint.git", - "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38", - "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38", - "shasum": "" - }, - "require": { - "php": "^5.3 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" - }, - "bin": [ - "bin/jsonlint" - ], - "type": "library", - "autoload": { - "psr-4": { - "Seld\\JsonLint\\": "src/Seld/JsonLint/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be", - "homepage": "http://seld.be" - } - ], - "description": "JSON Linter", - "keywords": [ - "json", - "linter", - "parser", - "validator" - ], - "time": "2018-01-24T12:46:19+00:00" - }, - { - "name": "stephenhill/base58", - "version": "v1.1.4", - "source": { - "type": "git", - "url": "https://github.com/stephen-hill/base58php.git", - "reference": "75ef7128303def7629d2a4bf9ea9dc378140507c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/stephen-hill/base58php/zipball/75ef7128303def7629d2a4bf9ea9dc378140507c", - "reference": "75ef7128303def7629d2a4bf9ea9dc378140507c", - "shasum": "" - }, - "require-dev": { - "athletic/athletic": "~0.1", - "phpunit/phpunit": "4.*" - }, - "type": "library", - "autoload": { - "psr-4": { - "StephenHill\\": "src/", - "StephenHill\\Benchmarks\\": "benchmarks/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Stephen Hill", - "email": "stephen@gatekiller.co.uk" - } - ], - "description": "Base58 Encoding and Decoding Library for PHP", - "time": "2016-07-20T20:34:07+00:00" - }, - { - "name": "symfony/config", - "version": "v2.8.49", - "source": { - "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "7dd5f5040dc04c118d057fb5886563963eb70011" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/7dd5f5040dc04c118d057fb5886563963eb70011", - "reference": "7dd5f5040dc04c118d057fb5886563963eb70011", - "shasum": "" - }, - "require": { - "php": ">=5.3.9", - "symfony/filesystem": "~2.3|~3.0.0", - "symfony/polyfill-ctype": "~1.8" - }, - "require-dev": { - "symfony/yaml": "~2.7|~3.0.0" - }, - "suggest": { - "symfony/yaml": "To use the yaml reference dumper" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Config\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Config Component", - "homepage": "https://symfony.com", - "time": "2018-11-26T09:38:12+00:00" - }, - { - "name": "symfony/console", - "version": "v2.8.49", - "source": { - "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12", - "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12", - "shasum": "" - }, - "require": { - "php": ">=5.3.9", - "symfony/debug": "^2.7.2|~3.0.0", - "symfony/polyfill-mbstring": "~1.0" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/event-dispatcher": "~2.1|~3.0.0", - "symfony/process": "~2.1|~3.0.0" - }, - "suggest": { - "psr/log-implementation": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/process": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Console Component", - "homepage": "https://symfony.com", - "time": "2018-11-20T15:55:20+00:00" - }, - { - "name": "symfony/debug", - "version": "v3.0.9", - "source": { - "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a", - "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a", - "shasum": "" - }, - "require": { - "php": ">=5.5.9", - "psr/log": "~1.0" - }, - "conflict": { - "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" - }, - "require-dev": { - "symfony/class-loader": "~2.8|~3.0", - "symfony/http-kernel": "~2.8|~3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Debug\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Debug Component", - "homepage": "https://symfony.com", - "time": "2016-07-30T07:22:48+00:00" - }, - { - "name": "symfony/event-dispatcher", - "version": "v2.8.49", - "source": { - "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a77e974a5fecb4398833b0709210e3d5e334ffb0", - "reference": "a77e974a5fecb4398833b0709210e3d5e334ffb0", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "^2.0.5|~3.0.0", - "symfony/dependency-injection": "~2.6|~3.0.0", - "symfony/expression-language": "~2.6|~3.0.0", - "symfony/stopwatch": "~2.3|~3.0.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony EventDispatcher Component", - "homepage": "https://symfony.com", - "time": "2018-11-21T14:20:20+00:00" - }, - { - "name": "symfony/filesystem", - "version": "v3.0.9", - "source": { - "type": "git", - "url": "https://github.com/symfony/filesystem.git", - "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2da5009d9bacbd91d83486aa1f44c793a8c380d", - "reference": "b2da5009d9bacbd91d83486aa1f44c793a8c380d", - "shasum": "" - }, - "require": { - "php": ">=5.5.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Filesystem\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Filesystem Component", - "homepage": "https://symfony.com", - "time": "2016-07-20T05:43:46+00:00" - }, - { - "name": "symfony/finder", - "version": "v2.8.49", - "source": { - "type": "git", - "url": "https://github.com/symfony/finder.git", - "reference": "1444eac52273e345d9b95129bf914639305a9ba4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4", - "reference": "1444eac52273e345d9b95129bf914639305a9ba4", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Finder\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Finder Component", - "homepage": "https://symfony.com", - "time": "2018-11-11T11:18:13+00:00" - }, - { - "name": "symfony/polyfill-ctype", - "version": "v1.10.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", - "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.9-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - }, - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - } - ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "time": "2018-08-06T14:22:27+00:00" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.10.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", - "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.9-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "time": "2018-09-21T13:07:52+00:00" - }, - { - "name": "symfony/process", - "version": "v2.8.49", - "source": { - "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8", - "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Process Component", - "homepage": "https://symfony.com", - "time": "2018-11-11T11:18:13+00:00" - }, - { - "name": "symfony/stopwatch", - "version": "v2.8.49", - "source": { - "type": "git", - "url": "https://github.com/symfony/stopwatch.git", - "reference": "752586c80af8a85aeb74d1ae8202411c68836663" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/752586c80af8a85aeb74d1ae8202411c68836663", - "reference": "752586c80af8a85aeb74d1ae8202411c68836663", - "shasum": "" - }, - "require": { - "php": ">=5.3.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Stopwatch\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Stopwatch Component", - "homepage": "https://symfony.com", - "time": "2018-11-11T11:18:13+00:00" - }, - { - "name": "symfony/translation", - "version": "v3.0.9", - "source": { - "type": "git", - "url": "https://github.com/symfony/translation.git", - "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26", - "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26", - "shasum": "" - }, - "require": { - "php": ">=5.5.9", - "symfony/polyfill-mbstring": "~1.0" - }, - "conflict": { - "symfony/config": "<2.8" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~2.8|~3.0", - "symfony/intl": "~2.8|~3.0", - "symfony/yaml": "~2.8|~3.0" - }, - "suggest": { - "psr/log": "To use logging capability in translator", - "symfony/config": "", - "symfony/yaml": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Translation\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Translation Component", - "homepage": "https://symfony.com", - "time": "2016-07-30T07:22:48+00:00" - }, - { - "name": "symfony/validator", - "version": "v2.8.49", - "source": { - "type": "git", - "url": "https://github.com/symfony/validator.git", - "reference": "d5d2090bba3139d8ddb79959fbf516e87238fe3a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/d5d2090bba3139d8ddb79959fbf516e87238fe3a", - "reference": "d5d2090bba3139d8ddb79959fbf516e87238fe3a", - "shasum": "" - }, - "require": { - "php": ">=5.3.9", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.0", - "symfony/translation": "~2.4|~3.0.0" - }, - "require-dev": { - "doctrine/annotations": "~1.0", - "doctrine/cache": "~1.0", - "egulias/email-validator": "^1.2.1", - "symfony/config": "~2.2|~3.0.0", - "symfony/expression-language": "~2.4|~3.0.0", - "symfony/http-foundation": "~2.3|~3.0.0", - "symfony/intl": "~2.7.25|^2.8.18|~3.2.5", - "symfony/property-access": "~2.3|~3.0.0", - "symfony/yaml": "^2.0.5|~3.0.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", - "doctrine/cache": "For using the default cached annotation reader and metadata cache.", - "egulias/email-validator": "Strict (RFC compliant) email validation", - "symfony/config": "", - "symfony/expression-language": "For using the 2.4 Expression validator", - "symfony/http-foundation": "", - "symfony/intl": "", - "symfony/property-access": "For using the 2.4 Validator API", - "symfony/yaml": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Validator\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Validator Component", - "homepage": "https://symfony.com", - "time": "2018-11-14T14:06:48+00:00" - }, - { - "name": "twig/twig", - "version": "v1.36.0", - "source": { - "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "730c9c4471b5152d23061feb02b03382264c8a15" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/730c9c4471b5152d23061feb02b03382264c8a15", - "reference": "730c9c4471b5152d23061feb02b03382264c8a15", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/polyfill-ctype": "^1.8" - }, - "require-dev": { - "psr/container": "^1.0", - "symfony/debug": "^2.7", - "symfony/phpunit-bridge": "^3.4.19|^4.1.8" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.36-dev" - } - }, - "autoload": { - "psr-0": { - "Twig_": "lib/" - }, - "psr-4": { - "Twig\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - }, - { - "name": "Twig Team", - "homepage": "https://twig.symfony.com/contributors", - "role": "Contributors" - } - ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "https://twig.symfony.com", - "keywords": [ - "templating" - ], - "time": "2018-12-16T10:34:11+00:00" - }, - { - "name": "zendframework/zend-cache", - "version": "2.8.2", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-cache.git", - "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/4983dff629956490c78b88adcc8ece4711d7d8a3", - "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0", - "psr/cache": "^1.0", - "psr/simple-cache": "^1.0", - "zendframework/zend-eventmanager": "^2.6.3 || ^3.2", - "zendframework/zend-servicemanager": "^2.7.8 || ^3.3", - "zendframework/zend-stdlib": "^2.7.7 || ^3.1" - }, - "provide": { - "psr/cache-implementation": "1.0", - "psr/simple-cache-implementation": "1.0" - }, - "require-dev": { - "cache/integration-tests": "^0.16", - "phpbench/phpbench": "^0.13", - "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", - "zendframework/zend-coding-standard": "~1.0.0", - "zendframework/zend-serializer": "^2.6", - "zendframework/zend-session": "^2.7.4" - }, - "suggest": { - "ext-apc": "APC or compatible extension, to use the APC storage adapter", - "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter", - "ext-dba": "DBA, to use the DBA storage adapter", - "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter", - "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter", - "ext-mongo": "Mongo, to use MongoDb storage adapter", - "ext-mongodb": "MongoDB, to use the ExtMongoDb storage adapter", - "ext-redis": "Redis, to use Redis storage adapter", - "ext-wincache": "WinCache, to use the WinCache storage adapter", - "ext-xcache": "XCache, to use the XCache storage adapter", - "mongodb/mongodb": "Required for use with the ext-mongodb adapter", - "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement", - "zendframework/zend-serializer": "Zend\\Serializer component", - "zendframework/zend-session": "Zend\\Session component" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8.x-dev", - "dev-develop": "2.9.x-dev" - }, - "zf": { - "component": "Zend\\Cache", - "config-provider": "Zend\\Cache\\ConfigProvider" - } - }, - "autoload": { - "files": [ - "autoload/patternPluginManagerPolyfill.php" - ], - "psr-4": { - "Zend\\Cache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output", - "keywords": [ - "ZendFramework", - "cache", - "psr-16", - "psr-6", - "zf" - ], - "time": "2018-05-01T21:58:00+00:00" - }, - { - "name": "zendframework/zend-config", - "version": "2.6.0", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-config.git", - "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d", - "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d", - "shasum": "" - }, - "require": { - "php": "^5.5 || ^7.0", - "zendframework/zend-stdlib": "^2.7 || ^3.0" - }, - "require-dev": { - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-filter": "^2.6", - "zendframework/zend-i18n": "^2.5", - "zendframework/zend-json": "^2.6.1", - "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" - }, - "suggest": { - "zendframework/zend-filter": "Zend\\Filter component", - "zendframework/zend-i18n": "Zend\\I18n component", - "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes", - "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6-dev", - "dev-develop": "2.7-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Config\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides a nested object property based user interface for accessing this configuration data within application code", - "homepage": "https://github.com/zendframework/zend-config", - "keywords": [ - "config", - "zf2" - ], - "time": "2016-02-04T23:01:10+00:00" - }, - { - "name": "zendframework/zend-eventmanager", - "version": "3.2.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-eventmanager.git", - "reference": "a5e2583a211f73604691586b8406ff7296a946dd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd", - "reference": "a5e2583a211f73604691586b8406ff7296a946dd", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0" - }, - "require-dev": { - "athletic/athletic": "^0.1", - "container-interop/container-interop": "^1.1.0", - "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", - "zendframework/zend-coding-standard": "~1.0.0", - "zendframework/zend-stdlib": "^2.7.3 || ^3.0" - }, - "suggest": { - "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", - "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.2-dev", - "dev-develop": "3.3-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\EventManager\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Trigger and listen to events within a PHP application", - "homepage": "https://github.com/zendframework/zend-eventmanager", - "keywords": [ - "event", - "eventmanager", - "events", - "zf2" - ], - "time": "2018-04-25T15:33:34+00:00" - }, - { - "name": "zendframework/zend-filter", - "version": "2.9.1", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-filter.git", - "reference": "1c3e6d02f9cd5f6c929c9859498f5efbe216e86f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/1c3e6d02f9cd5f6c929c9859498f5efbe216e86f", - "reference": "1c3e6d02f9cd5f6c929c9859498f5efbe216e86f", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0", - "zendframework/zend-stdlib": "^2.7.7 || ^3.1" - }, - "conflict": { - "zendframework/zend-validator": "<2.10.1" - }, - "require-dev": { - "pear/archive_tar": "^1.4.3", - "phpunit/phpunit": "^5.7.23 || ^6.4.3", - "psr/http-factory": "^1.0", - "zendframework/zend-coding-standard": "~1.0.0", - "zendframework/zend-crypt": "^3.2.1", - "zendframework/zend-servicemanager": "^2.7.8 || ^3.3", - "zendframework/zend-uri": "^2.6" - }, - "suggest": { - "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters", - "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters", - "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality", - "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality", - "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.9.x-dev", - "dev-develop": "2.10.x-dev" - }, - "zf": { - "component": "Zend\\Filter", - "config-provider": "Zend\\Filter\\ConfigProvider" - } - }, - "autoload": { - "psr-4": { - "Zend\\Filter\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides a set of commonly needed data filters", - "keywords": [ - "ZendFramework", - "filter", - "zf" - ], - "time": "2018-12-17T16:00:04+00:00" - }, - { - "name": "zendframework/zend-hydrator", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-hydrator.git", - "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65", - "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65", - "shasum": "" - }, - "require": { - "php": "^5.5 || ^7.0", - "zendframework/zend-stdlib": "^2.7 || ^3.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.0", - "squizlabs/php_codesniffer": "^2.0@dev", - "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", - "zendframework/zend-filter": "^2.6", - "zendframework/zend-inputfilter": "^2.6", - "zendframework/zend-serializer": "^2.6.1", - "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" - }, - "suggest": { - "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage", - "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage", - "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy", - "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-release-1.0": "1.0-dev", - "dev-release-1.1": "1.1-dev", - "dev-master": "2.0-dev", - "dev-develop": "2.1-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Hydrator\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "homepage": "https://github.com/zendframework/zend-hydrator", - "keywords": [ - "hydrator", - "zf2" - ], - "time": "2016-02-18T22:38:26+00:00" - }, - { - "name": "zendframework/zend-i18n", - "version": "2.9.0", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-i18n.git", - "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/6d69af5a04e1a4de7250043cb1322f077a0cdb7f", - "reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0", - "zendframework/zend-stdlib": "^2.7 || ^3.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", - "zendframework/zend-cache": "^2.6.1", - "zendframework/zend-coding-standard": "~1.0.0", - "zendframework/zend-config": "^2.6", - "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", - "zendframework/zend-filter": "^2.6.1", - "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", - "zendframework/zend-validator": "^2.6", - "zendframework/zend-view": "^2.6.3" - }, - "suggest": { - "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP", - "zendframework/zend-cache": "Zend\\Cache component", - "zendframework/zend-config": "Zend\\Config component", - "zendframework/zend-eventmanager": "You should install this package to use the events in the translator", - "zendframework/zend-filter": "You should install this package to use the provided filters", - "zendframework/zend-i18n-resources": "Translation resources", - "zendframework/zend-servicemanager": "Zend\\ServiceManager component", - "zendframework/zend-validator": "You should install this package to use the provided validators", - "zendframework/zend-view": "You should install this package to use the provided view helpers" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.9.x-dev", - "dev-develop": "2.10.x-dev" - }, - "zf": { - "component": "Zend\\I18n", - "config-provider": "Zend\\I18n\\ConfigProvider" - } - }, - "autoload": { - "psr-4": { - "Zend\\I18n\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Provide translations for your application, and filter and validate internationalized values", - "keywords": [ - "ZendFramework", - "i18n", - "zf" - ], - "time": "2018-05-16T16:39:13+00:00" - }, - { - "name": "zendframework/zend-json", - "version": "3.1.0", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-json.git", - "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c", - "reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.7.23 || ^6.4.3", - "zendframework/zend-coding-standard": "~1.0.0", - "zendframework/zend-stdlib": "^2.7.7 || ^3.1" - }, - "suggest": { - "zendframework/zend-json-server": "For implementing JSON-RPC servers", - "zendframework/zend-xml2json": "For converting XML documents to JSON" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.1.x-dev", - "dev-develop": "3.2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Json\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP", - "keywords": [ - "ZendFramework", - "json", - "zf" - ], - "time": "2018-01-04T17:51:34+00:00" - }, - { - "name": "zendframework/zend-serializer", - "version": "2.9.0", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-serializer.git", - "reference": "0172690db48d8935edaf625c4cba38b79719892c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/0172690db48d8935edaf625c4cba38b79719892c", - "reference": "0172690db48d8935edaf625c4cba38b79719892c", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0", - "zendframework/zend-json": "^2.5 || ^3.0", - "zendframework/zend-stdlib": "^2.7 || ^3.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.7.25 || ^6.4.4", - "zendframework/zend-coding-standard": "~1.0.0", - "zendframework/zend-math": "^2.6 || ^3.0", - "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" - }, - "suggest": { - "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization", - "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.9.x-dev", - "dev-develop": "2.10.x-dev" - }, - "zf": { - "component": "Zend\\Serializer", - "config-provider": "Zend\\Serializer\\ConfigProvider" - } - }, - "autoload": { - "psr-4": { - "Zend\\Serializer\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover", - "keywords": [ - "ZendFramework", - "serializer", - "zf" - ], - "time": "2018-05-14T18:45:18+00:00" - }, - { - "name": "zendframework/zend-servicemanager", - "version": "2.7.11", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-servicemanager.git", - "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/99ec9ed5d0f15aed9876433c74c2709eb933d4c7", - "reference": "99ec9ed5d0f15aed9876433c74c2709eb933d4c7", - "shasum": "" - }, - "require": { - "container-interop/container-interop": "~1.0", - "php": "^5.5 || ^7.0" - }, - "require-dev": { - "athletic/athletic": "dev-master", - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-di": "~2.5", - "zendframework/zend-mvc": "~2.5" - }, - "suggest": { - "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services", - "zendframework/zend-di": "Zend\\Di component" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7-dev", - "dev-develop": "3.0-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\ServiceManager\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "homepage": "https://github.com/zendframework/zend-servicemanager", - "keywords": [ - "servicemanager", - "zf2" - ], - "time": "2018-06-22T14:49:54+00:00" - }, - { - "name": "zendframework/zend-stdlib", - "version": "2.7.7", - "source": { - "type": "git", - "url": "https://github.com/zendframework/zend-stdlib.git", - "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f", - "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f", - "shasum": "" - }, - "require": { - "php": "^5.5 || ^7.0", - "zendframework/zend-hydrator": "~1.1" - }, - "require-dev": { - "athletic/athletic": "~0.1", - "fabpot/php-cs-fixer": "1.7.*", - "phpunit/phpunit": "~4.0", - "zendframework/zend-config": "~2.5", - "zendframework/zend-eventmanager": "~2.5", - "zendframework/zend-filter": "~2.5", - "zendframework/zend-inputfilter": "~2.5", - "zendframework/zend-serializer": "~2.5", - "zendframework/zend-servicemanager": "~2.5" - }, - "suggest": { - "zendframework/zend-eventmanager": "To support aggregate hydrator usage", - "zendframework/zend-filter": "To support naming strategy hydrator usage", - "zendframework/zend-serializer": "Zend\\Serializer component", - "zendframework/zend-servicemanager": "To support hydrator plugin manager usage" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-release-2.7": "2.7-dev", - "dev-master": "3.0-dev", - "dev-develop": "3.1-dev" - } - }, - "autoload": { - "psr-4": { - "Zend\\Stdlib\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "homepage": "https://github.com/zendframework/zend-stdlib", - "keywords": [ - "stdlib", - "zf2" - ], - "time": "2016-04-12T21:17:31+00:00" - }, - { - "name": "zetacomponents/base", - "version": "1.9.1", - "source": { - "type": "git", - "url": "https://github.com/zetacomponents/Base.git", - "reference": "489e20235989ddc97fdd793af31ac803972454f1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1", - "reference": "489e20235989ddc97fdd793af31ac803972454f1", - "shasum": "" - }, - "require-dev": { - "phpunit/phpunit": "~5.7", - "zetacomponents/unit-test": "*" - }, - "type": "library", - "autoload": { - "classmap": [ - "src" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Sergey Alexeev" - }, - { - "name": "Sebastian Bergmann" - }, - { - "name": "Jan Borsodi" - }, - { - "name": "Raymond Bosman" - }, - { - "name": "Frederik Holljen" - }, - { - "name": "Kore Nordmann" - }, - { - "name": "Derick Rethans" - }, - { - "name": "Vadym Savchuk" - }, - { - "name": "Tobias Schlitt" - }, - { - "name": "Alexandru Stanoi" - } - ], - "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.", - "homepage": "https://github.com/zetacomponents", - "time": "2017-11-28T11:30:00+00:00" - }, - { - "name": "zetacomponents/document", - "version": "1.3.1", + "name": "stephenhill/base58", + "version": "v1.1.4", "source": { "type": "git", - "url": "https://github.com/zetacomponents/Document.git", - "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8" + "url": "https://github.com/stephen-hill/base58php.git", + "reference": "75ef7128303def7629d2a4bf9ea9dc378140507c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8", - "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8", + "url": "https://api.github.com/repos/stephen-hill/base58php/zipball/75ef7128303def7629d2a4bf9ea9dc378140507c", + "reference": "75ef7128303def7629d2a4bf9ea9dc378140507c", "shasum": "" }, - "require": { - "zetacomponents/base": "*" - }, "require-dev": { - "zetacomponents/unit-test": "dev-master" + "athletic/athletic": "~0.1", + "phpunit/phpunit": "4.*" }, "type": "library", "autoload": { - "classmap": [ - "src" - ] + "psr-4": { + "StephenHill\\": "src/", + "StephenHill\\Benchmarks\\": "benchmarks/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache-2.0" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann" - }, - { - "name": "Kore Nordmann" - }, - { - "name": "Derick Rethans" - }, - { - "name": "Tobias Schlitt" - }, - { - "name": "Alexandru Stanoi" + "name": "Stephen Hill", + "email": "stephen@gatekiller.co.uk" } ], - "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.", - "homepage": "https://github.com/zetacomponents", - "time": "2013-12-19T11:40:00+00:00" + "description": "Base58 Encoding and Decoding Library for PHP", + "time": "2016-07-20T20:34:07+00:00" } ], "packages-dev": [ { "name": "myclabs/deep-copy", - "version": "1.8.1", + "version": "1.9.3", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8" + "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", - "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea", + "reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea", "shasum": "" }, "require": { @@ -3320,7 +752,7 @@ "object", "object graph" ], - "time": "2018-06-11T23:09:50+00:00" + "time": "2019-08-09T12:45:53+00:00" }, { "name": "phar-io/manifest", @@ -3424,18 +856,170 @@ "description": "Library for handling version information and constraints", "time": "2018-07-08T19:19:57+00:00" }, + { + "name": "phpdocumentor/reflection-common", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "phpunit/phpunit": "^4.6" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "time": "2017-09-11T18:02:19+00:00" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "4.3.1", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", + "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c", + "shasum": "" + }, + "require": { + "php": "^7.0", + "phpdocumentor/reflection-common": "^1.0.0", + "phpdocumentor/type-resolver": "^0.4.0", + "webmozart/assert": "^1.0" + }, + "require-dev": { + "doctrine/instantiator": "~1.0.5", + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^6.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "time": "2019-04-30T17:48:53+00:00" + }, + { + "name": "phpdocumentor/type-resolver", + "version": "0.4.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", + "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", + "shasum": "" + }, + "require": { + "php": "^5.5 || ^7.0", + "phpdocumentor/reflection-common": "^1.0" + }, + "require-dev": { + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "^5.2||^4.8.24" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "time": "2017-07-14T14:27:02+00:00" + }, { "name": "phpspec/prophecy", - "version": "1.8.0", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" + "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", - "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76", + "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76", "shasum": "" }, "require": { @@ -3456,8 +1040,8 @@ } }, "autoload": { - "psr-0": { - "Prophecy\\": "src/" + "psr-4": { + "Prophecy\\": "src/Prophecy" } }, "notification-url": "https://packagist.org/downloads/", @@ -3485,7 +1069,7 @@ "spy", "stub" ], - "time": "2018-08-05T17:53:17+00:00" + "time": "2019-06-13T12:50:23+00:00" }, { "name": "phpunit/php-code-coverage", @@ -3643,16 +1227,16 @@ }, { "name": "phpunit/php-timer", - "version": "2.0.0", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f" + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f", - "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", + "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", "shasum": "" }, "require": { @@ -3664,7 +1248,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "2.1-dev" } }, "autoload": { @@ -3688,20 +1272,20 @@ "keywords": [ "timer" ], - "time": "2018-02-01T13:07:23+00:00" + "time": "2019-06-07T04:22:29+00:00" }, { "name": "phpunit/php-token-stream", - "version": "3.0.1", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18" + "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18", - "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e899757bb3df5ff6e95089132f32cd59aac2220a", + "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a", "shasum": "" }, "require": { @@ -3714,7 +1298,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.1-dev" } }, "autoload": { @@ -3737,20 +1321,20 @@ "keywords": [ "tokenizer" ], - "time": "2018-10-30T05:52:18+00:00" + "time": "2019-07-25T05:29:42+00:00" }, { "name": "phpunit/phpunit", - "version": "7.5.1", + "version": "7.5.14", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c23d78776ad415d5506e0679723cb461d71f488f" + "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c23d78776ad415d5506e0679723cb461d71f488f", - "reference": "c23d78776ad415d5506e0679723cb461d71f488f", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2834789aeb9ac182ad69bfdf9ae91856a59945ff", + "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff", "shasum": "" }, "require": { @@ -3768,7 +1352,7 @@ "phpunit/php-code-coverage": "^6.0.7", "phpunit/php-file-iterator": "^2.0.1", "phpunit/php-text-template": "^1.2.1", - "phpunit/php-timer": "^2.0", + "phpunit/php-timer": "^2.1", "sebastian/comparator": "^3.0", "sebastian/diff": "^3.0", "sebastian/environment": "^4.0", @@ -3821,7 +1405,7 @@ "testing", "xunit" ], - "time": "2018-12-12T07:20:32+00:00" + "time": "2019-07-15T06:24:08+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -3934,23 +1518,23 @@ }, { "name": "sebastian/diff", - "version": "3.0.1", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "366541b989927187c4ca70490a35615d3fef2dce" + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce", - "reference": "366541b989927187c4ca70490a35615d3fef2dce", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", + "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^7.0", + "phpunit/phpunit": "^7.5 || ^8.0", "symfony/process": "^2 || ^3.3 || ^4" }, "type": "library", @@ -3986,32 +1570,35 @@ "unidiff", "unified diff" ], - "time": "2018-06-10T07:54:39+00:00" + "time": "2019-02-04T06:01:07+00:00" }, { "name": "sebastian/environment", - "version": "4.0.1", + "version": "4.2.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f" + "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/febd209a219cea7b56ad799b30ebbea34b71eb8f", - "reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404", + "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { - "phpunit/phpunit": "^7.4" + "phpunit/phpunit": "^7.5" + }, + "suggest": { + "ext-posix": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -4036,20 +1623,20 @@ "environment", "hhvm" ], - "time": "2018-11-25T09:31:21+00:00" + "time": "2019-05-05T09:05:15+00:00" }, { "name": "sebastian/exporter", - "version": "3.1.0", + "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" + "reference": "06a9a5947f47b3029d76118eb5c22802e5869687" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", - "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/06a9a5947f47b3029d76118eb5c22802e5869687", + "reference": "06a9a5947f47b3029d76118eb5c22802e5869687", "shasum": "" }, "require": { @@ -4076,6 +1663,10 @@ "BSD-3-Clause" ], "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" @@ -4084,17 +1675,13 @@ "name": "Volker Dusch", "email": "github@wallbash.com" }, - { - "name": "Bernhard Schussek", - "email": "bschussek@2bepublished.at" - }, - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, { "name": "Adam Harvey", "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" } ], "description": "Provides the functionality to export PHP variables for visualization", @@ -4103,7 +1690,7 @@ "export", "exporter" ], - "time": "2017-04-03T13:19:02+00:00" + "time": "2019-08-11T12:43:14+00:00" }, { "name": "sebastian/global-state", @@ -4386,18 +1973,76 @@ "homepage": "https://github.com/sebastianbergmann/version", "time": "2016-10-03T07:35:21+00:00" }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.12.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4", + "reference": "550ebaac289296ce228a706d0867afc34687e3f4", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.12-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "time": "2019-08-06T08:03:45+00:00" + }, { "name": "theseer/tokenizer", - "version": "1.1.0", + "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" + "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", - "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", + "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", "shasum": "" }, "require": { @@ -4424,7 +2069,58 @@ } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", - "time": "2017-04-07T12:08:54+00:00" + "time": "2019-06-13T22:48:21+00:00" + }, + { + "name": "webmozart/assert", + "version": "1.4.0", + "source": { + "type": "git", + "url": "https://github.com/webmozart/assert.git", + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9", + "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0", + "symfony/polyfill-ctype": "^1.8" + }, + "require-dev": { + "phpunit/phpunit": "^4.6", + "sebastian/version": "^1.0.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "time": "2018-12-25T11:19:39+00:00" } ], "aliases": [], diff --git a/lib/AccessTokenBuilder.php b/lib/AccessTokenBuilder.php index 83917fe..ab07b9f 100644 --- a/lib/AccessTokenBuilder.php +++ b/lib/AccessTokenBuilder.php @@ -1,13 +1,13 @@ internalAddGeneratedFile(hex2bin( "0a9a130a0d6163636f756e742e70726f746f121d696f2e746f6b656e2e70" . "726f746f2e636f6d6d6f6e2e6163636f756e741a16657874656e73696f6e" . diff --git a/lib/Proto/GPBMetadata/Address.php b/lib/Proto/GPBMetadata/Address.php index ed63ee8..dc55d75 100644 --- a/lib/Proto/GPBMetadata/Address.php +++ b/lib/Proto/GPBMetadata/Address.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: address.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Address { @@ -14,7 +14,7 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Extensions\Message::initOnce(); + \Io\Token\GPBMetadata\Extensions\Message::initOnce(); $pool->internalAddGeneratedFile(hex2bin( "0a9b030a0d616464726573732e70726f746f121d696f2e746f6b656e2e70" . "726f746f2e636f6d6d6f6e2e6164647265737322ac020a07416464726573" . diff --git a/lib/Proto/GPBMetadata/Alias.php b/lib/Proto/GPBMetadata/Alias.php index 4a96287..b2ac073 100644 --- a/lib/Proto/GPBMetadata/Alias.php +++ b/lib/Proto/GPBMetadata/Alias.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: alias.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Alias { @@ -14,7 +14,7 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Extensions\Field::initOnce(); + \Io\Token\GPBMetadata\Extensions\Field::initOnce(); $pool->internalAddGeneratedFile(hex2bin( "0a80040a0b616c6961732e70726f746f121b696f2e746f6b656e2e70726f" . "746f2e636f6d6d6f6e2e616c69617322be010a05416c69617312350a0474" . diff --git a/lib/Proto/GPBMetadata/Bankinfo.php b/lib/Proto/GPBMetadata/Bankinfo.php index c9b8530..50764c7 100644 --- a/lib/Proto/GPBMetadata/Bankinfo.php +++ b/lib/Proto/GPBMetadata/Bankinfo.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: bankinfo.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Bankinfo { diff --git a/lib/Proto/GPBMetadata/Banklink.php b/lib/Proto/GPBMetadata/Banklink.php index 195bfdc..b0a9b3f 100644 --- a/lib/Proto/GPBMetadata/Banklink.php +++ b/lib/Proto/GPBMetadata/Banklink.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: banklink.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Banklink { @@ -14,7 +14,7 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Security::initOnce(); + \Io\Token\GPBMetadata\Security::initOnce(); $pool->internalAddGeneratedFile(hex2bin( "0acf020a0e62616e6b6c696e6b2e70726f746f1217696f2e746f6b656e2e" . "70726f746f2e62616e6b6c696e6b22650a1142616e6b417574686f72697a" . diff --git a/lib/Proto/GPBMetadata/Blob.php b/lib/Proto/GPBMetadata/Blob.php index 3c6515d..f171ab3 100644 --- a/lib/Proto/GPBMetadata/Blob.php +++ b/lib/Proto/GPBMetadata/Blob.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: blob.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Blob { @@ -14,7 +14,7 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Extensions\Field::initOnce(); + \Io\Token\GPBMetadata\Extensions\Field::initOnce(); $pool->internalAddGeneratedFile(hex2bin( "0aa2030a0a626c6f622e70726f746f121a696f2e746f6b656e2e70726f74" . "6f2e636f6d6d6f6e2e626c6f622284020a04426c6f62120a0a0269641801" . diff --git a/lib/Proto/GPBMetadata/Extensions/Field.php b/lib/Proto/GPBMetadata/Extensions/Field.php index 13a7442..1bdf78a 100644 --- a/lib/Proto/GPBMetadata/Extensions/Field.php +++ b/lib/Proto/GPBMetadata/Extensions/Field.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: extensions/field.proto -namespace GPBMetadata\Extensions; +namespace Io\Token\GPBMetadata\Extensions; class Field { diff --git a/lib/Proto/GPBMetadata/Extensions/Message.php b/lib/Proto/GPBMetadata/Extensions/Message.php index f34047e..777d630 100644 --- a/lib/Proto/GPBMetadata/Extensions/Message.php +++ b/lib/Proto/GPBMetadata/Extensions/Message.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: extensions/message.proto -namespace GPBMetadata\Extensions; +namespace Io\Token\GPBMetadata\Extensions; class Message { diff --git a/lib/Proto/GPBMetadata/Extensions/Service.php b/lib/Proto/GPBMetadata/Extensions/Service.php index d345010..04aabcb 100644 --- a/lib/Proto/GPBMetadata/Extensions/Service.php +++ b/lib/Proto/GPBMetadata/Extensions/Service.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: extensions/service.proto -namespace GPBMetadata\Extensions; +namespace Io\Token\GPBMetadata\Extensions; class Service { diff --git a/lib/Proto/GPBMetadata/Gateway/Auth.php b/lib/Proto/GPBMetadata/Gateway/Auth.php index fa0fbe6..aa0af80 100644 --- a/lib/Proto/GPBMetadata/Gateway/Auth.php +++ b/lib/Proto/GPBMetadata/Gateway/Auth.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: gateway/auth.proto -namespace GPBMetadata\Gateway; +namespace Io\Token\GPBMetadata\Gateway; class Auth { @@ -14,7 +14,7 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Extensions\Field::initOnce(); + \Io\Token\GPBMetadata\Extensions\Field::initOnce(); $pool->internalAddGeneratedFile(hex2bin( "0aa6020a12676174657761792f617574682e70726f746f1216696f2e746f" . "6b656e2e70726f746f2e676174657761792294010a0f4874747041757468" . diff --git a/lib/Proto/GPBMetadata/Gateway/Gateway.php b/lib/Proto/GPBMetadata/Gateway/Gateway.php index dd32042..5da29e4 100644 --- a/lib/Proto/GPBMetadata/Gateway/Gateway.php +++ b/lib/Proto/GPBMetadata/Gateway/Gateway.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: gateway/gateway.proto -namespace GPBMetadata\Gateway; +namespace Io\Token\GPBMetadata\Gateway; class Gateway { @@ -14,24 +14,24 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Google\Api\Annotations::initOnce(); - \GPBMetadata\Account::initOnce(); - \GPBMetadata\Address::initOnce(); - \GPBMetadata\Bankinfo::initOnce(); - \GPBMetadata\Banklink::initOnce(); - \GPBMetadata\Blob::initOnce(); - \GPBMetadata\Member::initOnce(); - \GPBMetadata\Money::initOnce(); - \GPBMetadata\Notification::initOnce(); - \GPBMetadata\Security::initOnce(); - \GPBMetadata\Subscriber::initOnce(); - \GPBMetadata\Token::initOnce(); - \GPBMetadata\Transaction::initOnce(); - \GPBMetadata\Transfer::initOnce(); - \GPBMetadata\Alias::initOnce(); - \GPBMetadata\Transferinstructions::initOnce(); - \GPBMetadata\Extensions\Field::initOnce(); - \GPBMetadata\Extensions\Service::initOnce(); + \Io\Token\GPBMetadata\Google\Api\Annotations::initOnce(); + \Io\Token\GPBMetadata\Account::initOnce(); + \Io\Token\GPBMetadata\Address::initOnce(); + \Io\Token\GPBMetadata\Bankinfo::initOnce(); + \Io\Token\GPBMetadata\Banklink::initOnce(); + \Io\Token\GPBMetadata\Blob::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Money::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Security::initOnce(); + \Io\Token\GPBMetadata\Subscriber::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Transaction::initOnce(); + \Io\Token\GPBMetadata\Transfer::initOnce(); + \Io\Token\GPBMetadata\Alias::initOnce(); + \Io\Token\GPBMetadata\Transferinstructions::initOnce(); + \Io\Token\GPBMetadata\Extensions\Field::initOnce(); + \Io\Token\GPBMetadata\Extensions\Service::initOnce(); $pool->internalAddGeneratedFile(hex2bin( "0aced5010a15676174657761792f676174657761792e70726f746f121669" . "6f2e746f6b656e2e70726f746f2e676174657761791a0d6163636f756e74" . diff --git a/lib/Proto/GPBMetadata/Google/Api/Annotations.php b/lib/Proto/GPBMetadata/Google/Api/Annotations.php index bc82c97..4a542c3 100644 --- a/lib/Proto/GPBMetadata/Google/Api/Annotations.php +++ b/lib/Proto/GPBMetadata/Google/Api/Annotations.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/annotations.proto -namespace GPBMetadata\Google\Api; +namespace Io\Token\GPBMetadata\Google\Api; class Annotations { @@ -14,7 +14,7 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Google\Api\Http::initOnce(); + \Io\Token\GPBMetadata\Google\Api\Http::initOnce(); $pool->internalAddGeneratedFile(hex2bin( "0a7a0a1c676f6f676c652f6170692f616e6e6f746174696f6e732e70726f" . "746f120a676f6f676c652e6170691a20676f6f676c652f70726f746f6275" . diff --git a/lib/Proto/GPBMetadata/Google/Api/Http.php b/lib/Proto/GPBMetadata/Google/Api/Http.php index 05899ca..307391a 100644 --- a/lib/Proto/GPBMetadata/Google/Api/Http.php +++ b/lib/Proto/GPBMetadata/Google/Api/Http.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/http.proto -namespace GPBMetadata\Google\Api; +namespace Io\Token\GPBMetadata\Google\Api; class Http { diff --git a/lib/Proto/GPBMetadata/Member.php b/lib/Proto/GPBMetadata/Member.php index 9addaf3..de30138 100644 --- a/lib/Proto/GPBMetadata/Member.php +++ b/lib/Proto/GPBMetadata/Member.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: member.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Member { @@ -14,11 +14,11 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Address::initOnce(); - \GPBMetadata\Alias::initOnce(); - \GPBMetadata\Security::initOnce(); - \GPBMetadata\Extensions\Field::initOnce(); - \GPBMetadata\Extensions\Message::initOnce(); + \Io\Token\GPBMetadata\Address::initOnce(); + \Io\Token\GPBMetadata\Alias::initOnce(); + \Io\Token\GPBMetadata\Security::initOnce(); + \Io\Token\GPBMetadata\Extensions\Field::initOnce(); + \Io\Token\GPBMetadata\Extensions\Message::initOnce(); $pool->internalAddGeneratedFile(hex2bin( "0a861d0a0c6d656d6265722e70726f746f121c696f2e746f6b656e2e7072" . "6f746f2e636f6d6d6f6e2e6d656d6265721a0b616c6961732e70726f746f" . diff --git a/lib/Proto/GPBMetadata/Money.php b/lib/Proto/GPBMetadata/Money.php index b4134e1..7ddd588 100644 --- a/lib/Proto/GPBMetadata/Money.php +++ b/lib/Proto/GPBMetadata/Money.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: money.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Money { diff --git a/lib/Proto/GPBMetadata/Notification.php b/lib/Proto/GPBMetadata/Notification.php index 8f4ed4a..1e0b555 100644 --- a/lib/Proto/GPBMetadata/Notification.php +++ b/lib/Proto/GPBMetadata/Notification.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: notification.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Notification { @@ -14,11 +14,11 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Banklink::initOnce(); - \GPBMetadata\Security::initOnce(); - \GPBMetadata\Token::initOnce(); - \GPBMetadata\Member::initOnce(); - \GPBMetadata\Extensions\Field::initOnce(); + \Io\Token\GPBMetadata\Banklink::initOnce(); + \Io\Token\GPBMetadata\Security::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Extensions\Field::initOnce(); $pool->internalAddGeneratedFile(hex2bin( "0afa1a0a126e6f74696669636174696f6e2e70726f746f1222696f2e746f" . "6b656e2e70726f746f2e636f6d6d6f6e2e6e6f74696669636174696f6e1a" . diff --git a/lib/Proto/GPBMetadata/Pricing.php b/lib/Proto/GPBMetadata/Pricing.php index c49dd91..fea72b7 100644 --- a/lib/Proto/GPBMetadata/Pricing.php +++ b/lib/Proto/GPBMetadata/Pricing.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: pricing.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Pricing { diff --git a/lib/Proto/GPBMetadata/Providerspecific.php b/lib/Proto/GPBMetadata/Providerspecific.php index dfd0dec..2f3be6a 100644 --- a/lib/Proto/GPBMetadata/Providerspecific.php +++ b/lib/Proto/GPBMetadata/Providerspecific.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: providerspecific.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Providerspecific { @@ -14,8 +14,8 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Extensions\Message::initOnce(); - \GPBMetadata\Address::initOnce(); + \Io\Token\GPBMetadata\Extensions\Message::initOnce(); + \Io\Token\GPBMetadata\Address::initOnce(); $pool->internalAddGeneratedFile(hex2bin( "0ade070a1670726f766964657273706563696669632e70726f746f122669" . "6f2e746f6b656e2e70726f746f2e636f6d6d6f6e2e70726f766964657273" . diff --git a/lib/Proto/GPBMetadata/Security.php b/lib/Proto/GPBMetadata/Security.php index 78f8716..ef9d295 100644 --- a/lib/Proto/GPBMetadata/Security.php +++ b/lib/Proto/GPBMetadata/Security.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: security.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Security { @@ -14,7 +14,7 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Extensions\Field::initOnce(); + \Io\Token\GPBMetadata\Extensions\Field::initOnce(); $pool->internalAddGeneratedFile(hex2bin( "0ac8090a0e73656375726974792e70726f746f121e696f2e746f6b656e2e" . "70726f746f2e636f6d6d6f6e2e736563757269747922c9020a034b657912" . diff --git a/lib/Proto/GPBMetadata/Subscriber.php b/lib/Proto/GPBMetadata/Subscriber.php index 5231264..81ff7ae 100644 --- a/lib/Proto/GPBMetadata/Subscriber.php +++ b/lib/Proto/GPBMetadata/Subscriber.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: subscriber.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Subscriber { diff --git a/lib/Proto/GPBMetadata/Token.php b/lib/Proto/GPBMetadata/Token.php index e728da8..771676c 100644 --- a/lib/Proto/GPBMetadata/Token.php +++ b/lib/Proto/GPBMetadata/Token.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: token.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Token { @@ -14,15 +14,15 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Blob::initOnce(); - \GPBMetadata\Money::initOnce(); - \GPBMetadata\Pricing::initOnce(); - \GPBMetadata\Security::initOnce(); - \GPBMetadata\Transfer::initOnce(); - \GPBMetadata\Transferinstructions::initOnce(); - \GPBMetadata\Alias::initOnce(); - \GPBMetadata\Extensions\Field::initOnce(); - \GPBMetadata\Extensions\Message::initOnce(); + \Io\Token\GPBMetadata\Blob::initOnce(); + \Io\Token\GPBMetadata\Money::initOnce(); + \Io\Token\GPBMetadata\Pricing::initOnce(); + \Io\Token\GPBMetadata\Security::initOnce(); + \Io\Token\GPBMetadata\Transfer::initOnce(); + \Io\Token\GPBMetadata\Transferinstructions::initOnce(); + \Io\Token\GPBMetadata\Alias::initOnce(); + \Io\Token\GPBMetadata\Extensions\Field::initOnce(); + \Io\Token\GPBMetadata\Extensions\Message::initOnce(); $pool->internalAddGeneratedFile(hex2bin( "0a88240a0b746f6b656e2e70726f746f121b696f2e746f6b656e2e70726f" . "746f2e636f6d6d6f6e2e746f6b656e1a0b6d6f6e65792e70726f746f1a0d" . diff --git a/lib/Proto/GPBMetadata/Transaction.php b/lib/Proto/GPBMetadata/Transaction.php index ed09d0f..5827c0c 100644 --- a/lib/Proto/GPBMetadata/Transaction.php +++ b/lib/Proto/GPBMetadata/Transaction.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: transaction.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Transaction { @@ -14,10 +14,10 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Extensions\Field::initOnce(); - \GPBMetadata\Member::initOnce(); - \GPBMetadata\Money::initOnce(); - \GPBMetadata\Security::initOnce(); + \Io\Token\GPBMetadata\Extensions\Field::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Money::initOnce(); + \Io\Token\GPBMetadata\Security::initOnce(); $pool->internalAddGeneratedFile(hex2bin( "0ad80b0a117472616e73616374696f6e2e70726f746f1221696f2e746f6b" . "656e2e70726f746f2e636f6d6d6f6e2e7472616e73616374696f6e1a0c6d" . diff --git a/lib/Proto/GPBMetadata/Transfer.php b/lib/Proto/GPBMetadata/Transfer.php index 1d6c367..5a51e9a 100644 --- a/lib/Proto/GPBMetadata/Transfer.php +++ b/lib/Proto/GPBMetadata/Transfer.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: transfer.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Transfer { @@ -14,10 +14,10 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Money::initOnce(); - \GPBMetadata\Security::initOnce(); - \GPBMetadata\Transaction::initOnce(); - \GPBMetadata\Transferinstructions::initOnce(); + \Io\Token\GPBMetadata\Money::initOnce(); + \Io\Token\GPBMetadata\Security::initOnce(); + \Io\Token\GPBMetadata\Transaction::initOnce(); + \Io\Token\GPBMetadata\Transferinstructions::initOnce(); $pool->internalAddGeneratedFile(hex2bin( "0a90060a0e7472616e736665722e70726f746f121e696f2e746f6b656e2e" . "70726f746f2e636f6d6d6f6e2e7472616e736665721a0e73656375726974" . diff --git a/lib/Proto/GPBMetadata/Transferinstructions.php b/lib/Proto/GPBMetadata/Transferinstructions.php index 6652781..8e871ce 100644 --- a/lib/Proto/GPBMetadata/Transferinstructions.php +++ b/lib/Proto/GPBMetadata/Transferinstructions.php @@ -2,7 +2,7 @@ # Generated by the protocol buffer compiler. DO NOT EDIT! # source: transferinstructions.proto -namespace GPBMetadata; +namespace Io\Token\GPBMetadata; class Transferinstructions { @@ -14,11 +14,11 @@ public static function initOnce() { if (static::$is_initialized == true) { return; } - \GPBMetadata\Account::initOnce(); - \GPBMetadata\Address::initOnce(); - \GPBMetadata\Banklink::initOnce(); - \GPBMetadata\Security::initOnce(); - \GPBMetadata\Extensions\Message::initOnce(); + \Io\Token\GPBMetadata\Account::initOnce(); + \Io\Token\GPBMetadata\Address::initOnce(); + \Io\Token\GPBMetadata\Banklink::initOnce(); + \Io\Token\GPBMetadata\Security::initOnce(); + \Io\Token\GPBMetadata\Extensions\Message::initOnce(); $pool->internalAddGeneratedFile(hex2bin( "0a8f0b0a1a7472616e73666572696e737472756374696f6e732e70726f74" . "6f122a696f2e746f6b656e2e70726f746f2e636f6d6d6f6e2e7472616e73" . diff --git a/lib/Proto/Google/Api/CustomHttpPattern.php b/lib/Proto/Google/Api/CustomHttpPattern.php index 269c883..4fb6480 100644 --- a/lib/Proto/Google/Api/CustomHttpPattern.php +++ b/lib/Proto/Google/Api/CustomHttpPattern.php @@ -41,7 +41,7 @@ class CustomHttpPattern extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Google\Api\Http::initOnce(); + \Io\Token\GPBMetadata\Google\Api\Http::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Google/Api/HttpRule.php b/lib/Proto/Google/Api/HttpRule.php index 2ff160e..871833d 100644 --- a/lib/Proto/Google/Api/HttpRule.php +++ b/lib/Proto/Google/Api/HttpRule.php @@ -109,7 +109,7 @@ class HttpRule extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Google\Api\Http::initOnce(); + \Io\Token\GPBMetadata\Google\Api\Http::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Banklink/BankAuthorization.php b/lib/Proto/Io/Token/Proto/Banklink/BankAuthorization.php index 77daf21..495e172 100644 --- a/lib/Proto/Io/Token/Proto/Banklink/BankAuthorization.php +++ b/lib/Proto/Io/Token/Proto/Banklink/BankAuthorization.php @@ -46,7 +46,7 @@ class BankAuthorization extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Banklink::initOnce(); + \Io\Token\GPBMetadata\Banklink::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Banklink/OauthBankAuthorization.php b/lib/Proto/Io/Token/Proto/Banklink/OauthBankAuthorization.php index 8b0c040..795a01d 100644 --- a/lib/Proto/Io/Token/Proto/Banklink/OauthBankAuthorization.php +++ b/lib/Proto/Io/Token/Proto/Banklink/OauthBankAuthorization.php @@ -39,7 +39,7 @@ class OauthBankAuthorization extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Banklink::initOnce(); + \Io\Token\GPBMetadata\Banklink::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Account/Account.php b/lib/Proto/Io/Token/Proto/Common/Account/Account.php index ca2057e..f06afb5 100644 --- a/lib/Proto/Io/Token/Proto/Common/Account/Account.php +++ b/lib/Proto/Io/Token/Proto/Common/Account/Account.php @@ -89,7 +89,7 @@ class Account extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Account::initOnce(); + \Io\Token\GPBMetadata\Account::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Account/AccountDetails.php b/lib/Proto/Io/Token/Proto/Common/Account/AccountDetails.php index 50795c6..9d5463f 100644 --- a/lib/Proto/Io/Token/Proto/Common/Account/AccountDetails.php +++ b/lib/Proto/Io/Token/Proto/Common/Account/AccountDetails.php @@ -63,7 +63,7 @@ class AccountDetails extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Account::initOnce(); + \Io\Token\GPBMetadata\Account::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Account/AccountFeatures.php b/lib/Proto/Io/Token/Proto/Common/Account/AccountFeatures.php index 8806ce0..b95ef6b 100644 --- a/lib/Proto/Io/Token/Proto/Common/Account/AccountFeatures.php +++ b/lib/Proto/Io/Token/Proto/Common/Account/AccountFeatures.php @@ -62,7 +62,7 @@ class AccountFeatures extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Account::initOnce(); + \Io\Token\GPBMetadata\Account::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount.php b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount.php index 04c960a..f42107d 100644 --- a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount.php +++ b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount.php @@ -46,7 +46,7 @@ class BankAccount extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Account::initOnce(); + \Io\Token\GPBMetadata\Account::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Ach.php b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Ach.php index 86e21b2..4e5816a 100644 --- a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Ach.php +++ b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Ach.php @@ -38,7 +38,7 @@ class Ach extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Account::initOnce(); + \Io\Token\GPBMetadata\Account::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Bank.php b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Bank.php index 2c09989..73f44e3 100644 --- a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Bank.php +++ b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Bank.php @@ -30,7 +30,7 @@ class Bank extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Account::initOnce(); + \Io\Token\GPBMetadata\Account::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Custom.php b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Custom.php index 2c016f1..c3660b6 100644 --- a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Custom.php +++ b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Custom.php @@ -35,7 +35,7 @@ class Custom extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Account::initOnce(); + \Io\Token\GPBMetadata\Account::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/FasterPayments.php b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/FasterPayments.php index 54db649..2f002bd 100644 --- a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/FasterPayments.php +++ b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/FasterPayments.php @@ -35,7 +35,7 @@ class FasterPayments extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Account::initOnce(); + \Io\Token\GPBMetadata\Account::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Sepa.php b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Sepa.php index eb31762..b94e2bd 100644 --- a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Sepa.php +++ b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Sepa.php @@ -41,7 +41,7 @@ class Sepa extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Account::initOnce(); + \Io\Token\GPBMetadata\Account::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Swift.php b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Swift.php index e0795e7..ec499b1 100644 --- a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Swift.php +++ b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Swift.php @@ -38,7 +38,7 @@ class Swift extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Account::initOnce(); + \Io\Token\GPBMetadata\Account::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Token.php b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Token.php index a142c80..1b63b04 100644 --- a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Token.php +++ b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/Token.php @@ -36,7 +36,7 @@ class Token extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Account::initOnce(); + \Io\Token\GPBMetadata\Account::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/TokenAuthorization.php b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/TokenAuthorization.php index 7c0d564..a488a3f 100644 --- a/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/TokenAuthorization.php +++ b/lib/Proto/Io/Token/Proto/Common/Account/BankAccount/TokenAuthorization.php @@ -30,7 +30,7 @@ class TokenAuthorization extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Account::initOnce(); + \Io\Token\GPBMetadata\Account::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Account/PlaintextBankAuthorization.php b/lib/Proto/Io/Token/Proto/Common/Account/PlaintextBankAuthorization.php index cad168c..c3f8cdb 100644 --- a/lib/Proto/Io/Token/Proto/Common/Account/PlaintextBankAuthorization.php +++ b/lib/Proto/Io/Token/Proto/Common/Account/PlaintextBankAuthorization.php @@ -60,7 +60,7 @@ class PlaintextBankAuthorization extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Account::initOnce(); + \Io\Token\GPBMetadata\Account::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Address/Address.php b/lib/Proto/Io/Token/Proto/Common/Address/Address.php index a9df93d..502942f 100644 --- a/lib/Proto/Io/Token/Proto/Common/Address/Address.php +++ b/lib/Proto/Io/Token/Proto/Common/Address/Address.php @@ -184,7 +184,7 @@ class Address extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Address::initOnce(); + \Io\Token\GPBMetadata\Address::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Alias/Alias.php b/lib/Proto/Io/Token/Proto/Common/Alias/Alias.php index a4aa8bc..443f6cd 100644 --- a/lib/Proto/Io/Token/Proto/Common/Alias/Alias.php +++ b/lib/Proto/Io/Token/Proto/Common/Alias/Alias.php @@ -52,7 +52,7 @@ class Alias extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Alias::initOnce(); + \Io\Token\GPBMetadata\Alias::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Alias/VerifyAliasPayload.php b/lib/Proto/Io/Token/Proto/Common/Alias/VerifyAliasPayload.php index ea39c38..689a8a1 100644 --- a/lib/Proto/Io/Token/Proto/Common/Alias/VerifyAliasPayload.php +++ b/lib/Proto/Io/Token/Proto/Common/Alias/VerifyAliasPayload.php @@ -35,7 +35,7 @@ class VerifyAliasPayload extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Alias::initOnce(); + \Io\Token\GPBMetadata\Alias::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Bank/Bank.php b/lib/Proto/Io/Token/Proto/Common/Bank/Bank.php index 297d2c6..15e1856 100644 --- a/lib/Proto/Io/Token/Proto/Common/Bank/Bank.php +++ b/lib/Proto/Io/Token/Proto/Common/Bank/Bank.php @@ -121,7 +121,7 @@ class Bank extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Bankinfo::initOnce(); + \Io\Token\GPBMetadata\Bankinfo::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Bank/BankInfo.php b/lib/Proto/Io/Token/Proto/Common/Bank/BankInfo.php index 3ec98fa..6ada3b0 100644 --- a/lib/Proto/Io/Token/Proto/Common/Bank/BankInfo.php +++ b/lib/Proto/Io/Token/Proto/Common/Bank/BankInfo.php @@ -60,7 +60,7 @@ class BankInfo extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Bankinfo::initOnce(); + \Io\Token\GPBMetadata\Bankinfo::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Bank/Paging.php b/lib/Proto/Io/Token/Proto/Common/Bank/Paging.php index 3620f31..b0c1c9b 100644 --- a/lib/Proto/Io/Token/Proto/Common/Bank/Paging.php +++ b/lib/Proto/Io/Token/Proto/Common/Bank/Paging.php @@ -55,7 +55,7 @@ class Paging extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Bankinfo::initOnce(); + \Io\Token\GPBMetadata\Bankinfo::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Blob/Attachment.php b/lib/Proto/Io/Token/Proto/Common/Blob/Attachment.php index 079cae6..caab961 100644 --- a/lib/Proto/Io/Token/Proto/Common/Blob/Attachment.php +++ b/lib/Proto/Io/Token/Proto/Common/Blob/Attachment.php @@ -49,7 +49,7 @@ class Attachment extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Blob::initOnce(); + \Io\Token\GPBMetadata\Blob::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Blob/Blob.php b/lib/Proto/Io/Token/Proto/Common/Blob/Blob.php index 8f46531..789e5e5 100644 --- a/lib/Proto/Io/Token/Proto/Common/Blob/Blob.php +++ b/lib/Proto/Io/Token/Proto/Common/Blob/Blob.php @@ -38,7 +38,7 @@ class Blob extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Blob::initOnce(); + \Io\Token\GPBMetadata\Blob::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Blob/Blob/Payload.php b/lib/Proto/Io/Token/Proto/Common/Blob/Blob/Payload.php index 62f13e5..576a3d0 100644 --- a/lib/Proto/Io/Token/Proto/Common/Blob/Blob/Payload.php +++ b/lib/Proto/Io/Token/Proto/Common/Blob/Blob/Payload.php @@ -63,7 +63,7 @@ class Payload extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Blob::initOnce(); + \Io\Token\GPBMetadata\Blob::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/AddressRecord.php b/lib/Proto/Io/Token/Proto/Common/Member/AddressRecord.php index 9598261..da86ca9 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/AddressRecord.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/AddressRecord.php @@ -57,7 +57,7 @@ class AddressRecord extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/Device.php b/lib/Proto/Io/Token/Proto/Common/Member/Device.php index 6a0b3f8..c31c99e 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/Device.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/Device.php @@ -33,7 +33,7 @@ class Device extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/Member.php b/lib/Proto/Io/Token/Proto/Common/Member/Member.php index 2396441..aedd50b 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/Member.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/Member.php @@ -113,7 +113,7 @@ class Member extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/MemberAddKeyOperation.php b/lib/Proto/Io/Token/Proto/Common/Member/MemberAddKeyOperation.php index 3dd0361..90f070f 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/MemberAddKeyOperation.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/MemberAddKeyOperation.php @@ -33,7 +33,7 @@ class MemberAddKeyOperation extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/MemberAliasOperation.php b/lib/Proto/Io/Token/Proto/Common/Member/MemberAliasOperation.php index 8ee07b8..9fca028 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/MemberAliasOperation.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/MemberAliasOperation.php @@ -43,7 +43,7 @@ class MemberAliasOperation extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/MemberDeleteOperation.php b/lib/Proto/Io/Token/Proto/Common/Member/MemberDeleteOperation.php index fa67541..832bc97 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/MemberDeleteOperation.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/MemberDeleteOperation.php @@ -23,7 +23,7 @@ class MemberDeleteOperation extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/MemberOperation.php b/lib/Proto/Io/Token/Proto/Common/Member/MemberOperation.php index 8589808..1a7d0aa 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/MemberOperation.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/MemberOperation.php @@ -34,7 +34,7 @@ class MemberOperation extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationMetadata.php b/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationMetadata.php index f46b01c..615011e 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationMetadata.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationMetadata.php @@ -28,7 +28,7 @@ class MemberOperationMetadata extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationMetadata/AddAliasMetadata.php b/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationMetadata/AddAliasMetadata.php index a636e1e..1c4e86a 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationMetadata/AddAliasMetadata.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationMetadata/AddAliasMetadata.php @@ -33,7 +33,7 @@ class AddAliasMetadata extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationResponseMetadata.php b/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationResponseMetadata.php index 22999f9..8eb0b31 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationResponseMetadata.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationResponseMetadata.php @@ -27,7 +27,7 @@ class MemberOperationResponseMetadata extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationResponseMetadata/AddAliasResponseMetadata.php b/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationResponseMetadata/AddAliasResponseMetadata.php index c7b019f..8aa9972 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationResponseMetadata/AddAliasResponseMetadata.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/MemberOperationResponseMetadata/AddAliasResponseMetadata.php @@ -33,7 +33,7 @@ class AddAliasResponseMetadata extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/MemberPartnerOperation.php b/lib/Proto/Io/Token/Proto/Common/Member/MemberPartnerOperation.php index b76da7d..0f69c39 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/MemberPartnerOperation.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/MemberPartnerOperation.php @@ -23,7 +23,7 @@ class MemberPartnerOperation extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/MemberRecoveryOperation.php b/lib/Proto/Io/Token/Proto/Common/Member/MemberRecoveryOperation.php index 85d2207..756ecf6 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/MemberRecoveryOperation.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/MemberRecoveryOperation.php @@ -42,7 +42,7 @@ class MemberRecoveryOperation extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/MemberRecoveryOperation/Authorization.php b/lib/Proto/Io/Token/Proto/Common/Member/MemberRecoveryOperation/Authorization.php index 9c05ee9..b3620a6 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/MemberRecoveryOperation/Authorization.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/MemberRecoveryOperation/Authorization.php @@ -38,7 +38,7 @@ class Authorization extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/MemberRecoveryRulesOperation.php b/lib/Proto/Io/Token/Proto/Common/Member/MemberRecoveryRulesOperation.php index 9be2ec9..ce322ab 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/MemberRecoveryRulesOperation.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/MemberRecoveryRulesOperation.php @@ -31,7 +31,7 @@ class MemberRecoveryRulesOperation extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/MemberRemoveKeyOperation.php b/lib/Proto/Io/Token/Proto/Common/Member/MemberRemoveKeyOperation.php index 42141d3..20b48d1 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/MemberRemoveKeyOperation.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/MemberRemoveKeyOperation.php @@ -33,7 +33,7 @@ class MemberRemoveKeyOperation extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/MemberUpdate.php b/lib/Proto/Io/Token/Proto/Common/Member/MemberUpdate.php index d021d40..f4c8fdc 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/MemberUpdate.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/MemberUpdate.php @@ -41,7 +41,7 @@ class MemberUpdate extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/Profile.php b/lib/Proto/Io/Token/Proto/Common/Member/Profile.php index e75dff4..3be1292 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/Profile.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/Profile.php @@ -73,7 +73,7 @@ class Profile extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/ReceiptContact.php b/lib/Proto/Io/Token/Proto/Common/Member/ReceiptContact.php index 40b541e..a5bd7fa 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/ReceiptContact.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/ReceiptContact.php @@ -33,7 +33,7 @@ class ReceiptContact extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/RecoveryRule.php b/lib/Proto/Io/Token/Proto/Common/Member/RecoveryRule.php index 5ea3fa5..fa4ccd9 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/RecoveryRule.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/RecoveryRule.php @@ -41,7 +41,7 @@ class RecoveryRule extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/TrustedBeneficiary.php b/lib/Proto/Io/Token/Proto/Common/Member/TrustedBeneficiary.php index e5c8893..1b494e7 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/TrustedBeneficiary.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/TrustedBeneficiary.php @@ -33,7 +33,7 @@ class TrustedBeneficiary extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Member/TrustedBeneficiary/Payload.php b/lib/Proto/Io/Token/Proto/Common/Member/TrustedBeneficiary/Payload.php index 6945354..f164ee9 100644 --- a/lib/Proto/Io/Token/Proto/Common/Member/TrustedBeneficiary/Payload.php +++ b/lib/Proto/Io/Token/Proto/Common/Member/TrustedBeneficiary/Payload.php @@ -33,7 +33,7 @@ class Payload extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Member::initOnce(); + \Io\Token\GPBMetadata\Member::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Money/Money.php b/lib/Proto/Io/Token/Proto/Common/Money/Money.php index d622aa5..a638af3 100644 --- a/lib/Proto/Io/Token/Proto/Common/Money/Money.php +++ b/lib/Proto/Io/Token/Proto/Common/Money/Money.php @@ -39,7 +39,7 @@ class Money extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Money::initOnce(); + \Io\Token\GPBMetadata\Money::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/AddKey.php b/lib/Proto/Io/Token/Proto/Common/Notification/AddKey.php index 8e96972..b4b8f25 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/AddKey.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/AddKey.php @@ -63,7 +63,7 @@ class AddKey extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/BalanceStepUp.php b/lib/Proto/Io/Token/Proto/Common/Notification/BalanceStepUp.php index 797ba1d..7ee73f4 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/BalanceStepUp.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/BalanceStepUp.php @@ -33,7 +33,7 @@ class BalanceStepUp extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/DeviceMetadata.php b/lib/Proto/Io/Token/Proto/Common/Notification/DeviceMetadata.php index 5d63384..9e5a91c 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/DeviceMetadata.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/DeviceMetadata.php @@ -65,7 +65,7 @@ class DeviceMetadata extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/EndorseAndAddKey.php b/lib/Proto/Io/Token/Proto/Common/Notification/EndorseAndAddKey.php index 9ed9d9b..d77c8e1 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/EndorseAndAddKey.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/EndorseAndAddKey.php @@ -67,7 +67,7 @@ class EndorseAndAddKey extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/LinkAccounts.php b/lib/Proto/Io/Token/Proto/Common/Notification/LinkAccounts.php index feef3ba..475880d 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/LinkAccounts.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/LinkAccounts.php @@ -30,7 +30,7 @@ class LinkAccounts extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/LinkAccountsAndAddKey.php b/lib/Proto/Io/Token/Proto/Common/Notification/LinkAccountsAndAddKey.php index 92f32d2..1785245 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/LinkAccountsAndAddKey.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/LinkAccountsAndAddKey.php @@ -35,7 +35,7 @@ class LinkAccountsAndAddKey extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/Notification.php b/lib/Proto/Io/Token/Proto/Common/Notification/Notification.php index 5611e79..5b197d2 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/Notification.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/Notification.php @@ -54,7 +54,7 @@ class Notification extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/NotificationContent.php b/lib/Proto/Io/Token/Proto/Common/Notification/NotificationContent.php index 152eeb1..ba43363 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/NotificationContent.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/NotificationContent.php @@ -60,7 +60,7 @@ class NotificationContent extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/NotificationInvalidated.php b/lib/Proto/Io/Token/Proto/Common/Notification/NotificationInvalidated.php index ee25688..8f22765 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/NotificationInvalidated.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/NotificationInvalidated.php @@ -30,7 +30,7 @@ class NotificationInvalidated extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/NotifyBody.php b/lib/Proto/Io/Token/Proto/Common/Notification/NotifyBody.php index a061023..1060945 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/NotifyBody.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/NotifyBody.php @@ -42,7 +42,7 @@ class NotifyBody extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/PayeeTransferProcessed.php b/lib/Proto/Io/Token/Proto/Common/Notification/PayeeTransferProcessed.php index c2568a8..b078d00 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/PayeeTransferProcessed.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/PayeeTransferProcessed.php @@ -33,7 +33,7 @@ class PayeeTransferProcessed extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/PayerTransferFailed.php b/lib/Proto/Io/Token/Proto/Common/Notification/PayerTransferFailed.php index 242dfa0..9bc3e1a 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/PayerTransferFailed.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/PayerTransferFailed.php @@ -33,7 +33,7 @@ class PayerTransferFailed extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/PayerTransferProcessed.php b/lib/Proto/Io/Token/Proto/Common/Notification/PayerTransferProcessed.php index 2120eeb..a14dea5 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/PayerTransferProcessed.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/PayerTransferProcessed.php @@ -33,7 +33,7 @@ class PayerTransferProcessed extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/PaymentRequest.php b/lib/Proto/Io/Token/Proto/Common/Notification/PaymentRequest.php index 809fbc4..4972a9a 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/PaymentRequest.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/PaymentRequest.php @@ -33,7 +33,7 @@ class PaymentRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/RecoveryCompleted.php b/lib/Proto/Io/Token/Proto/Common/Notification/RecoveryCompleted.php index 06010b5..1c80443 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/RecoveryCompleted.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/RecoveryCompleted.php @@ -25,7 +25,7 @@ class RecoveryCompleted extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/StepUp.php b/lib/Proto/Io/Token/Proto/Common/Notification/StepUp.php index 82f919d..ea50451 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/StepUp.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/StepUp.php @@ -35,7 +35,7 @@ class StepUp extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/TokenCancelled.php b/lib/Proto/Io/Token/Proto/Common/Notification/TokenCancelled.php index 959c744..458fd1a 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/TokenCancelled.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/TokenCancelled.php @@ -33,7 +33,7 @@ class TokenCancelled extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/TransactionStepUp.php b/lib/Proto/Io/Token/Proto/Common/Notification/TransactionStepUp.php index c6cc00d..a2ceeda 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/TransactionStepUp.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/TransactionStepUp.php @@ -41,7 +41,7 @@ class TransactionStepUp extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/TransferFailed.php b/lib/Proto/Io/Token/Proto/Common/Notification/TransferFailed.php index 42d6980..012226a 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/TransferFailed.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/TransferFailed.php @@ -33,7 +33,7 @@ class TransferFailed extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Notification/TransferProcessed.php b/lib/Proto/Io/Token/Proto/Common/Notification/TransferProcessed.php index 2cfe2fb..241d636 100644 --- a/lib/Proto/Io/Token/Proto/Common/Notification/TransferProcessed.php +++ b/lib/Proto/Io/Token/Proto/Common/Notification/TransferProcessed.php @@ -33,7 +33,7 @@ class TransferProcessed extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Notification::initOnce(); + \Io\Token\GPBMetadata\Notification::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Pricing/Pricing.php b/lib/Proto/Io/Token/Proto/Common/Pricing/Pricing.php index 9ee59d6..ecb37ff 100644 --- a/lib/Proto/Io/Token/Proto/Common/Pricing/Pricing.php +++ b/lib/Proto/Io/Token/Proto/Common/Pricing/Pricing.php @@ -38,7 +38,7 @@ class Pricing extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Pricing::initOnce(); + \Io\Token\GPBMetadata\Pricing::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Pricing/PricingInstructions.php b/lib/Proto/Io/Token/Proto/Common/Pricing/PricingInstructions.php index b961192..620837e 100644 --- a/lib/Proto/Io/Token/Proto/Common/Pricing/PricingInstructions.php +++ b/lib/Proto/Io/Token/Proto/Common/Pricing/PricingInstructions.php @@ -33,7 +33,7 @@ class PricingInstructions extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Pricing::initOnce(); + \Io\Token\GPBMetadata\Pricing::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Pricing/TransferQuote.php b/lib/Proto/Io/Token/Proto/Common/Pricing/TransferQuote.php index 93e0ff1..3941414 100644 --- a/lib/Proto/Io/Token/Proto/Common/Pricing/TransferQuote.php +++ b/lib/Proto/Io/Token/Proto/Common/Pricing/TransferQuote.php @@ -75,7 +75,7 @@ class TransferQuote extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Pricing::initOnce(); + \Io\Token\GPBMetadata\Pricing::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Pricing/TransferQuote/Fee.php b/lib/Proto/Io/Token/Proto/Common/Pricing/TransferQuote/Fee.php index b4dc5fa..5ba0d0c 100644 --- a/lib/Proto/Io/Token/Proto/Common/Pricing/TransferQuote/Fee.php +++ b/lib/Proto/Io/Token/Proto/Common/Pricing/TransferQuote/Fee.php @@ -39,7 +39,7 @@ class Fee extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Pricing::initOnce(); + \Io\Token\GPBMetadata\Pricing::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Pricing/TransferQuote/FxRate.php b/lib/Proto/Io/Token/Proto/Common/Pricing/TransferQuote/FxRate.php index 196e6a7..08f11cf 100644 --- a/lib/Proto/Io/Token/Proto/Common/Pricing/TransferQuote/FxRate.php +++ b/lib/Proto/Io/Token/Proto/Common/Pricing/TransferQuote/FxRate.php @@ -47,7 +47,7 @@ class FxRate extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Pricing::initOnce(); + \Io\Token\GPBMetadata\Pricing::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Providerspecific/Cma9AccountDetails.php b/lib/Proto/Io/Token/Proto/Common/Providerspecific/Cma9AccountDetails.php index 1cd46d0..26b5a47 100644 --- a/lib/Proto/Io/Token/Proto/Common/Providerspecific/Cma9AccountDetails.php +++ b/lib/Proto/Io/Token/Proto/Common/Providerspecific/Cma9AccountDetails.php @@ -63,7 +63,7 @@ class Cma9AccountDetails extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Providerspecific::initOnce(); + \Io\Token\GPBMetadata\Providerspecific::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Providerspecific/Cma9AccountDetails/Cma9Address.php b/lib/Proto/Io/Token/Proto/Common/Providerspecific/Cma9AccountDetails/Cma9Address.php index 2cb21db..b2a3873 100644 --- a/lib/Proto/Io/Token/Proto/Common/Providerspecific/Cma9AccountDetails/Cma9Address.php +++ b/lib/Proto/Io/Token/Proto/Common/Providerspecific/Cma9AccountDetails/Cma9Address.php @@ -33,7 +33,7 @@ class Cma9Address extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Providerspecific::initOnce(); + \Io\Token\GPBMetadata\Providerspecific::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Providerspecific/ProviderAccountDetails.php b/lib/Proto/Io/Token/Proto/Common/Providerspecific/ProviderAccountDetails.php index b67de83..685b831 100644 --- a/lib/Proto/Io/Token/Proto/Common/Providerspecific/ProviderAccountDetails.php +++ b/lib/Proto/Io/Token/Proto/Common/Providerspecific/ProviderAccountDetails.php @@ -25,7 +25,7 @@ class ProviderAccountDetails extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Providerspecific::initOnce(); + \Io\Token\GPBMetadata\Providerspecific::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Security/Key.php b/lib/Proto/Io/Token/Proto/Common/Security/Key.php index 0cc1c39..cd4c8ae 100644 --- a/lib/Proto/Io/Token/Proto/Common/Security/Key.php +++ b/lib/Proto/Io/Token/Proto/Common/Security/Key.php @@ -65,7 +65,7 @@ class Key extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Security::initOnce(); + \Io\Token\GPBMetadata\Security::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Security/PrivateKey.php b/lib/Proto/Io/Token/Proto/Common/Security/PrivateKey.php index ee96982..429c1ae 100644 --- a/lib/Proto/Io/Token/Proto/Common/Security/PrivateKey.php +++ b/lib/Proto/Io/Token/Proto/Common/Security/PrivateKey.php @@ -55,7 +55,7 @@ class PrivateKey extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Security::initOnce(); + \Io\Token\GPBMetadata\Security::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage.php b/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage.php index 305b5b9..6959213 100644 --- a/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage.php +++ b/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage.php @@ -40,7 +40,7 @@ class SealedMessage extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Security::initOnce(); + \Io\Token\GPBMetadata\Security::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage/NoopMethod.php b/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage/NoopMethod.php index 57b599f..838bd38 100644 --- a/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage/NoopMethod.php +++ b/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage/NoopMethod.php @@ -25,7 +25,7 @@ class NoopMethod extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Security::initOnce(); + \Io\Token\GPBMetadata\Security::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage/RsaAesMethod.php b/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage/RsaAesMethod.php index 6bcd561..db13171 100644 --- a/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage/RsaAesMethod.php +++ b/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage/RsaAesMethod.php @@ -75,7 +75,7 @@ class RsaAesMethod extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Security::initOnce(); + \Io\Token\GPBMetadata\Security::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage/RsaMethod.php b/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage/RsaMethod.php index f8dd60a..3028a78 100644 --- a/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage/RsaMethod.php +++ b/lib/Proto/Io/Token/Proto/Common/Security/SealedMessage/RsaMethod.php @@ -58,7 +58,7 @@ class RsaMethod extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Security::initOnce(); + \Io\Token\GPBMetadata\Security::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Security/Signature.php b/lib/Proto/Io/Token/Proto/Common/Security/Signature.php index 067f8a7..daf057a 100644 --- a/lib/Proto/Io/Token/Proto/Common/Security/Signature.php +++ b/lib/Proto/Io/Token/Proto/Common/Security/Signature.php @@ -47,7 +47,7 @@ class Signature extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Security::initOnce(); + \Io\Token\GPBMetadata\Security::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Subscriber/Subscriber.php b/lib/Proto/Io/Token/Proto/Common/Subscriber/Subscriber.php index f4b8b36..842dad9 100644 --- a/lib/Proto/Io/Token/Proto/Common/Subscriber/Subscriber.php +++ b/lib/Proto/Io/Token/Proto/Common/Subscriber/Subscriber.php @@ -49,7 +49,7 @@ class Subscriber extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Subscriber::initOnce(); + \Io\Token\GPBMetadata\Subscriber::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody.php index 3c8bd36..9a18ee1 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody.php @@ -31,7 +31,7 @@ class AccessBody extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource.php index 0f9c349..e9a4430 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource.php @@ -38,7 +38,7 @@ class Resource extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/Account.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/Account.php index 43ec497..6b7f490 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/Account.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/Account.php @@ -34,7 +34,7 @@ class Account extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AccountBalance.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AccountBalance.php index 5ea5f04..b54e9ba 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AccountBalance.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AccountBalance.php @@ -33,7 +33,7 @@ class AccountBalance extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AccountTransactions.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AccountTransactions.php index d62f29d..9d952e0 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AccountTransactions.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AccountTransactions.php @@ -33,7 +33,7 @@ class AccountTransactions extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/Address.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/Address.php index 2ef6865..857bb7a 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/Address.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/Address.php @@ -33,7 +33,7 @@ class Address extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccountBalances.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccountBalances.php index 12dea3d..49c6137 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccountBalances.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccountBalances.php @@ -26,7 +26,7 @@ class AllAccountBalances extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccountTransactions.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccountTransactions.php index 009c3d7..6db2fd0 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccountTransactions.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccountTransactions.php @@ -26,7 +26,7 @@ class AllAccountTransactions extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccounts.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccounts.php index e07f84f..21861e6 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccounts.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccounts.php @@ -26,7 +26,7 @@ class AllAccounts extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccountsAtBank.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccountsAtBank.php index 12b0e37..bf7af5b 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccountsAtBank.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAccountsAtBank.php @@ -30,7 +30,7 @@ class AllAccountsAtBank extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAddresses.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAddresses.php index d201e45..95e202c 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAddresses.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllAddresses.php @@ -25,7 +25,7 @@ class AllAddresses extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllBalancesAtBank.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllBalancesAtBank.php index 3b44911..bf2e8ff 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllBalancesAtBank.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllBalancesAtBank.php @@ -31,7 +31,7 @@ class AllBalancesAtBank extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllTransactionsAtBank.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllTransactionsAtBank.php index 44d976e..80bca13 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllTransactionsAtBank.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllTransactionsAtBank.php @@ -31,7 +31,7 @@ class AllTransactionsAtBank extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllTransferDestinations.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllTransferDestinations.php index 053e80a..7537c36 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllTransferDestinations.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllTransferDestinations.php @@ -25,7 +25,7 @@ class AllTransferDestinations extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllTransferDestinationsAtBank.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllTransferDestinationsAtBank.php index f5482bc..e121745 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllTransferDestinationsAtBank.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/AllTransferDestinationsAtBank.php @@ -30,7 +30,7 @@ class AllTransferDestinationsAtBank extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/TransferDestinations.php b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/TransferDestinations.php index b7610b2..3010997 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/TransferDestinations.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/AccessBody/Resource/TransferDestinations.php @@ -33,7 +33,7 @@ class TransferDestinations extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/ExternalAuthorizationDetails.php b/lib/Proto/Io/Token/Proto/Common/Token/ExternalAuthorizationDetails.php index 4abf38e..b5d79a3 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/ExternalAuthorizationDetails.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/ExternalAuthorizationDetails.php @@ -47,7 +47,7 @@ class ExternalAuthorizationDetails extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/Token.php b/lib/Proto/Io/Token/Proto/Common/Token/Token.php index c37c7c1..f970c71 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/Token.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/Token.php @@ -65,7 +65,7 @@ class Token extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/TokenMember.php b/lib/Proto/Io/Token/Proto/Common/Token/TokenMember.php index 787516b..cecb70d 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/TokenMember.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/TokenMember.php @@ -49,7 +49,7 @@ class TokenMember extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/TokenOperationResult.php b/lib/Proto/Io/Token/Proto/Common/Token/TokenOperationResult.php index 4931363..a44a2ba 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/TokenOperationResult.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/TokenOperationResult.php @@ -41,7 +41,7 @@ class TokenOperationResult extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/TokenPayload.php b/lib/Proto/Io/Token/Proto/Common/Token/TokenPayload.php index 16934e0..bbf1dcf 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/TokenPayload.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/TokenPayload.php @@ -112,7 +112,7 @@ class TokenPayload extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/TokenPayload/ActingAs.php b/lib/Proto/Io/Token/Proto/Common/Token/TokenPayload/ActingAs.php index 1adb2d7..7ae6ddc 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/TokenPayload/ActingAs.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/TokenPayload/ActingAs.php @@ -58,7 +58,7 @@ class ActingAs extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/TokenRequest.php b/lib/Proto/Io/Token/Proto/Common/Token/TokenRequest.php index a244f3c..e00cca0 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/TokenRequest.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/TokenRequest.php @@ -52,7 +52,7 @@ class TokenRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/TokenRequestStatePayload.php b/lib/Proto/Io/Token/Proto/Common/Token/TokenRequestStatePayload.php index e7f4212..6a41e13 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/TokenRequestStatePayload.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/TokenRequestStatePayload.php @@ -33,7 +33,7 @@ class TokenRequestStatePayload extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/TokenSignature.php b/lib/Proto/Io/Token/Proto/Common/Token/TokenSignature.php index d66c244..5804287 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/TokenSignature.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/TokenSignature.php @@ -33,7 +33,7 @@ class TokenSignature extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Token/TransferBody.php b/lib/Proto/Io/Token/Proto/Common/Token/TransferBody.php index bdbfe9e..e98dd28 100644 --- a/lib/Proto/Io/Token/Proto/Common/Token/TransferBody.php +++ b/lib/Proto/Io/Token/Proto/Common/Token/TransferBody.php @@ -79,7 +79,7 @@ class TransferBody extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Token::initOnce(); + \Io\Token\GPBMetadata\Token::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Transaction/Balance.php b/lib/Proto/Io/Token/Proto/Common/Transaction/Balance.php index 9df9f2c..97b9f75 100644 --- a/lib/Proto/Io/Token/Proto/Common/Transaction/Balance.php +++ b/lib/Proto/Io/Token/Proto/Common/Transaction/Balance.php @@ -51,7 +51,7 @@ class Balance extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Transaction::initOnce(); + \Io\Token\GPBMetadata\Transaction::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Transaction/Balance/TypedBalance.php b/lib/Proto/Io/Token/Proto/Common/Transaction/Balance/TypedBalance.php index 6094219..7495fe2 100644 --- a/lib/Proto/Io/Token/Proto/Common/Transaction/Balance/TypedBalance.php +++ b/lib/Proto/Io/Token/Proto/Common/Transaction/Balance/TypedBalance.php @@ -38,7 +38,7 @@ class TypedBalance extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Transaction::initOnce(); + \Io\Token\GPBMetadata\Transaction::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Transaction/Transaction.php b/lib/Proto/Io/Token/Proto/Common/Transaction/Transaction.php index e47f597..33eda45 100644 --- a/lib/Proto/Io/Token/Proto/Common/Transaction/Transaction.php +++ b/lib/Proto/Io/Token/Proto/Common/Transaction/Transaction.php @@ -95,7 +95,7 @@ class Transaction extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Transaction::initOnce(); + \Io\Token\GPBMetadata\Transaction::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Transfer/Transfer.php b/lib/Proto/Io/Token/Proto/Common/Transfer/Transfer.php index 39d9105..dfdbeb2 100644 --- a/lib/Proto/Io/Token/Proto/Common/Transfer/Transfer.php +++ b/lib/Proto/Io/Token/Proto/Common/Transfer/Transfer.php @@ -80,7 +80,7 @@ class Transfer extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Transfer::initOnce(); + \Io\Token\GPBMetadata\Transfer::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Transfer/TransferPayload.php b/lib/Proto/Io/Token/Proto/Common/Transfer/TransferPayload.php index a6a10e5..99e74b6 100644 --- a/lib/Proto/Io/Token/Proto/Common/Transfer/TransferPayload.php +++ b/lib/Proto/Io/Token/Proto/Common/Transfer/TransferPayload.php @@ -65,7 +65,7 @@ class TransferPayload extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Transfer::initOnce(); + \Io\Token\GPBMetadata\Transfer::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Transferinstructions/CustomerData.php b/lib/Proto/Io/Token/Proto/Common/Transferinstructions/CustomerData.php index 15106b2..6824c93 100644 --- a/lib/Proto/Io/Token/Proto/Common/Transferinstructions/CustomerData.php +++ b/lib/Proto/Io/Token/Proto/Common/Transferinstructions/CustomerData.php @@ -39,7 +39,7 @@ class CustomerData extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Transferinstructions::initOnce(); + \Io\Token\GPBMetadata\Transferinstructions::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Transferinstructions/TransferEndpoint.php b/lib/Proto/Io/Token/Proto/Common/Transferinstructions/TransferEndpoint.php index 5b78273..66f1254 100644 --- a/lib/Proto/Io/Token/Proto/Common/Transferinstructions/TransferEndpoint.php +++ b/lib/Proto/Io/Token/Proto/Common/Transferinstructions/TransferEndpoint.php @@ -41,7 +41,7 @@ class TransferEndpoint extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Transferinstructions::initOnce(); + \Io\Token\GPBMetadata\Transferinstructions::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Transferinstructions/TransferInstructions.php b/lib/Proto/Io/Token/Proto/Common/Transferinstructions/TransferInstructions.php index 7939585..d2fbefe 100644 --- a/lib/Proto/Io/Token/Proto/Common/Transferinstructions/TransferInstructions.php +++ b/lib/Proto/Io/Token/Proto/Common/Transferinstructions/TransferInstructions.php @@ -46,7 +46,7 @@ class TransferInstructions extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Transferinstructions::initOnce(); + \Io\Token\GPBMetadata\Transferinstructions::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Common/Transferinstructions/TransferInstructions/Metadata.php b/lib/Proto/Io/Token/Proto/Common/Transferinstructions/TransferInstructions/Metadata.php index fd52863..ef7b161 100644 --- a/lib/Proto/Io/Token/Proto/Common/Transferinstructions/TransferInstructions/Metadata.php +++ b/lib/Proto/Io/Token/Proto/Common/Transferinstructions/TransferInstructions/Metadata.php @@ -63,7 +63,7 @@ class Metadata extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Transferinstructions::initOnce(); + \Io\Token\GPBMetadata\Transferinstructions::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Extensions/Service/RateLimitSelector.php b/lib/Proto/Io/Token/Proto/Extensions/Service/RateLimitSelector.php index 6dfa684..0fa5897 100644 --- a/lib/Proto/Io/Token/Proto/Extensions/Service/RateLimitSelector.php +++ b/lib/Proto/Io/Token/Proto/Extensions/Service/RateLimitSelector.php @@ -28,7 +28,7 @@ class RateLimitSelector extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Extensions\Service::initOnce(); + \Io\Token\GPBMetadata\Extensions\Service::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Extensions/Service/RateLimitSelector/Selector.php b/lib/Proto/Io/Token/Proto/Extensions/Service/RateLimitSelector/Selector.php index 0f5ddfd..edccf81 100644 --- a/lib/Proto/Io/Token/Proto/Extensions/Service/RateLimitSelector/Selector.php +++ b/lib/Proto/Io/Token/Proto/Extensions/Service/RateLimitSelector/Selector.php @@ -33,7 +33,7 @@ class Selector extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Extensions\Service::initOnce(); + \Io\Token\GPBMetadata\Extensions\Service::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/AddAddressRequest.php b/lib/Proto/Io/Token/Proto/Gateway/AddAddressRequest.php index fbeaddb..5fa48c2 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/AddAddressRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/AddAddressRequest.php @@ -47,7 +47,7 @@ class AddAddressRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/AddAddressResponse.php b/lib/Proto/Io/Token/Proto/Gateway/AddAddressResponse.php index 68405bf..ea7609e 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/AddAddressResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/AddAddressResponse.php @@ -31,7 +31,7 @@ class AddAddressResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/AddTrustedBeneficiaryRequest.php b/lib/Proto/Io/Token/Proto/Gateway/AddTrustedBeneficiaryRequest.php index 88ff27e..de227cb 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/AddTrustedBeneficiaryRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/AddTrustedBeneficiaryRequest.php @@ -28,7 +28,7 @@ class AddTrustedBeneficiaryRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/AddTrustedBeneficiaryResponse.php b/lib/Proto/Io/Token/Proto/Gateway/AddTrustedBeneficiaryResponse.php index f24e983..20bb3d4 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/AddTrustedBeneficiaryResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/AddTrustedBeneficiaryResponse.php @@ -23,7 +23,7 @@ class AddTrustedBeneficiaryResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/ApplyScaRequest.php b/lib/Proto/Io/Token/Proto/Gateway/ApplyScaRequest.php index b170cef..5e736bd 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/ApplyScaRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/ApplyScaRequest.php @@ -28,7 +28,7 @@ class ApplyScaRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/ApplyScaResponse.php b/lib/Proto/Io/Token/Proto/Gateway/ApplyScaResponse.php index 2ae26d9..fec4297 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/ApplyScaResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/ApplyScaResponse.php @@ -23,7 +23,7 @@ class ApplyScaResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/BeginRecoveryRequest.php b/lib/Proto/Io/Token/Proto/Gateway/BeginRecoveryRequest.php index 91833e3..53bfda7 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/BeginRecoveryRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/BeginRecoveryRequest.php @@ -31,7 +31,7 @@ class BeginRecoveryRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/BeginRecoveryResponse.php b/lib/Proto/Io/Token/Proto/Gateway/BeginRecoveryResponse.php index 9a8f567..fa38066 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/BeginRecoveryResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/BeginRecoveryResponse.php @@ -31,7 +31,7 @@ class BeginRecoveryResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CancelTokenRequest.php b/lib/Proto/Io/Token/Proto/Gateway/CancelTokenRequest.php index c4bb0f4..4ce44ad 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CancelTokenRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CancelTokenRequest.php @@ -39,7 +39,7 @@ class CancelTokenRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CancelTokenResponse.php b/lib/Proto/Io/Token/Proto/Gateway/CancelTokenResponse.php index a0f5804..8e8bfa8 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CancelTokenResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CancelTokenResponse.php @@ -31,7 +31,7 @@ class CancelTokenResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CompleteRecoveryRequest.php b/lib/Proto/Io/Token/Proto/Gateway/CompleteRecoveryRequest.php index cf2da89..09bbbff 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CompleteRecoveryRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CompleteRecoveryRequest.php @@ -47,7 +47,7 @@ class CompleteRecoveryRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CompleteRecoveryResponse.php b/lib/Proto/Io/Token/Proto/Gateway/CompleteRecoveryResponse.php index 8890162..2a25edf 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CompleteRecoveryResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CompleteRecoveryResponse.php @@ -33,7 +33,7 @@ class CompleteRecoveryResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CompleteVerificationRequest.php b/lib/Proto/Io/Token/Proto/Gateway/CompleteVerificationRequest.php index ca78bb4..f2749de 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CompleteVerificationRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CompleteVerificationRequest.php @@ -39,7 +39,7 @@ class CompleteVerificationRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CompleteVerificationResponse.php b/lib/Proto/Io/Token/Proto/Gateway/CompleteVerificationResponse.php index e94bf14..a57e949 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CompleteVerificationResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CompleteVerificationResponse.php @@ -28,7 +28,7 @@ class CompleteVerificationResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CreateAccessTokenRequest.php b/lib/Proto/Io/Token/Proto/Gateway/CreateAccessTokenRequest.php index 3a6b7fc..e480b5d 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CreateAccessTokenRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CreateAccessTokenRequest.php @@ -39,7 +39,7 @@ class CreateAccessTokenRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CreateAccessTokenResponse.php b/lib/Proto/Io/Token/Proto/Gateway/CreateAccessTokenResponse.php index 336eb48..00088c9 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CreateAccessTokenResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CreateAccessTokenResponse.php @@ -31,7 +31,7 @@ class CreateAccessTokenResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CreateBlobRequest.php b/lib/Proto/Io/Token/Proto/Gateway/CreateBlobRequest.php index a96081a..2ce0295 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CreateBlobRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CreateBlobRequest.php @@ -31,7 +31,7 @@ class CreateBlobRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CreateBlobResponse.php b/lib/Proto/Io/Token/Proto/Gateway/CreateBlobResponse.php index 5e802c0..89b1022 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CreateBlobResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CreateBlobResponse.php @@ -31,7 +31,7 @@ class CreateBlobResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CreateMemberRequest.php b/lib/Proto/Io/Token/Proto/Gateway/CreateMemberRequest.php index f6eb851..29c5ebf 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CreateMemberRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CreateMemberRequest.php @@ -49,7 +49,7 @@ class CreateMemberRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CreateMemberResponse.php b/lib/Proto/Io/Token/Proto/Gateway/CreateMemberResponse.php index cfbcd1e..38134e9 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CreateMemberResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CreateMemberResponse.php @@ -31,7 +31,7 @@ class CreateMemberResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CreateTestBankAccountRequest.php b/lib/Proto/Io/Token/Proto/Gateway/CreateTestBankAccountRequest.php index e47d560..1191fb5 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CreateTestBankAccountRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CreateTestBankAccountRequest.php @@ -31,7 +31,7 @@ class CreateTestBankAccountRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CreateTestBankAccountResponse.php b/lib/Proto/Io/Token/Proto/Gateway/CreateTestBankAccountResponse.php index 27fc02f..242785b 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CreateTestBankAccountResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CreateTestBankAccountResponse.php @@ -39,7 +39,7 @@ class CreateTestBankAccountResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CreateTransferRequest.php b/lib/Proto/Io/Token/Proto/Gateway/CreateTransferRequest.php index 182d255..7aa6fce 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CreateTransferRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CreateTransferRequest.php @@ -39,7 +39,7 @@ class CreateTransferRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CreateTransferResponse.php b/lib/Proto/Io/Token/Proto/Gateway/CreateTransferResponse.php index 1aa70e1..34380f8 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CreateTransferResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CreateTransferResponse.php @@ -39,7 +39,7 @@ class CreateTransferResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CreateTransferTokenRequest.php b/lib/Proto/Io/Token/Proto/Gateway/CreateTransferTokenRequest.php index 6566840..a286c28 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CreateTransferTokenRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CreateTransferTokenRequest.php @@ -39,7 +39,7 @@ class CreateTransferTokenRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/CreateTransferTokenResponse.php b/lib/Proto/Io/Token/Proto/Gateway/CreateTransferTokenResponse.php index f38c7f9..a5a21b7 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/CreateTransferTokenResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/CreateTransferTokenResponse.php @@ -47,7 +47,7 @@ class CreateTransferTokenResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/DeleteAddressRequest.php b/lib/Proto/Io/Token/Proto/Gateway/DeleteAddressRequest.php index 8e1dbb5..60722a4 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/DeleteAddressRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/DeleteAddressRequest.php @@ -31,7 +31,7 @@ class DeleteAddressRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/DeleteAddressResponse.php b/lib/Proto/Io/Token/Proto/Gateway/DeleteAddressResponse.php index 1fd230f..7db1b98 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/DeleteAddressResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/DeleteAddressResponse.php @@ -23,7 +23,7 @@ class DeleteAddressResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/DeleteMemberRequest.php b/lib/Proto/Io/Token/Proto/Gateway/DeleteMemberRequest.php index 586a9eb..9f2eb91 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/DeleteMemberRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/DeleteMemberRequest.php @@ -23,7 +23,7 @@ class DeleteMemberRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/DeleteMemberResponse.php b/lib/Proto/Io/Token/Proto/Gateway/DeleteMemberResponse.php index ed4d20e..d93dee2 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/DeleteMemberResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/DeleteMemberResponse.php @@ -23,7 +23,7 @@ class DeleteMemberResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/EndorseTokenRequest.php b/lib/Proto/Io/Token/Proto/Gateway/EndorseTokenRequest.php index a231cb6..ac0d5e5 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/EndorseTokenRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/EndorseTokenRequest.php @@ -39,7 +39,7 @@ class EndorseTokenRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/EndorseTokenResponse.php b/lib/Proto/Io/Token/Proto/Gateway/EndorseTokenResponse.php index 345e45b..3404043 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/EndorseTokenResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/EndorseTokenResponse.php @@ -31,7 +31,7 @@ class EndorseTokenResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetAccountRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetAccountRequest.php index f157ac1..3a0a874 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetAccountRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetAccountRequest.php @@ -31,7 +31,7 @@ class GetAccountRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetAccountResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetAccountResponse.php index b14aea6..00b86a5 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetAccountResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetAccountResponse.php @@ -31,7 +31,7 @@ class GetAccountResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetAccountsRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetAccountsRequest.php index 7812b30..4f19648 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetAccountsRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetAccountsRequest.php @@ -23,7 +23,7 @@ class GetAccountsRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetAccountsResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetAccountsResponse.php index c3146e9..896c6ac 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetAccountsResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetAccountsResponse.php @@ -31,7 +31,7 @@ class GetAccountsResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetActiveAccessTokenRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetActiveAccessTokenRequest.php index dc179e3..f5cec98 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetActiveAccessTokenRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetActiveAccessTokenRequest.php @@ -31,7 +31,7 @@ class GetActiveAccessTokenRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetActiveAccessTokenResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetActiveAccessTokenResponse.php index 6b9eafd..939f91a 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetActiveAccessTokenResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetActiveAccessTokenResponse.php @@ -28,7 +28,7 @@ class GetActiveAccessTokenResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetAddressRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetAddressRequest.php index fcf3cce..3aa4051 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetAddressRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetAddressRequest.php @@ -31,7 +31,7 @@ class GetAddressRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetAddressResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetAddressResponse.php index 04b33bd..fb71f7d 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetAddressResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetAddressResponse.php @@ -31,7 +31,7 @@ class GetAddressResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetAddressesRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetAddressesRequest.php index a1a81fd..95748f7 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetAddressesRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetAddressesRequest.php @@ -23,7 +23,7 @@ class GetAddressesRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetAddressesResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetAddressesResponse.php index ee27b77..8ba6bea 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetAddressesResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetAddressesResponse.php @@ -31,7 +31,7 @@ class GetAddressesResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetAliasesRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetAliasesRequest.php index 27bb739..ac4ea5a 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetAliasesRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetAliasesRequest.php @@ -23,7 +23,7 @@ class GetAliasesRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetAliasesResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetAliasesResponse.php index bf32319..125b15c 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetAliasesResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetAliasesResponse.php @@ -39,7 +39,7 @@ class GetAliasesResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetBalanceRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetBalanceRequest.php index 69b4c20..861b6ba 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetBalanceRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetBalanceRequest.php @@ -28,7 +28,7 @@ class GetBalanceRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetBalanceResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetBalanceResponse.php index bd36d08..4cad9d7 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetBalanceResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetBalanceResponse.php @@ -33,7 +33,7 @@ class GetBalanceResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetBalancesRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetBalancesRequest.php index 3aca19c..0a3b4d9 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetBalancesRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetBalancesRequest.php @@ -28,7 +28,7 @@ class GetBalancesRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetBalancesResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetBalancesResponse.php index 8b7a93e..9e973a5 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetBalancesResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetBalancesResponse.php @@ -28,7 +28,7 @@ class GetBalancesResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetBankInfoRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetBankInfoRequest.php index a01adc6..6628e73 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetBankInfoRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetBankInfoRequest.php @@ -31,7 +31,7 @@ class GetBankInfoRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetBankInfoResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetBankInfoResponse.php index b6be152..d5ec605 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetBankInfoResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetBankInfoResponse.php @@ -31,7 +31,7 @@ class GetBankInfoResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetBanksRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetBanksRequest.php index 3988fe8..c9f5aab 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetBanksRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetBanksRequest.php @@ -87,7 +87,7 @@ class GetBanksRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetBanksResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetBanksResponse.php index 8b06ed0..9084dc5 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetBanksResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetBanksResponse.php @@ -39,7 +39,7 @@ class GetBanksResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetBlobRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetBlobRequest.php index 304f4cb..d6b3fd3 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetBlobRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetBlobRequest.php @@ -31,7 +31,7 @@ class GetBlobRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetBlobResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetBlobResponse.php index ad7995a..3c49246 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetBlobResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetBlobResponse.php @@ -31,7 +31,7 @@ class GetBlobResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAccountRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAccountRequest.php index 7341019..9529ac0 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAccountRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAccountRequest.php @@ -31,7 +31,7 @@ class GetDefaultAccountRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAccountResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAccountResponse.php index 46f39da..61b9fe2 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAccountResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAccountResponse.php @@ -31,7 +31,7 @@ class GetDefaultAccountResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAgentRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAgentRequest.php index d223515..7bf6933 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAgentRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAgentRequest.php @@ -23,7 +23,7 @@ class GetDefaultAgentRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAgentResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAgentResponse.php index 326a7d5..7a117af 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAgentResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetDefaultAgentResponse.php @@ -31,7 +31,7 @@ class GetDefaultAgentResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetMemberRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetMemberRequest.php index f23af85..88c66f6 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetMemberRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetMemberRequest.php @@ -31,7 +31,7 @@ class GetMemberRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetMemberResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetMemberResponse.php index e05c3ab..42b27d1 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetMemberResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetMemberResponse.php @@ -31,7 +31,7 @@ class GetMemberResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetNotificationRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetNotificationRequest.php index 4456056..1a70ed9 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetNotificationRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetNotificationRequest.php @@ -31,7 +31,7 @@ class GetNotificationRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetNotificationResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetNotificationResponse.php index d94d63f..82d3598 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetNotificationResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetNotificationResponse.php @@ -31,7 +31,7 @@ class GetNotificationResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetNotificationsRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetNotificationsRequest.php index 503fbff..3d6c764 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetNotificationsRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetNotificationsRequest.php @@ -31,7 +31,7 @@ class GetNotificationsRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetNotificationsResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetNotificationsResponse.php index 3defd8f..5d01d78 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetNotificationsResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetNotificationsResponse.php @@ -39,7 +39,7 @@ class GetNotificationsResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetPairedDevicesRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetPairedDevicesRequest.php index 6d1bc2a..2840b03 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetPairedDevicesRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetPairedDevicesRequest.php @@ -23,7 +23,7 @@ class GetPairedDevicesRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetPairedDevicesResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetPairedDevicesResponse.php index dde7044..f39e117 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetPairedDevicesResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetPairedDevicesResponse.php @@ -31,7 +31,7 @@ class GetPairedDevicesResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetProfilePictureRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetProfilePictureRequest.php index c4aebba..df24a40 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetProfilePictureRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetProfilePictureRequest.php @@ -39,7 +39,7 @@ class GetProfilePictureRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetProfilePictureResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetProfilePictureResponse.php index b598207..8feb746 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetProfilePictureResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetProfilePictureResponse.php @@ -31,7 +31,7 @@ class GetProfilePictureResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetProfileRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetProfileRequest.php index 9cee4f5..e83e878 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetProfileRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetProfileRequest.php @@ -31,7 +31,7 @@ class GetProfileRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetProfileResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetProfileResponse.php index 1e5600f..b7c4db6 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetProfileResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetProfileResponse.php @@ -31,7 +31,7 @@ class GetProfileResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetReceiptContactRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetReceiptContactRequest.php index 7755b19..4c6c56d 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetReceiptContactRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetReceiptContactRequest.php @@ -28,7 +28,7 @@ class GetReceiptContactRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetReceiptContactResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetReceiptContactResponse.php index e8d348d..6f7e3e8 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetReceiptContactResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetReceiptContactResponse.php @@ -28,7 +28,7 @@ class GetReceiptContactResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetSubscriberRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetSubscriberRequest.php index 0e6bbca..756ea08 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetSubscriberRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetSubscriberRequest.php @@ -31,7 +31,7 @@ class GetSubscriberRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetSubscriberResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetSubscriberResponse.php index 83b408b..efa9782 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetSubscriberResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetSubscriberResponse.php @@ -31,7 +31,7 @@ class GetSubscriberResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetSubscribersRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetSubscribersRequest.php index f8fe23c..70a54b7 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetSubscribersRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetSubscribersRequest.php @@ -23,7 +23,7 @@ class GetSubscribersRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetSubscribersResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetSubscribersResponse.php index d5491b6..fd21607 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetSubscribersResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetSubscribersResponse.php @@ -31,7 +31,7 @@ class GetSubscribersResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationRequest.php index 180a958..dcf242b 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationRequest.php @@ -39,7 +39,7 @@ class GetTestBankNotificationRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationResponse.php index f7cd402..96711f2 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationResponse.php @@ -31,7 +31,7 @@ class GetTestBankNotificationResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationsRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationsRequest.php index ebba9a7..509acc1 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationsRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationsRequest.php @@ -31,7 +31,7 @@ class GetTestBankNotificationsRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationsResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationsResponse.php index c74c884..7ff6dc5 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationsResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTestBankNotificationsResponse.php @@ -31,7 +31,7 @@ class GetTestBankNotificationsResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTokenBlobRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetTokenBlobRequest.php index 72c0455..742b9f6 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTokenBlobRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTokenBlobRequest.php @@ -39,7 +39,7 @@ class GetTokenBlobRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTokenBlobResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetTokenBlobResponse.php index 8a40ef7..b73e7ef 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTokenBlobResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTokenBlobResponse.php @@ -31,7 +31,7 @@ class GetTokenBlobResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTokenRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetTokenRequest.php index d743704..3391139 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTokenRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTokenRequest.php @@ -31,7 +31,7 @@ class GetTokenRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTokenRequestResultRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetTokenRequestResultRequest.php index 298734d..7e7ff20 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTokenRequestResultRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTokenRequestResultRequest.php @@ -28,7 +28,7 @@ class GetTokenRequestResultRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTokenRequestResultResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetTokenRequestResultResponse.php index 3466498..362ee6b 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTokenRequestResultResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTokenRequestResultResponse.php @@ -33,7 +33,7 @@ class GetTokenRequestResultResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTokenResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetTokenResponse.php index 1c2bb2e..81bb328 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTokenResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTokenResponse.php @@ -31,7 +31,7 @@ class GetTokenResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTokensRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetTokensRequest.php index 3653145..e9bd576 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTokensRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTokensRequest.php @@ -47,7 +47,7 @@ class GetTokensRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTokensRequest/TokenFilter.php b/lib/Proto/Io/Token/Proto/Gateway/GetTokensRequest/TokenFilter.php index ab548ee..9297883 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTokensRequest/TokenFilter.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTokensRequest/TokenFilter.php @@ -71,7 +71,7 @@ class TokenFilter extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTokensResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetTokensResponse.php index 41624c9..287fe71 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTokensResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTokensResponse.php @@ -39,7 +39,7 @@ class GetTokensResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTransactionRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetTransactionRequest.php index 9728275..a1c5d23 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTransactionRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTransactionRequest.php @@ -33,7 +33,7 @@ class GetTransactionRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTransactionResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetTransactionResponse.php index fe5c9e9..385d1f0 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTransactionResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTransactionResponse.php @@ -33,7 +33,7 @@ class GetTransactionResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTransactionsRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetTransactionsRequest.php index dfa82bc..11eb6ee 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTransactionsRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTransactionsRequest.php @@ -36,7 +36,7 @@ class GetTransactionsRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTransactionsResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetTransactionsResponse.php index 0e44fe8..74a8222 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTransactionsResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTransactionsResponse.php @@ -44,7 +44,7 @@ class GetTransactionsResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTransferRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetTransferRequest.php index 20505f0..f0f4dd0 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTransferRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTransferRequest.php @@ -31,7 +31,7 @@ class GetTransferRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTransferResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetTransferResponse.php index edd5f1e..c0662ff 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTransferResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTransferResponse.php @@ -31,7 +31,7 @@ class GetTransferResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTransfersRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetTransfersRequest.php index 1a5829c..3e9d004 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTransfersRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTransfersRequest.php @@ -47,7 +47,7 @@ class GetTransfersRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTransfersRequest/TransferFilter.php b/lib/Proto/Io/Token/Proto/Gateway/GetTransfersRequest/TransferFilter.php index 0ffc076..640811c 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTransfersRequest/TransferFilter.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTransfersRequest/TransferFilter.php @@ -71,7 +71,7 @@ class TransferFilter extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTransfersResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetTransfersResponse.php index 6da1474..9e248ac 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTransfersResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTransfersResponse.php @@ -39,7 +39,7 @@ class GetTransfersResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTrustedBeneficiariesRequest.php b/lib/Proto/Io/Token/Proto/Gateway/GetTrustedBeneficiariesRequest.php index ac057d9..1d27d4a 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTrustedBeneficiariesRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTrustedBeneficiariesRequest.php @@ -23,7 +23,7 @@ class GetTrustedBeneficiariesRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GetTrustedBeneficiariesResponse.php b/lib/Proto/Io/Token/Proto/Gateway/GetTrustedBeneficiariesResponse.php index 09007cf..5f42d18 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GetTrustedBeneficiariesResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GetTrustedBeneficiariesResponse.php @@ -28,7 +28,7 @@ class GetTrustedBeneficiariesResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/GrpcAuthPayload.php b/lib/Proto/Io/Token/Proto/Gateway/GrpcAuthPayload.php index 277eae5..874773d 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/GrpcAuthPayload.php +++ b/lib/Proto/Io/Token/Proto/Gateway/GrpcAuthPayload.php @@ -36,7 +36,7 @@ class GrpcAuthPayload extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Auth::initOnce(); + \Io\Token\GPBMetadata\Gateway\Auth::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/HttpAuthPayload.php b/lib/Proto/Io/Token/Proto/Gateway/HttpAuthPayload.php index f9a21aa..adcd7a0 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/HttpAuthPayload.php +++ b/lib/Proto/Io/Token/Proto/Gateway/HttpAuthPayload.php @@ -75,7 +75,7 @@ class HttpAuthPayload extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Auth::initOnce(); + \Io\Token\GPBMetadata\Gateway\Auth::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/InvalidateNotificationRequest.php b/lib/Proto/Io/Token/Proto/Gateway/InvalidateNotificationRequest.php index ec0a672..9731b09 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/InvalidateNotificationRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/InvalidateNotificationRequest.php @@ -28,7 +28,7 @@ class InvalidateNotificationRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/InvalidateNotificationResponse.php b/lib/Proto/Io/Token/Proto/Gateway/InvalidateNotificationResponse.php index 4998051..def0e32 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/InvalidateNotificationResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/InvalidateNotificationResponse.php @@ -31,7 +31,7 @@ class InvalidateNotificationResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsOauthRequest.php b/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsOauthRequest.php index 6312433..2dda07d 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsOauthRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsOauthRequest.php @@ -31,7 +31,7 @@ class LinkAccountsOauthRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsOauthResponse.php b/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsOauthResponse.php index 08892ed..cdc7f75 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsOauthResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsOauthResponse.php @@ -36,7 +36,7 @@ class LinkAccountsOauthResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsRequest.php b/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsRequest.php index e5ee761..ba1d03c 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsRequest.php @@ -31,7 +31,7 @@ class LinkAccountsRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsResponse.php b/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsResponse.php index 84cbab0..61870dd 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/LinkAccountsResponse.php @@ -31,7 +31,7 @@ class LinkAccountsResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/NormalizeAliasRequest.php b/lib/Proto/Io/Token/Proto/Gateway/NormalizeAliasRequest.php index 986ce16..be61080 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/NormalizeAliasRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/NormalizeAliasRequest.php @@ -28,7 +28,7 @@ class NormalizeAliasRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/NormalizeAliasResponse.php b/lib/Proto/Io/Token/Proto/Gateway/NormalizeAliasResponse.php index 0ed660a..3e2c205 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/NormalizeAliasResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/NormalizeAliasResponse.php @@ -28,7 +28,7 @@ class NormalizeAliasResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/NotifyRequest.php b/lib/Proto/Io/Token/Proto/Gateway/NotifyRequest.php index 44c20bd..3b552f6 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/NotifyRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/NotifyRequest.php @@ -47,7 +47,7 @@ class NotifyRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/NotifyResponse.php b/lib/Proto/Io/Token/Proto/Gateway/NotifyResponse.php index 688d613..13ec39e 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/NotifyResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/NotifyResponse.php @@ -31,7 +31,7 @@ class NotifyResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/Page.php b/lib/Proto/Io/Token/Proto/Gateway/Page.php index 3a3d610..84deacb 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/Page.php +++ b/lib/Proto/Io/Token/Proto/Gateway/Page.php @@ -42,7 +42,7 @@ class Page extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/RemoveTrustedBeneficiaryRequest.php b/lib/Proto/Io/Token/Proto/Gateway/RemoveTrustedBeneficiaryRequest.php index ff21b8b..9aac05d 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/RemoveTrustedBeneficiaryRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/RemoveTrustedBeneficiaryRequest.php @@ -28,7 +28,7 @@ class RemoveTrustedBeneficiaryRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/RemoveTrustedBeneficiaryResponse.php b/lib/Proto/Io/Token/Proto/Gateway/RemoveTrustedBeneficiaryResponse.php index d88ac3f..e710a2d 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/RemoveTrustedBeneficiaryResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/RemoveTrustedBeneficiaryResponse.php @@ -23,7 +23,7 @@ class RemoveTrustedBeneficiaryResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenRequest.php b/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenRequest.php index 00f0607..9fd14eb 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenRequest.php @@ -33,7 +33,7 @@ class ReplaceTokenRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenRequest/CancelToken.php b/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenRequest/CancelToken.php index 6ca63e5..2abf005 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenRequest/CancelToken.php +++ b/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenRequest/CancelToken.php @@ -39,7 +39,7 @@ class CancelToken extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenRequest/CreateToken.php b/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenRequest/CreateToken.php index 95940db..8b1c9bc 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenRequest/CreateToken.php +++ b/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenRequest/CreateToken.php @@ -47,7 +47,7 @@ class CreateToken extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenResponse.php b/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenResponse.php index 8eb9be0..0419f77 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/ReplaceTokenResponse.php @@ -31,7 +31,7 @@ class ReplaceTokenResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/RequestTransferRequest.php b/lib/Proto/Io/Token/Proto/Gateway/RequestTransferRequest.php index 00de98f..bbd0665 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/RequestTransferRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/RequestTransferRequest.php @@ -31,7 +31,7 @@ class RequestTransferRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/RequestTransferResponse.php b/lib/Proto/Io/Token/Proto/Gateway/RequestTransferResponse.php index a5181ae..44c1177 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/RequestTransferResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/RequestTransferResponse.php @@ -31,7 +31,7 @@ class RequestTransferResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/ResolveAliasRequest.php b/lib/Proto/Io/Token/Proto/Gateway/ResolveAliasRequest.php index 7df9236..f364389 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/ResolveAliasRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/ResolveAliasRequest.php @@ -31,7 +31,7 @@ class ResolveAliasRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/ResolveAliasResponse.php b/lib/Proto/Io/Token/Proto/Gateway/ResolveAliasResponse.php index 4dd3315..b0cb2c0 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/ResolveAliasResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/ResolveAliasResponse.php @@ -31,7 +31,7 @@ class ResolveAliasResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/ResolveTransferDestinationsRequest.php b/lib/Proto/Io/Token/Proto/Gateway/ResolveTransferDestinationsRequest.php index bc4cbb1..c7afafa 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/ResolveTransferDestinationsRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/ResolveTransferDestinationsRequest.php @@ -28,7 +28,7 @@ class ResolveTransferDestinationsRequest extends \Google\Protobuf\Internal\Messa * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/ResolveTransferDestinationsResponse.php b/lib/Proto/Io/Token/Proto/Gateway/ResolveTransferDestinationsResponse.php index 689ec30..8b97473 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/ResolveTransferDestinationsResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/ResolveTransferDestinationsResponse.php @@ -28,7 +28,7 @@ class ResolveTransferDestinationsResponse extends \Google\Protobuf\Internal\Mess * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/RetrieveTokenRequestRequest.php b/lib/Proto/Io/Token/Proto/Gateway/RetrieveTokenRequestRequest.php index 2dea9a0..4018510 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/RetrieveTokenRequestRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/RetrieveTokenRequestRequest.php @@ -28,7 +28,7 @@ class RetrieveTokenRequestRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/RetrieveTokenRequestResponse.php b/lib/Proto/Io/Token/Proto/Gateway/RetrieveTokenRequestResponse.php index 63a8f66..05fe80b 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/RetrieveTokenRequestResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/RetrieveTokenRequestResponse.php @@ -28,7 +28,7 @@ class RetrieveTokenRequestResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/RetryVerificationRequest.php b/lib/Proto/Io/Token/Proto/Gateway/RetryVerificationRequest.php index dfa8556..22d1cc3 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/RetryVerificationRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/RetryVerificationRequest.php @@ -39,7 +39,7 @@ class RetryVerificationRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/RetryVerificationResponse.php b/lib/Proto/Io/Token/Proto/Gateway/RetryVerificationResponse.php index 3c5e071..65332cb 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/RetryVerificationResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/RetryVerificationResponse.php @@ -31,7 +31,7 @@ class RetryVerificationResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/SetDefaultAccountRequest.php b/lib/Proto/Io/Token/Proto/Gateway/SetDefaultAccountRequest.php index f809e1b..1f9c9c4 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/SetDefaultAccountRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/SetDefaultAccountRequest.php @@ -39,7 +39,7 @@ class SetDefaultAccountRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/SetDefaultAccountResponse.php b/lib/Proto/Io/Token/Proto/Gateway/SetDefaultAccountResponse.php index eb05cd1..0056e5b 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/SetDefaultAccountResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/SetDefaultAccountResponse.php @@ -23,7 +23,7 @@ class SetDefaultAccountResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/SetProfilePictureRequest.php b/lib/Proto/Io/Token/Proto/Gateway/SetProfilePictureRequest.php index 8464db1..8cf5b80 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/SetProfilePictureRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/SetProfilePictureRequest.php @@ -31,7 +31,7 @@ class SetProfilePictureRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/SetProfilePictureResponse.php b/lib/Proto/Io/Token/Proto/Gateway/SetProfilePictureResponse.php index a279527..d0154a7 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/SetProfilePictureResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/SetProfilePictureResponse.php @@ -23,7 +23,7 @@ class SetProfilePictureResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/SetProfileRequest.php b/lib/Proto/Io/Token/Proto/Gateway/SetProfileRequest.php index 14440fc..79fa101 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/SetProfileRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/SetProfileRequest.php @@ -31,7 +31,7 @@ class SetProfileRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/SetProfileResponse.php b/lib/Proto/Io/Token/Proto/Gateway/SetProfileResponse.php index 1dd0a55..a2a8216 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/SetProfileResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/SetProfileResponse.php @@ -31,7 +31,7 @@ class SetProfileResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/SetReceiptContactRequest.php b/lib/Proto/Io/Token/Proto/Gateway/SetReceiptContactRequest.php index ab1c912..f80fc03 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/SetReceiptContactRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/SetReceiptContactRequest.php @@ -33,7 +33,7 @@ class SetReceiptContactRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/SetReceiptContactResponse.php b/lib/Proto/Io/Token/Proto/Gateway/SetReceiptContactResponse.php index 220c3ab..0527a5b 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/SetReceiptContactResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/SetReceiptContactResponse.php @@ -23,7 +23,7 @@ class SetReceiptContactResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/SignTokenRequestStateRequest.php b/lib/Proto/Io/Token/Proto/Gateway/SignTokenRequestStateRequest.php index d041368..29baf01 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/SignTokenRequestStateRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/SignTokenRequestStateRequest.php @@ -33,7 +33,7 @@ class SignTokenRequestStateRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/SignTokenRequestStateResponse.php b/lib/Proto/Io/Token/Proto/Gateway/SignTokenRequestStateResponse.php index 05d0d90..273da03 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/SignTokenRequestStateResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/SignTokenRequestStateResponse.php @@ -28,7 +28,7 @@ class SignTokenRequestStateResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/StoreTokenRequestRequest.php b/lib/Proto/Io/Token/Proto/Gateway/StoreTokenRequestRequest.php index 2d2be66..ca4af0a 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/StoreTokenRequestRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/StoreTokenRequestRequest.php @@ -38,7 +38,7 @@ class StoreTokenRequestRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/StoreTokenRequestResponse.php b/lib/Proto/Io/Token/Proto/Gateway/StoreTokenRequestResponse.php index 3f7603f..f929932 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/StoreTokenRequestResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/StoreTokenRequestResponse.php @@ -28,7 +28,7 @@ class StoreTokenRequestResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/SubscribeToNotificationsRequest.php b/lib/Proto/Io/Token/Proto/Gateway/SubscribeToNotificationsRequest.php index adf603f..c0eca43 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/SubscribeToNotificationsRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/SubscribeToNotificationsRequest.php @@ -39,7 +39,7 @@ class SubscribeToNotificationsRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/SubscribeToNotificationsResponse.php b/lib/Proto/Io/Token/Proto/Gateway/SubscribeToNotificationsResponse.php index 808013d..5754aaf 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/SubscribeToNotificationsResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/SubscribeToNotificationsResponse.php @@ -31,7 +31,7 @@ class SubscribeToNotificationsResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/TriggerEndorseAndAddKeyNotificationRequest.php b/lib/Proto/Io/Token/Proto/Gateway/TriggerEndorseAndAddKeyNotificationRequest.php index 2581012..54a6a79 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/TriggerEndorseAndAddKeyNotificationRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/TriggerEndorseAndAddKeyNotificationRequest.php @@ -28,7 +28,7 @@ class TriggerEndorseAndAddKeyNotificationRequest extends \Google\Protobuf\Intern * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/TriggerEndorseAndAddKeyNotificationResponse.php b/lib/Proto/Io/Token/Proto/Gateway/TriggerEndorseAndAddKeyNotificationResponse.php index 77598c7..da98317 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/TriggerEndorseAndAddKeyNotificationResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/TriggerEndorseAndAddKeyNotificationResponse.php @@ -36,7 +36,7 @@ class TriggerEndorseAndAddKeyNotificationResponse extends \Google\Protobuf\Inter * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/TriggerStepUpNotificationRequest.php b/lib/Proto/Io/Token/Proto/Gateway/TriggerStepUpNotificationRequest.php index 2ef1a21..b6d90a1 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/TriggerStepUpNotificationRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/TriggerStepUpNotificationRequest.php @@ -30,7 +30,7 @@ class TriggerStepUpNotificationRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/TriggerStepUpNotificationResponse.php b/lib/Proto/Io/Token/Proto/Gateway/TriggerStepUpNotificationResponse.php index 4250689..15f9f73 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/TriggerStepUpNotificationResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/TriggerStepUpNotificationResponse.php @@ -31,7 +31,7 @@ class TriggerStepUpNotificationResponse extends \Google\Protobuf\Internal\Messag * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/UnlinkAccountsRequest.php b/lib/Proto/Io/Token/Proto/Gateway/UnlinkAccountsRequest.php index 1c48923..633ea83 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/UnlinkAccountsRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/UnlinkAccountsRequest.php @@ -31,7 +31,7 @@ class UnlinkAccountsRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/UnlinkAccountsResponse.php b/lib/Proto/Io/Token/Proto/Gateway/UnlinkAccountsResponse.php index 1552552..896855d 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/UnlinkAccountsResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/UnlinkAccountsResponse.php @@ -23,7 +23,7 @@ class UnlinkAccountsResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/UnsubscribeFromNotificationsRequest.php b/lib/Proto/Io/Token/Proto/Gateway/UnsubscribeFromNotificationsRequest.php index 2efc8dc..5098410 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/UnsubscribeFromNotificationsRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/UnsubscribeFromNotificationsRequest.php @@ -31,7 +31,7 @@ class UnsubscribeFromNotificationsRequest extends \Google\Protobuf\Internal\Mess * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/UnsubscribeFromNotificationsResponse.php b/lib/Proto/Io/Token/Proto/Gateway/UnsubscribeFromNotificationsResponse.php index 2af137c..13c5a67 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/UnsubscribeFromNotificationsResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/UnsubscribeFromNotificationsResponse.php @@ -23,7 +23,7 @@ class UnsubscribeFromNotificationsResponse extends \Google\Protobuf\Internal\Mes * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/UpdateMemberRequest.php b/lib/Proto/Io/Token/Proto/Gateway/UpdateMemberRequest.php index 1decf27..4e52a21 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/UpdateMemberRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/UpdateMemberRequest.php @@ -47,7 +47,7 @@ class UpdateMemberRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/UpdateMemberResponse.php b/lib/Proto/Io/Token/Proto/Gateway/UpdateMemberResponse.php index b865493..b246867 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/UpdateMemberResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/UpdateMemberResponse.php @@ -31,7 +31,7 @@ class UpdateMemberResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/VerifyAffiliateRequest.php b/lib/Proto/Io/Token/Proto/Gateway/VerifyAffiliateRequest.php index 0b90865..3ec33ce 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/VerifyAffiliateRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/VerifyAffiliateRequest.php @@ -31,7 +31,7 @@ class VerifyAffiliateRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/VerifyAffiliateResponse.php b/lib/Proto/Io/Token/Proto/Gateway/VerifyAffiliateResponse.php index ad0dc03..7a84b9e 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/VerifyAffiliateResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/VerifyAffiliateResponse.php @@ -23,7 +23,7 @@ class VerifyAffiliateResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasOnBehalfRequest.php b/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasOnBehalfRequest.php index 72053fc..712a145 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasOnBehalfRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasOnBehalfRequest.php @@ -47,7 +47,7 @@ class VerifyAliasOnBehalfRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasOnBehalfResponse.php b/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasOnBehalfResponse.php index 448ec6a..1f26698 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasOnBehalfResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasOnBehalfResponse.php @@ -31,7 +31,7 @@ class VerifyAliasOnBehalfResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasRequest.php b/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasRequest.php index bc8d0cc..f4fa3af 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasRequest.php +++ b/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasRequest.php @@ -39,7 +39,7 @@ class VerifyAliasRequest extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasResponse.php b/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasResponse.php index 120fb25..f06208c 100644 --- a/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasResponse.php +++ b/lib/Proto/Io/Token/Proto/Gateway/VerifyAliasResponse.php @@ -23,7 +23,7 @@ class VerifyAliasResponse extends \Google\Protobuf\Internal\Message * } */ public function __construct($data = NULL) { - \GPBMetadata\Gateway\Gateway::initOnce(); + \Io\Token\GPBMetadata\Gateway\Gateway::initOnce(); parent::__construct($data); } diff --git a/lib/Proto/Message.php b/lib/Proto/Message.php new file mode 100644 index 0000000..2cf5dce --- /dev/null +++ b/lib/Proto/Message.php @@ -0,0 +1,1815 @@ +desc = $pool->getDescriptorByClassName(get_class($this)); + if (is_null($this->desc)) { + user_error(get_class($this) . " is not found in descriptor pool."); + } + foreach ($this->desc->getField() as $field) { + $setter = $field->getSetter(); + if ($field->isMap()) { + $message_type = $field->getMessageType(); + $key_field = $message_type->getFieldByNumber(1); + $value_field = $message_type->getFieldByNumber(2); + switch ($value_field->getType()) { + case GPBType::MESSAGE: + case GPBType::GROUP: + $map_field = new MapField( + $key_field->getType(), + $value_field->getType(), + $value_field->getMessageType()->getClass()); + $this->$setter($map_field); + break; + case GPBType::ENUM: + $map_field = new MapField( + $key_field->getType(), + $value_field->getType(), + $value_field->getEnumType()->getClass()); + $this->$setter($map_field); + break; + default: + $map_field = new MapField( + $key_field->getType(), + $value_field->getType()); + $this->$setter($map_field); + break; + } + } else if ($field->getLabel() === GPBLabel::REPEATED) { + switch ($field->getType()) { + case GPBType::MESSAGE: + case GPBType::GROUP: + $repeated_field = new RepeatedField( + $field->getType(), + $field->getMessageType()->getClass()); + $this->$setter($repeated_field); + break; + case GPBType::ENUM: + $repeated_field = new RepeatedField( + $field->getType(), + $field->getEnumType()->getClass()); + $this->$setter($repeated_field); + break; + default: + $repeated_field = new RepeatedField($field->getType()); + $this->$setter($repeated_field); + break; + } + } else if ($field->getOneofIndex() !== -1) { + $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()]; + $oneof_name = $oneof->getName(); + $this->$oneof_name = new OneofField($oneof); + } else if ($field->getLabel() === GPBLabel::OPTIONAL && + PHP_INT_SIZE == 4) { + switch ($field->getType()) { + case GPBType::INT64: + case GPBType::UINT64: + case GPBType::FIXED64: + case GPBType::SFIXED64: + case GPBType::SINT64: + $this->$setter("0"); + } + } + } + } + + /** + * @ignore + */ + private function initWithDescriptor(Descriptor $desc) + { + $this->desc = $desc; + foreach ($desc->getField() as $field) { + $setter = $field->getSetter(); + $defaultValue = $this->defaultValue($field); + $this->$setter($defaultValue); + } + } + + protected function readOneof($number) + { + $field = $this->desc->getFieldByNumber($number); + $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()]; + $oneof_name = $oneof->getName(); + $oneof_field = $this->$oneof_name; + if ($number === $oneof_field->getNumber()) { + return $oneof_field->getValue(); + } else { + return $this->defaultValue($field); + } + } + + protected function writeOneof($number, $value) + { + $field = $this->desc->getFieldByNumber($number); + $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()]; + $oneof_name = $oneof->getName(); + $oneof_field = $this->$oneof_name; + $oneof_field->setValue($value); + $oneof_field->setFieldName($field->getName()); + $oneof_field->setNumber($number); + } + + protected function whichOneof($oneof_name) + { + $oneof_field = $this->$oneof_name; + $number = $oneof_field->getNumber(); + if ($number == 0) { + return ""; + } + $field = $this->desc->getFieldByNumber($number); + return $field->getName(); + } + + /** + * @ignore + */ + private function defaultValue($field) + { + $value = null; + + switch ($field->getType()) { + case GPBType::DOUBLE: + case GPBType::FLOAT: + return 0.0; + case GPBType::UINT32: + case GPBType::INT32: + case GPBType::FIXED32: + case GPBType::SFIXED32: + case GPBType::SINT32: + case GPBType::ENUM: + return 0; + case GPBType::INT64: + case GPBType::UINT64: + case GPBType::FIXED64: + case GPBType::SFIXED64: + case GPBType::SINT64: + if (PHP_INT_SIZE === 4) { + return '0'; + } else { + return 0; + } + case GPBType::BOOL: + return false; + case GPBType::STRING: + case GPBType::BYTES: + return ""; + case GPBType::GROUP: + case GPBType::MESSAGE: + return null; + default: + user_error("Unsupported type."); + return false; + } + } + + /** + * @ignore + */ + private function skipField($input, $tag) + { + $number = GPBWire::getTagFieldNumber($tag); + if ($number === 0) { + throw new GPBDecodeException("Illegal field number zero."); + } + + $start = $input->current(); + switch (GPBWire::getTagWireType($tag)) { + case GPBWireType::VARINT: + $uint64 = 0; + if (!$input->readVarint64($uint64)) { + throw new GPBDecodeException( + "Unexpected EOF inside varint."); + } + break; + case GPBWireType::FIXED64: + $uint64 = 0; + if (!$input->readLittleEndian64($uint64)) { + throw new GPBDecodeException( + "Unexpected EOF inside fixed64."); + } + break; + case GPBWireType::FIXED32: + $uint32 = 0; + if (!$input->readLittleEndian32($uint32)) { + throw new GPBDecodeException( + "Unexpected EOF inside fixed32."); + } + break; + case GPBWireType::LENGTH_DELIMITED: + $length = 0; + if (!$input->readVarint32($length)) { + throw new GPBDecodeException( + "Unexpected EOF inside length."); + } + $data = NULL; + if (!$input->readRaw($length, $data)) { + throw new GPBDecodeException( + "Unexpected EOF inside length delimited data."); + } + break; + case GPBWireType::START_GROUP: + case GPBWireType::END_GROUP: + throw new GPBDecodeException("Unexpected wire type."); + default: + throw new GPBDecodeException("Unexpected wire type."); + } + $end = $input->current(); + + $bytes = str_repeat(chr(0), CodedOutputStream::MAX_VARINT64_BYTES); + $size = CodedOutputStream::writeVarintToArray($tag, $bytes, true); + $this->unknown .= substr($bytes, 0, $size) . $input->substr($start, $end); + } + + /** + * @ignore + */ + private static function parseFieldFromStreamNoTag($input, $field, &$value) + { + switch ($field->getType()) { + case GPBType::DOUBLE: + if (!GPBWire::readDouble($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside double field."); + } + break; + case GPBType::FLOAT: + if (!GPBWire::readFloat($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside float field."); + } + break; + case GPBType::INT64: + if (!GPBWire::readInt64($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside int64 field."); + } + break; + case GPBType::UINT64: + if (!GPBWire::readUint64($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside uint64 field."); + } + break; + case GPBType::INT32: + if (!GPBWire::readInt32($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside int32 field."); + } + break; + case GPBType::FIXED64: + if (!GPBWire::readFixed64($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside fixed64 field."); + } + break; + case GPBType::FIXED32: + if (!GPBWire::readFixed32($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside fixed32 field."); + } + break; + case GPBType::BOOL: + if (!GPBWire::readBool($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside bool field."); + } + break; + case GPBType::STRING: + // TODO(teboring): Add utf-8 check. + if (!GPBWire::readString($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside string field."); + } + break; + case GPBType::GROUP: + trigger_error("Not implemented.", E_ERROR); + break; + case GPBType::MESSAGE: + if ($field->isMap()) { + $value = new MapEntry($field->getMessageType()); + } else { + $klass = $field->getMessageType()->getClass(); + $value = new $klass; + } + if (!GPBWire::readMessage($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside message."); + } + break; + case GPBType::BYTES: + if (!GPBWire::readString($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside bytes field."); + } + break; + case GPBType::UINT32: + if (!GPBWire::readUint32($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside uint32 field."); + } + break; + case GPBType::ENUM: + // TODO(teboring): Check unknown enum value. + if (!GPBWire::readInt32($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside enum field."); + } + break; + case GPBType::SFIXED32: + if (!GPBWire::readSfixed32($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside sfixed32 field."); + } + break; + case GPBType::SFIXED64: + if (!GPBWire::readSfixed64($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside sfixed64 field."); + } + break; + case GPBType::SINT32: + if (!GPBWire::readSint32($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside sint32 field."); + } + break; + case GPBType::SINT64: + if (!GPBWire::readSint64($input, $value)) { + throw new GPBDecodeException( + "Unexpected EOF inside sint64 field."); + } + break; + default: + user_error("Unsupported type."); + return false; + } + return true; + } + + /** + * @ignore + */ + private function parseFieldFromStream($tag, $input, $field) + { + $value = null; + + if (is_null($field)) { + $value_format = GPBWire::UNKNOWN; + } elseif (GPBWire::getTagWireType($tag) === + GPBWire::getWireType($field->getType())) { + $value_format = GPBWire::NORMAL_FORMAT; + } elseif ($field->isPackable() && + GPBWire::getTagWireType($tag) === + GPBWire::WIRETYPE_LENGTH_DELIMITED) { + $value_format = GPBWire::PACKED_FORMAT; + } else { + // the wire type doesn't match. Put it in our unknown field set. + $value_format = GPBWire::UNKNOWN; + } + + if ($value_format === GPBWire::UNKNOWN) { + $this->skipField($input, $tag); + return; + } elseif ($value_format === GPBWire::NORMAL_FORMAT) { + self::parseFieldFromStreamNoTag($input, $field, $value); + } elseif ($value_format === GPBWire::PACKED_FORMAT) { + $length = 0; + if (!GPBWire::readInt32($input, $length)) { + throw new GPBDecodeException( + "Unexpected EOF inside packed length."); + } + $limit = $input->pushLimit($length); + $getter = $field->getGetter(); + while ($input->bytesUntilLimit() > 0) { + self::parseFieldFromStreamNoTag($input, $field, $value); + $this->appendHelper($field, $value); + } + $input->popLimit($limit); + return; + } else { + return; + } + + if ($field->isMap()) { + $this->kvUpdateHelper($field, $value->getKey(), $value->getValue()); + } else if ($field->isRepeated()) { + $this->appendHelper($field, $value); + } else { + $setter = $field->getSetter(); + $this->$setter($value); + } + } + + /** + * Clear all containing fields. + * @return null. + */ + public function clear() + { + $this->unknown = ""; + foreach ($this->desc->getField() as $field) { + $setter = $field->getSetter(); + if ($field->isMap()) { + $message_type = $field->getMessageType(); + $key_field = $message_type->getFieldByNumber(1); + $value_field = $message_type->getFieldByNumber(2); + switch ($value_field->getType()) { + case GPBType::MESSAGE: + case GPBType::GROUP: + $map_field = new MapField( + $key_field->getType(), + $value_field->getType(), + $value_field->getMessageType()->getClass()); + $this->$setter($map_field); + break; + case GPBType::ENUM: + $map_field = new MapField( + $key_field->getType(), + $value_field->getType(), + $value_field->getEnumType()->getClass()); + $this->$setter($map_field); + break; + default: + $map_field = new MapField( + $key_field->getType(), + $value_field->getType()); + $this->$setter($map_field); + break; + } + } else if ($field->getLabel() === GPBLabel::REPEATED) { + switch ($field->getType()) { + case GPBType::MESSAGE: + case GPBType::GROUP: + $repeated_field = new RepeatedField( + $field->getType(), + $field->getMessageType()->getClass()); + $this->$setter($repeated_field); + break; + case GPBType::ENUM: + $repeated_field = new RepeatedField( + $field->getType(), + $field->getEnumType()->getClass()); + $this->$setter($repeated_field); + break; + default: + $repeated_field = new RepeatedField($field->getType()); + $this->$setter($repeated_field); + break; + } + } else if ($field->getOneofIndex() !== -1) { + $oneof = $this->desc->getOneofDecl()[$field->getOneofIndex()]; + $oneof_name = $oneof->getName(); + $this->$oneof_name = new OneofField($oneof); + } else if ($field->getLabel() === GPBLabel::OPTIONAL) { + switch ($field->getType()) { + case GPBType::DOUBLE : + case GPBType::FLOAT : + $this->$setter(0.0); + break; + case GPBType::INT32 : + case GPBType::FIXED32 : + case GPBType::UINT32 : + case GPBType::SFIXED32 : + case GPBType::SINT32 : + case GPBType::ENUM : + $this->$setter(0); + break; + case GPBType::BOOL : + $this->$setter(false); + break; + case GPBType::STRING : + case GPBType::BYTES : + $this->$setter(""); + break; + case GPBType::GROUP : + case GPBType::MESSAGE : + $null = null; + $this->$setter($null); + break; + } + if (PHP_INT_SIZE == 4) { + switch ($field->getType()) { + case GPBType::INT64: + case GPBType::UINT64: + case GPBType::FIXED64: + case GPBType::SFIXED64: + case GPBType::SINT64: + $this->$setter("0"); + } + } else { + switch ($field->getType()) { + case GPBType::INT64: + case GPBType::UINT64: + case GPBType::FIXED64: + case GPBType::SFIXED64: + case GPBType::SINT64: + $this->$setter(0); + } + } + } + } + } + + /** + * Clear all unknown fields previously parsed. + * @return null. + */ + public function discardUnknownFields() + { + $this->unknown = ""; + foreach ($this->desc->getField() as $field) { + if ($field->getType() != GPBType::MESSAGE) { + continue; + } + if ($field->isMap()) { + $value_field = $field->getMessageType()->getFieldByNumber(2); + if ($value_field->getType() != GPBType::MESSAGE) { + continue; + } + $getter = $field->getGetter(); + $map = $this->$getter(); + foreach ($map as $key => $value) { + $value->discardUnknownFields(); + } + } else if ($field->getLabel() === GPBLabel::REPEATED) { + $getter = $field->getGetter(); + $arr = $this->$getter(); + foreach ($arr as $sub) { + $sub->discardUnknownFields(); + } + } else if ($field->getLabel() === GPBLabel::OPTIONAL) { + $getter = $field->getGetter(); + $sub = $this->$getter(); + if (!is_null($sub)) { + $sub->discardUnknownFields(); + } + } + } + } + + /** + * Merges the contents of the specified message into current message. + * + * This method merges the contents of the specified message into the + * current message. Singular fields that are set in the specified message + * overwrite the corresponding fields in the current message. Repeated + * fields are appended. Map fields key-value pairs are overritten. + * Singular/Oneof sub-messages are recursively merged. All overritten + * sub-messages are deep-copied. + * + * @param object $msg Protobuf message to be merged from. + * @return null. + */ + public function mergeFrom($msg) + { + if (get_class($this) !== get_class($msg)) { + user_error("Cannot merge messages with different class."); + return; + } + + foreach ($this->desc->getField() as $field) { + $setter = $field->getSetter(); + $getter = $field->getGetter(); + if ($field->isMap()) { + if (count($msg->$getter()) != 0) { + $value_field = $field->getMessageType()->getFieldByNumber(2); + foreach ($msg->$getter() as $key => $value) { + if ($value_field->getType() == GPBType::MESSAGE) { + $klass = $value_field->getMessageType()->getClass(); + $copy = new $klass; + $copy->mergeFrom($value); + + $this->kvUpdateHelper($field, $key, $copy); + } else { + $this->kvUpdateHelper($field, $key, $value); + } + } + } + } else if ($field->getLabel() === GPBLabel::REPEATED) { + if (count($msg->$getter()) != 0) { + foreach ($msg->$getter() as $tmp) { + if ($field->getType() == GPBType::MESSAGE) { + $klass = $field->getMessageType()->getClass(); + $copy = new $klass; + $copy->mergeFrom($tmp); + $this->appendHelper($field, $copy); + } else { + $this->appendHelper($field, $tmp); + } + } + } + } else if ($field->getLabel() === GPBLabel::OPTIONAL) { + if($msg->$getter() !== $this->defaultValue($field)) { + $tmp = $msg->$getter(); + if ($field->getType() == GPBType::MESSAGE) { + if (is_null($this->$getter())) { + $klass = $field->getMessageType()->getClass(); + $new_msg = new $klass; + $this->$setter($new_msg); + } + $this->$getter()->mergeFrom($tmp); + } else { + $this->$setter($tmp); + } + } + } + } + } + + /** + * Parses a protocol buffer contained in a string. + * + * This function takes a string in the (non-human-readable) binary wire + * format, matching the encoding output by serializeToString(). + * See mergeFrom() for merging behavior, if the field is already set in the + * specified message. + * + * @param string $data Binary protobuf data. + * @return null. + * @throws \Exception Invalid data. + */ + public function mergeFromString($data) + { + $input = new CodedInputStream($data); + $this->parseFromStream($input); + } + + /** + * Parses a json string to protobuf message. + * + * This function takes a string in the json wire format, matching the + * encoding output by serializeToJsonString(). + * See mergeFrom() for merging behavior, if the field is already set in the + * specified message. + * + * @param string $data Json protobuf data. + * @return null. + * @throws \Exception Invalid data. + */ + public function mergeFromJsonString($data) + { + $input = new RawInputStream($data); + $this->parseFromJsonStream($input); + } + + /** + * @ignore + */ + public function parseFromStream($input) + { + while (true) { + $tag = $input->readTag(); + // End of input. This is a valid place to end, so return true. + if ($tag === 0) { + return true; + } + + $number = GPBWire::getTagFieldNumber($tag); + $field = $this->desc->getFieldByNumber($number); + + $this->parseFieldFromStream($tag, $input, $field); + } + } + + private function convertJsonValueToProtoValue( + $value, + $field, + $is_map_key = false) + { + switch ($field->getType()) { + case GPBType::MESSAGE: + $klass = $field->getMessageType()->getClass(); + $submsg = new $klass; + + if (is_a($submsg, "Google\Protobuf\Duration")) { + if (is_null($value)) { + return $this->defaultValue($field); + } else if (!is_string($value)) { + throw new GPBDecodeException("Expect string."); + } + return GPBUtil::parseDuration($value); + } else if ($field->isTimestamp()) { + if (is_null($value)) { + return $this->defaultValue($field); + } else if (!is_string($value)) { + throw new GPBDecodeException("Expect string."); + } + try { + $timestamp = GPBUtil::parseTimestamp($value); + } catch (\Exception $e) { + throw new GPBDecodeException( + "Invalid RFC 3339 timestamp: ".$e->getMessage()); + } + + $submsg->setSeconds($timestamp->getSeconds()); + $submsg->setNanos($timestamp->getNanos()); + } else if (is_a($submsg, "Google\Protobuf\FieldMask")) { + if (is_null($value)) { + return $this->defaultValue($field); + } + try { + return GPBUtil::parseFieldMask($value); + } catch (\Exception $e) { + throw new GPBDecodeException( + "Invalid FieldMask: ".$e->getMessage()); + } + } else { + if (is_null($value) && + !is_a($submsg, "Google\Protobuf\Value")) { + return $this->defaultValue($field); + } + if (GPBUtil::hasSpecialJsonMapping($submsg)) { + } elseif (!is_object($value) && !is_array($value)) { + throw new GPBDecodeException("Expect message."); + } + $submsg->mergeFromJsonArray($value); + } + return $submsg; + case GPBType::ENUM: + if (is_null($value)) { + return $this->defaultValue($field); + } + if (is_integer($value)) { + return $value; + } + $enum_value = $field->getEnumType()->getValueByName($value); + if (!is_null($enum_value)) { + return $enum_value->getNumber(); + } + throw new GPBDecodeException( + "Enum field only accepts integer or enum value name"); + case GPBType::STRING: + if (is_null($value)) { + return $this->defaultValue($field); + } + if (!is_string($value)) { + throw new GPBDecodeException( + "String field only accepts string value"); + } + return $value; + case GPBType::BYTES: + if (is_null($value)) { + return $this->defaultValue($field); + } + if (!is_string($value)) { + throw new GPBDecodeException( + "Byte field only accepts string value"); + } + $proto_value = base64_decode($value, true); + if ($proto_value === false) { + throw new GPBDecodeException("Invalid base64 characters"); + } + return $proto_value; + case GPBType::BOOL: + if (is_null($value)) { + return $this->defaultValue($field); + } + if ($is_map_key) { + if ($value === "true") { + return true; + } + if ($value === "false") { + return false; + } + throw new GPBDecodeException( + "Bool field only accepts bool value"); + } + if (!is_bool($value)) { + throw new GPBDecodeException( + "Bool field only accepts bool value"); + } + return $value; + case GPBType::FLOAT: + case GPBType::DOUBLE: + if (is_null($value)) { + return $this->defaultValue($field); + } + if ($value === "Infinity") { + return INF; + } + if ($value === "-Infinity") { + return -INF; + } + if ($value === "NaN") { + return NAN; + } + return $value; + case GPBType::INT32: + case GPBType::SINT32: + case GPBType::SFIXED32: + if (is_null($value)) { + return $this->defaultValue($field); + } + if (!is_numeric($value)) { + throw new GPBDecodeException( + "Invalid data type for int32 field"); + } + if (bccomp($value, "2147483647") > 0) { + throw new GPBDecodeException( + "Int32 too large"); + } + if (bccomp($value, "-2147483648") < 0) { + throw new GPBDecodeException( + "Int32 too small"); + } + return $value; + case GPBType::UINT32: + case GPBType::FIXED32: + if (is_null($value)) { + return $this->defaultValue($field); + } + if (!is_numeric($value)) { + throw new GPBDecodeException( + "Invalid data type for uint32 field"); + } + if (bccomp($value, 4294967295) > 0) { + throw new GPBDecodeException( + "Uint32 too large"); + } + return $value; + case GPBType::INT64: + case GPBType::SINT64: + case GPBType::SFIXED64: + if (is_null($value)) { + return $this->defaultValue($field); + } + if (!is_numeric($value)) { + throw new GPBDecodeException( + "Invalid data type for int64 field"); + } + if (bccomp($value, "9223372036854775807") > 0) { + throw new GPBDecodeException( + "Int64 too large"); + } + if (bccomp($value, "-9223372036854775808") < 0) { + throw new GPBDecodeException( + "Int64 too small"); + } + return $value; + case GPBType::UINT64: + case GPBType::FIXED64: + if (is_null($value)) { + return $this->defaultValue($field); + } + if (!is_numeric($value)) { + throw new GPBDecodeException( + "Invalid data type for int64 field"); + } + if (bccomp($value, "18446744073709551615") > 0) { + throw new GPBDecodeException( + "Uint64 too large"); + } + if (bccomp($value, "9223372036854775807") > 0) { + $value = bcsub($value, "18446744073709551616"); + } + return $value; + default: + return $value; + } + } + + /** + * Populates the message from a user-supplied PHP array. Array keys + * correspond to Message properties and nested message properties. + * + * Example: + * ``` + * $message->mergeFromArray([ + * 'name' => 'This is a message name', + * 'interval' => [ + * 'startTime' => time() - 60, + * 'endTime' => time(), + * ] + * ]); + * ``` + * + * @param array $array An array containing message properties and values. + * @return null. + * @throws Exception Invalid data. + */ + protected function mergeFromArray(array $array) + { + // Just call the setters for the field names + foreach ($array as $key => $value) { + $field = $this->desc->getFieldByName($key); + if (is_null($field)) { + throw new \UnexpectedValueException( + 'Invalid message property: ' . $key); + } + $setter = $field->getSetter(); + $this->$setter($value); + } + } + + protected function mergeFromJsonArray($array) + { + if (is_a($this, "Google\Protobuf\Any")) { + $this->clear(); + $this->setTypeUrl($array["@type"]); + $msg = $this->unpack(); + if (GPBUtil::hasSpecialJsonMapping($msg)) { + $msg->mergeFromJsonArray($array["value"]); + } else { + unset($array["@type"]); + $msg->mergeFromJsonArray($array); + } + $this->setValue($msg->serializeToString()); + return; + } + if (is_a($this, "Google\Protobuf\DoubleValue") || + is_a($this, "Google\Protobuf\FloatValue") || + is_a($this, "Google\Protobuf\Int64Value") || + is_a($this, "Google\Protobuf\UInt64Value") || + is_a($this, "Google\Protobuf\Int32Value") || + is_a($this, "Google\Protobuf\UInt32Value") || + is_a($this, "Google\Protobuf\BoolValue") || + is_a($this, "Google\Protobuf\StringValue")) { + $this->setValue($array); + return; + } + if (is_a($this, "Google\Protobuf\BytesValue")) { + $this->setValue(base64_decode($array)); + return; + } + if (is_a($this, "Google\Protobuf\Duration")) { + $this->mergeFrom(GPBUtil::parseDuration($array)); + return; + } + if (is_a($this, "Google\Protobuf\FieldMask")) { + $this->mergeFrom(GPBUtil::parseFieldMask($array)); + return; + } + if (is_a($this, "Google\Protobuf\Timestamp")) { + $this->mergeFrom(GPBUtil::parseTimestamp($array)); + return; + } + if (is_a($this, "Google\Protobuf\Struct")) { + $fields = $this->getFields(); + foreach($array as $key => $value) { + $v = new Value(); + $v->mergeFromJsonArray($value); + $fields[$key] = $v; + } + } + if (is_a($this, "Google\Protobuf\Value")) { + if (is_bool($array)) { + $this->setBoolValue($array); + } elseif (is_string($array)) { + $this->setStringValue($array); + } elseif (is_null($array)) { + $this->setNullValue(0); + } elseif (is_double($array) || is_integer($array)) { + $this->setNumberValue($array); + } elseif (is_array($array)) { + if (array_values($array) !== $array) { + // Associative array + $struct_value = $this->getStructValue(); + if (is_null($struct_value)) { + $struct_value = new Struct(); + $this->setStructValue($struct_value); + } + foreach ($array as $key => $v) { + $value = new Value(); + $value->mergeFromJsonArray($v); + $values = $struct_value->getFields(); + $values[$key]= $value; + } + } else { + // Array + $list_value = $this->getListValue(); + if (is_null($list_value)) { + $list_value = new ListValue(); + $this->setListValue($list_value); + } + foreach ($array as $v) { + $value = new Value(); + $value->mergeFromJsonArray($v); + $values = $list_value->getValues(); + $values[]= $value; + } + } + } else { + throw new GPBDecodeException("Invalid type for Value."); + } + return; + } + $this->mergeFromArrayJsonImpl($array); + } + + private function mergeFromArrayJsonImpl($array) + { + foreach ($array as $key => $value) { + $field = $this->desc->getFieldByJsonName($key); + if (is_null($field)) { + $field = $this->desc->getFieldByName($key); + if (is_null($field)) { + continue; + } + } + if ($field->isMap()) { + if (is_null($value)) { + continue; + } + $key_field = $field->getMessageType()->getFieldByNumber(1); + $value_field = $field->getMessageType()->getFieldByNumber(2); + foreach ($value as $tmp_key => $tmp_value) { + if (is_null($tmp_value)) { + throw new \Exception( + "Map value field element cannot be null."); + } + $proto_key = $this->convertJsonValueToProtoValue( + $tmp_key, + $key_field, + true); + $proto_value = $this->convertJsonValueToProtoValue( + $tmp_value, + $value_field); + self::kvUpdateHelper($field, $proto_key, $proto_value); + } + } else if ($field->isRepeated()) { + if (is_null($value)) { + continue; + } + foreach ($value as $tmp) { + if (is_null($tmp)) { + throw new \Exception( + "Repeated field elements cannot be null."); + } + $proto_value = $this->convertJsonValueToProtoValue( + $tmp, + $field); + self::appendHelper($field, $proto_value); + } + } else { + $setter = $field->getSetter(); + $proto_value = $this->convertJsonValueToProtoValue( + $value, + $field); + if ($field->getType() === GPBType::MESSAGE) { + if (is_null($proto_value)) { + continue; + } + $getter = $field->getGetter(); + $submsg = $this->$getter(); + if (!is_null($submsg)) { + $submsg->mergeFrom($proto_value); + continue; + } + } + $this->$setter($proto_value); + } + } + } + + /** + * @ignore + */ + public function parseFromJsonStream($input) + { + $array = json_decode($input->getData(), true, 512, JSON_BIGINT_AS_STRING); + if (is_null($array)) { + throw new GPBDecodeException( + "Cannot decode json string."); + } + try { + $this->mergeFromJsonArray($array); + } catch (\Exception $e) { + throw new GPBDecodeException($e->getMessage()); + } + } + + /** + * @ignore + */ + private function serializeSingularFieldToStream($field, &$output) + { + if (!$this->existField($field)) { + return true; + } + $getter = $field->getGetter(); + $value = $this->$getter(); + if (!GPBWire::serializeFieldToStream($value, $field, true, $output)) { + return false; + } + return true; + } + + /** + * @ignore + */ + private function serializeRepeatedFieldToStream($field, &$output) + { + $getter = $field->getGetter(); + $values = $this->$getter(); + $count = count($values); + if ($count === 0) { + return true; + } + + $packed = $field->getPacked(); + if ($packed) { + if (!GPBWire::writeTag( + $output, + GPBWire::makeTag($field->getNumber(), GPBType::STRING))) { + return false; + } + $size = 0; + foreach ($values as $value) { + $size += $this->fieldDataOnlyByteSize($field, $value); + } + if (!$output->writeVarint32($size, true)) { + return false; + } + } + + foreach ($values as $value) { + if (!GPBWire::serializeFieldToStream( + $value, + $field, + !$packed, + $output)) { + return false; + } + } + return true; + } + + /** + * @ignore + */ + private function serializeMapFieldToStream($field, $output) + { + $getter = $field->getGetter(); + $values = $this->$getter(); + $count = count($values); + if ($count === 0) { + return true; + } + + foreach ($values as $key => $value) { + $map_entry = new MapEntry($field->getMessageType()); + $map_entry->setKey($key); + $map_entry->setValue($value); + if (!GPBWire::serializeFieldToStream( + $map_entry, + $field, + true, + $output)) { + return false; + } + } + return true; + } + + /** + * @ignore + */ + private function serializeFieldToStream(&$output, $field) + { + if ($field->isMap()) { + return $this->serializeMapFieldToStream($field, $output); + } elseif ($field->isRepeated()) { + return $this->serializeRepeatedFieldToStream($field, $output); + } else { + return $this->serializeSingularFieldToStream($field, $output); + } + } + + /** + * @ignore + */ + private function serializeFieldToJsonStream(&$output, $field) + { + $getter = $field->getGetter(); + $values = $this->$getter(); + return GPBJsonWire::serializeFieldToStream( + $values, $field, $output, !GPBUtil::hasSpecialJsonMapping($this)); + } + + /** + * @ignore + */ + public function serializeToStream(&$output) + { + $fields = $this->desc->getField(); + foreach ($fields as $field) { + if (!$this->serializeFieldToStream($output, $field)) { + return false; + } + } + $output->writeRaw($this->unknown, strlen($this->unknown)); + return true; + } + + /** + * @ignore + */ + public function serializeToJsonStream(&$output) + { + if (is_a($this, 'Google\Protobuf\Any')) { + $output->writeRaw("{", 1); + $type_field = $this->desc->getFieldByNumber(1); + $value_msg = $this->unpack(); + + // Serialize type url. + $output->writeRaw("\"@type\":", 8); + $output->writeRaw("\"", 1); + $output->writeRaw($this->getTypeUrl(), strlen($this->getTypeUrl())); + $output->writeRaw("\"", 1); + + // Serialize value + if (GPBUtil::hasSpecialJsonMapping($value_msg)) { + $output->writeRaw(",\"value\":", 9); + $value_msg->serializeToJsonStream($output); + } else { + $value_fields = $value_msg->desc->getField(); + foreach ($value_fields as $field) { + if ($value_msg->existField($field)) { + $output->writeRaw(",", 1); + if (!$value_msg->serializeFieldToJsonStream($output, $field)) { + return false; + } + } + } + } + + $output->writeRaw("}", 1); + } elseif (is_a($this, 'Google\Protobuf\FieldMask')) { + $field_mask = GPBUtil::formatFieldMask($this); + $output->writeRaw("\"", 1); + $output->writeRaw($field_mask, strlen($field_mask)); + $output->writeRaw("\"", 1); + } elseif (is_a($this, 'Google\Protobuf\Duration')) { + $duration = GPBUtil::formatDuration($this) . "s"; + $output->writeRaw("\"", 1); + $output->writeRaw($duration, strlen($duration)); + $output->writeRaw("\"", 1); + } elseif (get_class($this) === 'Google\Protobuf\Timestamp') { + $timestamp = GPBUtil::formatTimestamp($this); + $timestamp = json_encode($timestamp); + $output->writeRaw($timestamp, strlen($timestamp)); + } else { + if (!GPBUtil::hasSpecialJsonMapping($this)) { + $output->writeRaw("{", 1); + } + $fields = $this->desc->getField(); + $first = true; + foreach ($fields as $field) { + if ($this->existField($field) || + GPBUtil::hasJsonValue($this)) { + if ($first) { + $first = false; + } else { + $output->writeRaw(",", 1); + } + if (!$this->serializeFieldToJsonStream($output, $field)) { + return false; + } + } + } + if (!GPBUtil::hasSpecialJsonMapping($this)) { + $output->writeRaw("}", 1); + } + } + return true; + } + + /** + * Serialize the message to string. + * @return string Serialized binary protobuf data. + */ + public function serializeToString() + { + $output = new CodedOutputStream($this->byteSize()); + $this->serializeToStream($output); + return $output->getData(); + } + + /** + * Serialize the message to json string. + * @return string Serialized json protobuf data. + */ + public function serializeToJsonString() + { + $output = new CodedOutputStream($this->jsonByteSize()); + $this->serializeToJsonStream($output); + return $output->getData(); + } + + /** + * @ignore + */ + private function existField($field) + { + $oneof_index = $field->getOneofIndex(); + if ($oneof_index !== -1) { + $oneof = $this->desc->getOneofDecl()[$oneof_index]; + $oneof_name = $oneof->getName(); + return $this->$oneof_name->getNumber() === $field->getNumber(); + } + + $getter = $field->getGetter(); + $values = $this->$getter(); + if ($field->isMap()) { + return count($values) !== 0; + } elseif ($field->isRepeated()) { + return count($values) !== 0; + } else { + return $values !== $this->defaultValue($field); + } + } + + /** + * @ignore + */ + private function repeatedFieldDataOnlyByteSize($field) + { + $size = 0; + + $getter = $field->getGetter(); + $values = $this->$getter(); + $count = count($values); + if ($count !== 0) { + $size += $count * GPBWire::tagSize($field); + foreach ($values as $value) { + $size += $this->singularFieldDataOnlyByteSize($field); + } + } + } + + /** + * @ignore + */ + private function fieldDataOnlyByteSize($field, $value) + { + $size = 0; + + switch ($field->getType()) { + case GPBType::BOOL: + $size += 1; + break; + case GPBType::FLOAT: + case GPBType::FIXED32: + case GPBType::SFIXED32: + $size += 4; + break; + case GPBType::DOUBLE: + case GPBType::FIXED64: + case GPBType::SFIXED64: + $size += 8; + break; + case GPBType::INT32: + case GPBType::ENUM: + $size += GPBWire::varint32Size($value, true); + break; + case GPBType::UINT32: + $size += GPBWire::varint32Size($value); + break; + case GPBType::UINT64: + case GPBType::INT64: + $size += GPBWire::varint64Size($value); + break; + case GPBType::SINT32: + $size += GPBWire::sint32Size($value); + break; + case GPBType::SINT64: + $size += GPBWire::sint64Size($value); + break; + case GPBType::STRING: + case GPBType::BYTES: + $size += strlen($value); + $size += GPBWire::varint32Size($size); + break; + case GPBType::MESSAGE: + $size += $value->byteSize(); + $size += GPBWire::varint32Size($size); + break; + case GPBType::GROUP: + // TODO(teboring): Add support. + user_error("Unsupported type."); + break; + default: + user_error("Unsupported type."); + return 0; + } + + return $size; + } + + /** + * @ignore + */ + private function fieldDataOnlyJsonByteSize($field, $value) + { + $size = 0; + + switch ($field->getType()) { + case GPBType::SFIXED32: + case GPBType::SINT32: + case GPBType::INT32: + $size += strlen(strval($value)); + break; + case GPBType::FIXED32: + case GPBType::UINT32: + if ($value < 0) { + $value = bcadd($value, "4294967296"); + } + $size += strlen(strval($value)); + break; + case GPBType::FIXED64: + case GPBType::UINT64: + if ($value < 0) { + $value = bcadd($value, "18446744073709551616"); + } + // Intentional fall through. + case GPBType::SFIXED64: + case GPBType::INT64: + case GPBType::SINT64: + $size += 2; // size for "" + $size += strlen(strval($value)); + break; + case GPBType::FLOAT: + if (is_nan($value)) { + $size += strlen("NaN") + 2; + } elseif ($value === INF) { + $size += strlen("Infinity") + 2; + } elseif ($value === -INF) { + $size += strlen("-Infinity") + 2; + } else { + $size += strlen(sprintf("%.8g", $value)); + } + break; + case GPBType::DOUBLE: + if (is_nan($value)) { + $size += strlen("NaN") + 2; + } elseif ($value === INF) { + $size += strlen("Infinity") + 2; + } elseif ($value === -INF) { + $size += strlen("-Infinity") + 2; + } else { + $size += strlen(sprintf("%.17g", $value)); + } + break; + case GPBType::ENUM: + $enum_desc = $field->getEnumType(); + if ($enum_desc->getClass() === "Google\Protobuf\NullValue") { + $size += 4; + break; + } + $enum_value_desc = $enum_desc->getValueByNumber($value); + if (!is_null($enum_value_desc)) { + $size += 2; // size for "" + $size += strlen($enum_value_desc->getName()); + } else { + $str_value = strval($value); + $size += strlen($str_value); + } + break; + case GPBType::BOOL: + if ($value) { + $size += 4; + } else { + $size += 5; + } + break; + case GPBType::STRING: + $value = json_encode($value); + $size += strlen($value); + break; + case GPBType::BYTES: + # if (is_a($this, "Google\Protobuf\BytesValue")) { + # $size += strlen(json_encode($value)); + # } else { + # $size += strlen(base64_encode($value)); + # $size += 2; // size for \"\" + # } + $size += strlen(base64_encode($value)); + $size += 2; // size for \"\" + break; + case GPBType::MESSAGE: + $size += $value->jsonByteSize(); + break; +# case GPBType::GROUP: +# // TODO(teboring): Add support. +# user_error("Unsupported type."); +# break; + default: + user_error("Unsupported type " . $field->getType()); + return 0; + } + + return $size; + } + + /** + * @ignore + */ + private function fieldByteSize($field) + { + $size = 0; + if ($field->isMap()) { + $getter = $field->getGetter(); + $values = $this->$getter(); + $count = count($values); + if ($count !== 0) { + $size += $count * GPBWire::tagSize($field); + $message_type = $field->getMessageType(); + $key_field = $message_type->getFieldByNumber(1); + $value_field = $message_type->getFieldByNumber(2); + foreach ($values as $key => $value) { + $data_size = 0; + if ($key != $this->defaultValue($key_field)) { + $data_size += $this->fieldDataOnlyByteSize( + $key_field, + $key); + $data_size += GPBWire::tagSize($key_field); + } + if ($value != $this->defaultValue($value_field)) { + $data_size += $this->fieldDataOnlyByteSize( + $value_field, + $value); + $data_size += GPBWire::tagSize($value_field); + } + $size += GPBWire::varint32Size($data_size) + $data_size; + } + } + } elseif ($field->isRepeated()) { + $getter = $field->getGetter(); + $values = $this->$getter(); + $count = count($values); + if ($count !== 0) { + if ($field->getPacked()) { + $data_size = 0; + foreach ($values as $value) { + $data_size += $this->fieldDataOnlyByteSize($field, $value); + } + $size += GPBWire::tagSize($field); + $size += GPBWire::varint32Size($data_size); + $size += $data_size; + } else { + $size += $count * GPBWire::tagSize($field); + foreach ($values as $value) { + $size += $this->fieldDataOnlyByteSize($field, $value); + } + } + } + } elseif ($this->existField($field)) { + $size += GPBWire::tagSize($field); + $getter = $field->getGetter(); + $value = $this->$getter(); + $size += $this->fieldDataOnlyByteSize($field, $value); + } + return $size; + } + + /** + * @ignore + */ + private function fieldJsonByteSize($field) + { + $size = 0; + + if ($field->isMap()) { + $getter = $field->getGetter(); + $values = $this->$getter(); + $count = count($values); + if ($count !== 0) { + if (!GPBUtil::hasSpecialJsonMapping($this)) { + $size += 3; // size for "\"\":". + $size += strlen($field->getJsonName()); // size for field name + } + $size += 2; // size for "{}". + $size += $count - 1; // size for commas + $getter = $field->getGetter(); + $map_entry = $field->getMessageType(); + $key_field = $map_entry->getFieldByNumber(1); + $value_field = $map_entry->getFieldByNumber(2); + switch ($key_field->getType()) { + case GPBType::STRING: + case GPBType::SFIXED64: + case GPBType::INT64: + case GPBType::SINT64: + case GPBType::FIXED64: + case GPBType::UINT64: + $additional_quote = false; + break; + default: + $additional_quote = true; + } + foreach ($values as $key => $value) { + if ($additional_quote) { + $size += 2; // size for "" + } + $size += $this->fieldDataOnlyJsonByteSize($key_field, $key); + $size += $this->fieldDataOnlyJsonByteSize($value_field, $value); + $size += 1; // size for : + } + } + } elseif ($field->isRepeated()) { + $getter = $field->getGetter(); + $values = $this->$getter(); + $count = count($values); + if ($count !== 0) { + if (!GPBUtil::hasSpecialJsonMapping($this)) { + $size += 3; // size for "\"\":". + $size += strlen($field->getJsonName()); // size for field name + } + $size += 2; // size for "[]". + $size += $count - 1; // size for commas + $getter = $field->getGetter(); + foreach ($values as $value) { + $size += $this->fieldDataOnlyJsonByteSize($field, $value); + } + } + } elseif ($this->existField($field) || GPBUtil::hasJsonValue($this)) { + if (!GPBUtil::hasSpecialJsonMapping($this)) { + $size += 3; // size for "\"\":". + $size += strlen($field->getJsonName()); // size for field name + } + $getter = $field->getGetter(); + $value = $this->$getter(); + $size += $this->fieldDataOnlyJsonByteSize($field, $value); + } + return $size; + } + + /** + * @ignore + */ + public function byteSize() + { + $size = 0; + + $fields = $this->desc->getField(); + foreach ($fields as $field) { + $size += $this->fieldByteSize($field); + } + $size += strlen($this->unknown); + return $size; + } + + private function appendHelper($field, $append_value) + { + $getter = $field->getGetter(); + $setter = $field->getSetter(); + + $field_arr_value = $this->$getter(); + $field_arr_value[] = $append_value; + + if (!is_object($field_arr_value)) { + $this->$setter($field_arr_value); + } + } + + private function kvUpdateHelper($field, $update_key, $update_value) + { + $getter = $field->getGetter(); + $setter = $field->getSetter(); + + $field_arr_value = $this->$getter(); + $field_arr_value[$update_key] = $update_value; + + if (!is_object($field_arr_value)) { + $this->$setter($field_arr_value); + } + } + + /** + * @ignore + */ + public function jsonByteSize() + { + $size = 0; + if (is_a($this, 'Google\Protobuf\Any')) { + // Size for "{}". + $size += 2; + + // Size for "\"@type\":". + $size += 8; + + // Size for url. +2 for "" /. + $size += strlen($this->getTypeUrl()) + 2; + + $value_msg = $this->unpack(); + if (GPBUtil::hasSpecialJsonMapping($value_msg)) { + // Size for "\",value\":". + $size += 9; + $size += $value_msg->jsonByteSize(); + } else { + // Size for value. +1 for comma, -2 for "{}". + $size += $value_msg->jsonByteSize() -1; + } + } elseif (get_class($this) === 'Google\Protobuf\FieldMask') { + $field_mask = GPBUtil::formatFieldMask($this); + $size += strlen($field_mask) + 2; // 2 for "" + } elseif (get_class($this) === 'Google\Protobuf\Duration') { + $duration = GPBUtil::formatDuration($this) . "s"; + $size += strlen($duration) + 2; // 2 for "" + } elseif (get_class($this) === 'Google\Protobuf\Timestamp') { + $timestamp = GPBUtil::formatTimestamp($this); + $timestamp = json_encode($timestamp); + $size += strlen($timestamp); + } else { + if (!GPBUtil::hasSpecialJsonMapping($this)) { + // Size for "{}". + $size += 2; + } + + $fields = $this->desc->getField(); + $count = 0; + foreach ($fields as $field) { + $field_size = $this->fieldJsonByteSize($field); + $size += $field_size; + if ($field_size != 0) { + $count++; + } + } + // size for comma + $size += $count > 0 ? ($count - 1) : 0; + } + return $size; + } +} diff --git a/lib/RepresentableInterface.php b/lib/RepresentableInterface.php index 5db45dd..292c894 100644 --- a/lib/RepresentableInterface.php +++ b/lib/RepresentableInterface.php @@ -1,6 +1,6 @@ forAddress($address->getId()) ->build()); - $this->expectException('Tokenio\Exception\StatusRuntimeException'); + $this->expectException('Io\Token\Exception\StatusRuntimeException'); $member->createAccessToken(AccessTokenBuilder::createWithAlias($member->getFirstAlias()) ->forAddress($address->getId()) diff --git a/tests/Tokenio/AddressTest.php b/tests/Io/Token/AddressTest.php similarity index 93% rename from tests/Tokenio/AddressTest.php rename to tests/Io/Token/AddressTest.php index d57c465..9f0b496 100644 --- a/tests/Tokenio/AddressTest.php +++ b/tests/Io/Token/AddressTest.php @@ -1,15 +1,15 @@ expectException('Tokenio\Exception\StatusRuntimeException'); + $this->expectException('Io\Token\Exception\StatusRuntimeException'); $nonExistingAddress = $this->member->getAddress($fakeAddressId . 'adadasss'); $this->assertEmpty($nonExistingAddress); } diff --git a/tests/Tokenio/BankInfoTest.php b/tests/Io/Token/BankInfoTest.php similarity index 90% rename from tests/Tokenio/BankInfoTest.php rename to tests/Io/Token/BankInfoTest.php index 7801890..45d44ff 100644 --- a/tests/Tokenio/BankInfoTest.php +++ b/tests/Io/Token/BankInfoTest.php @@ -1,13 +1,13 @@ expectException('Tokenio\Exception\StatusRuntimeException'); + $this->expectException('Io\Token\Exception\StatusRuntimeException'); $token1 = $this->tokenIO->retrieveTokenRequest('bogus'); $token2 = $this->tokenIO->retrieveTokenRequest($this->member->getMemberId()); @@ -95,7 +95,7 @@ public function testAddAndGetTokenRequest_WrongMember() $storedRequest = TokenRequest::builder($payload)->build(); - $this->expectException('Tokenio\Exception\StatusRuntimeException'); + $this->expectException('Io\Token\Exception\StatusRuntimeException'); $this->member->storeTokenRequest($storedRequest); } diff --git a/tests/Tokenio/TrustedBenificiaryTest.php b/tests/Io/Token/TrustedBenificiaryTest.php similarity index 97% rename from tests/Tokenio/TrustedBenificiaryTest.php rename to tests/Io/Token/TrustedBenificiaryTest.php index 23f0007..ad75322 100644 --- a/tests/Tokenio/TrustedBenificiaryTest.php +++ b/tests/Io/Token/TrustedBenificiaryTest.php @@ -1,15 +1,15 @@