Compare commits
2 Commits
ef7156fad2
...
efd6f36c37
| Author | SHA1 | Date | |
|---|---|---|---|
| efd6f36c37 | |||
| 93a0f30eec |
5
.vscode/extensions.json
vendored
Executable file
5
.vscode/extensions.json
vendored
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"github.copilot-chat"
|
||||||
|
]
|
||||||
|
}
|
||||||
270
composer.lock
generated
270
composer.lock
generated
@ -8,16 +8,16 @@
|
|||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "firebase/php-jwt",
|
"name": "firebase/php-jwt",
|
||||||
"version": "v6.10.1",
|
"version": "v6.10.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/firebase/php-jwt.git",
|
"url": "https://github.com/firebase/php-jwt.git",
|
||||||
"reference": "500501c2ce893c824c801da135d02661199f60c5"
|
"reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5",
|
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/30c19ed0f3264cb660ea496895cfb6ef7ee3653b",
|
||||||
"reference": "500501c2ce893c824c801da135d02661199f60c5",
|
"reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -65,40 +65,40 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/firebase/php-jwt/issues",
|
"issues": "https://github.com/firebase/php-jwt/issues",
|
||||||
"source": "https://github.com/firebase/php-jwt/tree/v6.10.1"
|
"source": "https://github.com/firebase/php-jwt/tree/v6.10.2"
|
||||||
},
|
},
|
||||||
"time": "2024-05-18T18:05:11+00:00"
|
"time": "2024-11-24T11:22:49+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "google/apiclient",
|
"name": "google/apiclient",
|
||||||
"version": "v2.16.0",
|
"version": "v2.18.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/googleapis/google-api-php-client.git",
|
"url": "https://github.com/googleapis/google-api-php-client.git",
|
||||||
"reference": "017400f609c1fb71ab5ad824c50eabd4c3eaf779"
|
"reference": "d8d201ba8a189a3cd7fb34e4da569f2ed440eee7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/017400f609c1fb71ab5ad824c50eabd4c3eaf779",
|
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/d8d201ba8a189a3cd7fb34e4da569f2ed440eee7",
|
||||||
"reference": "017400f609c1fb71ab5ad824c50eabd4c3eaf779",
|
"reference": "d8d201ba8a189a3cd7fb34e4da569f2ed440eee7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"firebase/php-jwt": "~6.0",
|
"firebase/php-jwt": "^6.0",
|
||||||
"google/apiclient-services": "~0.350",
|
"google/apiclient-services": "~0.350",
|
||||||
"google/auth": "^1.37",
|
"google/auth": "^1.37",
|
||||||
"guzzlehttp/guzzle": "^6.5.8||^7.4.5",
|
"guzzlehttp/guzzle": "^7.4.5",
|
||||||
"guzzlehttp/psr7": "^1.9.1||^2.2.1",
|
"guzzlehttp/psr7": "^2.6",
|
||||||
"monolog/monolog": "^2.9||^3.0",
|
"monolog/monolog": "^2.9||^3.0",
|
||||||
"php": "^7.4|^8.0",
|
"php": "^8.0",
|
||||||
"phpseclib/phpseclib": "^3.0.36"
|
"phpseclib/phpseclib": "^3.0.36"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"cache/filesystem-adapter": "^1.1",
|
"cache/filesystem-adapter": "^1.1",
|
||||||
"composer/composer": "^1.10.23",
|
"composer/composer": "^1.10.23",
|
||||||
"phpcompatibility/php-compatibility": "^9.2",
|
"phpcompatibility/php-compatibility": "^9.2",
|
||||||
"phpspec/prophecy-phpunit": "^2.0",
|
"phpspec/prophecy-phpunit": "^2.1",
|
||||||
"phpunit/phpunit": "^9.5",
|
"phpunit/phpunit": "^9.6",
|
||||||
"squizlabs/php_codesniffer": "^3.8",
|
"squizlabs/php_codesniffer": "^3.8",
|
||||||
"symfony/css-selector": "~2.1",
|
"symfony/css-selector": "~2.1",
|
||||||
"symfony/dom-crawler": "~2.1"
|
"symfony/dom-crawler": "~2.1"
|
||||||
@ -134,22 +134,22 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/googleapis/google-api-php-client/issues",
|
"issues": "https://github.com/googleapis/google-api-php-client/issues",
|
||||||
"source": "https://github.com/googleapis/google-api-php-client/tree/v2.16.0"
|
"source": "https://github.com/googleapis/google-api-php-client/tree/v2.18.2"
|
||||||
},
|
},
|
||||||
"time": "2024-04-24T00:59:47+00:00"
|
"time": "2024-12-16T22:52:40+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "google/apiclient-services",
|
"name": "google/apiclient-services",
|
||||||
"version": "v0.359.0",
|
"version": "v0.389.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/googleapis/google-api-php-client-services.git",
|
"url": "https://github.com/googleapis/google-api-php-client-services.git",
|
||||||
"reference": "e975e6d0efa47f7e49280c4ea7fd6a93b6d7e338"
|
"reference": "6274e67ee52b1a416ccee0a4eaf337d1139cdaf8"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/e975e6d0efa47f7e49280c4ea7fd6a93b6d7e338",
|
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/6274e67ee52b1a416ccee0a4eaf337d1139cdaf8",
|
||||||
"reference": "e975e6d0efa47f7e49280c4ea7fd6a93b6d7e338",
|
"reference": "6274e67ee52b1a416ccee0a4eaf337d1139cdaf8",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -178,29 +178,29 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
|
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
|
||||||
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.359.0"
|
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.389.0"
|
||||||
},
|
},
|
||||||
"time": "2024-06-10T01:02:17+00:00"
|
"time": "2025-01-05T01:04:21+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "google/auth",
|
"name": "google/auth",
|
||||||
"version": "v1.40.0",
|
"version": "v1.44.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/googleapis/google-auth-library-php.git",
|
"url": "https://github.com/googleapis/google-auth-library-php.git",
|
||||||
"reference": "bff9f2d01677e71a98394b5ac981b99523df5178"
|
"reference": "5670e56307d7a2eac931f677c0e59a4f8abb2e43"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/bff9f2d01677e71a98394b5ac981b99523df5178",
|
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/5670e56307d7a2eac931f677c0e59a4f8abb2e43",
|
||||||
"reference": "bff9f2d01677e71a98394b5ac981b99523df5178",
|
"reference": "5670e56307d7a2eac931f677c0e59a4f8abb2e43",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"firebase/php-jwt": "^6.0",
|
"firebase/php-jwt": "^6.0",
|
||||||
"guzzlehttp/guzzle": "^7.4.5",
|
"guzzlehttp/guzzle": "^7.4.5",
|
||||||
"guzzlehttp/psr7": "^2.4.5",
|
"guzzlehttp/psr7": "^2.4.5",
|
||||||
"php": "^8.0",
|
"php": "^8.1",
|
||||||
"psr/cache": "^2.0||^3.0",
|
"psr/cache": "^2.0||^3.0",
|
||||||
"psr/http-message": "^1.1||^2.0"
|
"psr/http-message": "^1.1||^2.0"
|
||||||
},
|
},
|
||||||
@ -238,28 +238,28 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"docs": "https://googleapis.github.io/google-auth-library-php/main/",
|
"docs": "https://googleapis.github.io/google-auth-library-php/main/",
|
||||||
"issues": "https://github.com/googleapis/google-auth-library-php/issues",
|
"issues": "https://github.com/googleapis/google-auth-library-php/issues",
|
||||||
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.40.0"
|
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.44.0"
|
||||||
},
|
},
|
||||||
"time": "2024-05-31T19:16:15+00:00"
|
"time": "2024-12-04T15:34:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/guzzle",
|
"name": "guzzlehttp/guzzle",
|
||||||
"version": "7.8.1",
|
"version": "7.9.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/guzzle.git",
|
"url": "https://github.com/guzzle/guzzle.git",
|
||||||
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
|
"reference": "d281ed313b989f213357e3be1a179f02196ac99b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
|
||||||
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
|
"reference": "d281ed313b989f213357e3be1a179f02196ac99b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"guzzlehttp/promises": "^1.5.3 || ^2.0.1",
|
"guzzlehttp/promises": "^1.5.3 || ^2.0.3",
|
||||||
"guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
|
"guzzlehttp/psr7": "^2.7.0",
|
||||||
"php": "^7.2.5 || ^8.0",
|
"php": "^7.2.5 || ^8.0",
|
||||||
"psr/http-client": "^1.0",
|
"psr/http-client": "^1.0",
|
||||||
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
||||||
@ -270,9 +270,9 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"bamarni/composer-bin-plugin": "^1.8.2",
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
|
"guzzle/client-integration-tests": "3.0.2",
|
||||||
"php-http/message-factory": "^1.1",
|
"php-http/message-factory": "^1.1",
|
||||||
"phpunit/phpunit": "^8.5.36 || ^9.6.15",
|
"phpunit/phpunit": "^8.5.39 || ^9.6.20",
|
||||||
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
@ -350,7 +350,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/guzzle/guzzle/issues",
|
"issues": "https://github.com/guzzle/guzzle/issues",
|
||||||
"source": "https://github.com/guzzle/guzzle/tree/7.8.1"
|
"source": "https://github.com/guzzle/guzzle/tree/7.9.2"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -366,20 +366,20 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-12-03T20:35:24+00:00"
|
"time": "2024-07-24T11:22:20+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/promises",
|
"name": "guzzlehttp/promises",
|
||||||
"version": "2.0.2",
|
"version": "2.0.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/promises.git",
|
"url": "https://github.com/guzzle/promises.git",
|
||||||
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
|
"reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
|
||||||
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
|
"reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -387,7 +387,7 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"bamarni/composer-bin-plugin": "^1.8.2",
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
||||||
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
|
"phpunit/phpunit": "^8.5.39 || ^9.6.20"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
@ -433,7 +433,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/guzzle/promises/issues",
|
"issues": "https://github.com/guzzle/promises/issues",
|
||||||
"source": "https://github.com/guzzle/promises/tree/2.0.2"
|
"source": "https://github.com/guzzle/promises/tree/2.0.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -449,20 +449,20 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-12-03T20:19:20+00:00"
|
"time": "2024-10-17T10:06:22+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/psr7",
|
"name": "guzzlehttp/psr7",
|
||||||
"version": "2.6.2",
|
"version": "2.7.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/psr7.git",
|
"url": "https://github.com/guzzle/psr7.git",
|
||||||
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
|
"reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
|
||||||
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
|
"reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -477,8 +477,8 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"bamarni/composer-bin-plugin": "^1.8.2",
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
||||||
"http-interop/http-factory-tests": "^0.9",
|
"http-interop/http-factory-tests": "0.9.0",
|
||||||
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
|
"phpunit/phpunit": "^8.5.39 || ^9.6.20"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
||||||
@ -549,7 +549,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/guzzle/psr7/issues",
|
"issues": "https://github.com/guzzle/psr7/issues",
|
||||||
"source": "https://github.com/guzzle/psr7/tree/2.6.2"
|
"source": "https://github.com/guzzle/psr7/tree/2.7.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -565,7 +565,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-12-03T20:05:35+00:00"
|
"time": "2024-07-18T11:15:46+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "katzgrau/klogger",
|
"name": "katzgrau/klogger",
|
||||||
@ -623,26 +623,27 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/serializable-closure",
|
"name": "laravel/serializable-closure",
|
||||||
"version": "v1.3.3",
|
"version": "v1.3.7",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/serializable-closure.git",
|
"url": "https://github.com/laravel/serializable-closure.git",
|
||||||
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
|
"reference": "4f48ade902b94323ca3be7646db16209ec76be3d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
|
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/4f48ade902b94323ca3be7646db16209ec76be3d",
|
||||||
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
|
"reference": "4f48ade902b94323ca3be7646db16209ec76be3d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.3|^8.0"
|
"php": "^7.3|^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"nesbot/carbon": "^2.61",
|
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
|
||||||
|
"nesbot/carbon": "^2.61|^3.0",
|
||||||
"pestphp/pest": "^1.21.3",
|
"pestphp/pest": "^1.21.3",
|
||||||
"phpstan/phpstan": "^1.8.2",
|
"phpstan/phpstan": "^1.8.2",
|
||||||
"symfony/var-dumper": "^5.4.11"
|
"symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
@ -679,20 +680,20 @@
|
|||||||
"issues": "https://github.com/laravel/serializable-closure/issues",
|
"issues": "https://github.com/laravel/serializable-closure/issues",
|
||||||
"source": "https://github.com/laravel/serializable-closure"
|
"source": "https://github.com/laravel/serializable-closure"
|
||||||
},
|
},
|
||||||
"time": "2023-11-08T14:08:06+00:00"
|
"time": "2024-11-14T18:34:49+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "monolog/monolog",
|
"name": "monolog/monolog",
|
||||||
"version": "2.9.3",
|
"version": "2.10.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Seldaek/monolog.git",
|
"url": "https://github.com/Seldaek/monolog.git",
|
||||||
"reference": "a30bfe2e142720dfa990d0a7e573997f5d884215"
|
"reference": "5cf826f2991858b54d5c3809bee745560a1042a7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/a30bfe2e142720dfa990d0a7e573997f5d884215",
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/5cf826f2991858b54d5c3809bee745560a1042a7",
|
||||||
"reference": "a30bfe2e142720dfa990d0a7e573997f5d884215",
|
"reference": "5cf826f2991858b54d5c3809bee745560a1042a7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -769,7 +770,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/Seldaek/monolog/issues",
|
"issues": "https://github.com/Seldaek/monolog/issues",
|
||||||
"source": "https://github.com/Seldaek/monolog/tree/2.9.3"
|
"source": "https://github.com/Seldaek/monolog/tree/2.10.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -781,28 +782,28 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-04-12T20:52:51+00:00"
|
"time": "2024-11-12T12:43:37+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "paragonie/constant_time_encoding",
|
"name": "paragonie/constant_time_encoding",
|
||||||
"version": "v2.7.0",
|
"version": "v3.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/paragonie/constant_time_encoding.git",
|
"url": "https://github.com/paragonie/constant_time_encoding.git",
|
||||||
"reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105"
|
"reference": "df1e7fde177501eee2037dd159cf04f5f301a512"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/52a0d99e69f56b9ec27ace92ba56897fe6993105",
|
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512",
|
||||||
"reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105",
|
"reference": "df1e7fde177501eee2037dd159cf04f5f301a512",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7|^8"
|
"php": "^8"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^6|^7|^8|^9",
|
"phpunit/phpunit": "^9",
|
||||||
"vimeo/psalm": "^1|^2|^3|^4"
|
"vimeo/psalm": "^4|^5"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -848,7 +849,7 @@
|
|||||||
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
|
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
|
||||||
"source": "https://github.com/paragonie/constant_time_encoding"
|
"source": "https://github.com/paragonie/constant_time_encoding"
|
||||||
},
|
},
|
||||||
"time": "2024-05-08T12:18:48+00:00"
|
"time": "2024-05-08T12:36:18+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "paragonie/random_compat",
|
"name": "paragonie/random_compat",
|
||||||
@ -957,16 +958,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "php-di/php-di",
|
"name": "php-di/php-di",
|
||||||
"version": "7.0.6",
|
"version": "7.0.7",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/PHP-DI/PHP-DI.git",
|
"url": "https://github.com/PHP-DI/PHP-DI.git",
|
||||||
"reference": "8097948a89f6ec782839b3e958432f427cac37fd"
|
"reference": "e87435e3c0e8f22977adc5af0d5cdcc467e15cf1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/8097948a89f6ec782839b3e958432f427cac37fd",
|
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/e87435e3c0e8f22977adc5af0d5cdcc467e15cf1",
|
||||||
"reference": "8097948a89f6ec782839b3e958432f427cac37fd",
|
"reference": "e87435e3c0e8f22977adc5af0d5cdcc467e15cf1",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1014,7 +1015,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/PHP-DI/PHP-DI/issues",
|
"issues": "https://github.com/PHP-DI/PHP-DI/issues",
|
||||||
"source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.6"
|
"source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.7"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -1026,24 +1027,24 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-11-02T10:04:50+00:00"
|
"time": "2024-07-21T15:55:45+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpseclib/phpseclib",
|
"name": "phpseclib/phpseclib",
|
||||||
"version": "3.0.37",
|
"version": "3.0.43",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpseclib/phpseclib.git",
|
"url": "https://github.com/phpseclib/phpseclib.git",
|
||||||
"reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8"
|
"reference": "709ec107af3cb2f385b9617be72af8cf62441d02"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/709ec107af3cb2f385b9617be72af8cf62441d02",
|
||||||
"reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
|
"reference": "709ec107af3cb2f385b9617be72af8cf62441d02",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"paragonie/constant_time_encoding": "^1|^2",
|
"paragonie/constant_time_encoding": "^1|^2|^3",
|
||||||
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
|
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
|
||||||
"php": ">=5.6.1"
|
"php": ">=5.6.1"
|
||||||
},
|
},
|
||||||
@ -1120,7 +1121,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/phpseclib/phpseclib/issues",
|
"issues": "https://github.com/phpseclib/phpseclib/issues",
|
||||||
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.37"
|
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.43"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -1136,7 +1137,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-03-03T02:14:58+00:00"
|
"time": "2024-12-14T21:12:59+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/cache",
|
"name": "psr/cache",
|
||||||
@ -1294,20 +1295,20 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/http-factory",
|
"name": "psr/http-factory",
|
||||||
"version": "1.0.2",
|
"version": "1.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/php-fig/http-factory.git",
|
"url": "https://github.com/php-fig/http-factory.git",
|
||||||
"reference": "e616d01114759c4c489f93b099585439f795fe35"
|
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
||||||
"reference": "e616d01114759c4c489f93b099585439f795fe35",
|
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0.0",
|
"php": ">=7.1",
|
||||||
"psr/http-message": "^1.0 || ^2.0"
|
"psr/http-message": "^1.0 || ^2.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
@ -1331,7 +1332,7 @@
|
|||||||
"homepage": "https://www.php-fig.org/"
|
"homepage": "https://www.php-fig.org/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Common interfaces for PSR-7 HTTP message factories",
|
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"factory",
|
"factory",
|
||||||
"http",
|
"http",
|
||||||
@ -1343,9 +1344,9 @@
|
|||||||
"response"
|
"response"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/php-fig/http-factory/tree/1.0.2"
|
"source": "https://github.com/php-fig/http-factory"
|
||||||
},
|
},
|
||||||
"time": "2023-04-10T20:10:41+00:00"
|
"time": "2024-04-15T12:06:14+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/http-message",
|
"name": "psr/http-message",
|
||||||
@ -1555,16 +1556,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/deprecation-contracts",
|
"name": "symfony/deprecation-contracts",
|
||||||
"version": "v3.4.0",
|
"version": "v3.5.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/deprecation-contracts.git",
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||||||
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
|
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
|
||||||
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
|
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1572,12 +1573,12 @@
|
|||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
|
||||||
"dev-main": "3.4-dev"
|
|
||||||
},
|
|
||||||
"thanks": {
|
"thanks": {
|
||||||
"name": "symfony/contracts",
|
"url": "https://github.com/symfony/contracts",
|
||||||
"url": "https://github.com/symfony/contracts"
|
"name": "symfony/contracts"
|
||||||
|
},
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-main": "3.5-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -1602,7 +1603,7 @@
|
|||||||
"description": "A generic function and convention to trigger deprecation notices",
|
"description": "A generic function and convention to trigger deprecation notices",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -1618,20 +1619,20 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-05-23T14:45:45+00:00"
|
"time": "2024-09-25T14:20:29+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/filesystem",
|
"name": "symfony/filesystem",
|
||||||
"version": "v6.4.6",
|
"version": "v6.4.13",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/filesystem.git",
|
"url": "https://github.com/symfony/filesystem.git",
|
||||||
"reference": "9919b5509ada52cc7f66f9a35c86a4a29955c9d3"
|
"reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/9919b5509ada52cc7f66f9a35c86a4a29955c9d3",
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3",
|
||||||
"reference": "9919b5509ada52cc7f66f9a35c86a4a29955c9d3",
|
"reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1639,6 +1640,9 @@
|
|||||||
"symfony/polyfill-ctype": "~1.8",
|
"symfony/polyfill-ctype": "~1.8",
|
||||||
"symfony/polyfill-mbstring": "~1.8"
|
"symfony/polyfill-mbstring": "~1.8"
|
||||||
},
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"symfony/process": "^5.4|^6.4|^7.0"
|
||||||
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
@ -1665,7 +1669,7 @@
|
|||||||
"description": "Provides basic utilities for the filesystem",
|
"description": "Provides basic utilities for the filesystem",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/filesystem/tree/v6.4.6"
|
"source": "https://github.com/symfony/filesystem/tree/v6.4.13"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -1681,24 +1685,24 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-03-21T19:36:20+00:00"
|
"time": "2024-10-25T15:07:50+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-ctype",
|
"name": "symfony/polyfill-ctype",
|
||||||
"version": "v1.29.0",
|
"version": "v1.31.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||||||
"reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
|
||||||
"reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1"
|
"php": ">=7.2"
|
||||||
},
|
},
|
||||||
"provide": {
|
"provide": {
|
||||||
"ext-ctype": "*"
|
"ext-ctype": "*"
|
||||||
@ -1709,8 +1713,8 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"thanks": {
|
"thanks": {
|
||||||
"name": "symfony/polyfill",
|
"url": "https://github.com/symfony/polyfill",
|
||||||
"url": "https://github.com/symfony/polyfill"
|
"name": "symfony/polyfill"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -1744,7 +1748,7 @@
|
|||||||
"portable"
|
"portable"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -1760,24 +1764,24 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-01-29T20:11:03+00:00"
|
"time": "2024-09-09T11:45:10+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-mbstring",
|
"name": "symfony/polyfill-mbstring",
|
||||||
"version": "v1.29.0",
|
"version": "v1.31.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||||||
"reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
|
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
|
||||||
"reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
|
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1"
|
"php": ">=7.2"
|
||||||
},
|
},
|
||||||
"provide": {
|
"provide": {
|
||||||
"ext-mbstring": "*"
|
"ext-mbstring": "*"
|
||||||
@ -1788,8 +1792,8 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"thanks": {
|
"thanks": {
|
||||||
"name": "symfony/polyfill",
|
"url": "https://github.com/symfony/polyfill",
|
||||||
"url": "https://github.com/symfony/polyfill"
|
"name": "symfony/polyfill"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -1824,7 +1828,7 @@
|
|||||||
"shim"
|
"shim"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -1840,7 +1844,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-01-29T20:11:03+00:00"
|
"time": "2024-09-09T11:45:10+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "twilio/sdk",
|
"name": "twilio/sdk",
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 432 KiB After Width: | Height: | Size: 24 KiB |
BIN
comprobantes/Comprobante_Edward_Elric.png
Normal file
BIN
comprobantes/Comprobante_Edward_Elric.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 419 KiB |
BIN
comprobantes/Comprobante_Maria_Gricelda_López_Avalos.png
Executable file
BIN
comprobantes/Comprobante_Maria_Gricelda_López_Avalos.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 428 KiB |
439
data/plugin.log
Normal file → Executable file
439
data/plugin.log
Normal file → Executable file
@ -1,71 +1,211 @@
|
|||||||
[2025-01-05 20:15:39.496599] [notice] Logging level set to:debug
|
[2025-01-10 18:05:53.941663] [notice] Logging level set to:debug
|
||||||
[2025-01-05 20:15:39.496748] [debug] El valor del evento recibio en json: {"type":"oxxo.request","client_id":2,"amount":125}
|
[2025-01-10 18:05:53.942004] [debug] El valor de webhook_string: {"type":"oxxo.request","client_id":2,"amount":310}
|
||||||
|
|
||||||
[2025-01-05 20:15:39.496774] [info] Evento de referencia de oxxo recibido
|
[2025-01-10 18:05:53.942078] [info] Evento de referencia de oxxo recibido
|
||||||
|
|
||||||
[2025-01-05 20:15:39.496793] [info] Referencia persnoalizada, Valor del monto: 125
|
[2025-01-10 18:05:53.942130] [info] Creando referencia del cliente para OXXO:
|
||||||
|
|
||||||
[2025-01-05 20:15:39.496809] [info] Creando referencia del cliente para OXXO:
|
[2025-01-10 18:07:52.605911] [notice] Logging level set to:debug
|
||||||
|
[2025-01-10 18:07:52.606019] [debug] El valor de webhook_string: {"type":"oxxo.request","client_id":2,"amount":310}
|
||||||
|
|
||||||
[2025-01-05 20:15:39.621918] [info] Se obtuvo el Stripe Customer ID: cus_PetN1dhr4rx0kX
|
[2025-01-10 18:07:52.606035] [info] Evento de referencia de oxxo recibido
|
||||||
|
|
||||||
[2025-01-05 20:15:39.621963] [info] Se analizó el email: dhsv.141089@gmail.com
|
[2025-01-10 18:07:52.606045] [info] Referencia persnoalizada, Valor del monto: 310
|
||||||
|
|
||||||
[2025-01-05 20:16:11.120426] [notice] Logging level set to:debug
|
[2025-01-10 18:07:52.606055] [info] Creando referencia del cliente para OXXO:
|
||||||
[2025-01-05 20:16:11.120856] [debug] El valor del evento recibio en json: {"type":"oxxo.request","client_id":2,"amount":300}
|
|
||||||
|
|
||||||
[2025-01-05 20:16:11.120996] [info] Evento de referencia de oxxo recibido
|
[2025-01-10 18:07:52.741453] [info] Monto proporcionado directamente: 310
|
||||||
|
|
||||||
[2025-01-05 20:16:11.121088] [info] Referencia persnoalizada, Valor del monto: 300
|
[2025-01-10 18:07:52.741590] [info] Creando referencia en Stripe por: 31000
|
||||||
|
|
||||||
[2025-01-05 20:16:11.121164] [info] Creando referencia del cliente para OXXO:
|
[2025-01-10 18:07:53.363145] [info] Creando payment methods del voucher
|
||||||
|
|
||||||
[2025-01-05 20:16:11.266724] [info] Se obtuvo el Stripe Customer ID: cus_PetN1dhr4rx0kX
|
[2025-01-10 18:07:53.640343] [info] Confirmando el paymentIntent
|
||||||
|
|
||||||
[2025-01-05 20:16:11.266885] [info] Se analizó el email: dhsv.141089@gmail.com
|
[2025-01-10 18:07:54.403819] [info] Se terminó de confirmar el paymentIntent
|
||||||
|
|
||||||
[2025-01-05 20:21:28.447954] [notice] Logging level set to:debug
|
[2025-01-10 18:07:54.404211] [info] Referencia OXXO: 12345678901234657890123456789012
|
||||||
[2025-01-05 20:21:28.448175] [debug] El valor del evento recibio en json: {"type":"oxxo.request","client_id":2,"amount":300}
|
|
||||||
|
|
||||||
[2025-01-05 20:21:28.448246] [info] Evento de referencia de oxxo recibido
|
[2025-01-10 18:07:54.404366] [info] URL del recibo: https://payments.stripe.com/oxxo/voucher/test_YWNjdF8xT2tHMFJFRlkxV0VVdGdSLF9SWXVSR2VEQzYwZElqdGdjOE4wVUlpcE5MY1VmeEJ001003GOIe43u
|
||||||
|
|
||||||
[2025-01-05 20:21:28.448307] [info] Referencia persnoalizada, Valor del monto: 300
|
[2025-01-10 18:07:54.405272] [debug] Reponse que se envía a CallBell: {"url": "https://payments.stripe.com/oxxo/voucher/test_YWNjdF8xT2tHMFJFRlkxV0VVdGdSLF9SWXVSR2VEQzYwZElqdGdjOE4wVUlpcE5MY1VmeEJ001003GOIe43u"}
|
||||||
|
[2025-01-10 18:07:54.405514] [error] JSON error: No error
|
||||||
|
[2025-01-10 18:07:54.405670] [debug] HTTP request processing ended.
|
||||||
|
[2025-01-10 18:10:10.583622] [notice] Logging level set to:debug
|
||||||
|
[2025-01-10 18:10:10.586545] [debug] El valor de webhook_string: {"id":"evt_1QfmesEFY1WEUtgR7TgS1zyu","object":"event","api_version":"2023-10-16","created":1736532609,"data":{"object":{"id":"ccsbtxn_1QfmerEFY1WEUtgRwLLwoX9O","object":"customer_cash_balance_transaction","created":1736532609,"currency":"mxn","customer":"cus_PetN1dhr4rx0kX","ending_balance":213000,"funded":{"bank_transfer":{"reference":"","type":"mx_bank_transfer"}},"livemode":false,"net_amount":23000,"type":"funded"}},"livemode":false,"pending_webhooks":2,"request":{"id":"req_7zPOXTISfYQhwn","idempotency_key":"9eaedb86-ddbe-44b4-99da-ca33cf716ee6"},"type":"customer_cash_balance_transaction.created"}
|
||||||
|
|
||||||
[2025-01-05 20:21:28.448367] [info] Creando referencia del cliente para OXXO:
|
[2025-01-10 18:10:10.586699] [info] Evento de transfencia al cliente encontrado
|
||||||
|
[2025-01-10 18:10:10.586956] [info] Valor del EventJSON: {"id":"evt_1QfmesEFY1WEUtgR7TgS1zyu","object":"event","api_version":"2023-10-16","created":1736532609,"data":{"object":{"id":"ccsbtxn_1QfmerEFY1WEUtgRwLLwoX9O","object":"customer_cash_balance_transaction","created":1736532609,"currency":"mxn","customer":"cus_PetN1dhr4rx0kX","ending_balance":213000,"funded":{"bank_transfer":{"reference":"","type":"mx_bank_transfer"}},"livemode":false,"net_amount":23000,"type":"funded"}},"livemode":false,"pending_webhooks":2,"request":{"id":"req_7zPOXTISfYQhwn","idempotency_key":"9eaedb86-ddbe-44b4-99da-ca33cf716ee6"},"type":"customer_cash_balance_transaction.created"}
|
||||||
|
|
||||||
[2025-01-05 20:21:28.566519] [info] Se obtuvo el Stripe Customer ID: cus_PetN1dhr4rx0kX
|
[2025-01-10 18:10:10.676408] [notice] Logging level set to:debug
|
||||||
|
[2025-01-10 18:10:10.676522] [debug] El valor de webhook_string: {"id":"evt_1QfmesEFY1WEUtgRRcOXRF2K","object":"event","api_version":"2023-10-16","created":1736532609,"data":{"object":{"object":"cash_balance","available":{"mxn":213000},"customer":"cus_PetN1dhr4rx0kX","livemode":false,"settings":{"reconciliation_mode":"automatic","using_merchant_default":true}}},"livemode":false,"pending_webhooks":2,"request":{"id":"req_7zPOXTISfYQhwn","idempotency_key":"9eaedb86-ddbe-44b4-99da-ca33cf716ee6"},"type":"cash_balance.funds_available"}
|
||||||
|
|
||||||
[2025-01-05 20:21:28.566636] [info] Se analizó el email: dhsv.141089@gmail.com
|
[2025-01-10 18:10:10.676562] [error] JSON error: No error
|
||||||
|
[2025-01-10 18:10:10.676575] [debug] HTTP request processing ended.
|
||||||
|
[2025-01-10 18:10:12.738172] [info] PaymentIntent creado: pi_3QfmetEFY1WEUtgR0xHkzs5q
|
||||||
|
|
||||||
[2025-01-05 20:21:28.566740] [info] Se extrajeron los digitos
|
[2025-01-10 18:10:12.738810] [error] JSON error: No error
|
||||||
|
[2025-01-10 18:10:12.739032] [debug] HTTP request processing ended.
|
||||||
|
[2025-01-10 18:10:13.246512] [notice] Logging level set to:debug
|
||||||
|
[2025-01-10 18:10:13.246690] [debug] El valor de webhook_string: {"id":"evt_1QfmeuEFY1WEUtgRGAYZ8dre","object":"event","api_version":"2023-10-16","created":1736532611,"data":{"object":{"id":"ccsbtxn_1QfmetEFY1WEUtgRnBbOkFZ3","object":"customer_cash_balance_transaction","applied_to_payment":{"payment_intent":"pi_3QfmetEFY1WEUtgR0xHkzs5q"},"created":1736532611,"currency":"mxn","customer":"cus_PetN1dhr4rx0kX","ending_balance":190000,"livemode":false,"net_amount":-23000,"type":"applied_to_payment"}},"livemode":false,"pending_webhooks":2,"request":{"id":"req_4nXY7qRwVRIJg9","idempotency_key":"d90780a1-8d32-464e-a74e-1a024edf55cd"},"type":"customer_cash_balance_transaction.created"}
|
||||||
|
|
||||||
[2025-01-05 20:21:28.566796] [info] Monto proporcionado directamente (procesado): 300
|
[2025-01-10 18:10:13.246751] [info] Evento de transfencia al cliente encontrado
|
||||||
|
[2025-01-10 18:10:13.246808] [info] Valor del EventJSON: {"id":"evt_1QfmeuEFY1WEUtgRGAYZ8dre","object":"event","api_version":"2023-10-16","created":1736532611,"data":{"object":{"id":"ccsbtxn_1QfmetEFY1WEUtgRnBbOkFZ3","object":"customer_cash_balance_transaction","applied_to_payment":{"payment_intent":"pi_3QfmetEFY1WEUtgR0xHkzs5q"},"created":1736532611,"currency":"mxn","customer":"cus_PetN1dhr4rx0kX","ending_balance":190000,"livemode":false,"net_amount":-23000,"type":"applied_to_payment"}},"livemode":false,"pending_webhooks":2,"request":{"id":"req_4nXY7qRwVRIJg9","idempotency_key":"d90780a1-8d32-464e-a74e-1a024edf55cd"},"type":"customer_cash_balance_transaction.created"}
|
||||||
|
|
||||||
[2025-01-05 20:21:29.204588] [info] Creando payment methods del voucher
|
[2025-01-10 18:10:14.052741] [info] Error creando PaymentIntent: This value must be greater than or equal to 1.
|
||||||
|
|
||||||
[2025-01-05 20:21:30.073240] [info] Referencia OXXO: 12345678901234657890123456789012
|
[2025-01-10 18:10:14.052828] [error] JSON error: No error
|
||||||
|
[2025-01-10 18:10:14.052844] [debug] HTTP request processing ended.
|
||||||
|
[2025-01-10 18:10:14.279191] [notice] Logging level set to:debug
|
||||||
|
[2025-01-10 18:10:14.279361] [debug] El valor de webhook_string: {"uuid":"2f7460f0-9fc8-46e1-8c9d-132cc2fb8584","changeType":"insert","entity":"payment","entityId":"504","eventName":"payment.add","extraData":{"entity":{"id":504,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-10T12:10:13-0600","amount":230,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":230,"userId":null,"attributes":[]},"entityBeforeEdit":null}}
|
||||||
|
|
||||||
[2025-01-05 20:21:30.073765] [info] URL del recibo: https://payments.stripe.com/oxxo/voucher/test_YWNjdF8xT2tHMFJFRlkxV0VVdGdSLF9SWDRUeURsS3F3emdGTVJFRU9HNXI0dVZnMk5KRnlP0100z7RPcfxr
|
[2025-01-10 18:10:14.392301] [debug] valor el evento recibido por webhook: payment.add
|
||||||
|
|
||||||
[2025-01-05 20:21:30.075036] [debug] Reponse que se envía a CallBell: {"url": "https://payments.stripe.com/oxxo/voucher/test_YWNjdF8xT2tHMFJFRlkxV0VVdGdSLF9SWDRUeURsS3F3emdGTVJFRU9HNXI0dVZnMk5KRnlP0100z7RPcfxr"}
|
[2025-01-10 18:10:14.392611] [debug] datos del notification para el invoice add:{"uuid":"2f7460f0-9fc8-46e1-8c9d-132cc2fb8584","changeType":"insert","entity":"payment","entityId":504,"message":null,"clientId":2,"eventName":"payment.add","clientData":{"id":2,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"31 Chiapas","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Chiapas 31, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2024-01-25T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":true,"firstName":"Daniel Humberto","lastName":"Soto Villegas Polleria","username":"danydhsv","contacts":[{"id":2,"clientId":2,"email":"dhsv.141089@gmail.com","phone":"4181878106","name":"Personal","isBilling":false,"isContact":false,"types":[{"id":1000,"name":"WhatsApp"}]}],"attributes":[{"id":112,"clientId":2,"customAttributeId":10,"name":"Stripe Customer ID","key":"stripeCustomerId","value":"cus_PetN1dhr4rx0kX","clientZoneVisible":true},{"id":113,"clientId":2,"customAttributeId":11,"name":"Clabe Transferencia Banamex","key":"clabeTransferenciaBanamex","value":"0021804341999569810","clientZoneVisible":true}],"accountBalance":7945,"accountCredit":7945,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#f1df43","addressGpsLat":21.1564209,"addressGpsLon":-100.9384185,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":true,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"serviceData":null,"invoiceData":null,"paymentData":{"id":504,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-10T12:10:13-0600","amount":230,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":230,"userId":null,"attributes":[]}}
|
||||||
[2025-01-05 20:21:30.075304] [error] JSON error: No error
|
|
||||||
[2025-01-05 20:21:30.075462] [debug] HTTP request processing ended.
|
|
||||||
[2025-01-05 20:24:32.926237] [notice] Logging level set to:debug
|
|
||||||
[2025-01-05 20:24:32.926628] [debug] El valor del evento recibio en json: {"uuid":"cf16301b-fa22-4d3e-b29a-ccd604015ac3","changeType":"insert","entity":"payment","entityId":"501","eventName":"payment.add","extraData":{"entity":{"id":501,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-05T14:24:32-0600","amount":300,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":300,"userId":null,"attributes":[]},"entityBeforeEdit":null}}
|
|
||||||
|
|
||||||
[2025-01-05 20:24:33.092381] [debug] valor el evento recibido por webhook: payment.add
|
[2025-01-10 18:10:14.392699] [debug] valor del payment data: {"id":504,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-10T12:10:13-0600","amount":230,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":230,"userId":null,"attributes":[]}
|
||||||
|
|
||||||
[2025-01-05 20:24:33.092773] [debug] datos del notification para el invoice add:{"uuid":"cf16301b-fa22-4d3e-b29a-ccd604015ac3","changeType":"insert","entity":"payment","entityId":501,"message":null,"clientId":2,"eventName":"payment.add","clientData":{"id":2,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"31 Chiapas","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Chiapas 31, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2024-01-25T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":true,"firstName":"Daniel Humberto","lastName":"Soto Villegas Polleria","username":"danydhsv","contacts":[{"id":2,"clientId":2,"email":"dhsv.141089@gmail.com","phone":"4181878106","name":"Personal","isBilling":false,"isContact":false,"types":[{"id":1000,"name":"WhatsApp"}]}],"attributes":[{"id":112,"clientId":2,"customAttributeId":10,"name":"Stripe Customer ID","key":"stripeCustomerId","value":"cus_PetN1dhr4rx0kX","clientZoneVisible":true},{"id":113,"clientId":2,"customAttributeId":11,"name":"Clabe Transferencia Banamex","key":"clabeTransferenciaBanamex","value":"0021804341999569810","clientZoneVisible":true}],"accountBalance":6315,"accountCredit":6315,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#f1df43","addressGpsLat":21.1564209,"addressGpsLon":-100.9384185,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":true,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"serviceData":null,"invoiceData":null,"paymentData":{"id":501,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-05T14:24:32-0600","amount":300,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":300,"userId":null,"attributes":[]}}
|
[2025-01-10 18:10:14.392760] [debug] ***Se notifica y actualiza al cliente sobre su pago***
|
||||||
|
|
||||||
[2025-01-05 20:24:33.092864] [debug] valor del payment data: {"id":501,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-05T14:24:32-0600","amount":300,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":300,"userId":null,"attributes":[]}
|
|
||||||
|
|
||||||
[2025-01-05 20:24:33.092933] [debug] ***Se notifica y actualiza al cliente sobre su pago***
|
|
||||||
|
|
||||||
Eviando comprobante de pago al cliente: 2 con número: 5214181878106
|
Eviando comprobante de pago al cliente: 2 con número: 5214181878106
|
||||||
|
|
||||||
El archivo se ha descargado correctamente y se ha guardado en: /data/ucrm/data/plugins/siip-whatsapp-notifications/src/Facade/../../comprobantes/Comprobante_Daniel_Humberto_Soto_Villegas_Polleria.png
|
El archivo se ha descargado correctamente y se ha guardado en: /data/ucrm/data/plugins/siip-whatsapp-notifications/src/Facade/../../comprobantes/Comprobante_Daniel_Humberto_Soto_Villegas_Polleria.png
|
||||||
|
|
||||||
El nombre del archivo PDF es: /home/unms/data/ucrm/ucrm/data/payment_receipts/ddbaa4c2-c11e-451e-b13c-b0a2fa541b00.pdf
|
El nombre del archivo PDF es: /home/unms/data/ucrm/ucrm/data/payment_receipts/11206cc1-0b2c-4fe2-ba8c-996d7a07a093.pdf
|
||||||
|
|
||||||
|
[2025-01-10 18:10:15.092138] [notice] Logging level set to:debug
|
||||||
|
[2025-01-10 18:10:15.092322] [debug] El valor de webhook_string: {"uuid":"a3aaae53-93a2-4a82-babf-51af1ad52a6c","changeType":"edit","entity":"payment","entityId":"504","eventName":"payment.edit","extraData":{"entity":{"id":504,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-10T12:10:13-0600","amount":230,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":230,"userId":null,"attributes":[]},"entityBeforeEdit":{"id":504,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-10T12:10:13-0600","amount":230,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":230,"userId":null,"attributes":[]}}}
|
||||||
|
|
||||||
|
[2025-01-10 18:10:15.212456] [debug] valor el evento recibido por webhook: payment.edit
|
||||||
|
|
||||||
|
[2025-01-10 18:10:15.212882] [debug] HTTP request processing ended.
|
||||||
|
[2025-01-10 18:10:57.359107] [notice] Logging level set to:debug
|
||||||
|
[2025-01-10 18:10:57.359576] [debug] El valor de webhook_string: {"uuid":"f60489ba-0b71-4541-8138-7276ef1e4581","changeType":"insert","entity":"payment","entityId":"505","eventName":"payment.add","extraData":{"entity":{"id":505,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-10T12:10:57-0600","amount":310,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":310,"userId":null,"attributes":[]},"entityBeforeEdit":null}}
|
||||||
|
|
||||||
|
[2025-01-10 18:10:57.522614] [debug] valor el evento recibido por webhook: payment.add
|
||||||
|
|
||||||
|
[2025-01-10 18:10:57.523077] [debug] datos del notification para el invoice add:{"uuid":"f60489ba-0b71-4541-8138-7276ef1e4581","changeType":"insert","entity":"payment","entityId":505,"message":null,"clientId":2,"eventName":"payment.add","clientData":{"id":2,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"31 Chiapas","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Chiapas 31, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2024-01-25T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":true,"firstName":"Daniel Humberto","lastName":"Soto Villegas Polleria","username":"danydhsv","contacts":[{"id":2,"clientId":2,"email":"dhsv.141089@gmail.com","phone":"4181878106","name":"Personal","isBilling":false,"isContact":false,"types":[{"id":1000,"name":"WhatsApp"}]}],"attributes":[{"id":112,"clientId":2,"customAttributeId":10,"name":"Stripe Customer ID","key":"stripeCustomerId","value":"cus_PetN1dhr4rx0kX","clientZoneVisible":true},{"id":113,"clientId":2,"customAttributeId":11,"name":"Clabe Transferencia Banamex","key":"clabeTransferenciaBanamex","value":"0021804341999569810","clientZoneVisible":true}],"accountBalance":8255,"accountCredit":8255,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#f1df43","addressGpsLat":21.1564209,"addressGpsLon":-100.9384185,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":true,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"serviceData":null,"invoiceData":null,"paymentData":{"id":505,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-10T12:10:57-0600","amount":310,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":310,"userId":null,"attributes":[]}}
|
||||||
|
|
||||||
|
[2025-01-10 18:10:57.523178] [debug] valor del payment data: {"id":505,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-10T12:10:57-0600","amount":310,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":310,"userId":null,"attributes":[]}
|
||||||
|
|
||||||
|
[2025-01-10 18:10:57.523241] [debug] ***Se notifica y actualiza al cliente sobre su pago***
|
||||||
|
|
||||||
|
Eviando comprobante de pago al cliente: 2 con número: 5214181878106
|
||||||
|
|
||||||
|
El archivo se ha descargado correctamente y se ha guardado en: /data/ucrm/data/plugins/siip-whatsapp-notifications/src/Facade/../../comprobantes/Comprobante_Daniel_Humberto_Soto_Villegas_Polleria.png
|
||||||
|
|
||||||
|
El nombre del archivo PDF es: /home/unms/data/ucrm/ucrm/data/payment_receipts/4821392a-561e-4518-a05f-269977cf1abc.pdf
|
||||||
|
|
||||||
|
[2025-01-10 18:10:58.473439] [notice] Logging level set to:debug
|
||||||
|
[2025-01-10 18:10:58.473608] [debug] El valor de webhook_string: {"uuid":"31e9875d-fae3-4be5-93a6-7a94920cfcef","changeType":"edit","entity":"payment","entityId":"505","eventName":"payment.edit","extraData":{"entity":{"id":505,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-10T12:10:57-0600","amount":310,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":310,"userId":null,"attributes":[]},"entityBeforeEdit":{"id":505,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-10T12:10:57-0600","amount":310,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":310,"userId":null,"attributes":[]}}}
|
||||||
|
|
||||||
|
[2025-01-10 18:10:58.674854] [debug] valor el evento recibido por webhook: payment.edit
|
||||||
|
|
||||||
|
[2025-01-10 18:10:58.675149] [debug] HTTP request processing ended.
|
||||||
|
[2025-01-11 6:25:03.674705] [notice] Logging level set to:debug
|
||||||
|
[2025-01-11 6:25:03.674897] [debug] El valor de webhook_string: {"uuid":"357b7e66-efe7-49c0-bc7e-30b387c6dfd8","changeType":"overdue","entity":"invoice","entityId":"1337","eventName":"invoice.overdue","extraData":{"entity":{"id":1337,"clientId":3,"number":"001301","createdDate":"2024-12-27T10:00:01-0600","dueDate":"2025-01-10T10:00:01-0600","emailSentDate":null,"maturityDays":14,"taxableSupplyDate":"2024-12-25T18:00:00-0600","notes":null,"adminNotes":null,"items":[{"id":1340,"type":"service","label":"plan300 27\/11\/2024 \u2013 26\/12\/2024","price":300,"quantity":1,"total":300,"unit":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"serviceId":3,"serviceSurchargeId":null,"productId":null,"feeId":null,"discountPrice":0,"discountQuantity":0,"discountTotal":0}],"subtotal":300,"discount":null,"discountLabel":"Descuento","taxes":[],"total":300,"amountPaid":0,"totalUntaxed":300,"totalDiscount":0,"totalTaxAmount":0,"amountToPay":300,"currencyCode":"MXN","status":1,"paymentCovers":[],"invoiceTemplateId":2,"proformaInvoiceTemplateId":2,"organizationName":"SIIP Pruebas","organizationRegistrationNumber":null,"organizationTaxId":null,"organizationStreet1":"Morel 34","organizationStreet2":null,"organizationCity":"Dolores Hidalgo","organizationStateId":null,"organizationCountryId":173,"organizationZipCode":"37800","organizationBankAccountName":null,"organizationBankAccountField1":null,"organizationBankAccountField2":null,"clientFirstName":"Lupita","clientLastName":"Morales","clientCompanyName":null,"clientCompanyRegistrationNumber":null,"clientCompanyTaxId":null,"clientStreet1":null,"clientStreet2":null,"clientCity":null,"clientCountryId":173,"clientStateId":null,"clientZipCode":null,"attributes":[],"uncollectible":false,"proforma":false,"generatedInvoiceId":null,"proformaInvoiceId":null,"isAppliedVatReverseCharge":false,"payAutomatically":false},"entityBeforeEdit":null}}
|
||||||
|
|
||||||
|
[2025-01-11 6:25:03.933916] [debug] valor el evento recibido por webhook: invoice.overdue
|
||||||
|
|
||||||
|
[2025-01-11 6:25:03.934158] [debug] Factura vencida
|
||||||
|
|
||||||
|
[2025-01-11 6:25:03.934207] [debug] datos del notification para el invoice overdue:{"uuid":"357b7e66-efe7-49c0-bc7e-30b387c6dfd8","changeType":"overdue","entity":"invoice","entityId":1337,"message":null,"clientId":3,"eventName":"invoice.overdue","clientData":{"id":3,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"56 Oaxaca","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Oaxaca 56, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2024-01-27T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Lupita","lastName":"Morales","username":"lmorales03","contacts":[{"id":3,"clientId":3,"email":null,"phone":"5214181577623","name":null,"isBilling":false,"isContact":false,"types":[{"id":1000,"name":"WhatsApp"}]}],"attributes":[],"accountBalance":-300,"accountCredit":0,"accountOutstanding":300,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#f9a825","addressGpsLat":21.16004,"addressGpsLon":-100.9368203,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":true,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":true,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"serviceData":null,"invoiceData":{"id":1337,"clientId":3,"number":"001301","createdDate":"2024-12-27T10:00:01-0600","dueDate":"2025-01-10T10:00:01-0600","emailSentDate":null,"maturityDays":14,"taxableSupplyDate":"2024-12-25T18:00:00-0600","notes":null,"adminNotes":null,"items":[{"id":1340,"type":"service","label":"plan300 27\/11\/2024 \u2013 26\/12\/2024","price":300,"quantity":1,"total":300,"unit":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"serviceId":3,"serviceSurchargeId":null,"productId":null,"feeId":null,"discountPrice":-0,"discountQuantity":0,"discountTotal":-0}],"subtotal":300,"discount":null,"discountLabel":"Descuento","taxes":[],"total":300,"amountPaid":0,"totalUntaxed":300,"totalDiscount":-0,"totalTaxAmount":0,"amountToPay":300,"currencyCode":"MXN","status":1,"paymentCovers":[],"invoiceTemplateId":2,"proformaInvoiceTemplateId":2,"organizationName":"SIIP Pruebas","organizationRegistrationNumber":null,"organizationTaxId":null,"organizationStreet1":"Morel 34","organizationStreet2":null,"organizationCity":"Dolores Hidalgo","organizationStateId":null,"organizationCountryId":173,"organizationZipCode":"37800","organizationBankAccountName":null,"organizationBankAccountField1":null,"organizationBankAccountField2":null,"clientFirstName":"Lupita","clientLastName":"Morales","clientCompanyName":null,"clientCompanyRegistrationNumber":null,"clientCompanyTaxId":null,"clientStreet1":null,"clientStreet2":null,"clientCity":null,"clientCountryId":173,"clientStateId":null,"clientZipCode":null,"attributes":[],"uncollectible":false,"proforma":false,"generatedInvoiceId":null,"proformaInvoiceId":null,"isAppliedVatReverseCharge":false,"payAutomatically":false},"paymentData":null}
|
||||||
|
|
||||||
|
[2025-01-11 6:25:03.934228] [debug] ***Se notifica al cliente que la factura de su servicio está vencida***
|
||||||
|
|
||||||
|
[2025-01-11 6:25:03.934345] [debug] Numero de cel obtenido
|
||||||
|
|
||||||
|
[2025-01-11 6:25:03.934357] [warning] No se encontró un teléfono celular válido para el cliente: 3
|
||||||
|
[2025-01-11 6:25:03.934375] [debug] HTTP request processing ended.
|
||||||
|
[2025-01-11 6:25:04.137595] [notice] Logging level set to:debug
|
||||||
|
[2025-01-11 6:25:04.137682] [debug] El valor de webhook_string: {"uuid":"939afb7c-bf01-4ea8-9d6b-8dbb16e9a61e","changeType":"overdue","entity":"invoice","entityId":"1338","eventName":"invoice.overdue","extraData":{"entity":{"id":1338,"clientId":4,"number":"001302","createdDate":"2024-12-27T10:00:01-0600","dueDate":"2025-01-10T10:00:01-0600","emailSentDate":"2025-01-11T00:00:00-0600","maturityDays":14,"taxableSupplyDate":"2024-12-25T18:00:00-0600","notes":null,"adminNotes":null,"items":[{"id":1341,"type":"service","label":"plan300 27\/11\/2024 \u2013 26\/12\/2024","price":300,"quantity":1,"total":300,"unit":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"serviceId":4,"serviceSurchargeId":null,"productId":null,"feeId":null,"discountPrice":0,"discountQuantity":0,"discountTotal":0}],"subtotal":300,"discount":null,"discountLabel":"Descuento","taxes":[],"total":300,"amountPaid":0,"totalUntaxed":300,"totalDiscount":0,"totalTaxAmount":0,"amountToPay":300,"currencyCode":"MXN","status":1,"paymentCovers":[],"invoiceTemplateId":2,"proformaInvoiceTemplateId":2,"organizationName":"SIIP Pruebas","organizationRegistrationNumber":null,"organizationTaxId":null,"organizationStreet1":"Morel 34","organizationStreet2":null,"organizationCity":"Dolores Hidalgo","organizationStateId":null,"organizationCountryId":173,"organizationZipCode":"37800","organizationBankAccountName":null,"organizationBankAccountField1":null,"organizationBankAccountField2":null,"clientFirstName":"Griselda","clientLastName":"Avalos","clientCompanyName":null,"clientCompanyRegistrationNumber":null,"clientCompanyTaxId":null,"clientStreet1":null,"clientStreet2":null,"clientCity":null,"clientCountryId":173,"clientStateId":null,"clientZipCode":null,"attributes":[],"uncollectible":false,"proforma":false,"generatedInvoiceId":null,"proformaInvoiceId":null,"isAppliedVatReverseCharge":false,"payAutomatically":false},"entityBeforeEdit":null}}
|
||||||
|
|
||||||
|
[2025-01-11 6:25:04.321850] [debug] valor el evento recibido por webhook: invoice.overdue
|
||||||
|
|
||||||
|
[2025-01-11 6:25:04.321985] [debug] Factura vencida
|
||||||
|
|
||||||
|
[2025-01-11 6:25:04.322029] [debug] datos del notification para el invoice overdue:{"uuid":"939afb7c-bf01-4ea8-9d6b-8dbb16e9a61e","changeType":"overdue","entity":"invoice","entityId":1338,"message":null,"clientId":4,"eventName":"invoice.overdue","clientData":{"id":4,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":null,"street2":null,"city":null,"countryId":173,"stateId":null,"zipCode":null,"fullAddress":null,"invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2024-01-27T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Griselda","lastName":"Avalos","username":"gavalos04","contacts":[{"id":4,"clientId":4,"email":"chicarosa@gmail.com","phone":"4181156999","name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"},{"id":1000,"name":"WhatsApp"}]},{"id":5,"clientId":4,"email":null,"phone":"5214181148554","name":null,"isBilling":false,"isContact":true,"types":[{"id":2,"name":"General"}]},{"id":106,"clientId":4,"email":null,"phone":"4181169874","name":null,"isBilling":true,"isContact":false,"types":[{"id":1,"name":"Billing"}]},{"id":107,"clientId":4,"email":null,"phone":"5214181817609","name":null,"isBilling":false,"isContact":false,"types":[]},{"id":108,"clientId":4,"email":null,"phone":"4188562314","name":null,"isBilling":false,"isContact":true,"types":[{"id":2,"name":"General"}]}],"attributes":[],"accountBalance":-3600,"accountCredit":0,"accountOutstanding":3600,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#ff8f00","addressGpsLat":null,"addressGpsLon":null,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":true,"hasOutage":false,"hasSuspendedService":true,"hasServiceWithoutDevices":true,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"serviceData":null,"invoiceData":{"id":1338,"clientId":4,"number":"001302","createdDate":"2024-12-27T10:00:01-0600","dueDate":"2025-01-10T10:00:01-0600","emailSentDate":"2025-01-11T00:00:00-0600","maturityDays":14,"taxableSupplyDate":"2024-12-25T18:00:00-0600","notes":null,"adminNotes":null,"items":[{"id":1341,"type":"service","label":"plan300 27\/11\/2024 \u2013 26\/12\/2024","price":300,"quantity":1,"total":300,"unit":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"serviceId":4,"serviceSurchargeId":null,"productId":null,"feeId":null,"discountPrice":-0,"discountQuantity":0,"discountTotal":-0}],"subtotal":300,"discount":null,"discountLabel":"Descuento","taxes":[],"total":300,"amountPaid":0,"totalUntaxed":300,"totalDiscount":-0,"totalTaxAmount":0,"amountToPay":300,"currencyCode":"MXN","status":1,"paymentCovers":[],"invoiceTemplateId":2,"proformaInvoiceTemplateId":2,"organizationName":"SIIP Pruebas","organizationRegistrationNumber":null,"organizationTaxId":null,"organizationStreet1":"Morel 34","organizationStreet2":null,"organizationCity":"Dolores Hidalgo","organizationStateId":null,"organizationCountryId":173,"organizationZipCode":"37800","organizationBankAccountName":null,"organizationBankAccountField1":null,"organizationBankAccountField2":null,"clientFirstName":"Griselda","clientLastName":"Avalos","clientCompanyName":null,"clientCompanyRegistrationNumber":null,"clientCompanyTaxId":null,"clientStreet1":null,"clientStreet2":null,"clientCity":null,"clientCountryId":173,"clientStateId":null,"clientZipCode":null,"attributes":[],"uncollectible":false,"proforma":false,"generatedInvoiceId":null,"proformaInvoiceId":null,"isAppliedVatReverseCharge":false,"payAutomatically":false},"paymentData":null}
|
||||||
|
|
||||||
|
[2025-01-11 6:25:04.322052] [debug] ***Se notifica al cliente que la factura de su servicio está vencida***
|
||||||
|
|
||||||
|
[2025-01-11 6:25:04.322122] [debug] Numero de cel obtenido
|
||||||
|
|
||||||
|
[2025-01-11 6:25:04.322133] [warning] No se encontró un teléfono celular válido para el cliente: 4
|
||||||
|
[2025-01-11 6:25:04.322149] [debug] HTTP request processing ended.
|
||||||
|
[2025-01-12 19:30:03.710498] [notice] Logging level set to:debug
|
||||||
|
[2025-01-12 19:30:03.711055] [debug] El valor de webhook_string: {"uuid":"22cf5c60-9f8f-4598-943f-5293ddc53a53","changeType":"suspend","entity":"service","entityId":"3","eventName":"service.suspend","extraData":{"entity":{"id":3,"prepaid":false,"clientId":3,"status":3,"name":"plan300","fullAddress":"Oaxaca 56, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","street1":"56 Oaxaca","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","note":null,"addressGpsLat":21.16004,"addressGpsLon":-100.9368203,"servicePlanId":2,"servicePlanPeriodId":7,"price":300,"hasIndividualPrice":false,"totalPrice":300,"currencyCode":"MXN","invoiceLabel":null,"contractId":null,"contractLengthType":1,"minimumContractLengthMonths":null,"activeFrom":"2024-01-27T00:00:00-0600","activeTo":null,"contractEndDate":null,"discountType":0,"discountValue":null,"discountInvoiceLabel":"Descuento","discountFrom":null,"discountTo":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"invoicingStart":"2024-01-28T00:00:00-0600","invoicingPeriodType":1,"invoicingPeriodStartDay":27,"nextInvoicingDayAdjustment":0,"invoicingProratedSeparately":true,"invoicingSeparately":false,"sendEmailsAutomatically":null,"useCreditAutomatically":true,"servicePlanName":"plan300","servicePlanPrice":300,"servicePlanPeriod":1,"servicePlanType":"Internet","downloadSpeed":6,"uploadSpeed":6,"hasOutage":false,"unmsClientSiteStatus":null,"fccBlockId":null,"lastInvoicedDate":"2024-12-26T00:00:00-0600","unmsClientSiteId":"c4ea6c5c-0577-42bc-852e-e54cad6255b8","attributes":[],"addressData":null,"suspensionReasonId":1,"serviceChangeRequestId":null,"setupFeePrice":null,"earlyTerminationFeePrice":null,"downloadSpeedOverride":null,"uploadSpeedOverride":null,"trafficShapingOverrideEnd":null,"trafficShapingOverrideEnabled":false,"servicePlanGroupId":null,"suspensionPeriods":[{"id":43,"startDate":"2024-03-13T00:00:00-0600","endDate":"2024-12-11T00:00:00-0600"},{"id":133,"startDate":"2025-01-12T13:30:02-0600","endDate":null}],"surcharges":[]},"entityBeforeEdit":{"id":3,"prepaid":false,"clientId":3,"status":1,"name":"plan300","fullAddress":"Oaxaca 56, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","street1":"56 Oaxaca","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","note":null,"addressGpsLat":21.16004,"addressGpsLon":-100.9368203,"servicePlanId":2,"servicePlanPeriodId":7,"price":300,"hasIndividualPrice":false,"totalPrice":300,"currencyCode":"MXN","invoiceLabel":null,"contractId":null,"contractLengthType":1,"minimumContractLengthMonths":null,"activeFrom":"2024-01-27T00:00:00-0600","activeTo":null,"contractEndDate":null,"discountType":0,"discountValue":null,"discountInvoiceLabel":"Descuento","discountFrom":null,"discountTo":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"invoicingStart":"2024-01-28T00:00:00-0600","invoicingPeriodType":1,"invoicingPeriodStartDay":27,"nextInvoicingDayAdjustment":0,"invoicingProratedSeparately":true,"invoicingSeparately":false,"sendEmailsAutomatically":null,"useCreditAutomatically":true,"servicePlanName":"plan300","servicePlanPrice":300,"servicePlanPeriod":1,"servicePlanType":"Internet","downloadSpeed":6,"uploadSpeed":6,"hasOutage":false,"unmsClientSiteStatus":null,"fccBlockId":null,"lastInvoicedDate":"2024-12-26T00:00:00-0600","unmsClientSiteId":"c4ea6c5c-0577-42bc-852e-e54cad6255b8","attributes":[],"addressData":null,"suspensionReasonId":null,"serviceChangeRequestId":null,"setupFeePrice":null,"earlyTerminationFeePrice":null,"downloadSpeedOverride":null,"uploadSpeedOverride":null,"trafficShapingOverrideEnd":null,"trafficShapingOverrideEnabled":false,"servicePlanGroupId":null,"suspensionPeriods":[{"id":43,"startDate":"2024-03-13T00:00:00-0600","endDate":"2024-12-11T00:00:00-0600"},{"id":133,"startDate":"2025-01-12T13:30:02-0600","endDate":null}],"surcharges":[]}}}
|
||||||
|
|
||||||
|
[2025-01-12 19:30:03.988663] [debug] valor el evento recibido por webhook: service.suspend
|
||||||
|
|
||||||
|
[2025-01-12 19:30:03.989017] [debug] Se suspendió el servicio a un cliente
|
||||||
|
|
||||||
|
[2025-01-12 19:30:03.989139] [info] {"uuid":"22cf5c60-9f8f-4598-943f-5293ddc53a53","changeType":"suspend","entity":"service","entityId":3,"message":null,"clientId":3,"eventName":"service.suspend","clientData":{"id":3,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"56 Oaxaca","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Oaxaca 56, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2024-01-27T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Lupita","lastName":"Morales","username":"lmorales03","contacts":[{"id":3,"clientId":3,"email":null,"phone":"5214181577623","name":null,"isBilling":false,"isContact":false,"types":[{"id":1000,"name":"WhatsApp"}]}],"attributes":[],"accountBalance":-300,"accountCredit":0,"accountOutstanding":300,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#f9a825","addressGpsLat":21.16004,"addressGpsLon":-100.9368203,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":true,"hasOutage":false,"hasSuspendedService":true,"hasServiceWithoutDevices":true,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"serviceData":{"id":3,"prepaid":false,"clientId":3,"status":3,"name":"plan300","fullAddress":"Oaxaca 56, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","street1":"56 Oaxaca","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","note":null,"addressGpsLat":21.16004,"addressGpsLon":-100.9368203,"servicePlanId":2,"servicePlanPeriodId":7,"price":300,"hasIndividualPrice":false,"totalPrice":300,"currencyCode":"MXN","invoiceLabel":null,"contractId":null,"contractLengthType":1,"minimumContractLengthMonths":null,"activeFrom":"2024-01-27T00:00:00-0600","activeTo":null,"contractEndDate":null,"discountType":0,"discountValue":null,"discountInvoiceLabel":"Descuento","discountFrom":null,"discountTo":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"invoicingStart":"2024-01-28T00:00:00-0600","invoicingPeriodType":1,"invoicingPeriodStartDay":27,"nextInvoicingDayAdjustment":0,"invoicingProratedSeparately":true,"invoicingSeparately":false,"sendEmailsAutomatically":null,"useCreditAutomatically":true,"servicePlanName":"plan300","servicePlanPrice":300,"servicePlanPeriod":1,"servicePlanType":"Internet","downloadSpeed":6,"uploadSpeed":6,"hasOutage":false,"unmsClientSiteStatus":null,"fccBlockId":null,"lastInvoicedDate":"2024-12-26T00:00:00-0600","unmsClientSiteId":"c4ea6c5c-0577-42bc-852e-e54cad6255b8","attributes":[],"addressData":null,"suspensionReasonId":1,"serviceChangeRequestId":null,"setupFeePrice":null,"earlyTerminationFeePrice":null,"downloadSpeedOverride":null,"uploadSpeedOverride":null,"trafficShapingOverrideEnd":null,"trafficShapingOverrideEnabled":false,"servicePlanGroupId":null,"suspensionPeriods":[{"id":43,"startDate":"2024-03-13T00:00:00-0600","endDate":"2024-12-11T00:00:00-0600"},{"id":133,"startDate":"2025-01-12T00:00:00-0600","endDate":null}],"surcharges":[],"stopReason":"Payments overdue"},"invoiceData":null,"paymentData":null}
|
||||||
|
|
||||||
|
Actualizando estado del servicio
|
||||||
|
|
||||||
|
Nombre del cliente al que se va a actualizar el estado del servicio: Lupita Morales
|
||||||
|
|
||||||
|
UUID: 7ec1948ad8af4bcd8eff0d7c2a995d09
|
||||||
|
|
||||||
|
JSON con los datos a actualizar: {"custom_fields":{"Estado":"\ud83d\udfe0 Suspendido","Fecha Ultima Actualizacion":"\ud83d\udcc6\ud83d\udd04\ufe0f 12\/01\/2025 13:30"}}
|
||||||
|
|
||||||
|
Response Patch CallBell: {"contact":{"uuid":"7ec1948ad8af4bcd8eff0d7c2a995d09","name":"Lupita Morales","phoneNumber":"5214181577623","avatarUrl":null,"createdAt":"2023-12-22T16:52:57Z","closedAt":"2025-01-07T23:12:30Z","source":"whatsapp","href":"https://dash.callbell.eu/contacts/7ec1948ad8af4bcd8eff0d7c2a995d09","conversationHref":"https://dash.callbell.eu/chat/d06f5a96768c4945b7a659a6930e5fa0","tags":[],"assignedUser":"miriam.moctezuma2m@gmail.com","customFields":{"user entry point":"inbound_message","Nombre":"👤 Lupita Morales","Cliente":"3","Domicilio":"📍 Oaxaca 56, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., México","Clabe Transferencia Banamex":"124180650725363841","Fecha Ultimo Pago":"📆💸 11/12/2024 13:32 con Cheque 📄","Saldo Actual":"💲300 pendientes","user name":"Míriam Moctezuma","Resumen":"{\"Cliente\": \"3\",\"Domicilio\": \"📍 Oaxaca 56, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., México\",\"Nombre\": \"👤 Lupita Morales\",\"URL\": \"🌐 https://172.16.5.120/crm/client/3\",\"Saldo Actual\": \"💲300 pendientes\",\"Monto Ultimo Pago\": \"💲 3000\",\"Estado\": \"🟢 Activo\",\"Fecha Ultimo Pago\": \"📆💰 11/12/2024 13:32 con Cheque 📄\",\"Fecha Ultima Actualizacion\": \"📆🔄️ 04/01/2025 16:20\",\"Clabe Transferencia Banamex\": \"\"}","Estado":"🟠 Suspendido","URL":"🌐 https://172.16.5.120/crm/client/3","Monto Ultimo Pago":"💲 3000","Fecha Ultima Actualizacion":"📆🔄️ 12/01/2025 13:30"},"team":{"uuid":"5faeed738d6a44ccacf6509762eb288d","name":"General","default":true,"members":8,"createdAt":"2023-11-07T00:37:10Z"},"channel":{"uuid":"dbaa248932634e7ea4346a320960c24a","title":null,"type":"whatsapp","main":true},"blockedAt":null}}
|
||||||
|
|
||||||
|
[2025-01-12 19:30:05.333286] [debug] HTTP request processing ended.
|
||||||
|
[2025-01-12 19:30:05.501734] [notice] Logging level set to:debug
|
||||||
|
[2025-01-12 19:30:05.502194] [debug] El valor de webhook_string: {"uuid":"3a5c05df-21f0-479d-9933-d645c2b6f566","changeType":"edit","entity":"service","entityId":"3","eventName":"service.edit","extraData":{"entity":{"id":3,"prepaid":false,"clientId":3,"status":3,"name":"plan300","fullAddress":"Oaxaca 56, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","street1":"56 Oaxaca","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","note":null,"addressGpsLat":21.16004,"addressGpsLon":-100.9368203,"servicePlanId":2,"servicePlanPeriodId":7,"price":300,"hasIndividualPrice":false,"totalPrice":300,"currencyCode":"MXN","invoiceLabel":null,"contractId":null,"contractLengthType":1,"minimumContractLengthMonths":null,"activeFrom":"2024-01-27T00:00:00-0600","activeTo":null,"contractEndDate":null,"discountType":0,"discountValue":null,"discountInvoiceLabel":"Descuento","discountFrom":null,"discountTo":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"invoicingStart":"2024-01-28T00:00:00-0600","invoicingPeriodType":1,"invoicingPeriodStartDay":27,"nextInvoicingDayAdjustment":0,"invoicingProratedSeparately":true,"invoicingSeparately":false,"sendEmailsAutomatically":null,"useCreditAutomatically":true,"servicePlanName":"plan300","servicePlanPrice":300,"servicePlanPeriod":1,"servicePlanType":"Internet","downloadSpeed":6,"uploadSpeed":6,"hasOutage":false,"unmsClientSiteStatus":null,"fccBlockId":null,"lastInvoicedDate":"2024-12-26T00:00:00-0600","unmsClientSiteId":"c4ea6c5c-0577-42bc-852e-e54cad6255b8","attributes":[],"addressData":null,"suspensionReasonId":1,"serviceChangeRequestId":null,"setupFeePrice":null,"earlyTerminationFeePrice":null,"downloadSpeedOverride":null,"uploadSpeedOverride":null,"trafficShapingOverrideEnd":null,"trafficShapingOverrideEnabled":false,"servicePlanGroupId":null,"suspensionPeriods":[{"id":43,"startDate":"2024-03-13T00:00:00-0600","endDate":"2024-12-11T00:00:00-0600"},{"id":133,"startDate":"2025-01-12T13:30:02-0600","endDate":null}],"surcharges":[]},"entityBeforeEdit":{"id":3,"prepaid":false,"clientId":3,"status":1,"name":"plan300","fullAddress":"Oaxaca 56, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","street1":"56 Oaxaca","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","note":null,"addressGpsLat":21.16004,"addressGpsLon":-100.9368203,"servicePlanId":2,"servicePlanPeriodId":7,"price":300,"hasIndividualPrice":false,"totalPrice":300,"currencyCode":"MXN","invoiceLabel":null,"contractId":null,"contractLengthType":1,"minimumContractLengthMonths":null,"activeFrom":"2024-01-27T00:00:00-0600","activeTo":null,"contractEndDate":null,"discountType":0,"discountValue":null,"discountInvoiceLabel":"Descuento","discountFrom":null,"discountTo":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"invoicingStart":"2024-01-28T00:00:00-0600","invoicingPeriodType":1,"invoicingPeriodStartDay":27,"nextInvoicingDayAdjustment":0,"invoicingProratedSeparately":true,"invoicingSeparately":false,"sendEmailsAutomatically":null,"useCreditAutomatically":true,"servicePlanName":"plan300","servicePlanPrice":300,"servicePlanPeriod":1,"servicePlanType":"Internet","downloadSpeed":6,"uploadSpeed":6,"hasOutage":false,"unmsClientSiteStatus":null,"fccBlockId":null,"lastInvoicedDate":"2024-12-26T00:00:00-0600","unmsClientSiteId":"c4ea6c5c-0577-42bc-852e-e54cad6255b8","attributes":[],"addressData":null,"suspensionReasonId":null,"serviceChangeRequestId":null,"setupFeePrice":null,"earlyTerminationFeePrice":null,"downloadSpeedOverride":null,"uploadSpeedOverride":null,"trafficShapingOverrideEnd":null,"trafficShapingOverrideEnabled":false,"servicePlanGroupId":null,"suspensionPeriods":[{"id":43,"startDate":"2024-03-13T00:00:00-0600","endDate":"2024-12-11T00:00:00-0600"},{"id":133,"startDate":"2025-01-12T13:30:02-0600","endDate":null}],"surcharges":[]}}}
|
||||||
|
|
||||||
|
[2025-01-12 19:30:05.655270] [debug] valor el evento recibido por webhook: service.edit
|
||||||
|
|
||||||
|
[2025-01-12 19:30:05.655433] [debug] HTTP request processing ended.
|
||||||
|
[2025-01-12 19:30:12.555260] [notice] Logging level set to:debug
|
||||||
|
[2025-01-12 19:30:12.555963] [debug] El valor de webhook_string: {"uuid":"5add7bb2-d7da-492e-a6a4-e98790432f1f","changeType":"edit","entity":"service","entityId":"3","eventName":"service.edit","extraData":{"entity":{"id":3,"prepaid":false,"clientId":3,"status":3,"name":"plan300","fullAddress":"Oaxaca 56, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","street1":"56 Oaxaca","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","note":null,"addressGpsLat":21.16004,"addressGpsLon":-100.9368203,"servicePlanId":2,"servicePlanPeriodId":7,"price":300,"hasIndividualPrice":false,"totalPrice":300,"currencyCode":"MXN","invoiceLabel":null,"contractId":null,"contractLengthType":1,"minimumContractLengthMonths":null,"activeFrom":"2024-01-27T00:00:00-0600","activeTo":null,"contractEndDate":null,"discountType":0,"discountValue":null,"discountInvoiceLabel":"Descuento","discountFrom":null,"discountTo":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"invoicingStart":"2024-01-28T00:00:00-0600","invoicingPeriodType":1,"invoicingPeriodStartDay":27,"nextInvoicingDayAdjustment":0,"invoicingProratedSeparately":true,"invoicingSeparately":false,"sendEmailsAutomatically":null,"useCreditAutomatically":true,"servicePlanName":"plan300","servicePlanPrice":300,"servicePlanPeriod":1,"servicePlanType":"Internet","downloadSpeed":6,"uploadSpeed":6,"hasOutage":false,"unmsClientSiteStatus":null,"fccBlockId":null,"lastInvoicedDate":"2024-12-26T00:00:00-0600","unmsClientSiteId":"c4ea6c5c-0577-42bc-852e-e54cad6255b8","attributes":[],"addressData":null,"suspensionReasonId":1,"serviceChangeRequestId":null,"setupFeePrice":null,"earlyTerminationFeePrice":null,"downloadSpeedOverride":null,"uploadSpeedOverride":null,"trafficShapingOverrideEnd":null,"trafficShapingOverrideEnabled":false,"servicePlanGroupId":null,"suspensionPeriods":[{"id":43,"startDate":"2024-03-13T00:00:00-0600","endDate":"2024-12-11T00:00:00-0600"},{"id":133,"startDate":"2025-01-12T00:00:00-0600","endDate":null}],"surcharges":[]},"entityBeforeEdit":{"id":3,"prepaid":false,"clientId":3,"status":3,"name":"plan300","fullAddress":"Oaxaca 56, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","street1":"56 Oaxaca","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","note":null,"addressGpsLat":21.16004,"addressGpsLon":-100.9368203,"servicePlanId":2,"servicePlanPeriodId":7,"price":300,"hasIndividualPrice":false,"totalPrice":300,"currencyCode":"MXN","invoiceLabel":null,"contractId":null,"contractLengthType":1,"minimumContractLengthMonths":null,"activeFrom":"2024-01-27T00:00:00-0600","activeTo":null,"contractEndDate":null,"discountType":0,"discountValue":null,"discountInvoiceLabel":"Descuento","discountFrom":null,"discountTo":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"invoicingStart":"2024-01-28T00:00:00-0600","invoicingPeriodType":1,"invoicingPeriodStartDay":27,"nextInvoicingDayAdjustment":0,"invoicingProratedSeparately":true,"invoicingSeparately":false,"sendEmailsAutomatically":null,"useCreditAutomatically":true,"servicePlanName":"plan300","servicePlanPrice":300,"servicePlanPeriod":1,"servicePlanType":"Internet","downloadSpeed":6,"uploadSpeed":6,"hasOutage":false,"unmsClientSiteStatus":null,"fccBlockId":null,"lastInvoicedDate":"2024-12-26T00:00:00-0600","unmsClientSiteId":"c4ea6c5c-0577-42bc-852e-e54cad6255b8","attributes":[],"addressData":null,"suspensionReasonId":1,"serviceChangeRequestId":null,"setupFeePrice":null,"earlyTerminationFeePrice":null,"downloadSpeedOverride":null,"uploadSpeedOverride":null,"trafficShapingOverrideEnd":null,"trafficShapingOverrideEnabled":false,"servicePlanGroupId":null,"suspensionPeriods":[{"id":43,"startDate":"2024-03-13T00:00:00-0600","endDate":"2024-12-11T00:00:00-0600"},{"id":133,"startDate":"2025-01-12T00:00:00-0600","endDate":null}],"surcharges":[]}}}
|
||||||
|
|
||||||
|
[2025-01-12 19:30:12.725733] [debug] valor el evento recibido por webhook: service.edit
|
||||||
|
|
||||||
|
[2025-01-12 19:30:12.726030] [debug] HTTP request processing ended.
|
||||||
|
[2025-01-13 4:07:22.324639] [notice] Logging level set to:debug
|
||||||
|
[2025-01-13 4:07:22.324762] [debug] El valor de webhook_string: {"type":"oxxo.request","client_id":162,"amount":180}
|
||||||
|
|
||||||
|
[2025-01-13 4:07:22.324779] [info] Evento de referencia de oxxo recibido
|
||||||
|
|
||||||
|
[2025-01-13 4:07:22.324790] [info] Referencia persnoalizada, Valor del monto: 180
|
||||||
|
|
||||||
|
[2025-01-13 4:07:22.324799] [info] Creando referencia del cliente para OXXO:
|
||||||
|
|
||||||
|
[2025-01-13 4:07:24.017492] [info] Monto proporcionado directamente: 180
|
||||||
|
|
||||||
|
[2025-01-13 4:07:24.017538] [info] Creando referencia en Stripe por: 18000
|
||||||
|
|
||||||
|
[2025-01-13 4:07:25.496715] [info] Creando payment methods del voucher
|
||||||
|
|
||||||
|
[2025-01-13 4:07:25.642267] [info] Confirmando el paymentIntent
|
||||||
|
|
||||||
|
[2025-01-13 4:07:26.222693] [info] Se terminó de confirmar el paymentIntent
|
||||||
|
|
||||||
|
[2025-01-13 4:07:26.222794] [info] Referencia OXXO: 12345678901234657890123456789012
|
||||||
|
|
||||||
|
[2025-01-13 4:07:26.222819] [info] URL del recibo: https://payments.stripe.com/oxxo/voucher/test_YWNjdF8xT2tHMFJFRlkxV0VVdGdSLF9SWm9aaWttMmVDb0U5SWx4dEFKUVk2Zkpua0FiOWdu0100WYj107tU
|
||||||
|
|
||||||
|
[2025-01-13 4:07:26.224097] [debug] Reponse que se envía a CallBell: {"url": "https://payments.stripe.com/oxxo/voucher/test_YWNjdF8xT2tHMFJFRlkxV0VVdGdSLF9SWm9aaWttMmVDb0U5SWx4dEFKUVk2Zkpua0FiOWdu0100WYj107tU"}
|
||||||
|
[2025-01-13 4:07:26.224214] [error] JSON error: No error
|
||||||
|
[2025-01-13 4:07:26.224250] [debug] HTTP request processing ended.
|
||||||
|
[2025-01-13 4:10:30.494155] [notice] Logging level set to:debug
|
||||||
|
[2025-01-13 4:10:30.494261] [debug] El valor de webhook_string: {"uuid":"2264d1a4-2eb3-4093-9511-6d6ca35ce491","changeType":"insert","entity":"payment","entityId":"506","eventName":"payment.add","extraData":{"entity":{"id":506,"clientId":162,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-12T22:10:30-0600","amount":180,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":180,"userId":null,"attributes":[]},"entityBeforeEdit":null}}
|
||||||
|
|
||||||
|
[2025-01-13 4:10:30.623610] [debug] valor el evento recibido por webhook: payment.add
|
||||||
|
|
||||||
|
[2025-01-13 4:10:30.624093] [debug] datos del notification para el invoice add:{"uuid":"2264d1a4-2eb3-4093-9511-6d6ca35ce491","changeType":"insert","entity":"payment","entityId":506,"message":null,"clientId":162,"eventName":"payment.add","clientData":{"id":162,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"76 Chiapas","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Chiapas 76, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-07T00:00:00-0600","leadConvertedAt":"2025-01-10T10:32:20-0600","companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Edward","lastName":"Elric","username":null,"contacts":[{"id":166,"clientId":162,"email":"eduardelric@gmail.com","phone":"5214181878106","name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"},{"id":1000,"name":"WhatsApp"}]}],"attributes":[{"id":159,"clientId":162,"customAttributeId":9,"name":"oxxo","key":"oxxo","value":"434876867834423324","clientZoneVisible":true},{"id":160,"clientId":162,"customAttributeId":10,"name":"Stripe Customer ID","key":"stripeCustomerId","value":"cus_RYsuykCEvupaGF","clientZoneVisible":true},{"id":161,"clientId":162,"customAttributeId":11,"name":"Clabe Transferencia Banamex","key":"clabeTransferenciaBanamex","value":"124180599808752427","clientZoneVisible":true}],"accountBalance":180,"accountCredit":180,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#d84315","addressGpsLat":21.1575488,"addressGpsLon":-100.9409119,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":true,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"serviceData":null,"invoiceData":null,"paymentData":{"id":506,"clientId":162,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-12T22:10:30-0600","amount":180,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":180,"userId":null,"attributes":[]}}
|
||||||
|
|
||||||
|
[2025-01-13 4:10:30.624178] [debug] valor del payment data: {"id":506,"clientId":162,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-12T22:10:30-0600","amount":180,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":180,"userId":null,"attributes":[]}
|
||||||
|
|
||||||
|
[2025-01-13 4:10:30.624255] [debug] ***Se notifica y actualiza al cliente sobre su pago***
|
||||||
|
|
||||||
|
Eviando comprobante de pago al cliente: 162 con número: 5214181878106
|
||||||
|
|
||||||
|
El archivo se ha descargado correctamente y se ha guardado en: /data/ucrm/data/plugins/siip-whatsapp-notifications/src/Facade/../../comprobantes/Comprobante_Edward_Elric.png
|
||||||
|
|
||||||
|
El nombre del archivo PDF es: /home/unms/data/ucrm/ucrm/data/payment_receipts/d61cccdc-9048-4c1e-a8bf-0378ee239d8f.pdf
|
||||||
|
|
||||||
se creó la instancia de Imagick
|
se creó la instancia de Imagick
|
||||||
|
|
||||||
@ -77,15 +217,17 @@ Subiendo comprobante a worpdpress
|
|||||||
|
|
||||||
Conexión FTP exitosa
|
Conexión FTP exitosa
|
||||||
|
|
||||||
[2025-01-05 20:24:43.098896] [notice] Logging level set to:debug
|
|
||||||
[2025-01-05 20:24:43.099425] [debug] El valor del evento recibio en json: {"uuid":"ffba9b40-c562-4d52-bf42-19c6c79396fa","changeType":"edit","entity":"payment","entityId":"501","eventName":"payment.edit","extraData":{"entity":{"id":501,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-05T14:24:32-0600","amount":300,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":300,"userId":null,"attributes":[]},"entityBeforeEdit":{"id":501,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-05T14:24:32-0600","amount":300,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":300,"userId":null,"attributes":[]}}}
|
|
||||||
|
|
||||||
[2025-01-05 20:24:43.221244] [debug] valor el evento recibido por webhook: payment.edit
|
|
||||||
|
|
||||||
[2025-01-05 20:24:43.221637] [debug] HTTP request processing ended.
|
|
||||||
El archivo ha sido cargado exitosamente.
|
El archivo ha sido cargado exitosamente.
|
||||||
|
|
||||||
La URL es: https://siip.mx/wp/wp-content/uploads/img/Comprobante_Daniel_Humberto_Soto_Villegas_Polleria.png
|
La URL es: https://siip.mx/wp/wp-content/uploads/img/Comprobante_Edward_Elric.png
|
||||||
|
|
||||||
|
[2025-01-13 4:10:40.666646] [notice] Logging level set to:debug
|
||||||
|
[2025-01-13 4:10:40.667059] [debug] El valor de webhook_string: {"uuid":"75e564c6-ec31-49db-adb8-e59ef8a28f46","changeType":"edit","entity":"payment","entityId":"506","eventName":"payment.edit","extraData":{"entity":{"id":506,"clientId":162,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-12T22:10:30-0600","amount":180,"currencyCode":"MXN","note":null,"receiptSentDate":"2025-01-12T22:10:31-0600","providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":180,"userId":null,"attributes":[]},"entityBeforeEdit":{"id":506,"clientId":162,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-12T22:10:30-0600","amount":180,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":180,"userId":null,"attributes":[]}}}
|
||||||
|
|
||||||
|
[2025-01-13 4:10:40.814348] [debug] valor el evento recibido por webhook: payment.edit
|
||||||
|
|
||||||
|
[2025-01-13 4:10:40.814608] [debug] HTTP request processing ended.
|
||||||
|
Comprobante eliminado de Wordpress: Comprobante_MARCO_ANTONIO_VAZQUEZ_ROJAS.png
|
||||||
|
|
||||||
Archivos eliminados
|
Archivos eliminados
|
||||||
|
|
||||||
@ -97,212 +239,63 @@ La cadena CURL que se envia es: {
|
|||||||
"type": "document",
|
"type": "document",
|
||||||
"content": {
|
"content": {
|
||||||
"text": "S/M",
|
"text": "S/M",
|
||||||
"url": "https://siip.mx/wp/wp-content/uploads/img/Comprobante_Daniel_Humberto_Soto_Villegas_Polleria.png"
|
"url": "https://siip.mx/wp/wp-content/uploads/img/Comprobante_Edward_Elric.png"
|
||||||
},
|
},
|
||||||
"template_values": ["Daniel Humberto Soto Villegas Polleria", "$300", "$6315 a favor"],
|
"template_values": ["Edward Elric", "$180", "$180 a favor"],
|
||||||
"template_uuid": "57ead79cebd14902921477922403093b",
|
"template_uuid": "57ead79cebd14902921477922403093b",
|
||||||
"optin_contact": true
|
"optin_contact": true
|
||||||
}
|
}
|
||||||
Response del CallBell: {"message":{"uuid":"8a5eef1332124f6dae7184a439622a5f","status":"enqueued"}}
|
Response del CallBell: {"message":{"uuid":"41198fadab0947ef8ab8088d70e7731a","status":"enqueued"}}
|
||||||
Hay menos de 50 archivos en el directorio. No se eliminarán archivos.
|
Hay menos de 50 archivos en el directorio. No se eliminarán archivos.
|
||||||
|
|
||||||
Dentro del proceso del patch:
|
Dentro del proceso del patch:
|
||||||
|
|
||||||
Datos traidos con payment api: [{"id":501,"clientId":2,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-05T14:24:32-0600","amount":300,"currencyCode":"MXN","note":null,"receiptSentDate":null,"providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":300,"userId":null,"attributes":[]}]
|
Datos traidos con payment api: [{"id":506,"clientId":162,"methodId":"1dd098fa-5d63-4c8d-88b7-3c27ffbbb6ae","checkNumber":null,"createdDate":"2025-01-12T22:10:30-0600","amount":180,"currencyCode":"MXN","note":null,"receiptSentDate":"2025-01-12T22:10:31-0600","providerName":null,"providerPaymentId":null,"providerPaymentTime":null,"paymentCovers":[],"creditAmount":180,"userId":null,"attributes":[]}]
|
||||||
|
|
||||||
Nombre del cliente que se va a actualizar: Daniel Humberto Soto Villegas Polleria
|
Nombre del cliente que se va a actualizar: Edward Elric
|
||||||
|
|
||||||
UUID: 74cc2bb45eb8409f92cd5dba99200d26
|
UUID: 74cc2bb45eb8409f92cd5dba99200d26
|
||||||
|
|
||||||
JSON con los datos a actualizar: {"name":"Daniel Humberto Soto Villegas Polleria","custom_fields":{"Cliente":2,"Domicilio":"\ud83d\udccd Chiapas 31, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","Nombre":"\ud83d\udc64 Daniel Humberto Soto Villegas Polleria","URL":"\ud83c\udf10 https:\/\/172.16.5.120\/crm\/client\/2","Saldo Actual":"\ud83d\udcb26315 a favor","Monto Ultimo Pago":"\ud83d\udcb2 300","Estado":"\ud83d\udfe2 Activo ","Resumen":"{\"Cliente\": \"2\",\"Domicilio\": \"\ud83d\udccd Chiapas 31, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico\",\"Nombre\": \"\ud83d\udc64 Daniel Humberto Soto Villegas Polleria\",\"URL\": \"\ud83c\udf10 https:\/\/172.16.5.120\/crm\/client\/2\",\"Saldo Actual\": \"\ud83d\udcb26315 a favor\",\"Monto Ultimo Pago\": \"\ud83d\udcb2 300\",\"Estado\": \"\ud83d\udfe2 Activo\",\"Fecha Ultimo Pago\": \"\ud83d\udcc6\ud83d\udcb0 05\/01\/2025 14:24 con Tarjeta de cr\u00e9dito Stripe \ud83d\udcb3\",\"Fecha Ultima Actualizacion\": \"\ud83d\udcc6\ud83d\udd04\ufe0f 05\/01\/2025 14:24\",\"Clabe Transferencia Banamex\": \"\"}","Fecha Ultimo Pago":"\ud83d\udcc6\ud83d\udcb8 05\/01\/2025 14:24 con Tarjeta de cr\u00e9dito Stripe \ud83d\udcb3","Fecha Ultima Actualizacion":"\ud83d\udcc6\ud83d\udd04\ufe0f 05\/01\/2025 14:24","Clabe Transferencia Banamex":null}}
|
JSON con los datos a actualizar: {"name":"Edward Elric","custom_fields":{"Cliente":162,"Domicilio":"\ud83d\udccd Chiapas 76, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","Nombre":"\ud83d\udc64 Edward Elric","URL":"\ud83c\udf10 https:\/\/172.16.5.120\/crm\/client\/162","Saldo Actual":"\ud83d\udcb2180 a favor","Monto Ultimo Pago":"\ud83d\udcb2 180","Estado":"\ud83d\udfe2 Activo ","Resumen":"{\"Cliente\": \"162\",\"Domicilio\": \"\ud83d\udccd Chiapas 76, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico\",\"Nombre\": \"\ud83d\udc64 Edward Elric\",\"URL\": \"\ud83c\udf10 https:\/\/172.16.5.120\/crm\/client\/162\",\"Saldo Actual\": \"\ud83d\udcb2180 a favor\",\"Monto Ultimo Pago\": \"\ud83d\udcb2 180\",\"Estado\": \"\ud83d\udfe2 Activo\",\"Fecha Ultimo Pago\": \"\ud83d\udcc6\ud83d\udcb0 12\/01\/2025 22:10 con Tarjeta de cr\u00e9dito Stripe \ud83d\udcb3\",\"Fecha Ultima Actualizacion\": \"\ud83d\udcc6\ud83d\udd04\ufe0f 12\/01\/2025 22:10\",\"Clabe Transferencia Banamex\": \"\"}","Fecha Ultimo Pago":"\ud83d\udcc6\ud83d\udcb8 12\/01\/2025 22:10 con Tarjeta de cr\u00e9dito Stripe \ud83d\udcb3","Fecha Ultima Actualizacion":"\ud83d\udcc6\ud83d\udd04\ufe0f 12\/01\/2025 22:10","Clabe Transferencia Banamex":null}}
|
||||||
|
|
||||||
Response Patch CallBell: {"contact":{"uuid":"74cc2bb45eb8409f92cd5dba99200d26","name":"Daniel Humberto Soto Villegas Polleria","phoneNumber":"5214181878106","avatarUrl":null,"createdAt":"2024-01-08T17:04:13Z","closedAt":"2025-01-05T20:15:40Z","source":"whatsapp","href":"https://dash.callbell.eu/contacts/74cc2bb45eb8409f92cd5dba99200d26","conversationHref":"https://dash.callbell.eu/chat/53c8229c428c4081b197ab136feab73b","tags":[],"assignedUser":null,"customFields":{"Clabe Transferencia Banamex":"124180650741039816","Cliente":"2","user entry point":"inbound_message","Fecha Ultimo Pago":"📆💸 05/01/2025 14:24 con Tarjeta de crédito Stripe 💳","Domicilio":"📍 Chiapas 31, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., México","Estado":"🟢 Activo ","Nombre":"👤 Daniel Humberto Soto Villegas Polleria","Saldo Actual":"💲6315 a favor","Monto Ultimo Pago":"💲 300","URL":"🌐 https://172.16.5.120/crm/client/2","Fecha Ultima Actualizacion":"📆🔄️ 05/01/2025 14:24","Resumen":"{\"Cliente\": \"2\",\"Domicilio\": \"📍 Chiapas 31, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., México\",\"Nombre\": \"👤 Daniel Humberto Soto Villegas Polleria\",\"URL\": \"🌐 https://172.16.5.120/crm/client/2\",\"Saldo Actual\": \"💲6315 a favor\",\"Monto Ultimo Pago\": \"💲 300\",\"Estado\": \"🟢 Activo\",\"Fecha Ultimo Pago\": \"📆💰 05/01/2025 14:24 con Tarjeta de crédito Stripe 💳\",\"Fecha Ultima Actualizacion\": \"📆🔄️ 05/01/2025 14:24\",\"Clabe Transferencia Banamex\": \"\"}","user name":"Daniel Humberto 🐁"},"team":{"uuid":"5faeed738d6a44ccacf6509762eb288d","name":"General","default":true,"members":8,"createdAt":"2023-11-07T00:37:10Z"},"channel":{"uuid":"dbaa248932634e7ea4346a320960c24a","title":null,"type":"whatsapp","main":true}}}
|
Response Patch CallBell: {"contact":{"uuid":"74cc2bb45eb8409f92cd5dba99200d26","name":"Edward Elric","phoneNumber":"5214181878106","avatarUrl":null,"createdAt":"2024-01-08T17:04:13Z","closedAt":"2025-01-13T04:07:26Z","source":"whatsapp","href":"https://dash.callbell.eu/contacts/74cc2bb45eb8409f92cd5dba99200d26","conversationHref":"https://dash.callbell.eu/chat/53c8229c428c4081b197ab136feab73b","tags":[],"assignedUser":null,"customFields":{"Clabe Transferencia Banamex":"124180599808752427","Cliente":"162","user entry point":"inbound_message","Domicilio":"📍 Chiapas 76, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., México","Nombre":"👤 Edward Elric","Monto Ultimo Pago":"💲 180","URL":"🌐 https://172.16.5.120/crm/client/162","Fecha Ultima Actualizacion":"📆🔄️ 12/01/2025 22:10","user name":"Daniel Humberto 🐁","Estado":"🟢 Activo ","Fecha Ultimo Pago":"📆💸 12/01/2025 22:10 con Tarjeta de crédito Stripe 💳","Resumen":"{\"Cliente\": \"162\",\"Domicilio\": \"📍 Chiapas 76, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., México\",\"Nombre\": \"👤 Edward Elric\",\"URL\": \"🌐 https://172.16.5.120/crm/client/162\",\"Saldo Actual\": \"💲180 a favor\",\"Monto Ultimo Pago\": \"💲 180\",\"Estado\": \"🟢 Activo\",\"Fecha Ultimo Pago\": \"📆💰 12/01/2025 22:10 con Tarjeta de crédito Stripe 💳\",\"Fecha Ultima Actualizacion\": \"📆🔄️ 12/01/2025 22:10\",\"Clabe Transferencia Banamex\": \"\"}","Saldo Actual":"💲180 a favor"},"team":{"uuid":"5faeed738d6a44ccacf6509762eb288d","name":"General","default":true,"members":8,"createdAt":"2023-11-07T00:37:10Z"},"channel":{"uuid":"dbaa248932634e7ea4346a320960c24a","title":null,"type":"whatsapp","main":true},"blockedAt":null}}
|
||||||
|
|
||||||
[2025-01-05 20:24:51.561156] [debug] HTTP request processing ended.
|
[2025-01-13 4:10:47.768976] [debug] HTTP request processing ended.
|
||||||
[2025-01-06 6:25:04.622886] [notice] Logging level set to:debug
|
[2025-01-13 5:26:30.201463] [notice] Logging level set to:debug
|
||||||
[2025-01-06 6:25:04.623004] [debug] El valor del evento recibio en json: {"uuid":"959d2039-f01c-48ff-8fe5-c98e4f341189","changeType":"overdue","entity":"invoice","entityId":"1310","eventName":"invoice.overdue","extraData":{"entity":{"id":1310,"clientId":148,"number":"001274","createdDate":"2024-12-22T10:00:01-0600","dueDate":"2025-01-05T10:00:01-0600","emailSentDate":"2025-01-06T00:00:00-0600","maturityDays":14,"taxableSupplyDate":"2024-12-22T00:00:00-0600","notes":null,"adminNotes":null,"items":[{"id":1312,"type":"service","label":"plan300 01\/12\/2024 \u2013 31\/12\/2024","price":300,"quantity":1,"total":300,"unit":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"serviceId":116,"serviceSurchargeId":null,"productId":null,"feeId":null,"discountPrice":0,"discountQuantity":0,"discountTotal":0}],"subtotal":300,"discount":null,"discountLabel":"Descuento","taxes":[],"total":300,"amountPaid":0,"totalUntaxed":300,"totalDiscount":0,"totalTaxAmount":0,"amountToPay":300,"currencyCode":"MXN","status":1,"paymentCovers":[],"invoiceTemplateId":2,"proformaInvoiceTemplateId":2,"organizationName":"SIIP Pruebas","organizationRegistrationNumber":null,"organizationTaxId":null,"organizationStreet1":"Morel 34","organizationStreet2":null,"organizationCity":"Dolores Hidalgo","organizationStateId":null,"organizationCountryId":173,"organizationZipCode":"37800","organizationBankAccountName":null,"organizationBankAccountField1":null,"organizationBankAccountField2":null,"clientFirstName":"El AR","clientLastName":"Real 3D","clientCompanyName":null,"clientCompanyRegistrationNumber":null,"clientCompanyTaxId":null,"clientStreet1":"24 Campeche","clientStreet2":null,"clientCity":"Dolores Hidalgo Cuna de la Independencia Nacional","clientCountryId":173,"clientStateId":null,"clientZipCode":"37800","attributes":[],"uncollectible":false,"proforma":false,"generatedInvoiceId":null,"proformaInvoiceId":null,"isAppliedVatReverseCharge":false,"payAutomatically":false},"entityBeforeEdit":null}}
|
[2025-01-13 5:26:30.201580] [debug] El valor de webhook_string: {"type":"oxxo.request","client_id":162}
|
||||||
|
|
||||||
[2025-01-06 6:25:04.851037] [debug] valor el evento recibido por webhook: invoice.overdue
|
[2025-01-13 5:26:30.201600] [info] Evento de referencia de oxxo recibido
|
||||||
|
|
||||||
[2025-01-06 6:25:04.851305] [debug] Factura vencida
|
[2025-01-13 5:26:30.201613] [info] Creando referencia del cliente para OXXO:
|
||||||
|
|
||||||
[2025-01-06 6:25:04.851361] [debug] datos del notification para el invoice overdue:{"uuid":"959d2039-f01c-48ff-8fe5-c98e4f341189","changeType":"overdue","entity":"invoice","entityId":1310,"message":null,"clientId":148,"eventName":"invoice.overdue","clientData":{"id":148,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"24 Campeche","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Campeche 24, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2024-08-19T00:00:00-0600","leadConvertedAt":"2024-08-19T15:08:20-0600","companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"El AR","lastName":"Real 3D","username":null,"contacts":[{"id":152,"clientId":148,"email":"elarquijuve@gmail.com","phone":"41818781806","name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"},{"id":1000,"name":"WhatsApp"}]}],"attributes":[{"id":147,"clientId":148,"customAttributeId":10,"name":"Stripe Customer ID","key":"stripeCustomerId","value":"cus_Qh0pTQM9a96D8B","clientZoneVisible":true},{"id":148,"clientId":148,"customAttributeId":11,"name":"Clabe Transferencia Banamex","key":"clabeTransferenciaBanamex","value":"002180834778043086","clientZoneVisible":true},{"id":151,"clientId":148,"customAttributeId":8,"name":"conekta","key":"conekta","value":"aasdad","clientZoneVisible":true}],"accountBalance":-1330,"accountCredit":0,"accountOutstanding":1330,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#c62828","addressGpsLat":21.1558353,"addressGpsLon":-100.9384629,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":true,"hasOutage":false,"hasSuspendedService":true,"hasServiceWithoutDevices":true,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"serviceData":null,"invoiceData":{"id":1310,"clientId":148,"number":"001274","createdDate":"2024-12-22T10:00:01-0600","dueDate":"2025-01-05T10:00:01-0600","emailSentDate":"2025-01-06T00:00:00-0600","maturityDays":14,"taxableSupplyDate":"2024-12-22T00:00:00-0600","notes":null,"adminNotes":null,"items":[{"id":1312,"type":"service","label":"plan300 01\/12\/2024 \u2013 31\/12\/2024","price":300,"quantity":1,"total":300,"unit":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"serviceId":116,"serviceSurchargeId":null,"productId":null,"feeId":null,"discountPrice":-0,"discountQuantity":0,"discountTotal":-0}],"subtotal":300,"discount":null,"discountLabel":"Descuento","taxes":[],"total":300,"amountPaid":0,"totalUntaxed":300,"totalDiscount":-0,"totalTaxAmount":0,"amountToPay":300,"currencyCode":"MXN","status":1,"paymentCovers":[],"invoiceTemplateId":2,"proformaInvoiceTemplateId":2,"organizationName":"SIIP Pruebas","organizationRegistrationNumber":null,"organizationTaxId":null,"organizationStreet1":"Morel 34","organizationStreet2":null,"organizationCity":"Dolores Hidalgo","organizationStateId":null,"organizationCountryId":173,"organizationZipCode":"37800","organizationBankAccountName":null,"organizationBankAccountField1":null,"organizationBankAccountField2":null,"clientFirstName":"El AR","clientLastName":"Real 3D","clientCompanyName":null,"clientCompanyRegistrationNumber":null,"clientCompanyTaxId":null,"clientStreet1":"24 Campeche","clientStreet2":null,"clientCity":"Dolores Hidalgo Cuna de la Independencia Nacional","clientCountryId":173,"clientStateId":null,"clientZipCode":"37800","attributes":[],"uncollectible":false,"proforma":false,"generatedInvoiceId":null,"proformaInvoiceId":null,"isAppliedVatReverseCharge":false,"payAutomatically":false},"paymentData":null}
|
[2025-01-13 5:26:30.326323] [info] Se obtuvieron los datos del cliente y Stripe Customer ID: cus_RYsuykCEvupaGF
|
||||||
|
|
||||||
[2025-01-06 6:25:04.851388] [debug] ***Se notifica al cliente que la factura de su servicio está vencida***
|
[2025-01-13 5:26:30.326442] [info] Este cliente no tiene adeudos por lo tanto no se puede generar su referencia de OXXO.
|
||||||
|
|
||||||
[2025-01-06 6:25:04.851525] [debug] Numero de cel obtenido
|
[2025-01-13 5:26:30.326833] [info] Creando referencia del cliente para OXXO:
|
||||||
|
|
||||||
[2025-01-06 6:25:04.851541] [warning] No se encontró un teléfono celular válido para el cliente: 148
|
[2025-01-13 5:26:30.427974] [info] Se obtuvieron los datos del cliente y Stripe Customer ID: cus_RYsuykCEvupaGF
|
||||||
[2025-01-06 6:25:04.851560] [debug] HTTP request processing ended.
|
|
||||||
[2025-01-06 23:49:43.414761] [notice] Logging level set to:debug
|
|
||||||
[2025-01-06 23:49:43.414999] [debug] El valor del evento recibio en json: {"uuid":"44198692-54d5-4e50-981a-d6c46ee8d392","changeType":"insert","entity":"client","entityId":"158","eventName":"client.add","extraData":{"entity":{"id":158,"userIdent":null,"previousIsp":null,"isLead":true,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"23 San Luis","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37804","fullAddress":"San Luis 23, Guadalupe, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-06T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Luis","lastName":"Guti\u00e9rrez","username":null,"contacts":[{"id":162,"clientId":158,"email":null,"phone":null,"name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"}]}],"attributes":[],"accountBalance":0,"accountCredit":0,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#2196f3","addressGpsLat":21.153272,"addressGpsLon":-100.9134508,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"entityBeforeEdit":null}}
|
|
||||||
|
|
||||||
[2025-01-06 23:49:43.488938] [debug] valor el evento recibido por webhook: client.add
|
[2025-01-13 5:26:30.428137] [info] Este cliente no tiene adeudos por lo tanto no se puede generar su referencia de OXXO.
|
||||||
|
|
||||||
[2025-01-06 23:49:43.489284] [debug] Se agregó un nuevo cliente
|
[2025-01-13 5:26:30.428421] [info] Creando referencia del cliente para OXXO:
|
||||||
|
|
||||||
[2025-01-06 23:49:43.543565] [info] ID correspondiente a 'Customer Stripe ID': 10
|
[2025-01-13 5:26:30.524568] [info] Se obtuvieron los datos del cliente y Stripe Customer ID: cus_RYsuykCEvupaGF
|
||||||
|
|
||||||
[2025-01-06 23:49:43.543927] [info] Valor de notification client data export: {"id":158,"userIdent":null,"previousIsp":null,"isLead":true,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"23 San Luis","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37804","fullAddress":"San Luis 23, Guadalupe, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-06T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Luis","lastName":"Guti\u00e9rrez","username":null,"contacts":[{"id":162,"clientId":158,"email":null,"phone":null,"name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"}]}],"attributes":[],"accountBalance":0,"accountCredit":0,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#2196f3","addressGpsLat":21.153272,"addressGpsLon":-100.9134508,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false}
|
[2025-01-13 5:26:30.524697] [info] Este cliente no tiene adeudos por lo tanto no se puede generar su referencia de OXXO.
|
||||||
|
|
||||||
[2025-01-06 23:49:43.543998] [info] Creando el Customer Stripe
|
[2025-01-13 5:26:30.524967] [info] Creando referencia del cliente para OXXO:
|
||||||
|
|
||||||
[2025-01-06 23:49:43.544050] [info] El cliente a procesar es : Luis Gutiérrez
|
[2025-01-13 5:26:30.621985] [info] Se obtuvieron los datos del cliente y Stripe Customer ID: cus_RYsuykCEvupaGF
|
||||||
|
|
||||||
[2025-01-06 23:49:43.544111] [info] Datos notificationData: {"uuid":"44198692-54d5-4e50-981a-d6c46ee8d392","changeType":"insert","entity":"client","entityId":158,"message":null,"clientId":158,"eventName":"client.add","clientData":{"id":158,"userIdent":null,"previousIsp":null,"isLead":true,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"23 San Luis","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37804","fullAddress":"San Luis 23, Guadalupe, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-06T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Luis","lastName":"Guti\u00e9rrez","username":null,"contacts":[{"id":162,"clientId":158,"email":null,"phone":null,"name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"}]}],"attributes":[],"accountBalance":0,"accountCredit":0,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#2196f3","addressGpsLat":21.153272,"addressGpsLon":-100.9134508,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"serviceData":null,"invoiceData":null,"paymentData":null}
|
[2025-01-13 5:26:30.622114] [info] Este cliente no tiene adeudos por lo tanto no se puede generar su referencia de OXXO.
|
||||||
|
|
||||||
[2025-01-06 23:49:43.544163] [info] Ya dentro del FOREACH!!!
|
[2025-01-13 5:26:30.622395] [info] Creando referencia del cliente para OXXO:
|
||||||
|
|
||||||
[2025-01-06 23:49:43.544209] [info] REVISANDO EL PRIMER CONTACTO!!!
|
[2025-01-13 5:26:30.723656] [info] Se obtuvieron los datos del cliente y Stripe Customer ID: cus_RYsuykCEvupaGF
|
||||||
|
|
||||||
[2025-01-06 23:49:43.544255] [info] REVISANDO EL PRIMER CONTACTO!!!
|
[2025-01-13 5:26:30.723881] [info] Este cliente no tiene adeudos por lo tanto no se puede generar su referencia de OXXO.
|
||||||
|
|
||||||
[2025-01-06 23:49:43.544303] [info] SE VALIDA EL EMAIL!!!
|
[2025-01-13 5:26:30.724423] [debug] Reponse que se envía a CallBell: {"url": "errorsinadeudo"}
|
||||||
|
[2025-01-13 5:26:30.724517] [error] JSON error: No error
|
||||||
[2025-01-06 23:49:43.545142] [info] ahora se procede a validar el teléfono!!!
|
[2025-01-13 5:26:30.724570] [debug] HTTP request processing ended.
|
||||||
|
|
||||||
[2025-01-07 15:47:38.364449] [notice] Logging level set to:debug
|
|
||||||
[2025-01-07 15:47:38.364938] [debug] El valor del evento recibio en json: {"uuid":"f612ebfe-0ea7-4acd-98e9-ffac1ba68c6b","changeType":"insert","entity":"client","entityId":"159","eventName":"client.add","extraData":{"entity":{"id":159,"userIdent":null,"previousIsp":null,"isLead":true,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"45 Calle Quintana Roo","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37803","fullAddress":"Calle Quintana Roo 45, Mariano Balleza, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-07T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Lola","lastName":"La Trailera","username":null,"contacts":[{"id":163,"clientId":159,"email":null,"phone":"4156782356","name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"}]}],"attributes":[{"id":156,"clientId":159,"customAttributeId":3,"name":"zona","key":"zona","value":"Saucillo","clientZoneVisible":true}],"accountBalance":0,"accountCredit":0,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#7cb342","addressGpsLat":21.1575189,"addressGpsLon":-100.9256403,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"entityBeforeEdit":null}}
|
|
||||||
|
|
||||||
[2025-01-07 15:47:38.436575] [debug] valor el evento recibido por webhook: client.add
|
|
||||||
|
|
||||||
[2025-01-07 15:47:38.436919] [debug] Se agregó un nuevo cliente
|
|
||||||
|
|
||||||
[2025-01-07 15:47:38.475883] [info] ID correspondiente a 'Customer Stripe ID': 10
|
|
||||||
|
|
||||||
[2025-01-07 15:47:38.476226] [info] Valor de notification client data export: {"id":159,"userIdent":null,"previousIsp":null,"isLead":true,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"45 Calle Quintana Roo","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37803","fullAddress":"Calle Quintana Roo 45, Mariano Balleza, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-07T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Lola","lastName":"La Trailera","username":null,"contacts":[{"id":163,"clientId":159,"email":null,"phone":"4156782356","name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"}]}],"attributes":[{"id":156,"clientId":159,"customAttributeId":3,"name":"zona","key":"zona","value":"Saucillo","clientZoneVisible":true}],"accountBalance":0,"accountCredit":0,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#7cb342","addressGpsLat":21.1575189,"addressGpsLon":-100.9256403,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false}
|
|
||||||
|
|
||||||
[2025-01-07 16:00:05.445338] [notice] Logging level set to:debug
|
|
||||||
[2025-01-07 16:00:05.445574] [debug] El valor del evento recibio en json: {"uuid":"fa6f139c-f94f-4636-8b00-84e2821813ce","changeType":"insert","entity":"invoice","entityId":"1434","eventName":"invoice.add_draft","extraData":{"entity":{"id":1434,"clientId":110,"number":"001398","createdDate":"2025-01-07T10:00:02-0600","dueDate":"2025-01-21T10:00:02-0600","emailSentDate":null,"maturityDays":14,"taxableSupplyDate":"2025-01-06T00:00:00+0000","notes":null,"adminNotes":null,"items":[{"id":1437,"type":"service","label":"plan300 07\/12\/2024 \u2013 06\/01\/2025","price":300,"quantity":1,"total":300,"unit":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"serviceId":109,"serviceSurchargeId":null,"productId":null,"feeId":null,"discountPrice":0,"discountQuantity":0,"discountTotal":0}],"subtotal":300,"discount":null,"discountLabel":"Descuento","taxes":[],"total":300,"amountPaid":0,"totalUntaxed":300,"totalDiscount":0,"totalTaxAmount":0,"amountToPay":300,"currencyCode":"MXN","status":1,"paymentCovers":[],"invoiceTemplateId":2,"proformaInvoiceTemplateId":2,"organizationName":"SIIP Pruebas","organizationRegistrationNumber":null,"organizationTaxId":null,"organizationStreet1":"Morel 34","organizationStreet2":null,"organizationCity":"Dolores Hidalgo","organizationStateId":null,"organizationCountryId":173,"organizationZipCode":"37800","organizationBankAccountName":null,"organizationBankAccountField1":null,"organizationBankAccountField2":null,"clientFirstName":"Maria la del Barrio","clientLastName":"Soy","clientCompanyName":null,"clientCompanyRegistrationNumber":null,"clientCompanyTaxId":null,"clientStreet1":"67 Morelos","clientStreet2":null,"clientCity":"Dolores Hidalgo Cuna de la Independencia Nacional","clientCountryId":173,"clientStateId":null,"clientZipCode":"37805","attributes":[],"uncollectible":false,"proforma":false,"generatedInvoiceId":null,"proformaInvoiceId":null,"isAppliedVatReverseCharge":false,"payAutomatically":false},"entityBeforeEdit":null}}
|
|
||||||
|
|
||||||
[2025-01-07 16:00:05.626383] [debug] valor el evento recibido por webhook: invoice.add_draft
|
|
||||||
|
|
||||||
[2025-01-07 16:00:05.626997] [debug] HTTP request processing ended.
|
|
||||||
[2025-01-07 16:00:05.830420] [notice] Logging level set to:debug
|
|
||||||
[2025-01-07 16:00:05.830683] [debug] El valor del evento recibio en json: {"uuid":"d2047196-f5fa-4e17-83b0-99f0a216867a","changeType":"draft_approved","entity":"invoice","entityId":"1434","eventName":"invoice.draft_approved","extraData":{"entity":{"id":1434,"clientId":110,"number":"001398","createdDate":"2025-01-07T10:00:02-0600","dueDate":"2025-01-21T10:00:02-0600","emailSentDate":null,"maturityDays":14,"taxableSupplyDate":"2025-01-06T00:00:00+0000","notes":null,"adminNotes":null,"items":[{"id":1437,"type":"service","label":"plan300 07\/12\/2024 \u2013 06\/01\/2025","price":300,"quantity":1,"total":300,"unit":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"serviceId":109,"serviceSurchargeId":null,"productId":null,"feeId":null,"discountPrice":0,"discountQuantity":0,"discountTotal":0}],"subtotal":300,"discount":null,"discountLabel":"Descuento","taxes":[],"total":300,"amountPaid":0,"totalUntaxed":300,"totalDiscount":0,"totalTaxAmount":0,"amountToPay":300,"currencyCode":"MXN","status":1,"paymentCovers":[],"invoiceTemplateId":2,"proformaInvoiceTemplateId":2,"organizationName":"SIIP Pruebas","organizationRegistrationNumber":null,"organizationTaxId":null,"organizationStreet1":"Morel 34","organizationStreet2":null,"organizationCity":"Dolores Hidalgo","organizationStateId":null,"organizationCountryId":173,"organizationZipCode":"37800","organizationBankAccountName":null,"organizationBankAccountField1":null,"organizationBankAccountField2":null,"clientFirstName":"Maria la del Barrio","clientLastName":"Soy","clientCompanyName":null,"clientCompanyRegistrationNumber":null,"clientCompanyTaxId":null,"clientStreet1":"67 Morelos","clientStreet2":null,"clientCity":"Dolores Hidalgo Cuna de la Independencia Nacional","clientCountryId":173,"clientStateId":null,"clientZipCode":"37805","attributes":[],"uncollectible":false,"proforma":false,"generatedInvoiceId":null,"proformaInvoiceId":null,"isAppliedVatReverseCharge":false,"payAutomatically":false},"entityBeforeEdit":null}}
|
|
||||||
|
|
||||||
[2025-01-07 16:00:05.997479] [debug] valor el evento recibido por webhook: invoice.draft_approved
|
|
||||||
|
|
||||||
[2025-01-07 16:00:05.997615] [debug] HTTP request processing ended.
|
|
||||||
[2025-01-07 16:00:06.684792] [notice] Logging level set to:debug
|
|
||||||
[2025-01-07 16:00:06.684894] [debug] El valor del evento recibio en json: {"uuid":"4bca885e-eaca-40aa-a5b7-0aa357f8d2e1","changeType":"insert","entity":"invoice","entityId":"1435","eventName":"invoice.add_draft","extraData":{"entity":{"id":1435,"clientId":116,"number":"001399","createdDate":"2025-01-07T10:00:02-0600","dueDate":"2025-01-21T10:00:02-0600","emailSentDate":null,"maturityDays":14,"taxableSupplyDate":"2025-01-06T00:00:00+0000","notes":null,"adminNotes":null,"items":[{"id":1438,"type":"service","label":"PREMIUM 07\/12\/2024 \u2013 06\/01\/2025","price":700,"quantity":1,"total":700,"unit":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"serviceId":110,"serviceSurchargeId":null,"productId":null,"feeId":null,"discountPrice":0,"discountQuantity":0,"discountTotal":0}],"subtotal":700,"discount":null,"discountLabel":"Descuento","taxes":[],"total":700,"amountPaid":0,"totalUntaxed":700,"totalDiscount":0,"totalTaxAmount":0,"amountToPay":700,"currencyCode":"MXN","status":1,"paymentCovers":[],"invoiceTemplateId":2,"proformaInvoiceTemplateId":2,"organizationName":"SIIP Pruebas","organizationRegistrationNumber":null,"organizationTaxId":null,"organizationStreet1":"Morel 34","organizationStreet2":null,"organizationCity":"Dolores Hidalgo","organizationStateId":null,"organizationCountryId":173,"organizationZipCode":"37800","organizationBankAccountName":null,"organizationBankAccountField1":null,"organizationBankAccountField2":null,"clientFirstName":"Jos\u00e9 Humberto","clientLastName":"Rodr\u00edguez","clientCompanyName":null,"clientCompanyRegistrationNumber":null,"clientCompanyTaxId":null,"clientStreet1":"28 Chiapas","clientStreet2":null,"clientCity":"Dolores Hidalgo Cuna de la Independencia Nacional","clientCountryId":173,"clientStateId":null,"clientZipCode":"37800","attributes":[],"uncollectible":false,"proforma":false,"generatedInvoiceId":null,"proformaInvoiceId":null,"isAppliedVatReverseCharge":false,"payAutomatically":false},"entityBeforeEdit":null}}
|
|
||||||
|
|
||||||
[2025-01-07 16:00:06.840543] [debug] valor el evento recibido por webhook: invoice.add_draft
|
|
||||||
|
|
||||||
[2025-01-07 16:00:06.840686] [debug] HTTP request processing ended.
|
|
||||||
[2025-01-07 16:00:06.954994] [notice] Logging level set to:debug
|
|
||||||
[2025-01-07 16:00:06.955112] [debug] El valor del evento recibio en json: {"uuid":"1804c279-04f6-4baf-9036-d3f6666b0436","changeType":"draft_approved","entity":"invoice","entityId":"1435","eventName":"invoice.draft_approved","extraData":{"entity":{"id":1435,"clientId":116,"number":"001399","createdDate":"2025-01-07T10:00:02-0600","dueDate":"2025-01-21T10:00:02-0600","emailSentDate":null,"maturityDays":14,"taxableSupplyDate":"2025-01-06T00:00:00+0000","notes":null,"adminNotes":null,"items":[{"id":1438,"type":"service","label":"PREMIUM 07\/12\/2024 \u2013 06\/01\/2025","price":700,"quantity":1,"total":700,"unit":null,"tax1Id":null,"tax2Id":null,"tax3Id":null,"serviceId":110,"serviceSurchargeId":null,"productId":null,"feeId":null,"discountPrice":0,"discountQuantity":0,"discountTotal":0}],"subtotal":700,"discount":null,"discountLabel":"Descuento","taxes":[],"total":700,"amountPaid":0,"totalUntaxed":700,"totalDiscount":0,"totalTaxAmount":0,"amountToPay":700,"currencyCode":"MXN","status":1,"paymentCovers":[],"invoiceTemplateId":2,"proformaInvoiceTemplateId":2,"organizationName":"SIIP Pruebas","organizationRegistrationNumber":null,"organizationTaxId":null,"organizationStreet1":"Morel 34","organizationStreet2":null,"organizationCity":"Dolores Hidalgo","organizationStateId":null,"organizationCountryId":173,"organizationZipCode":"37800","organizationBankAccountName":null,"organizationBankAccountField1":null,"organizationBankAccountField2":null,"clientFirstName":"Jos\u00e9 Humberto","clientLastName":"Rodr\u00edguez","clientCompanyName":null,"clientCompanyRegistrationNumber":null,"clientCompanyTaxId":null,"clientStreet1":"28 Chiapas","clientStreet2":null,"clientCity":"Dolores Hidalgo Cuna de la Independencia Nacional","clientCountryId":173,"clientStateId":null,"clientZipCode":"37800","attributes":[],"uncollectible":false,"proforma":false,"generatedInvoiceId":null,"proformaInvoiceId":null,"isAppliedVatReverseCharge":false,"payAutomatically":false},"entityBeforeEdit":null}}
|
|
||||||
|
|
||||||
[2025-01-07 16:00:07.111902] [debug] valor el evento recibido por webhook: invoice.draft_approved
|
|
||||||
|
|
||||||
[2025-01-07 16:00:07.112046] [debug] HTTP request processing ended.
|
|
||||||
[2025-01-07 16:03:05.517096] [notice] Logging level set to:debug
|
|
||||||
[2025-01-07 16:03:05.517401] [debug] El valor del evento recibio en json: {"uuid":"0dd03023-231f-4ebe-9355-02295f45286a","changeType":"insert","entity":"client","entityId":"160","eventName":"client.add","extraData":{"entity":{"id":160,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"45 Jalisco","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Jalisco 45, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-07T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Jimy","lastName":"Turner","username":"jymy@gmail.com","contacts":[{"id":164,"clientId":160,"email":"jymy@gmail.com","phone":"4186784656","name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"}]}],"attributes":[],"accountBalance":0,"accountCredit":0,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#cddc39","addressGpsLat":21.1544785,"addressGpsLon":-100.9352517,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"entityBeforeEdit":null}}
|
|
||||||
|
|
||||||
[2025-01-07 16:03:05.591856] [debug] valor el evento recibido por webhook: client.add
|
|
||||||
|
|
||||||
[2025-01-07 16:03:05.592192] [debug] Se agregó un nuevo cliente
|
|
||||||
|
|
||||||
[2025-01-07 16:03:05.635044] [info] ID correspondiente a 'Customer Stripe ID': 10
|
|
||||||
|
|
||||||
[2025-01-07 16:03:05.636245] [info] Valor de notification client data export: {"id":160,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"45 Jalisco","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Jalisco 45, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-07T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Jimy","lastName":"Turner","username":"jymy@gmail.com","contacts":[{"id":164,"clientId":160,"email":"jymy@gmail.com","phone":"4186784656","name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"}]}],"attributes":[],"accountBalance":0,"accountCredit":0,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#cddc39","addressGpsLat":21.1544785,"addressGpsLon":-100.9352517,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false}
|
|
||||||
|
|
||||||
[2025-01-07 16:24:39.528942] [notice] Logging level set to:debug
|
|
||||||
[2025-01-07 16:24:39.533911] [debug] El valor del evento recibio en json: {"uuid":"0ed22a78-2474-4378-b43a-cdf3bf2dc91d","changeType":"insert","entity":"client","entityId":"161","eventName":"client.add","extraData":{"entity":{"id":161,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"S\/N Carretera a R\u00edo Laja","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Quicktime Pizza Dolores Hidalgo, Carretera a R\u00edo Laja, Ejido San Jos\u00e9 de Badillo, Dolores Hidalgo, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-07T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Cesar Antonio","lastName":"Juarez Garcia","username":"gump@gmail.com","contacts":[{"id":165,"clientId":161,"email":"gump@gmail.com","phone":"4236784563","name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"}]}],"attributes":[],"accountBalance":0,"accountCredit":0,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#cddc39","addressGpsLat":21.184621,"addressGpsLon":-100.9322859,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"entityBeforeEdit":null}}
|
|
||||||
|
|
||||||
[2025-01-07 16:24:39.665021] [debug] valor el evento recibido por webhook: client.add
|
|
||||||
|
|
||||||
[2025-01-07 16:24:39.665344] [debug] Se agregó un nuevo cliente
|
|
||||||
|
|
||||||
[2025-01-07 16:24:39.732781] [info] ID correspondiente a 'Customer Stripe ID': 10
|
|
||||||
|
|
||||||
[2025-01-07 16:24:39.733156] [info] Valor de notification client data export: {"id":161,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"S\/N Carretera a R\u00edo Laja","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Quicktime Pizza Dolores Hidalgo, Carretera a R\u00edo Laja, Ejido San Jos\u00e9 de Badillo, Dolores Hidalgo, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-07T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Cesar Antonio","lastName":"Juarez Garcia","username":"gump@gmail.com","contacts":[{"id":165,"clientId":161,"email":"gump@gmail.com","phone":"4236784563","name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"}]}],"attributes":[],"accountBalance":0,"accountCredit":0,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#cddc39","addressGpsLat":21.184621,"addressGpsLon":-100.9322859,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false}
|
|
||||||
|
|
||||||
[2025-01-07 16:30:16.031681] [notice] Logging level set to:debug
|
|
||||||
[2025-01-07 16:30:16.032058] [debug] El valor del evento recibio en json: {"uuid":"3608b23d-ab3a-4c67-b5b8-7e1407ce306f","changeType":"insert","entity":"client","entityId":"162","eventName":"client.add","extraData":{"entity":{"id":162,"userIdent":null,"previousIsp":null,"isLead":true,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"76 Chiapas","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Chiapas 76, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-07T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Eduard","lastName":"Elric","username":"eduardelric@gmail.com","contacts":[{"id":166,"clientId":162,"email":"eduardelric@gmail.com","phone":"4185673456","name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"}]}],"attributes":[],"accountBalance":0,"accountCredit":0,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#d84315","addressGpsLat":21.1575488,"addressGpsLon":-100.9409119,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"entityBeforeEdit":null}}
|
|
||||||
|
|
||||||
[2025-01-07 16:30:16.150923] [debug] valor el evento recibido por webhook: client.add
|
|
||||||
|
|
||||||
[2025-01-07 16:30:16.151242] [debug] Se agregó un nuevo cliente
|
|
||||||
|
|
||||||
[2025-01-07 16:30:16.195925] [info] ID correspondiente a 'Customer Stripe ID': 10
|
|
||||||
|
|
||||||
[2025-01-07 16:30:16.196230] [info] El valor de 'isLead' es: true
|
|
||||||
|
|
||||||
[2025-01-07 16:30:16.196255] [info] El cliente es un lead, no se procesará
|
|
||||||
|
|
||||||
[2025-01-07 16:30:16.196279] [debug] HTTP request processing ended.
|
|
||||||
[2025-01-07 16:31:36.912322] [notice] Logging level set to:debug
|
|
||||||
[2025-01-07 16:31:36.912463] [debug] El valor del evento recibio en json: {"uuid":"a1b8d90f-c2d1-4b60-9ac2-c8971ae4bd0b","changeType":"insert","entity":"client","entityId":"163","eventName":"client.add","extraData":{"entity":{"id":163,"userIdent":null,"previousIsp":null,"isLead":true,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"45 Tamaulipas","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Tamaulipas 45, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-07T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Juan","lastName":"Ramirez Gueerero","username":"rmgjuan@gmail.com","contacts":[{"id":167,"clientId":163,"email":"rmgjuan@gmail.com","phone":"4181876543","name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"}]}],"attributes":[],"accountBalance":0,"accountCredit":0,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#f4511e","addressGpsLat":21.1562555,"addressGpsLon":-100.9302794,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"entityBeforeEdit":null}}
|
|
||||||
|
|
||||||
[2025-01-07 16:31:36.995820] [debug] valor el evento recibido por webhook: client.add
|
|
||||||
|
|
||||||
[2025-01-07 16:31:36.996073] [debug] Se agregó un nuevo cliente
|
|
||||||
|
|
||||||
[2025-01-07 16:31:37.045953] [info] ID correspondiente a 'Customer Stripe ID': 10
|
|
||||||
|
|
||||||
[2025-01-07 16:31:37.046339] [info] El valor de 'isLead' es: true
|
|
||||||
|
|
||||||
[2025-01-07 16:31:37.046466] [info] El cliente es un lead, no se procesará
|
|
||||||
|
|
||||||
[2025-01-07 16:31:37.046534] [debug] HTTP request processing ended.
|
|
||||||
[2025-01-07 16:32:44.292279] [notice] Logging level set to:debug
|
|
||||||
[2025-01-07 16:32:44.292428] [debug] El valor del evento recibio en json: {"uuid":"ca2ec588-b0cf-4192-8079-e00fb9b37234","changeType":"insert","entity":"client","entityId":"164","eventName":"client.add","extraData":{"entity":{"id":164,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"45 Coahuila","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Coahuila 45, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-07T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Isra","lastName":"Marcial","username":"isramarcial@gmail.com","contacts":[{"id":168,"clientId":164,"email":"isramarcial@gmail.com","phone":"4185903400","name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"}]}],"attributes":[],"accountBalance":0,"accountCredit":0,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#3f51b5","addressGpsLat":21.1616473,"addressGpsLon":-100.9356332,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"entityBeforeEdit":null}}
|
|
||||||
|
|
||||||
[2025-01-07 16:32:44.408622] [debug] valor el evento recibido por webhook: client.add
|
|
||||||
|
|
||||||
[2025-01-07 16:32:44.408853] [debug] Se agregó un nuevo cliente
|
|
||||||
|
|
||||||
[2025-01-07 16:32:44.450726] [info] ID correspondiente a 'Customer Stripe ID': 10
|
|
||||||
|
|
||||||
[2025-01-07 16:32:44.451013] [info] El valor de 'isLead' es: false
|
|
||||||
|
|
||||||
[2025-01-07 16:32:44.451040] [info] El cliente NO es un lead, se procesará
|
|
||||||
|
|
||||||
[2025-01-07 16:32:44.451050] [info] Creando el Customer Stripe
|
|
||||||
|
|
||||||
[2025-01-07 16:32:44.451061] [info] El cliente a procesar es : Isra Marcial
|
|
||||||
|
|
||||||
[2025-01-07 16:32:44.451081] [info] Datos notificationData: {"uuid":"ca2ec588-b0cf-4192-8079-e00fb9b37234","changeType":"insert","entity":"client","entityId":164,"message":null,"clientId":164,"eventName":"client.add","clientData":{"id":164,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"45 Coahuila","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Coahuila 45, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-07T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Isra","lastName":"Marcial","username":"isramarcial@gmail.com","contacts":[{"id":168,"clientId":164,"email":"isramarcial@gmail.com","phone":"4185903400","name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"}]}],"attributes":[],"accountBalance":0,"accountCredit":0,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#3f51b5","addressGpsLat":21.1616473,"addressGpsLon":-100.9356332,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"serviceData":null,"invoiceData":null,"paymentData":null}
|
|
||||||
|
|
||||||
[2025-01-07 16:32:44.451090] [info] Ya dentro del FOREACH!!!
|
|
||||||
|
|
||||||
[2025-01-07 16:32:44.451097] [info] REVISANDO EL PRIMER CONTACTO!!!
|
|
||||||
|
|
||||||
[2025-01-07 16:32:44.451105] [info] REVISANDO EL PRIMER CONTACTO!!!
|
|
||||||
|
|
||||||
[2025-01-07 16:32:44.451113] [info] SE VALIDA EL EMAIL!!!
|
|
||||||
|
|
||||||
[2025-01-07 16:32:44.451889] [info] ahora se procede a validar el teléfono!!!
|
|
||||||
|
|
||||||
[2025-01-07 16:32:44.452007] [info] AHORA SE MANDA A CREAR EL CLIENTE A STRIPE!!!
|
|
||||||
|
|
||||||
[2025-01-07 16:32:45.108345] [info] {"id":"cus_RXlEErqtrukycS","object":"customer","address":null,"balance":0,"created":1736267564,"currency":null,"default_source":null,"delinquent":false,"description":"Cliente SIIP CRM con client_id: 164","discount":null,"email":"isramarcial@gmail.com","invoice_prefix":"845080DA","invoice_settings":{"custom_fields":null,"default_payment_method":null,"footer":null,"rendering_options":null},"livemode":false,"metadata":[],"name":"Isra Marcial","next_invoice_sequence":1,"phone":"4185903400","preferred_locales":["es-419"],"shipping":null,"tax_exempt":"none","test_clock":null}
|
|
||||||
|
|
||||||
[2025-01-07 16:32:47.428654] [info] {"id":"cus_RXlEErqtrukycS","object":"customer","address":null,"balance":0,"created":1736267564,"currency":null,"default_source":null,"delinquent":false,"description":"Cliente SIIP CRM con client_id: 164","discount":null,"email":"isramarcial@gmail.com","invoice_prefix":"845080DA","invoice_settings":{"custom_fields":null,"default_payment_method":null,"footer":null,"rendering_options":null},"livemode":false,"metadata":{"ucrm_client_id":"164"},"name":"Isra Marcial","next_invoice_sequence":1,"phone":"4185903400","preferred_locales":["es-419"],"shipping":null,"tax_exempt":"none","test_clock":null}
|
|
||||||
|
|
||||||
[2025-01-07 16:32:48.135539] [notice] Logging level set to:debug
|
|
||||||
[2025-01-07 16:32:48.135659] [debug] El valor del evento recibio en json: {"id":"evt_1QefhzEFY1WEUtgRrMMkhO76","object":"event","api_version":"2023-10-16","created":1736267567,"data":{"object":{"id":"cus_RXlEErqtrukycS","object":"customer","address":null,"balance":0,"created":1736267564,"currency":null,"default_source":null,"delinquent":false,"description":"Cliente SIIP CRM con client_id: 164","discount":null,"email":"isramarcial@gmail.com","invoice_prefix":"845080DA","invoice_settings":{"custom_fields":null,"default_payment_method":null,"footer":null,"rendering_options":null},"livemode":false,"metadata":{"ucrm_client_id":"164"},"name":"Isra Marcial","next_invoice_sequence":1,"phone":"4185903400","preferred_locales":["es-419"],"shipping":null,"tax_exempt":"none","test_clock":null},"previous_attributes":{"metadata":{"ucrm_client_id":null}}},"livemode":false,"pending_webhooks":2,"request":{"id":"req_135Tdn1O2rvTIU","idempotency_key":"ef6067d2-e159-4f7d-9f3f-bf73145d4477"},"type":"customer.updated"}
|
|
||||||
|
|
||||||
[2025-01-07 16:32:48.135703] [error] JSON error: No error
|
|
||||||
[2025-01-07 16:32:48.135788] [debug] HTTP request processing ended.
|
|
||||||
[2025-01-07 16:32:49.920465] [info] {"object":"funding_instructions","bank_transfer":{"country":"MX","financial_addresses":[{"spei":{"account_holder_address":{"city":"Ciudad de M\u00e9xico","country":"MX","line1":"Av Paseo de la Reforma 180 piso 29 col Juarez","line2":null,"postal_code":"06600","state":"Ciudad de M\u00e9xico"},"account_holder_name":"SIIP INTERNET","bank_address":{"city":"Naucalpan","country":"MX","line1":"Blvd. Manuel Avila Camacho 1902","line2":"Planta Baja, Cd. Satelite","postal_code":"C.P. 53100","state":"Estado de Mexico"},"bank_code":"124","bank_name":"CITI","clabe":"124180701225308815"},"supported_networks":["spei"],"type":"spei"}],"type":"mx_bank_transfer"},"currency":"mxn","funding_type":"bank_transfer","livemode":false}
|
|
||||||
|
|
||||||
[2025-01-07 16:32:50.240696] [info] CLABE guardada en metadata: 124180701225308815
|
|
||||||
|
|
||||||
[2025-01-07 16:32:50.425777] [info] {}
|
|
||||||
|
|
||||||
[2025-01-07 16:32:50.426755] [debug] HTTP request processing ended.
|
|
||||||
[2025-01-07 16:32:50.547811] [notice] Logging level set to:debug
|
|
||||||
[2025-01-07 16:32:50.548101] [debug] El valor del evento recibio en json: {"uuid":"5117eae2-17f4-4feb-b429-9ee071a4264b","changeType":"edit","entity":"client","entityId":"164","eventName":"client.edit","extraData":{"entity":{"id":164,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"45 Coahuila","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Coahuila 45, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-07T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Isra","lastName":"Marcial","username":"isramarcial@gmail.com","contacts":[{"id":168,"clientId":164,"email":"isramarcial@gmail.com","phone":"4185903400","name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"}]}],"attributes":[{"id":157,"clientId":164,"customAttributeId":10,"name":"Stripe Customer ID","key":"stripeCustomerId","value":"cus_RXlEErqtrukycS","clientZoneVisible":true},{"id":158,"clientId":164,"customAttributeId":11,"name":"Clabe Transferencia Banamex","key":"clabeTransferenciaBanamex","value":"124180701225308815","clientZoneVisible":true}],"accountBalance":0,"accountCredit":0,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#3f51b5","addressGpsLat":21.1616473,"addressGpsLon":-100.9356332,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false},"entityBeforeEdit":{"id":164,"userIdent":null,"previousIsp":null,"isLead":false,"clientType":1,"companyName":null,"companyRegistrationNumber":null,"companyTaxId":null,"companyWebsite":null,"street1":"45 Coahuila","street2":null,"city":"Dolores Hidalgo Cuna de la Independencia Nacional","countryId":173,"stateId":null,"zipCode":"37800","fullAddress":"Coahuila 45, Centro, Dolores Hidalgo Cuna de la Independencia Nacional, Gto., M\u00e9xico","invoiceStreet1":null,"invoiceStreet2":null,"invoiceCity":null,"invoiceStateId":null,"invoiceCountryId":null,"invoiceZipCode":null,"invoiceAddressSameAsContact":true,"note":null,"sendInvoiceByPost":null,"invoiceMaturityDays":null,"stopServiceDue":null,"stopServiceDueDays":null,"organizationId":1,"tax1Id":null,"tax2Id":null,"tax3Id":null,"registrationDate":"2025-01-07T00:00:00-0600","leadConvertedAt":null,"companyContactFirstName":null,"companyContactLastName":null,"isActive":false,"firstName":"Isra","lastName":"Marcial","username":"isramarcial@gmail.com","contacts":[{"id":168,"clientId":164,"email":"isramarcial@gmail.com","phone":"4185903400","name":null,"isBilling":true,"isContact":true,"types":[{"id":1,"name":"Billing"},{"id":2,"name":"General"}]}],"attributes":[],"accountBalance":0,"accountCredit":0,"accountOutstanding":0,"currencyCode":"MXN","organizationName":"SIIP Pruebas","bankAccounts":[],"tags":[],"invitationEmailSentDate":null,"avatarColor":"#3f51b5","addressGpsLat":21.1616473,"addressGpsLon":-100.9356332,"isArchived":false,"generateProformaInvoices":null,"usesProforma":false,"hasOverdueInvoice":false,"hasOutage":false,"hasSuspendedService":false,"hasServiceWithoutDevices":false,"referral":null,"hasPaymentSubscription":false,"hasAutopayCreditCard":false}}}
|
|
||||||
|
|
||||||
[2025-01-07 16:32:50.628608] [debug] valor el evento recibido por webhook: client.edit
|
|
||||||
|
|
||||||
[2025-01-07 16:32:50.628881] [debug] Se actualiza a un cliente
|
|
||||||
|
|
||||||
[2025-01-07 16:32:50.628972] [debug] HTTP request processing ended.
|
|
||||||
[2025-01-07 16:32:50.638360] [notice] Logging level set to:debug
|
|
||||||
[2025-01-07 16:32:50.638533] [debug] El valor del evento recibio en json: {"id":"evt_1Qefi2EFY1WEUtgRra5KbxwJ","object":"event","api_version":"2023-10-16","created":1736267570,"data":{"object":{"id":"cus_RXlEErqtrukycS","object":"customer","address":null,"balance":0,"created":1736267564,"currency":null,"default_source":null,"delinquent":false,"description":"Cliente SIIP CRM con client_id: 164","discount":null,"email":"isramarcial@gmail.com","invoice_prefix":"845080DA","invoice_settings":{"custom_fields":null,"default_payment_method":null,"footer":null,"rendering_options":null},"livemode":false,"metadata":{"ucrm_client_id":"164","clabe":"124180701225308815"},"name":"Isra Marcial","next_invoice_sequence":1,"phone":"4185903400","preferred_locales":["es-419"],"shipping":null,"tax_exempt":"none","test_clock":null},"previous_attributes":{"metadata":{"clabe":null}}},"livemode":false,"pending_webhooks":2,"request":{"id":"req_ikADrNaQ5DP2xX","idempotency_key":"7b6997a4-9e58-4eb8-922f-86d6394e560f"},"type":"customer.updated"}
|
|
||||||
|
|
||||||
[2025-01-07 16:32:50.638633] [error] JSON error: No error
|
|
||||||
[2025-01-07 16:32:50.638685] [debug] HTTP request processing ended.
|
|
||||||
|
|||||||
2
main.php
2
main.php
@ -13,7 +13,7 @@ require 'vendor/autoload.php';
|
|||||||
$plugin->run();
|
$plugin->run();
|
||||||
|
|
||||||
// cleanup plugin log
|
// cleanup plugin log
|
||||||
$container->get(\SmsNotifier\Service\LogCleaner::class)->clean();
|
//$container->get(\SmsNotifier\Service\LogCleaner::class)->clean();
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
$logger = new \SmsNotifier\Service\Logger();
|
$logger = new \SmsNotifier\Service\Logger();
|
||||||
$logger->error($e->getMessage());
|
$logger->error($e->getMessage());
|
||||||
|
|||||||
@ -33,17 +33,22 @@ abstract class AbstractMessageNotifierFacade
|
|||||||
*/
|
*/
|
||||||
protected $clientPhoneNumber;
|
protected $clientPhoneNumber;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var PluginNotifierFacade
|
||||||
|
*/
|
||||||
|
private $pluginNotifierFacade;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
Logger $logger,
|
Logger $logger,
|
||||||
MessageTextFactory $messageTextFactory,
|
MessageTextFactory $messageTextFactory,
|
||||||
SmsNumberProvider $clientPhoneNumber
|
SmsNumberProvider $clientPhoneNumber,
|
||||||
) {
|
) {
|
||||||
$this->logger = $logger;
|
$this->logger = $logger;
|
||||||
$this->messageTextFactory = $messageTextFactory;
|
$this->messageTextFactory = $messageTextFactory;
|
||||||
$this->clientPhoneNumber = $clientPhoneNumber;
|
$this->clientPhoneNumber = $clientPhoneNumber;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -436,7 +441,8 @@ abstract class AbstractMessageNotifierFacade
|
|||||||
$this->logger->info("Se proceso los contactos " . PHP_EOL);
|
$this->logger->info("Se proceso los contactos " . PHP_EOL);
|
||||||
|
|
||||||
$stripe = new \Stripe\StripeClient($StripeToken); //Instancia de la clase manejadora de clientes para la API de Stripe
|
$stripe = new \Stripe\StripeClient($StripeToken); //Instancia de la clase manejadora de clientes para la API de Stripe
|
||||||
if (!empty($client_email)) {
|
if ($client_email !== null && $customerStripeID !== null) {
|
||||||
|
$this->logger->info("Se actualizara el correo del cliente en Stripe " . PHP_EOL);
|
||||||
$stripe->customers->update($customerStripeID, ['email' => $client_email]); //Actualiza el correo electrónico del cliente en la plataforma de Stripe en su correspondiente "customer Stripe ID"
|
$stripe->customers->update($customerStripeID, ['email' => $client_email]); //Actualiza el correo electrónico del cliente en la plataforma de Stripe en su correspondiente "customer Stripe ID"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -450,7 +456,7 @@ abstract class AbstractMessageNotifierFacade
|
|||||||
$this->logger->warning('No se encontró un teléfono celular válido para el cliente: ' . $notificationData->clientId);
|
$this->logger->warning('No se encontró un teléfono celular válido para el cliente: ' . $notificationData->clientId);
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
//$this->logger->debug(sprintf('llego al llamado de sendwhatsapp con client_id: %s y número de celular: %s', $notificationData->clientId, $clientPhoneNumber));
|
//$this->logger->debug(sprintf('llego al llamado de sendwhatsapp con client_id: %s y número de celular: %s', $notificationData->clientId, $clientPhoneNumber));
|
||||||
//$this->sendMessage($notificationData, $clientSmsNumber, $messageBody);
|
//$this->sendMessage($notificationData, $clientSmsNumber, $messageBody);
|
||||||
|
|||||||
@ -37,7 +37,7 @@ abstract class AbstractOxxoOperationsFacade
|
|||||||
* @var UcrmApi
|
* @var UcrmApi
|
||||||
*/
|
*/
|
||||||
protected $ucrmApi;
|
protected $ucrmApi;
|
||||||
|
|
||||||
protected $stripeCustomAttributeID;
|
protected $stripeCustomAttributeID;
|
||||||
protected $clabeInterbancariaBanamexID;
|
protected $clabeInterbancariaBanamexID;
|
||||||
|
|
||||||
@ -52,132 +52,135 @@ abstract class AbstractOxxoOperationsFacade
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Creates a PaymentIntent for OXXO in Stripe for a Customer
|
* Creates a PaymentIntent for OXXO in Stripe for a Customer
|
||||||
*/
|
*/
|
||||||
public function createOxxoPaymentIntent($event_json, $amount = null): string
|
public function createOxxoPaymentIntent($event_json, $amount = null): string
|
||||||
{
|
{
|
||||||
$this->logger->info("Creando referencia del cliente para OXXO: " . PHP_EOL);
|
$this->logger->info("Creando referencia del cliente para OXXO: " . PHP_EOL);
|
||||||
$configManager = \Ubnt\UcrmPluginSdk\Service\PluginConfigManager::create();
|
$configManager = \Ubnt\UcrmPluginSdk\Service\PluginConfigManager::create();
|
||||||
$config = $configManager->loadConfig();
|
$config = $configManager->loadConfig();
|
||||||
$StripeToken = $config['tokenstripe'];
|
$StripeToken = $config['tokenstripe'];
|
||||||
$IPServer = $config['ipserver'];
|
$IPServer = $config['ipserver'];
|
||||||
$tokenCRM = $config['apitoken'];
|
$tokenCRM = $config['apitoken'];
|
||||||
|
|
||||||
$baseUri = 'https://' . $IPServer . '/crm/api/v1.0/';
|
$baseUri = 'https://' . $IPServer . '/crm/api/v1.0/';
|
||||||
$stripe = new \Stripe\StripeClient($StripeToken);
|
$stripe = new \Stripe\StripeClient($StripeToken);
|
||||||
$this->ucrmApi = UcrmApi::create();
|
$this->ucrmApi = UcrmApi::create();
|
||||||
$currentUserAdmin = $this->ucrmApi->get('users/admins', []);
|
$currentUserAdmin = $this->ucrmApi->get('users/admins', []);
|
||||||
$clientID = $event_json->client_id;
|
$clientID = $event_json->client_id;
|
||||||
|
|
||||||
$stripeCustomerId = null;
|
$stripeCustomerId = null;
|
||||||
$clientEmail = '';
|
$clientEmail = '';
|
||||||
|
|
||||||
$clientGuzzleHttp = new Client([
|
$clientGuzzleHttp = new Client([
|
||||||
'base_uri' => $baseUri,
|
'base_uri' => $baseUri,
|
||||||
'headers' => [
|
'headers' => [
|
||||||
'X-Auth-App-Key' => $tokenCRM,
|
'X-Auth-App-Key' => $tokenCRM,
|
||||||
'Accept' => 'application/json',
|
'Accept' => 'application/json',
|
||||||
],
|
],
|
||||||
'verify' => false,
|
'verify' => false,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$response = $clientGuzzleHttp->request('GET', "clients/" . $clientID);
|
$response = $clientGuzzleHttp->request('GET', "clients/" . $clientID);
|
||||||
$arrayClientCRM = json_decode($response->getBody()->getContents(), true);
|
$arrayClientCRM = json_decode($response->getBody()->getContents(), true);
|
||||||
|
|
||||||
// Obtener stripeCustomerId
|
// Obtener stripeCustomerId
|
||||||
foreach ($arrayClientCRM['attributes'] as $attribute) {
|
foreach ($arrayClientCRM['attributes'] as $attribute) {
|
||||||
if ($attribute['key'] === 'stripeCustomerId') {
|
if ($attribute['key'] === 'stripeCustomerId') {
|
||||||
$stripeCustomerId = $attribute['value'];
|
$stripeCustomerId = $attribute['value'];
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Obtener email del cliente
|
|
||||||
foreach ($arrayClientCRM['contacts'] as $contact) {
|
|
||||||
if (!empty($contact['email'])) {
|
|
||||||
$clientEmail = $contact['email'];
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Verificar si $amount es null para determinar si es necesario consultar la API
|
|
||||||
if ($amount === null) {
|
|
||||||
try {
|
|
||||||
|
|
||||||
|
|
||||||
// Obtener el monto pendiente del cliente en centavos
|
|
||||||
$amount = abs($arrayClientCRM['accountOutstanding']) * 100;
|
|
||||||
|
|
||||||
$this->logger->info("Se obtuvieron los datos del cliente y Stripe Customer ID: " . $stripeCustomerId . PHP_EOL);
|
|
||||||
} catch (RequestException $e) {
|
|
||||||
$this->logger->error("Error al obtener atributos personalizados del cliente: " . $e->getMessage() . PHP_EOL);
|
|
||||||
return 'errorGetClientAttributes';
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
$this->logger->info("Monto proporcionado directamente: $amount " . PHP_EOL);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Validar que el monto sea mayor a 0 antes de proceder
|
|
||||||
if ($amount > 10) {
|
|
||||||
$amount = intval($amount * 100);
|
|
||||||
try {
|
|
||||||
$this->logger->info("Creando referencia en Stripe por: $amount " . PHP_EOL);
|
|
||||||
$paymentIntent = $stripe->paymentIntents->create([
|
|
||||||
'amount' => $amount,
|
|
||||||
'currency' => 'mxn',
|
|
||||||
'payment_method_types' => ['customer_balance', 'card', 'oxxo'],
|
|
||||||
'description' => 'Pago de servicio de SIIP Internet',
|
|
||||||
'customer' => $stripeCustomerId,
|
|
||||||
'metadata' => [
|
|
||||||
'clientId' => $clientID,
|
|
||||||
'createdBy' => 'UCRM',
|
|
||||||
'paymentType' => 'card.one_time',
|
|
||||||
'signedInAdminId' => $currentUserAdmin[0]['id']
|
|
||||||
],
|
|
||||||
'payment_method_options' => [
|
|
||||||
'oxxo' => [
|
|
||||||
'expires_after_days' => 3,
|
|
||||||
],
|
|
||||||
],
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->logger->info("Creando payment methods del voucher" . PHP_EOL);
|
|
||||||
$paymentMethod = $stripe->paymentMethods->create([
|
|
||||||
'type' => 'oxxo',
|
|
||||||
'billing_details' => [
|
|
||||||
'name' => $arrayClientCRM['firstName'] . ' ' . $arrayClientCRM['lastName'],
|
|
||||||
'email' => $clientEmail,
|
|
||||||
],
|
|
||||||
]);
|
|
||||||
|
|
||||||
$this->logger->info("Confirmando el paymentIntent" . PHP_EOL);
|
|
||||||
$paymentIntent = $stripe->paymentIntents->confirm(
|
|
||||||
$paymentIntent->id,
|
|
||||||
['payment_method' => $paymentMethod->id]
|
|
||||||
);
|
|
||||||
$this->logger->info("Se terminó de confirmar el paymentIntent" . PHP_EOL);
|
|
||||||
if (!empty($paymentIntent->next_action) && isset($paymentIntent->next_action->oxxo_display_details)) {
|
|
||||||
$oxxoPayment = $paymentIntent->next_action->oxxo_display_details;
|
|
||||||
$oxxo_reference = $oxxoPayment->number;
|
|
||||||
$oxxo_receipt_url = $oxxoPayment->hosted_voucher_url;
|
|
||||||
|
|
||||||
$this->logger->info("Referencia OXXO: " . $oxxo_reference . PHP_EOL);
|
|
||||||
$this->logger->info("URL del recibo: " . $oxxo_receipt_url . PHP_EOL);
|
|
||||||
return $oxxo_receipt_url;
|
|
||||||
} else {
|
|
||||||
$this->logger->info("El PaymentIntent no tiene detalles de OXXO disponibles aún. " . PHP_EOL);
|
|
||||||
$this->logger->info("Estado actual del PaymentIntent: " . $paymentIntent->status . PHP_EOL);
|
|
||||||
return 'errorPyamentIntentWithoutOxxoDetails';
|
|
||||||
}
|
}
|
||||||
} catch (Exception $e) {
|
|
||||||
$this->logger->error('Error al crear el payment intent: ' . $e->getMessage() . PHP_EOL);
|
|
||||||
return 'errorCreatePaymentIntent';
|
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
$this->logger->info("Este cliente no tiene adeudos por lo tanto no se puede generar su referencia de OXXO. " . PHP_EOL);
|
// Obtener email del cliente
|
||||||
return 'errorsinadeudo';
|
foreach ($arrayClientCRM['contacts'] as $contact) {
|
||||||
|
if (!empty($contact['email'])) {
|
||||||
|
$clientEmail = $contact['email'];
|
||||||
|
break;
|
||||||
|
} else {
|
||||||
|
$clientEmail = 'siip8873@gmail.com';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Verificar si $amount es null para determinar si es necesario consultar la API
|
||||||
|
if ($amount === null) {
|
||||||
|
try {
|
||||||
|
|
||||||
|
|
||||||
|
// Obtener el monto pendiente del cliente en centavos
|
||||||
|
$amount = abs($arrayClientCRM['accountOutstanding']) * 100;
|
||||||
|
|
||||||
|
$this->logger->info("Se obtuvieron los datos del cliente y Stripe Customer ID: " . $stripeCustomerId . PHP_EOL);
|
||||||
|
} catch (RequestException $e) {
|
||||||
|
$this->logger->error("Error al obtener atributos personalizados del cliente: " . $e->getMessage() . PHP_EOL);
|
||||||
|
return 'errorGetClientAttributes';
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
$this->logger->info("Monto proporcionado directamente: $amount " . PHP_EOL);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Validar que el monto sea mayor a 0 antes de proceder
|
||||||
|
if ($amount > 10) {
|
||||||
|
$amount = intval($amount * 100);
|
||||||
|
try {
|
||||||
|
$this->logger->info("Creando referencia en Stripe por: $amount " . PHP_EOL);
|
||||||
|
$paymentIntent = $stripe->paymentIntents->create([
|
||||||
|
'amount' => $amount,
|
||||||
|
'currency' => 'mxn',
|
||||||
|
'payment_method_types' => ['customer_balance', 'card', 'oxxo'],
|
||||||
|
'description' => 'Pago de servicio de SIIP Internet',
|
||||||
|
'customer' => $stripeCustomerId,
|
||||||
|
'metadata' => [
|
||||||
|
'clientId' => $clientID,
|
||||||
|
'createdBy' => 'UCRM',
|
||||||
|
'paymentType' => 'card.one_time',
|
||||||
|
'signedInAdminId' => $currentUserAdmin[1]['id'],
|
||||||
|
'tipoPago' => 'OXXO'
|
||||||
|
],
|
||||||
|
'payment_method_options' => [
|
||||||
|
'oxxo' => [
|
||||||
|
'expires_after_days' => 3,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
|
||||||
|
$this->logger->info("Creando payment methods del voucher" . PHP_EOL);
|
||||||
|
$paymentMethod = $stripe->paymentMethods->create([
|
||||||
|
'type' => 'oxxo',
|
||||||
|
'billing_details' => [
|
||||||
|
'name' => $arrayClientCRM['firstName'] . ' ' . $arrayClientCRM['lastName'],
|
||||||
|
'email' => $clientEmail,
|
||||||
|
],
|
||||||
|
]);
|
||||||
|
|
||||||
|
$this->logger->info("Confirmando el paymentIntent" . PHP_EOL);
|
||||||
|
$paymentIntent = $stripe->paymentIntents->confirm(
|
||||||
|
$paymentIntent->id,
|
||||||
|
['payment_method' => $paymentMethod->id]
|
||||||
|
);
|
||||||
|
$this->logger->info("Se terminó de confirmar el paymentIntent" . PHP_EOL);
|
||||||
|
if (!empty($paymentIntent->next_action) && isset($paymentIntent->next_action->oxxo_display_details)) {
|
||||||
|
$oxxoPayment = $paymentIntent->next_action->oxxo_display_details;
|
||||||
|
$oxxo_reference = $oxxoPayment->number;
|
||||||
|
$oxxo_receipt_url = $oxxoPayment->hosted_voucher_url;
|
||||||
|
|
||||||
|
$this->logger->info("Referencia OXXO: " . $oxxo_reference . PHP_EOL);
|
||||||
|
$this->logger->info("URL del recibo: " . $oxxo_receipt_url . PHP_EOL);
|
||||||
|
return $oxxo_receipt_url;
|
||||||
|
} else {
|
||||||
|
$this->logger->info("El PaymentIntent no tiene detalles de OXXO disponibles aún. " . PHP_EOL);
|
||||||
|
$this->logger->info("Estado actual del PaymentIntent: " . $paymentIntent->status . PHP_EOL);
|
||||||
|
return 'errorPyamentIntentWithoutOxxoDetails';
|
||||||
|
}
|
||||||
|
} catch (Exception $e) {
|
||||||
|
$this->logger->error('Error al crear el payment intent: ' . $e->getMessage() . PHP_EOL);
|
||||||
|
return 'errorCreatePaymentIntent';
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
$this->logger->info("Este cliente no tiene adeudos por lo tanto no se puede generar su referencia de OXXO. " . PHP_EOL);
|
||||||
|
return 'errorsinadeudo';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -196,7 +199,7 @@ abstract class AbstractOxxoOperationsFacade
|
|||||||
|
|
||||||
function validarEmail($email)
|
function validarEmail($email)
|
||||||
{
|
{
|
||||||
$this->logger->info('SE VALIDA EL EMAIL!!! '.PHP_EOL);
|
$this->logger->info('SE VALIDA EL EMAIL!!! ' . PHP_EOL);
|
||||||
// Utilizar la función filter_var con el filtro FILTER_VALIDATE_EMAIL para validar el email
|
// Utilizar la función filter_var con el filtro FILTER_VALIDATE_EMAIL para validar el email
|
||||||
if (filter_var($email, FILTER_VALIDATE_EMAIL)) {
|
if (filter_var($email, FILTER_VALIDATE_EMAIL)) {
|
||||||
// Si el email es válido, devolver el email
|
// Si el email es válido, devolver el email
|
||||||
|
|||||||
@ -93,6 +93,7 @@ abstract class AbstractStripeOperationsFacade
|
|||||||
'createdBy' => 'UCRM',
|
'createdBy' => 'UCRM',
|
||||||
'paymentType' => 'card.one_time',
|
'paymentType' => 'card.one_time',
|
||||||
'signedInAdminId' => $currentUserAdmin[0]['id'],
|
'signedInAdminId' => $currentUserAdmin[0]['id'],
|
||||||
|
'tipoPago' => 'Transferencia Bancaria'
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
@ -113,7 +113,9 @@ class Plugin
|
|||||||
}
|
}
|
||||||
$event_json = json_decode($userInput);
|
$event_json = json_decode($userInput);
|
||||||
$webhook_string = json_encode($event_json);
|
$webhook_string = json_encode($event_json);
|
||||||
$this->logger->debug("El valor del evento recibio en json: " . $webhook_string . PHP_EOL);
|
$this->logger->debug("El valor de webhook_string: " . $webhook_string . PHP_EOL);
|
||||||
|
|
||||||
|
|
||||||
// Maneja el evento del webhook
|
// Maneja el evento del webhook
|
||||||
if ($event_json) {
|
if ($event_json) {
|
||||||
switch ($event_json->type) {
|
switch ($event_json->type) {
|
||||||
@ -123,7 +125,7 @@ class Plugin
|
|||||||
$this->pluginNotifierFacade->createPaymentIntent($event_json);
|
$this->pluginNotifierFacade->createPaymentIntent($event_json);
|
||||||
break;
|
break;
|
||||||
case 'inbound_payment.payment_attempt':
|
case 'inbound_payment.payment_attempt':
|
||||||
$this->logger->info('Evento de Pagode OXXO recibido');
|
$this->logger->info('Evento de Pago de OXXO recibido');
|
||||||
$this->logger->info('Valor del EventJSON: ' . json_encode($event_json) . PHP_EOL);
|
$this->logger->info('Valor del EventJSON: ' . json_encode($event_json) . PHP_EOL);
|
||||||
break;
|
break;
|
||||||
case 'energy.alert':
|
case 'energy.alert':
|
||||||
@ -131,26 +133,26 @@ class Plugin
|
|||||||
break;
|
break;
|
||||||
case 'oxxo.request':
|
case 'oxxo.request':
|
||||||
$this->logger->info('Evento de referencia de oxxo recibido' . PHP_EOL);
|
$this->logger->info('Evento de referencia de oxxo recibido' . PHP_EOL);
|
||||||
|
|
||||||
|
|
||||||
// Construir la URL basada en el "client_id"
|
// Construir la URL basada en el "client_id"
|
||||||
// $url = "https://siip.mx/wp/wp-content/uploads/img/voucher.png";
|
// $url = "https://siip.mx/wp/wp-content/uploads/img/voucher.png";
|
||||||
if (!empty($event_json->amount )) {
|
if (!empty($event_json->amount)) {
|
||||||
$this->logger->info('Referencia persnoalizada, Valor del monto: ' . $event_json->amount . PHP_EOL);
|
$this->logger->info('Referencia persnoalizada, Valor del monto: ' . $event_json->amount . PHP_EOL);
|
||||||
$intentos = 0;
|
$intentos = 0;
|
||||||
do {
|
do {
|
||||||
if($intentos>1){
|
if ($intentos > 1) {
|
||||||
sleep(2);
|
sleep(2);
|
||||||
}
|
}
|
||||||
$url = $this->pluginOxxoNotifierFacade->createOxxoPaymentIntent($event_json, $event_json->amount );
|
$url = $this->pluginOxxoNotifierFacade->createOxxoPaymentIntent($event_json, $event_json->amount);
|
||||||
$intentos++;
|
$intentos++;
|
||||||
} while (strpos($url, 'https') !== 0 && $intentos < 5);
|
} while (strpos($url, 'https') !== 0 && $intentos < 5);
|
||||||
} else {
|
} else {
|
||||||
$intentos = 0;
|
$intentos = 0;
|
||||||
do {
|
do {
|
||||||
if($intentos>1){
|
// if ($intentos > 1) {
|
||||||
sleep(2);
|
// sleep(2);
|
||||||
}
|
// }
|
||||||
$url = $this->pluginOxxoNotifierFacade->createOxxoPaymentIntent($event_json);
|
$url = $this->pluginOxxoNotifierFacade->createOxxoPaymentIntent($event_json);
|
||||||
$intentos++;
|
$intentos++;
|
||||||
} while (strpos($url, 'https') !== 0 && $intentos < 5);
|
} while (strpos($url, 'https') !== 0 && $intentos < 5);
|
||||||
@ -309,6 +311,22 @@ class Plugin
|
|||||||
|
|
||||||
} else if ($notification->eventName === 'client.edit') {
|
} else if ($notification->eventName === 'client.edit') {
|
||||||
$this->logger->debug('Se actualiza a un cliente' . PHP_EOL);
|
$this->logger->debug('Se actualiza a un cliente' . PHP_EOL);
|
||||||
|
// Verificar que existen tanto 'entityBeforeEdit' como 'entity'
|
||||||
|
if (isset($event_json['extraData']['entityBeforeEdit']['isLead']) && isset($event_json['extraData']['entity']['isLead'])) {
|
||||||
|
$isLeadBefore = $event_json['extraData']['entityBeforeEdit']['isLead'];
|
||||||
|
$isLeadAfter = $event_json['extraData']['entity']['isLead'];
|
||||||
|
|
||||||
|
// Comprobar si 'isLead' cambió de true a false
|
||||||
|
if ($isLeadBefore === true && $isLeadAfter === false) {
|
||||||
|
$this->logger->debug('El campo isLead cambió de true a false');
|
||||||
|
$this->pluginNotifierFacade->createStripeClient($notification);
|
||||||
|
} else {
|
||||||
|
$this->logger->debug('No hubo cambio de true a false en el campo isLead');
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
$this->logger->warning('Los datos entityBeforeEdit o entity no contienen el campo isLead');
|
||||||
|
}
|
||||||
|
|
||||||
$this->notifierFacade->verifyClientActionToDo($notification);
|
$this->notifierFacade->verifyClientActionToDo($notification);
|
||||||
} else if ($notification->eventName === 'client.add') {
|
} else if ($notification->eventName === 'client.add') {
|
||||||
$this->logger->debug('Se agregó un nuevo cliente' . PHP_EOL);
|
$this->logger->debug('Se agregó un nuevo cliente' . PHP_EOL);
|
||||||
|
|||||||
29115
vendor/composer/autoload_classmap.php
vendored
29115
vendor/composer/autoload_classmap.php
vendored
File diff suppressed because it is too large
Load Diff
11
vendor/composer/autoload_real.php
vendored
11
vendor/composer/autoload_real.php
vendored
@ -34,13 +34,22 @@ class ComposerAutoloaderInitd6442a7ec79f2f43fc97d16bdcdd18ee
|
|||||||
|
|
||||||
call_user_func(\Composer\Autoload\ComposerStaticInitd6442a7ec79f2f43fc97d16bdcdd18ee::getInitializer($loader));
|
call_user_func(\Composer\Autoload\ComposerStaticInitd6442a7ec79f2f43fc97d16bdcdd18ee::getInitializer($loader));
|
||||||
} else {
|
} else {
|
||||||
|
$map = require __DIR__ . '/autoload_namespaces.php';
|
||||||
|
foreach ($map as $namespace => $path) {
|
||||||
|
$loader->set($namespace, $path);
|
||||||
|
}
|
||||||
|
|
||||||
|
$map = require __DIR__ . '/autoload_psr4.php';
|
||||||
|
foreach ($map as $namespace => $path) {
|
||||||
|
$loader->setPsr4($namespace, $path);
|
||||||
|
}
|
||||||
|
|
||||||
$classMap = require __DIR__ . '/autoload_classmap.php';
|
$classMap = require __DIR__ . '/autoload_classmap.php';
|
||||||
if ($classMap) {
|
if ($classMap) {
|
||||||
$loader->addClassMap($classMap);
|
$loader->addClassMap($classMap);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$loader->setClassMapAuthoritative(true);
|
|
||||||
$loader->register(true);
|
$loader->register(true);
|
||||||
|
|
||||||
if ($useStaticLoader) {
|
if ($useStaticLoader) {
|
||||||
|
|||||||
29115
vendor/composer/autoload_static.php
vendored
29115
vendor/composer/autoload_static.php
vendored
File diff suppressed because it is too large
Load Diff
306
vendor/composer/installed.json
vendored
306
vendor/composer/installed.json
vendored
@ -2,17 +2,17 @@
|
|||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "firebase/php-jwt",
|
"name": "firebase/php-jwt",
|
||||||
"version": "v6.10.1",
|
"version": "v6.10.2",
|
||||||
"version_normalized": "6.10.1.0",
|
"version_normalized": "6.10.2.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/firebase/php-jwt.git",
|
"url": "https://github.com/firebase/php-jwt.git",
|
||||||
"reference": "500501c2ce893c824c801da135d02661199f60c5"
|
"reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5",
|
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/30c19ed0f3264cb660ea496895cfb6ef7ee3653b",
|
||||||
"reference": "500501c2ce893c824c801da135d02661199f60c5",
|
"reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"ext-sodium": "Support EdDSA (Ed25519) signatures",
|
"ext-sodium": "Support EdDSA (Ed25519) signatures",
|
||||||
"paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
|
"paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
|
||||||
},
|
},
|
||||||
"time": "2024-05-18T18:05:11+00:00",
|
"time": "2024-11-24T11:22:49+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -62,41 +62,41 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/firebase/php-jwt/issues",
|
"issues": "https://github.com/firebase/php-jwt/issues",
|
||||||
"source": "https://github.com/firebase/php-jwt/tree/v6.10.1"
|
"source": "https://github.com/firebase/php-jwt/tree/v6.10.2"
|
||||||
},
|
},
|
||||||
"install-path": "../firebase/php-jwt"
|
"install-path": "../firebase/php-jwt"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "google/apiclient",
|
"name": "google/apiclient",
|
||||||
"version": "v2.16.0",
|
"version": "v2.18.2",
|
||||||
"version_normalized": "2.16.0.0",
|
"version_normalized": "2.18.2.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/googleapis/google-api-php-client.git",
|
"url": "https://github.com/googleapis/google-api-php-client.git",
|
||||||
"reference": "017400f609c1fb71ab5ad824c50eabd4c3eaf779"
|
"reference": "d8d201ba8a189a3cd7fb34e4da569f2ed440eee7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/017400f609c1fb71ab5ad824c50eabd4c3eaf779",
|
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/d8d201ba8a189a3cd7fb34e4da569f2ed440eee7",
|
||||||
"reference": "017400f609c1fb71ab5ad824c50eabd4c3eaf779",
|
"reference": "d8d201ba8a189a3cd7fb34e4da569f2ed440eee7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"firebase/php-jwt": "~6.0",
|
"firebase/php-jwt": "^6.0",
|
||||||
"google/apiclient-services": "~0.350",
|
"google/apiclient-services": "~0.350",
|
||||||
"google/auth": "^1.37",
|
"google/auth": "^1.37",
|
||||||
"guzzlehttp/guzzle": "^6.5.8||^7.4.5",
|
"guzzlehttp/guzzle": "^7.4.5",
|
||||||
"guzzlehttp/psr7": "^1.9.1||^2.2.1",
|
"guzzlehttp/psr7": "^2.6",
|
||||||
"monolog/monolog": "^2.9||^3.0",
|
"monolog/monolog": "^2.9||^3.0",
|
||||||
"php": "^7.4|^8.0",
|
"php": "^8.0",
|
||||||
"phpseclib/phpseclib": "^3.0.36"
|
"phpseclib/phpseclib": "^3.0.36"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"cache/filesystem-adapter": "^1.1",
|
"cache/filesystem-adapter": "^1.1",
|
||||||
"composer/composer": "^1.10.23",
|
"composer/composer": "^1.10.23",
|
||||||
"phpcompatibility/php-compatibility": "^9.2",
|
"phpcompatibility/php-compatibility": "^9.2",
|
||||||
"phpspec/prophecy-phpunit": "^2.0",
|
"phpspec/prophecy-phpunit": "^2.1",
|
||||||
"phpunit/phpunit": "^9.5",
|
"phpunit/phpunit": "^9.6",
|
||||||
"squizlabs/php_codesniffer": "^3.8",
|
"squizlabs/php_codesniffer": "^3.8",
|
||||||
"symfony/css-selector": "~2.1",
|
"symfony/css-selector": "~2.1",
|
||||||
"symfony/dom-crawler": "~2.1"
|
"symfony/dom-crawler": "~2.1"
|
||||||
@ -104,7 +104,7 @@
|
|||||||
"suggest": {
|
"suggest": {
|
||||||
"cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
|
"cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
|
||||||
},
|
},
|
||||||
"time": "2024-04-24T00:59:47+00:00",
|
"time": "2024-12-16T22:52:40+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
@ -134,23 +134,23 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/googleapis/google-api-php-client/issues",
|
"issues": "https://github.com/googleapis/google-api-php-client/issues",
|
||||||
"source": "https://github.com/googleapis/google-api-php-client/tree/v2.16.0"
|
"source": "https://github.com/googleapis/google-api-php-client/tree/v2.18.2"
|
||||||
},
|
},
|
||||||
"install-path": "../google/apiclient"
|
"install-path": "../google/apiclient"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "google/apiclient-services",
|
"name": "google/apiclient-services",
|
||||||
"version": "v0.359.0",
|
"version": "v0.389.0",
|
||||||
"version_normalized": "0.359.0.0",
|
"version_normalized": "0.389.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/googleapis/google-api-php-client-services.git",
|
"url": "https://github.com/googleapis/google-api-php-client-services.git",
|
||||||
"reference": "e975e6d0efa47f7e49280c4ea7fd6a93b6d7e338"
|
"reference": "6274e67ee52b1a416ccee0a4eaf337d1139cdaf8"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/e975e6d0efa47f7e49280c4ea7fd6a93b6d7e338",
|
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/6274e67ee52b1a416ccee0a4eaf337d1139cdaf8",
|
||||||
"reference": "e975e6d0efa47f7e49280c4ea7fd6a93b6d7e338",
|
"reference": "6274e67ee52b1a416ccee0a4eaf337d1139cdaf8",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -159,7 +159,7 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.6"
|
"phpunit/phpunit": "^9.6"
|
||||||
},
|
},
|
||||||
"time": "2024-06-10T01:02:17+00:00",
|
"time": "2025-01-05T01:04:21+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -181,30 +181,30 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
|
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
|
||||||
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.359.0"
|
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.389.0"
|
||||||
},
|
},
|
||||||
"install-path": "../google/apiclient-services"
|
"install-path": "../google/apiclient-services"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "google/auth",
|
"name": "google/auth",
|
||||||
"version": "v1.40.0",
|
"version": "v1.44.0",
|
||||||
"version_normalized": "1.40.0.0",
|
"version_normalized": "1.44.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/googleapis/google-auth-library-php.git",
|
"url": "https://github.com/googleapis/google-auth-library-php.git",
|
||||||
"reference": "bff9f2d01677e71a98394b5ac981b99523df5178"
|
"reference": "5670e56307d7a2eac931f677c0e59a4f8abb2e43"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/bff9f2d01677e71a98394b5ac981b99523df5178",
|
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/5670e56307d7a2eac931f677c0e59a4f8abb2e43",
|
||||||
"reference": "bff9f2d01677e71a98394b5ac981b99523df5178",
|
"reference": "5670e56307d7a2eac931f677c0e59a4f8abb2e43",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"firebase/php-jwt": "^6.0",
|
"firebase/php-jwt": "^6.0",
|
||||||
"guzzlehttp/guzzle": "^7.4.5",
|
"guzzlehttp/guzzle": "^7.4.5",
|
||||||
"guzzlehttp/psr7": "^2.4.5",
|
"guzzlehttp/psr7": "^2.4.5",
|
||||||
"php": "^8.0",
|
"php": "^8.1",
|
||||||
"psr/cache": "^2.0||^3.0",
|
"psr/cache": "^2.0||^3.0",
|
||||||
"psr/http-message": "^1.1||^2.0"
|
"psr/http-message": "^1.1||^2.0"
|
||||||
},
|
},
|
||||||
@ -222,7 +222,7 @@
|
|||||||
"suggest": {
|
"suggest": {
|
||||||
"phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
|
"phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
|
||||||
},
|
},
|
||||||
"time": "2024-05-31T19:16:15+00:00",
|
"time": "2024-12-04T15:34:58+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -244,29 +244,29 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"docs": "https://googleapis.github.io/google-auth-library-php/main/",
|
"docs": "https://googleapis.github.io/google-auth-library-php/main/",
|
||||||
"issues": "https://github.com/googleapis/google-auth-library-php/issues",
|
"issues": "https://github.com/googleapis/google-auth-library-php/issues",
|
||||||
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.40.0"
|
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.44.0"
|
||||||
},
|
},
|
||||||
"install-path": "../google/auth"
|
"install-path": "../google/auth"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/guzzle",
|
"name": "guzzlehttp/guzzle",
|
||||||
"version": "7.8.1",
|
"version": "7.9.2",
|
||||||
"version_normalized": "7.8.1.0",
|
"version_normalized": "7.9.2.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/guzzle.git",
|
"url": "https://github.com/guzzle/guzzle.git",
|
||||||
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
|
"reference": "d281ed313b989f213357e3be1a179f02196ac99b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
|
||||||
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
|
"reference": "d281ed313b989f213357e3be1a179f02196ac99b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"guzzlehttp/promises": "^1.5.3 || ^2.0.1",
|
"guzzlehttp/promises": "^1.5.3 || ^2.0.3",
|
||||||
"guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
|
"guzzlehttp/psr7": "^2.7.0",
|
||||||
"php": "^7.2.5 || ^8.0",
|
"php": "^7.2.5 || ^8.0",
|
||||||
"psr/http-client": "^1.0",
|
"psr/http-client": "^1.0",
|
||||||
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
||||||
@ -277,9 +277,9 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"bamarni/composer-bin-plugin": "^1.8.2",
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
|
"guzzle/client-integration-tests": "3.0.2",
|
||||||
"php-http/message-factory": "^1.1",
|
"php-http/message-factory": "^1.1",
|
||||||
"phpunit/phpunit": "^8.5.36 || ^9.6.15",
|
"phpunit/phpunit": "^8.5.39 || ^9.6.20",
|
||||||
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
@ -287,7 +287,7 @@
|
|||||||
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
||||||
"psr/log": "Required for using the Log middleware"
|
"psr/log": "Required for using the Log middleware"
|
||||||
},
|
},
|
||||||
"time": "2023-12-03T20:35:24+00:00",
|
"time": "2024-07-24T11:22:20+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"bamarni-bin": {
|
"bamarni-bin": {
|
||||||
@ -359,7 +359,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/guzzle/guzzle/issues",
|
"issues": "https://github.com/guzzle/guzzle/issues",
|
||||||
"source": "https://github.com/guzzle/guzzle/tree/7.8.1"
|
"source": "https://github.com/guzzle/guzzle/tree/7.9.2"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -379,17 +379,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/promises",
|
"name": "guzzlehttp/promises",
|
||||||
"version": "2.0.2",
|
"version": "2.0.4",
|
||||||
"version_normalized": "2.0.2.0",
|
"version_normalized": "2.0.4.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/promises.git",
|
"url": "https://github.com/guzzle/promises.git",
|
||||||
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
|
"reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
|
||||||
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
|
"reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -397,9 +397,9 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"bamarni/composer-bin-plugin": "^1.8.2",
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
||||||
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
|
"phpunit/phpunit": "^8.5.39 || ^9.6.20"
|
||||||
},
|
},
|
||||||
"time": "2023-12-03T20:19:20+00:00",
|
"time": "2024-10-17T10:06:22+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"bamarni-bin": {
|
"bamarni-bin": {
|
||||||
@ -445,7 +445,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/guzzle/promises/issues",
|
"issues": "https://github.com/guzzle/promises/issues",
|
||||||
"source": "https://github.com/guzzle/promises/tree/2.0.2"
|
"source": "https://github.com/guzzle/promises/tree/2.0.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -465,17 +465,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/psr7",
|
"name": "guzzlehttp/psr7",
|
||||||
"version": "2.6.2",
|
"version": "2.7.0",
|
||||||
"version_normalized": "2.6.2.0",
|
"version_normalized": "2.7.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/psr7.git",
|
"url": "https://github.com/guzzle/psr7.git",
|
||||||
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
|
"reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
|
||||||
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
|
"reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -490,13 +490,13 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"bamarni/composer-bin-plugin": "^1.8.2",
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
||||||
"http-interop/http-factory-tests": "^0.9",
|
"http-interop/http-factory-tests": "0.9.0",
|
||||||
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
|
"phpunit/phpunit": "^8.5.39 || ^9.6.20"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
||||||
},
|
},
|
||||||
"time": "2023-12-03T20:05:35+00:00",
|
"time": "2024-07-18T11:15:46+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"bamarni-bin": {
|
"bamarni-bin": {
|
||||||
@ -564,7 +564,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/guzzle/psr7/issues",
|
"issues": "https://github.com/guzzle/psr7/issues",
|
||||||
"source": "https://github.com/guzzle/psr7/tree/2.6.2"
|
"source": "https://github.com/guzzle/psr7/tree/2.7.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -641,29 +641,30 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/serializable-closure",
|
"name": "laravel/serializable-closure",
|
||||||
"version": "v1.3.3",
|
"version": "v1.3.7",
|
||||||
"version_normalized": "1.3.3.0",
|
"version_normalized": "1.3.7.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/serializable-closure.git",
|
"url": "https://github.com/laravel/serializable-closure.git",
|
||||||
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
|
"reference": "4f48ade902b94323ca3be7646db16209ec76be3d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
|
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/4f48ade902b94323ca3be7646db16209ec76be3d",
|
||||||
"reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
|
"reference": "4f48ade902b94323ca3be7646db16209ec76be3d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.3|^8.0"
|
"php": "^7.3|^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"nesbot/carbon": "^2.61",
|
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
|
||||||
|
"nesbot/carbon": "^2.61|^3.0",
|
||||||
"pestphp/pest": "^1.21.3",
|
"pestphp/pest": "^1.21.3",
|
||||||
"phpstan/phpstan": "^1.8.2",
|
"phpstan/phpstan": "^1.8.2",
|
||||||
"symfony/var-dumper": "^5.4.11"
|
"symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0"
|
||||||
},
|
},
|
||||||
"time": "2023-11-08T14:08:06+00:00",
|
"time": "2024-11-14T18:34:49+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
@ -704,17 +705,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "monolog/monolog",
|
"name": "monolog/monolog",
|
||||||
"version": "2.9.3",
|
"version": "2.10.0",
|
||||||
"version_normalized": "2.9.3.0",
|
"version_normalized": "2.10.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Seldaek/monolog.git",
|
"url": "https://github.com/Seldaek/monolog.git",
|
||||||
"reference": "a30bfe2e142720dfa990d0a7e573997f5d884215"
|
"reference": "5cf826f2991858b54d5c3809bee745560a1042a7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/a30bfe2e142720dfa990d0a7e573997f5d884215",
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/5cf826f2991858b54d5c3809bee745560a1042a7",
|
||||||
"reference": "a30bfe2e142720dfa990d0a7e573997f5d884215",
|
"reference": "5cf826f2991858b54d5c3809bee745560a1042a7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -760,7 +761,7 @@
|
|||||||
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
||||||
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
||||||
},
|
},
|
||||||
"time": "2024-04-12T20:52:51+00:00",
|
"time": "2024-11-12T12:43:37+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
@ -793,7 +794,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/Seldaek/monolog/issues",
|
"issues": "https://github.com/Seldaek/monolog/issues",
|
||||||
"source": "https://github.com/Seldaek/monolog/tree/2.9.3"
|
"source": "https://github.com/Seldaek/monolog/tree/2.10.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -809,27 +810,27 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "paragonie/constant_time_encoding",
|
"name": "paragonie/constant_time_encoding",
|
||||||
"version": "v2.7.0",
|
"version": "v3.0.0",
|
||||||
"version_normalized": "2.7.0.0",
|
"version_normalized": "3.0.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/paragonie/constant_time_encoding.git",
|
"url": "https://github.com/paragonie/constant_time_encoding.git",
|
||||||
"reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105"
|
"reference": "df1e7fde177501eee2037dd159cf04f5f301a512"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/52a0d99e69f56b9ec27ace92ba56897fe6993105",
|
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512",
|
||||||
"reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105",
|
"reference": "df1e7fde177501eee2037dd159cf04f5f301a512",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7|^8"
|
"php": "^8"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^6|^7|^8|^9",
|
"phpunit/phpunit": "^9",
|
||||||
"vimeo/psalm": "^1|^2|^3|^4"
|
"vimeo/psalm": "^4|^5"
|
||||||
},
|
},
|
||||||
"time": "2024-05-08T12:18:48+00:00",
|
"time": "2024-05-08T12:36:18+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -990,17 +991,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "php-di/php-di",
|
"name": "php-di/php-di",
|
||||||
"version": "7.0.6",
|
"version": "7.0.7",
|
||||||
"version_normalized": "7.0.6.0",
|
"version_normalized": "7.0.7.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/PHP-DI/PHP-DI.git",
|
"url": "https://github.com/PHP-DI/PHP-DI.git",
|
||||||
"reference": "8097948a89f6ec782839b3e958432f427cac37fd"
|
"reference": "e87435e3c0e8f22977adc5af0d5cdcc467e15cf1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/8097948a89f6ec782839b3e958432f427cac37fd",
|
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/e87435e3c0e8f22977adc5af0d5cdcc467e15cf1",
|
||||||
"reference": "8097948a89f6ec782839b3e958432f427cac37fd",
|
"reference": "e87435e3c0e8f22977adc5af0d5cdcc467e15cf1",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1022,7 +1023,7 @@
|
|||||||
"suggest": {
|
"suggest": {
|
||||||
"friendsofphp/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)"
|
"friendsofphp/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)"
|
||||||
},
|
},
|
||||||
"time": "2023-11-02T10:04:50+00:00",
|
"time": "2024-07-21T15:55:45+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -1050,7 +1051,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/PHP-DI/PHP-DI/issues",
|
"issues": "https://github.com/PHP-DI/PHP-DI/issues",
|
||||||
"source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.6"
|
"source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.7"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -1066,21 +1067,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpseclib/phpseclib",
|
"name": "phpseclib/phpseclib",
|
||||||
"version": "3.0.37",
|
"version": "3.0.43",
|
||||||
"version_normalized": "3.0.37.0",
|
"version_normalized": "3.0.43.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpseclib/phpseclib.git",
|
"url": "https://github.com/phpseclib/phpseclib.git",
|
||||||
"reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8"
|
"reference": "709ec107af3cb2f385b9617be72af8cf62441d02"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/709ec107af3cb2f385b9617be72af8cf62441d02",
|
||||||
"reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
|
"reference": "709ec107af3cb2f385b9617be72af8cf62441d02",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"paragonie/constant_time_encoding": "^1|^2",
|
"paragonie/constant_time_encoding": "^1|^2|^3",
|
||||||
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
|
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
|
||||||
"php": ">=5.6.1"
|
"php": ">=5.6.1"
|
||||||
},
|
},
|
||||||
@ -1094,7 +1095,7 @@
|
|||||||
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
|
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
|
||||||
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
|
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
|
||||||
},
|
},
|
||||||
"time": "2024-03-03T02:14:58+00:00",
|
"time": "2024-12-14T21:12:59+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -1159,7 +1160,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/phpseclib/phpseclib/issues",
|
"issues": "https://github.com/phpseclib/phpseclib/issues",
|
||||||
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.37"
|
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.43"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -1342,24 +1343,24 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/http-factory",
|
"name": "psr/http-factory",
|
||||||
"version": "1.0.2",
|
"version": "1.1.0",
|
||||||
"version_normalized": "1.0.2.0",
|
"version_normalized": "1.1.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/php-fig/http-factory.git",
|
"url": "https://github.com/php-fig/http-factory.git",
|
||||||
"reference": "e616d01114759c4c489f93b099585439f795fe35"
|
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
||||||
"reference": "e616d01114759c4c489f93b099585439f795fe35",
|
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0.0",
|
"php": ">=7.1",
|
||||||
"psr/http-message": "^1.0 || ^2.0"
|
"psr/http-message": "^1.0 || ^2.0"
|
||||||
},
|
},
|
||||||
"time": "2023-04-10T20:10:41+00:00",
|
"time": "2024-04-15T12:06:14+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
@ -1382,7 +1383,7 @@
|
|||||||
"homepage": "https://www.php-fig.org/"
|
"homepage": "https://www.php-fig.org/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Common interfaces for PSR-7 HTTP message factories",
|
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"factory",
|
"factory",
|
||||||
"http",
|
"http",
|
||||||
@ -1394,7 +1395,7 @@
|
|||||||
"response"
|
"response"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/php-fig/http-factory/tree/1.0.2"
|
"source": "https://github.com/php-fig/http-factory"
|
||||||
},
|
},
|
||||||
"install-path": "../psr/http-factory"
|
"install-path": "../psr/http-factory"
|
||||||
},
|
},
|
||||||
@ -1618,31 +1619,31 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/deprecation-contracts",
|
"name": "symfony/deprecation-contracts",
|
||||||
"version": "v3.4.0",
|
"version": "v3.5.1",
|
||||||
"version_normalized": "3.4.0.0",
|
"version_normalized": "3.5.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/deprecation-contracts.git",
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||||||
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
|
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
|
||||||
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
|
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.1"
|
"php": ">=8.1"
|
||||||
},
|
},
|
||||||
"time": "2023-05-23T14:45:45+00:00",
|
"time": "2024-09-25T14:20:29+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
|
||||||
"dev-main": "3.4-dev"
|
|
||||||
},
|
|
||||||
"thanks": {
|
"thanks": {
|
||||||
"name": "symfony/contracts",
|
"url": "https://github.com/symfony/contracts",
|
||||||
"url": "https://github.com/symfony/contracts"
|
"name": "symfony/contracts"
|
||||||
|
},
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-main": "3.5-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
@ -1668,7 +1669,7 @@
|
|||||||
"description": "A generic function and convention to trigger deprecation notices",
|
"description": "A generic function and convention to trigger deprecation notices",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -1688,17 +1689,17 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/filesystem",
|
"name": "symfony/filesystem",
|
||||||
"version": "v6.4.6",
|
"version": "v6.4.13",
|
||||||
"version_normalized": "6.4.6.0",
|
"version_normalized": "6.4.13.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/filesystem.git",
|
"url": "https://github.com/symfony/filesystem.git",
|
||||||
"reference": "9919b5509ada52cc7f66f9a35c86a4a29955c9d3"
|
"reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/9919b5509ada52cc7f66f9a35c86a4a29955c9d3",
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3",
|
||||||
"reference": "9919b5509ada52cc7f66f9a35c86a4a29955c9d3",
|
"reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1706,7 +1707,10 @@
|
|||||||
"symfony/polyfill-ctype": "~1.8",
|
"symfony/polyfill-ctype": "~1.8",
|
||||||
"symfony/polyfill-mbstring": "~1.8"
|
"symfony/polyfill-mbstring": "~1.8"
|
||||||
},
|
},
|
||||||
"time": "2024-03-21T19:36:20+00:00",
|
"require-dev": {
|
||||||
|
"symfony/process": "^5.4|^6.4|^7.0"
|
||||||
|
},
|
||||||
|
"time": "2024-10-25T15:07:50+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -1734,7 +1738,7 @@
|
|||||||
"description": "Provides basic utilities for the filesystem",
|
"description": "Provides basic utilities for the filesystem",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/filesystem/tree/v6.4.6"
|
"source": "https://github.com/symfony/filesystem/tree/v6.4.13"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -1754,21 +1758,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-ctype",
|
"name": "symfony/polyfill-ctype",
|
||||||
"version": "v1.29.0",
|
"version": "v1.31.0",
|
||||||
"version_normalized": "1.29.0.0",
|
"version_normalized": "1.31.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||||||
"reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
|
||||||
"reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1"
|
"php": ">=7.2"
|
||||||
},
|
},
|
||||||
"provide": {
|
"provide": {
|
||||||
"ext-ctype": "*"
|
"ext-ctype": "*"
|
||||||
@ -1776,12 +1780,12 @@
|
|||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-ctype": "For best performance"
|
"ext-ctype": "For best performance"
|
||||||
},
|
},
|
||||||
"time": "2024-01-29T20:11:03+00:00",
|
"time": "2024-09-09T11:45:10+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"thanks": {
|
"thanks": {
|
||||||
"name": "symfony/polyfill",
|
"url": "https://github.com/symfony/polyfill",
|
||||||
"url": "https://github.com/symfony/polyfill"
|
"name": "symfony/polyfill"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
@ -1816,7 +1820,7 @@
|
|||||||
"portable"
|
"portable"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -1836,21 +1840,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-mbstring",
|
"name": "symfony/polyfill-mbstring",
|
||||||
"version": "v1.29.0",
|
"version": "v1.31.0",
|
||||||
"version_normalized": "1.29.0.0",
|
"version_normalized": "1.31.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||||||
"reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
|
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
|
||||||
"reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
|
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1"
|
"php": ">=7.2"
|
||||||
},
|
},
|
||||||
"provide": {
|
"provide": {
|
||||||
"ext-mbstring": "*"
|
"ext-mbstring": "*"
|
||||||
@ -1858,12 +1862,12 @@
|
|||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-mbstring": "For best performance"
|
"ext-mbstring": "For best performance"
|
||||||
},
|
},
|
||||||
"time": "2024-01-29T20:11:03+00:00",
|
"time": "2024-09-09T11:45:10+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"thanks": {
|
"thanks": {
|
||||||
"name": "symfony/polyfill",
|
"url": "https://github.com/symfony/polyfill",
|
||||||
"url": "https://github.com/symfony/polyfill"
|
"name": "symfony/polyfill"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
@ -1899,7 +1903,7 @@
|
|||||||
"shim"
|
"shim"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -2036,6 +2040,6 @@
|
|||||||
"install-path": "../ubnt/ucrm-plugin-sdk"
|
"install-path": "../ubnt/ucrm-plugin-sdk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"dev": false,
|
"dev": true,
|
||||||
"dev-package-names": []
|
"dev-package-names": []
|
||||||
}
|
}
|
||||||
|
|||||||
116
vendor/composer/installed.php
vendored
116
vendor/composer/installed.php
vendored
@ -1,76 +1,76 @@
|
|||||||
<?php return array(
|
<?php return array(
|
||||||
'root' => array(
|
'root' => array(
|
||||||
'pretty_version' => 'dev-main',
|
'pretty_version' => 'dev-develop',
|
||||||
'version' => 'dev-main',
|
'version' => 'dev-develop',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../../',
|
'install_path' => __DIR__ . '/../../',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => '00a68dd8f1020ae4f62d6156ff093247fff6780d',
|
'reference' => '93a0f30eecd7b45a1b45bcb2c4642e734275029d',
|
||||||
'name' => 'ucrm-plugins/sms-twilio',
|
'name' => 'ucrm-plugins/sms-twilio',
|
||||||
'dev' => false,
|
'dev' => true,
|
||||||
),
|
),
|
||||||
'versions' => array(
|
'versions' => array(
|
||||||
'firebase/php-jwt' => array(
|
'firebase/php-jwt' => array(
|
||||||
'pretty_version' => 'v6.10.1',
|
'pretty_version' => 'v6.10.2',
|
||||||
'version' => '6.10.1.0',
|
'version' => '6.10.2.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../firebase/php-jwt',
|
'install_path' => __DIR__ . '/../firebase/php-jwt',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => '500501c2ce893c824c801da135d02661199f60c5',
|
'reference' => '30c19ed0f3264cb660ea496895cfb6ef7ee3653b',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'google/apiclient' => array(
|
'google/apiclient' => array(
|
||||||
'pretty_version' => 'v2.16.0',
|
'pretty_version' => 'v2.18.2',
|
||||||
'version' => '2.16.0.0',
|
'version' => '2.18.2.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../google/apiclient',
|
'install_path' => __DIR__ . '/../google/apiclient',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => '017400f609c1fb71ab5ad824c50eabd4c3eaf779',
|
'reference' => 'd8d201ba8a189a3cd7fb34e4da569f2ed440eee7',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'google/apiclient-services' => array(
|
'google/apiclient-services' => array(
|
||||||
'pretty_version' => 'v0.359.0',
|
'pretty_version' => 'v0.389.0',
|
||||||
'version' => '0.359.0.0',
|
'version' => '0.389.0.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../google/apiclient-services',
|
'install_path' => __DIR__ . '/../google/apiclient-services',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => 'e975e6d0efa47f7e49280c4ea7fd6a93b6d7e338',
|
'reference' => '6274e67ee52b1a416ccee0a4eaf337d1139cdaf8',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'google/auth' => array(
|
'google/auth' => array(
|
||||||
'pretty_version' => 'v1.40.0',
|
'pretty_version' => 'v1.44.0',
|
||||||
'version' => '1.40.0.0',
|
'version' => '1.44.0.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../google/auth',
|
'install_path' => __DIR__ . '/../google/auth',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => 'bff9f2d01677e71a98394b5ac981b99523df5178',
|
'reference' => '5670e56307d7a2eac931f677c0e59a4f8abb2e43',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'guzzlehttp/guzzle' => array(
|
'guzzlehttp/guzzle' => array(
|
||||||
'pretty_version' => '7.8.1',
|
'pretty_version' => '7.9.2',
|
||||||
'version' => '7.8.1.0',
|
'version' => '7.9.2.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
|
'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => '41042bc7ab002487b876a0683fc8dce04ddce104',
|
'reference' => 'd281ed313b989f213357e3be1a179f02196ac99b',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'guzzlehttp/promises' => array(
|
'guzzlehttp/promises' => array(
|
||||||
'pretty_version' => '2.0.2',
|
'pretty_version' => '2.0.4',
|
||||||
'version' => '2.0.2.0',
|
'version' => '2.0.4.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../guzzlehttp/promises',
|
'install_path' => __DIR__ . '/../guzzlehttp/promises',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => 'bbff78d96034045e58e13dedd6ad91b5d1253223',
|
'reference' => 'f9c436286ab2892c7db7be8c8da4ef61ccf7b455',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'guzzlehttp/psr7' => array(
|
'guzzlehttp/psr7' => array(
|
||||||
'pretty_version' => '2.6.2',
|
'pretty_version' => '2.7.0',
|
||||||
'version' => '2.6.2.0',
|
'version' => '2.7.0.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../guzzlehttp/psr7',
|
'install_path' => __DIR__ . '/../guzzlehttp/psr7',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => '45b30f99ac27b5ca93cb4831afe16285f57b8221',
|
'reference' => 'a70f5c95fb43bc83f07c9c948baa0dc1829bf201',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'katzgrau/klogger' => array(
|
'katzgrau/klogger' => array(
|
||||||
@ -83,30 +83,30 @@
|
|||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'laravel/serializable-closure' => array(
|
'laravel/serializable-closure' => array(
|
||||||
'pretty_version' => 'v1.3.3',
|
'pretty_version' => 'v1.3.7',
|
||||||
'version' => '1.3.3.0',
|
'version' => '1.3.7.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../laravel/serializable-closure',
|
'install_path' => __DIR__ . '/../laravel/serializable-closure',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => '3dbf8a8e914634c48d389c1234552666b3d43754',
|
'reference' => '4f48ade902b94323ca3be7646db16209ec76be3d',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'monolog/monolog' => array(
|
'monolog/monolog' => array(
|
||||||
'pretty_version' => '2.9.3',
|
'pretty_version' => '2.10.0',
|
||||||
'version' => '2.9.3.0',
|
'version' => '2.10.0.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../monolog/monolog',
|
'install_path' => __DIR__ . '/../monolog/monolog',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => 'a30bfe2e142720dfa990d0a7e573997f5d884215',
|
'reference' => '5cf826f2991858b54d5c3809bee745560a1042a7',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'paragonie/constant_time_encoding' => array(
|
'paragonie/constant_time_encoding' => array(
|
||||||
'pretty_version' => 'v2.7.0',
|
'pretty_version' => 'v3.0.0',
|
||||||
'version' => '2.7.0.0',
|
'version' => '3.0.0.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../paragonie/constant_time_encoding',
|
'install_path' => __DIR__ . '/../paragonie/constant_time_encoding',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => '52a0d99e69f56b9ec27ace92ba56897fe6993105',
|
'reference' => 'df1e7fde177501eee2037dd159cf04f5f301a512',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'paragonie/random_compat' => array(
|
'paragonie/random_compat' => array(
|
||||||
@ -128,21 +128,21 @@
|
|||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'php-di/php-di' => array(
|
'php-di/php-di' => array(
|
||||||
'pretty_version' => '7.0.6',
|
'pretty_version' => '7.0.7',
|
||||||
'version' => '7.0.6.0',
|
'version' => '7.0.7.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../php-di/php-di',
|
'install_path' => __DIR__ . '/../php-di/php-di',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => '8097948a89f6ec782839b3e958432f427cac37fd',
|
'reference' => 'e87435e3c0e8f22977adc5af0d5cdcc467e15cf1',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'phpseclib/phpseclib' => array(
|
'phpseclib/phpseclib' => array(
|
||||||
'pretty_version' => '3.0.37',
|
'pretty_version' => '3.0.43',
|
||||||
'version' => '3.0.37.0',
|
'version' => '3.0.43.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../phpseclib/phpseclib',
|
'install_path' => __DIR__ . '/../phpseclib/phpseclib',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => 'cfa2013d0f68c062055180dd4328cc8b9d1f30b8',
|
'reference' => '709ec107af3cb2f385b9617be72af8cf62441d02',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'psr/cache' => array(
|
'psr/cache' => array(
|
||||||
@ -185,12 +185,12 @@
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
'psr/http-factory' => array(
|
'psr/http-factory' => array(
|
||||||
'pretty_version' => '1.0.2',
|
'pretty_version' => '1.1.0',
|
||||||
'version' => '1.0.2.0',
|
'version' => '1.1.0.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../psr/http-factory',
|
'install_path' => __DIR__ . '/../psr/http-factory',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => 'e616d01114759c4c489f93b099585439f795fe35',
|
'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'psr/http-factory-implementation' => array(
|
'psr/http-factory-implementation' => array(
|
||||||
@ -248,39 +248,39 @@
|
|||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'symfony/deprecation-contracts' => array(
|
'symfony/deprecation-contracts' => array(
|
||||||
'pretty_version' => 'v3.4.0',
|
'pretty_version' => 'v3.5.1',
|
||||||
'version' => '3.4.0.0',
|
'version' => '3.5.1.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
|
'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => '7c3aff79d10325257a001fcf92d991f24fc967cf',
|
'reference' => '74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'symfony/filesystem' => array(
|
'symfony/filesystem' => array(
|
||||||
'pretty_version' => 'v6.4.6',
|
'pretty_version' => 'v6.4.13',
|
||||||
'version' => '6.4.6.0',
|
'version' => '6.4.13.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../symfony/filesystem',
|
'install_path' => __DIR__ . '/../symfony/filesystem',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => '9919b5509ada52cc7f66f9a35c86a4a29955c9d3',
|
'reference' => '4856c9cf585d5a0313d8d35afd681a526f038dd3',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'symfony/polyfill-ctype' => array(
|
'symfony/polyfill-ctype' => array(
|
||||||
'pretty_version' => 'v1.29.0',
|
'pretty_version' => 'v1.31.0',
|
||||||
'version' => '1.29.0.0',
|
'version' => '1.31.0.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
|
'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => 'ef4d7e442ca910c4764bce785146269b30cb5fc4',
|
'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'symfony/polyfill-mbstring' => array(
|
'symfony/polyfill-mbstring' => array(
|
||||||
'pretty_version' => 'v1.29.0',
|
'pretty_version' => 'v1.31.0',
|
||||||
'version' => '1.29.0.0',
|
'version' => '1.31.0.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
|
'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => '9773676c8a1bb1f8d4340a62efe641cf76eda7ec',
|
'reference' => '85181ba99b2345b0ef10ce42ecac37612d9fd341',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'twilio/sdk' => array(
|
'twilio/sdk' => array(
|
||||||
@ -302,12 +302,12 @@
|
|||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'ucrm-plugins/sms-twilio' => array(
|
'ucrm-plugins/sms-twilio' => array(
|
||||||
'pretty_version' => 'dev-main',
|
'pretty_version' => 'dev-develop',
|
||||||
'version' => 'dev-main',
|
'version' => 'dev-develop',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../../',
|
'install_path' => __DIR__ . '/../../',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => '00a68dd8f1020ae4f62d6156ff093247fff6780d',
|
'reference' => '93a0f30eecd7b45a1b45bcb2c4642e734275029d',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
8
vendor/firebase/php-jwt/CHANGELOG.md
vendored
8
vendor/firebase/php-jwt/CHANGELOG.md
vendored
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [6.10.2](https://github.com/firebase/php-jwt/compare/v6.10.1...v6.10.2) (2024-11-24)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Mitigate PHP8.4 deprecation warnings ([#570](https://github.com/firebase/php-jwt/issues/570)) ([76808fa](https://github.com/firebase/php-jwt/commit/76808fa227f3811aa5cdb3bf81233714b799a5b5))
|
||||||
|
* support php 8.4 ([#583](https://github.com/firebase/php-jwt/issues/583)) ([e3d68b0](https://github.com/firebase/php-jwt/commit/e3d68b044421339443c74199edd020e03fb1887e))
|
||||||
|
|
||||||
## [6.10.1](https://github.com/firebase/php-jwt/compare/v6.10.0...v6.10.1) (2024-05-18)
|
## [6.10.1](https://github.com/firebase/php-jwt/compare/v6.10.0...v6.10.1) (2024-05-18)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
6
vendor/firebase/php-jwt/src/CachedKeySet.php
vendored
6
vendor/firebase/php-jwt/src/CachedKeySet.php
vendored
@ -80,9 +80,9 @@ class CachedKeySet implements ArrayAccess
|
|||||||
ClientInterface $httpClient,
|
ClientInterface $httpClient,
|
||||||
RequestFactoryInterface $httpFactory,
|
RequestFactoryInterface $httpFactory,
|
||||||
CacheItemPoolInterface $cache,
|
CacheItemPoolInterface $cache,
|
||||||
int $expiresAfter = null,
|
?int $expiresAfter = null,
|
||||||
bool $rateLimit = false,
|
bool $rateLimit = false,
|
||||||
string $defaultAlg = null
|
?string $defaultAlg = null
|
||||||
) {
|
) {
|
||||||
$this->jwksUri = $jwksUri;
|
$this->jwksUri = $jwksUri;
|
||||||
$this->httpClient = $httpClient;
|
$this->httpClient = $httpClient;
|
||||||
@ -180,7 +180,7 @@ class CachedKeySet implements ArrayAccess
|
|||||||
$jwksResponse = $this->httpClient->sendRequest($request);
|
$jwksResponse = $this->httpClient->sendRequest($request);
|
||||||
if ($jwksResponse->getStatusCode() !== 200) {
|
if ($jwksResponse->getStatusCode() !== 200) {
|
||||||
throw new UnexpectedValueException(
|
throw new UnexpectedValueException(
|
||||||
sprintf('HTTP Error: %d %s for URI "%s"',
|
\sprintf('HTTP Error: %d %s for URI "%s"',
|
||||||
$jwksResponse->getStatusCode(),
|
$jwksResponse->getStatusCode(),
|
||||||
$jwksResponse->getReasonPhrase(),
|
$jwksResponse->getReasonPhrase(),
|
||||||
$this->jwksUri,
|
$this->jwksUri,
|
||||||
|
|||||||
6
vendor/firebase/php-jwt/src/JWK.php
vendored
6
vendor/firebase/php-jwt/src/JWK.php
vendored
@ -52,7 +52,7 @@ class JWK
|
|||||||
*
|
*
|
||||||
* @uses parseKey
|
* @uses parseKey
|
||||||
*/
|
*/
|
||||||
public static function parseKeySet(array $jwks, string $defaultAlg = null): array
|
public static function parseKeySet(array $jwks, ?string $defaultAlg = null): array
|
||||||
{
|
{
|
||||||
$keys = [];
|
$keys = [];
|
||||||
|
|
||||||
@ -93,7 +93,7 @@ class JWK
|
|||||||
*
|
*
|
||||||
* @uses createPemFromModulusAndExponent
|
* @uses createPemFromModulusAndExponent
|
||||||
*/
|
*/
|
||||||
public static function parseKey(array $jwk, string $defaultAlg = null): ?Key
|
public static function parseKey(array $jwk, ?string $defaultAlg = null): ?Key
|
||||||
{
|
{
|
||||||
if (empty($jwk)) {
|
if (empty($jwk)) {
|
||||||
throw new InvalidArgumentException('JWK must not be empty');
|
throw new InvalidArgumentException('JWK must not be empty');
|
||||||
@ -212,7 +212,7 @@ class JWK
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
return sprintf(
|
return \sprintf(
|
||||||
"-----BEGIN PUBLIC KEY-----\n%s\n-----END PUBLIC KEY-----\n",
|
"-----BEGIN PUBLIC KEY-----\n%s\n-----END PUBLIC KEY-----\n",
|
||||||
wordwrap(base64_encode($pem), 64, "\n", true)
|
wordwrap(base64_encode($pem), 64, "\n", true)
|
||||||
);
|
);
|
||||||
|
|||||||
15
vendor/firebase/php-jwt/src/JWT.php
vendored
15
vendor/firebase/php-jwt/src/JWT.php
vendored
@ -96,7 +96,7 @@ class JWT
|
|||||||
public static function decode(
|
public static function decode(
|
||||||
string $jwt,
|
string $jwt,
|
||||||
$keyOrKeyArray,
|
$keyOrKeyArray,
|
||||||
stdClass &$headers = null
|
?stdClass &$headers = null
|
||||||
): stdClass {
|
): stdClass {
|
||||||
// Validate JWT
|
// Validate JWT
|
||||||
$timestamp = \is_null(static::$timestamp) ? \time() : static::$timestamp;
|
$timestamp = \is_null(static::$timestamp) ? \time() : static::$timestamp;
|
||||||
@ -200,11 +200,11 @@ class JWT
|
|||||||
array $payload,
|
array $payload,
|
||||||
$key,
|
$key,
|
||||||
string $alg,
|
string $alg,
|
||||||
string $keyId = null,
|
?string $keyId = null,
|
||||||
array $head = null
|
?array $head = null
|
||||||
): string {
|
): string {
|
||||||
$header = ['typ' => 'JWT'];
|
$header = ['typ' => 'JWT'];
|
||||||
if (isset($head) && \is_array($head)) {
|
if (isset($head)) {
|
||||||
$header = \array_merge($header, $head);
|
$header = \array_merge($header, $head);
|
||||||
}
|
}
|
||||||
$header['alg'] = $alg;
|
$header['alg'] = $alg;
|
||||||
@ -387,12 +387,7 @@ class JWT
|
|||||||
*/
|
*/
|
||||||
public static function jsonEncode(array $input): string
|
public static function jsonEncode(array $input): string
|
||||||
{
|
{
|
||||||
if (PHP_VERSION_ID >= 50400) {
|
$json = \json_encode($input, \JSON_UNESCAPED_SLASHES);
|
||||||
$json = \json_encode($input, \JSON_UNESCAPED_SLASHES);
|
|
||||||
} else {
|
|
||||||
// PHP 5.3 only
|
|
||||||
$json = \json_encode($input);
|
|
||||||
}
|
|
||||||
if ($errno = \json_last_error()) {
|
if ($errno = \json_last_error()) {
|
||||||
self::handleJsonError($errno);
|
self::handleJsonError($errno);
|
||||||
} elseif ($json === 'null') {
|
} elseif ($json === 'null') {
|
||||||
|
|||||||
4
vendor/google/apiclient-services/README.md
vendored
4
vendor/google/apiclient-services/README.md
vendored
@ -1,6 +1,8 @@
|
|||||||
Google PHP API Client Services
|
Google PHP API Client Services
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
[Reference Documentation](https://googleapis.github.io/google-api-php-client-services)
|
||||||
|
|
||||||
**NOTE**: please check to see if the package you'd like to install is available in our
|
**NOTE**: please check to see if the package you'd like to install is available in our
|
||||||
list of [Google cloud packages](https://cloud.google.com/php/docs/reference) first, as
|
list of [Google cloud packages](https://cloud.google.com/php/docs/reference) first, as
|
||||||
these are the recommended libraries.
|
these are the recommended libraries.
|
||||||
@ -12,6 +14,6 @@ these are the recommended libraries.
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
This library is automatically updated daily with new API changes, and tagged weekly.
|
This library is automatically updated daily with new API changes, and tagged weekly.
|
||||||
It is installed as part of the
|
It is installed as part of the
|
||||||
[Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
|
[Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
|
||||||
library via Composer, which will pull down the most recent tag.
|
library via Composer, which will pull down the most recent tag.
|
||||||
|
|||||||
@ -268,6 +268,16 @@ class AIPlatformNotebooks extends \Google\Service
|
|||||||
'required' => true,
|
'required' => true,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
],'restore' => [
|
||||||
|
'path' => 'v2/{+name}:restore',
|
||||||
|
'httpMethod' => 'POST',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
],'rollback' => [
|
],'rollback' => [
|
||||||
'path' => 'v2/{+name}:rollback',
|
'path' => 'v2/{+name}:rollback',
|
||||||
'httpMethod' => 'POST',
|
'httpMethod' => 'POST',
|
||||||
|
|||||||
@ -46,6 +46,10 @@ class GceSetup extends \Google\Collection
|
|||||||
* @var string[]
|
* @var string[]
|
||||||
*/
|
*/
|
||||||
public $metadata;
|
public $metadata;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $minCpuPlatform;
|
||||||
protected $networkInterfacesType = NetworkInterface::class;
|
protected $networkInterfacesType = NetworkInterface::class;
|
||||||
protected $networkInterfacesDataType = 'array';
|
protected $networkInterfacesDataType = 'array';
|
||||||
protected $serviceAccountsType = ServiceAccount::class;
|
protected $serviceAccountsType = ServiceAccount::class;
|
||||||
@ -185,6 +189,20 @@ class GceSetup extends \Google\Collection
|
|||||||
{
|
{
|
||||||
return $this->metadata;
|
return $this->metadata;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setMinCpuPlatform($minCpuPlatform)
|
||||||
|
{
|
||||||
|
$this->minCpuPlatform = $minCpuPlatform;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getMinCpuPlatform()
|
||||||
|
{
|
||||||
|
return $this->minCpuPlatform;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* @param NetworkInterface[]
|
* @param NetworkInterface[]
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -32,6 +32,10 @@ class Instance extends \Google\Collection
|
|||||||
* @var bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
public $disableProxyAccess;
|
public $disableProxyAccess;
|
||||||
|
/**
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
public $enableThirdPartyIdentity;
|
||||||
protected $gceSetupType = GceSetup::class;
|
protected $gceSetupType = GceSetup::class;
|
||||||
protected $gceSetupDataType = '';
|
protected $gceSetupDataType = '';
|
||||||
/**
|
/**
|
||||||
@ -127,6 +131,20 @@ class Instance extends \Google\Collection
|
|||||||
{
|
{
|
||||||
return $this->disableProxyAccess;
|
return $this->disableProxyAccess;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* @param bool
|
||||||
|
*/
|
||||||
|
public function setEnableThirdPartyIdentity($enableThirdPartyIdentity)
|
||||||
|
{
|
||||||
|
$this->enableThirdPartyIdentity = $enableThirdPartyIdentity;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function getEnableThirdPartyIdentity()
|
||||||
|
{
|
||||||
|
return $this->enableThirdPartyIdentity;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* @param GceSetup
|
* @param GceSetup
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -27,6 +27,7 @@ use Google\Service\AIPlatformNotebooks\Policy;
|
|||||||
use Google\Service\AIPlatformNotebooks\ReportInstanceInfoSystemRequest;
|
use Google\Service\AIPlatformNotebooks\ReportInstanceInfoSystemRequest;
|
||||||
use Google\Service\AIPlatformNotebooks\ResetInstanceRequest;
|
use Google\Service\AIPlatformNotebooks\ResetInstanceRequest;
|
||||||
use Google\Service\AIPlatformNotebooks\ResizeDiskRequest;
|
use Google\Service\AIPlatformNotebooks\ResizeDiskRequest;
|
||||||
|
use Google\Service\AIPlatformNotebooks\RestoreInstanceRequest;
|
||||||
use Google\Service\AIPlatformNotebooks\RollbackInstanceRequest;
|
use Google\Service\AIPlatformNotebooks\RollbackInstanceRequest;
|
||||||
use Google\Service\AIPlatformNotebooks\SetIamPolicyRequest;
|
use Google\Service\AIPlatformNotebooks\SetIamPolicyRequest;
|
||||||
use Google\Service\AIPlatformNotebooks\StartInstanceRequest;
|
use Google\Service\AIPlatformNotebooks\StartInstanceRequest;
|
||||||
@ -274,6 +275,22 @@ class ProjectsLocationsInstances extends \Google\Service\Resource
|
|||||||
$params = array_merge($params, $optParams);
|
$params = array_merge($params, $optParams);
|
||||||
return $this->call('resizeDisk', [$params], Operation::class);
|
return $this->call('resizeDisk', [$params], Operation::class);
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* RestoreInstance restores an Instance from a BackupSource. (instances.restore)
|
||||||
|
*
|
||||||
|
* @param string $name Required. Format:
|
||||||
|
* `projects/{project_id}/locations/{location}/instances/{instance_id}`
|
||||||
|
* @param RestoreInstanceRequest $postBody
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
* @return Operation
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function restore($name, RestoreInstanceRequest $postBody, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['name' => $name, 'postBody' => $postBody];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('restore', [$params], Operation::class);
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Rollbacks a notebook instance to the previous version. (instances.rollback)
|
* Rollbacks a notebook instance to the previous version. (instances.rollback)
|
||||||
*
|
*
|
||||||
|
|||||||
@ -40,7 +40,7 @@ class ProjectsLocationsOperations extends \Google\Service\Resource
|
|||||||
* other methods to check whether the cancellation succeeded or whether the
|
* other methods to check whether the cancellation succeeded or whether the
|
||||||
* operation completed despite cancellation. On successful cancellation, the
|
* operation completed despite cancellation. On successful cancellation, the
|
||||||
* operation is not deleted; instead, it becomes an operation with an
|
* operation is not deleted; instead, it becomes an operation with an
|
||||||
* Operation.error value with a google.rpc.Status.code of 1, corresponding to
|
* Operation.error value with a google.rpc.Status.code of `1`, corresponding to
|
||||||
* `Code.CANCELLED`. (operations.cancel)
|
* `Code.CANCELLED`. (operations.cancel)
|
||||||
*
|
*
|
||||||
* @param string $name The name of the operation resource to be cancelled.
|
* @param string $name The name of the operation resource to be cancelled.
|
||||||
|
|||||||
42
vendor/google/apiclient-services/src/AIPlatformNotebooks/RestoreInstanceRequest.php
vendored
Executable file
42
vendor/google/apiclient-services/src/AIPlatformNotebooks/RestoreInstanceRequest.php
vendored
Executable file
@ -0,0 +1,42 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AIPlatformNotebooks;
|
||||||
|
|
||||||
|
class RestoreInstanceRequest extends \Google\Model
|
||||||
|
{
|
||||||
|
protected $snapshotType = Snapshot::class;
|
||||||
|
protected $snapshotDataType = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param Snapshot
|
||||||
|
*/
|
||||||
|
public function setSnapshot(Snapshot $snapshot)
|
||||||
|
{
|
||||||
|
$this->snapshot = $snapshot;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return Snapshot
|
||||||
|
*/
|
||||||
|
public function getSnapshot()
|
||||||
|
{
|
||||||
|
return $this->snapshot;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(RestoreInstanceRequest::class, 'Google_Service_AIPlatformNotebooks_RestoreInstanceRequest');
|
||||||
62
vendor/google/apiclient-services/src/AIPlatformNotebooks/Snapshot.php
vendored
Executable file
62
vendor/google/apiclient-services/src/AIPlatformNotebooks/Snapshot.php
vendored
Executable file
@ -0,0 +1,62 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AIPlatformNotebooks;
|
||||||
|
|
||||||
|
class Snapshot extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $projectId;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $snapshotId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setProjectId($projectId)
|
||||||
|
{
|
||||||
|
$this->projectId = $projectId;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getProjectId()
|
||||||
|
{
|
||||||
|
return $this->projectId;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setSnapshotId($snapshotId)
|
||||||
|
{
|
||||||
|
$this->snapshotId = $snapshotId;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getSnapshotId()
|
||||||
|
{
|
||||||
|
return $this->snapshotId;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(Snapshot::class, 'Google_Service_AIPlatformNotebooks_Snapshot');
|
||||||
431
vendor/google/apiclient-services/src/APIManagement.php
vendored
Executable file
431
vendor/google/apiclient-services/src/APIManagement.php
vendored
Executable file
@ -0,0 +1,431 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service;
|
||||||
|
|
||||||
|
use Google\Client;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Service definition for APIManagement (v1alpha).
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* Enables users to discover shadow APIs in existing Google Cloud
|
||||||
|
* infrastructure.</p>
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For more information about this service, see the API
|
||||||
|
* <a href="https://cloud.google.com/apigee/" target="_blank">Documentation</a>
|
||||||
|
* </p>
|
||||||
|
*
|
||||||
|
* @author Google, Inc.
|
||||||
|
*/
|
||||||
|
class APIManagement extends \Google\Service
|
||||||
|
{
|
||||||
|
/** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.. */
|
||||||
|
const CLOUD_PLATFORM =
|
||||||
|
"https://www.googleapis.com/auth/cloud-platform";
|
||||||
|
|
||||||
|
public $projects_locations;
|
||||||
|
public $projects_locations_observationJobs;
|
||||||
|
public $projects_locations_observationJobs_apiObservations;
|
||||||
|
public $projects_locations_observationJobs_apiObservations_apiOperations;
|
||||||
|
public $projects_locations_observationSources;
|
||||||
|
public $projects_locations_operations;
|
||||||
|
public $rootUrlTemplate;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructs the internal representation of the APIManagement service.
|
||||||
|
*
|
||||||
|
* @param Client|array $clientOrConfig The client used to deliver requests, or a
|
||||||
|
* config array to pass to a new Client instance.
|
||||||
|
* @param string $rootUrl The root URL used for requests to the service.
|
||||||
|
*/
|
||||||
|
public function __construct($clientOrConfig = [], $rootUrl = null)
|
||||||
|
{
|
||||||
|
parent::__construct($clientOrConfig);
|
||||||
|
$this->rootUrl = $rootUrl ?: 'https://apim.googleapis.com/';
|
||||||
|
$this->rootUrlTemplate = $rootUrl ?: 'https://apim.UNIVERSE_DOMAIN/';
|
||||||
|
$this->servicePath = '';
|
||||||
|
$this->batchPath = 'batch';
|
||||||
|
$this->version = 'v1alpha';
|
||||||
|
$this->serviceName = 'apim';
|
||||||
|
|
||||||
|
$this->projects_locations = new APIManagement\Resource\ProjectsLocations(
|
||||||
|
$this,
|
||||||
|
$this->serviceName,
|
||||||
|
'locations',
|
||||||
|
[
|
||||||
|
'methods' => [
|
||||||
|
'get' => [
|
||||||
|
'path' => 'v1alpha/{+name}',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'list' => [
|
||||||
|
'path' => 'v1alpha/{+name}/locations',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
'filter' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
'pageSize' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'integer',
|
||||||
|
],
|
||||||
|
'pageToken' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'listApiObservationTags' => [
|
||||||
|
'path' => 'v1alpha/{+parent}:listApiObservationTags',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'parent' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
'pageSize' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'integer',
|
||||||
|
],
|
||||||
|
'pageToken' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]
|
||||||
|
]
|
||||||
|
);
|
||||||
|
$this->projects_locations_observationJobs = new APIManagement\Resource\ProjectsLocationsObservationJobs(
|
||||||
|
$this,
|
||||||
|
$this->serviceName,
|
||||||
|
'observationJobs',
|
||||||
|
[
|
||||||
|
'methods' => [
|
||||||
|
'create' => [
|
||||||
|
'path' => 'v1alpha/{+parent}/observationJobs',
|
||||||
|
'httpMethod' => 'POST',
|
||||||
|
'parameters' => [
|
||||||
|
'parent' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
'observationJobId' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
'requestId' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'delete' => [
|
||||||
|
'path' => 'v1alpha/{+name}',
|
||||||
|
'httpMethod' => 'DELETE',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'disable' => [
|
||||||
|
'path' => 'v1alpha/{+name}:disable',
|
||||||
|
'httpMethod' => 'POST',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'enable' => [
|
||||||
|
'path' => 'v1alpha/{+name}:enable',
|
||||||
|
'httpMethod' => 'POST',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'get' => [
|
||||||
|
'path' => 'v1alpha/{+name}',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'list' => [
|
||||||
|
'path' => 'v1alpha/{+parent}/observationJobs',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'parent' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
'pageSize' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'integer',
|
||||||
|
],
|
||||||
|
'pageToken' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]
|
||||||
|
]
|
||||||
|
);
|
||||||
|
$this->projects_locations_observationJobs_apiObservations = new APIManagement\Resource\ProjectsLocationsObservationJobsApiObservations(
|
||||||
|
$this,
|
||||||
|
$this->serviceName,
|
||||||
|
'apiObservations',
|
||||||
|
[
|
||||||
|
'methods' => [
|
||||||
|
'batchEditTags' => [
|
||||||
|
'path' => 'v1alpha/{+parent}/apiObservations:batchEditTags',
|
||||||
|
'httpMethod' => 'POST',
|
||||||
|
'parameters' => [
|
||||||
|
'parent' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'get' => [
|
||||||
|
'path' => 'v1alpha/{+name}',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'list' => [
|
||||||
|
'path' => 'v1alpha/{+parent}/apiObservations',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'parent' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
'pageSize' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'integer',
|
||||||
|
],
|
||||||
|
'pageToken' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]
|
||||||
|
]
|
||||||
|
);
|
||||||
|
$this->projects_locations_observationJobs_apiObservations_apiOperations = new APIManagement\Resource\ProjectsLocationsObservationJobsApiObservationsApiOperations(
|
||||||
|
$this,
|
||||||
|
$this->serviceName,
|
||||||
|
'apiOperations',
|
||||||
|
[
|
||||||
|
'methods' => [
|
||||||
|
'get' => [
|
||||||
|
'path' => 'v1alpha/{+name}',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'list' => [
|
||||||
|
'path' => 'v1alpha/{+parent}/apiOperations',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'parent' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
'pageSize' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'integer',
|
||||||
|
],
|
||||||
|
'pageToken' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]
|
||||||
|
]
|
||||||
|
);
|
||||||
|
$this->projects_locations_observationSources = new APIManagement\Resource\ProjectsLocationsObservationSources(
|
||||||
|
$this,
|
||||||
|
$this->serviceName,
|
||||||
|
'observationSources',
|
||||||
|
[
|
||||||
|
'methods' => [
|
||||||
|
'create' => [
|
||||||
|
'path' => 'v1alpha/{+parent}/observationSources',
|
||||||
|
'httpMethod' => 'POST',
|
||||||
|
'parameters' => [
|
||||||
|
'parent' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
'observationSourceId' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
'requestId' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'delete' => [
|
||||||
|
'path' => 'v1alpha/{+name}',
|
||||||
|
'httpMethod' => 'DELETE',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'get' => [
|
||||||
|
'path' => 'v1alpha/{+name}',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'list' => [
|
||||||
|
'path' => 'v1alpha/{+parent}/observationSources',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'parent' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
'pageSize' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'integer',
|
||||||
|
],
|
||||||
|
'pageToken' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]
|
||||||
|
]
|
||||||
|
);
|
||||||
|
$this->projects_locations_operations = new APIManagement\Resource\ProjectsLocationsOperations(
|
||||||
|
$this,
|
||||||
|
$this->serviceName,
|
||||||
|
'operations',
|
||||||
|
[
|
||||||
|
'methods' => [
|
||||||
|
'cancel' => [
|
||||||
|
'path' => 'v1alpha/{+name}:cancel',
|
||||||
|
'httpMethod' => 'POST',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'delete' => [
|
||||||
|
'path' => 'v1alpha/{+name}',
|
||||||
|
'httpMethod' => 'DELETE',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'get' => [
|
||||||
|
'path' => 'v1alpha/{+name}',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'list' => [
|
||||||
|
'path' => 'v1alpha/{+name}/operations',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
'filter' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
'pageSize' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'integer',
|
||||||
|
],
|
||||||
|
'pageToken' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]
|
||||||
|
]
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(APIManagement::class, 'Google_Service_APIManagement');
|
||||||
207
vendor/google/apiclient-services/src/APIManagement/ApiObservation.php
vendored
Executable file
207
vendor/google/apiclient-services/src/APIManagement/ApiObservation.php
vendored
Executable file
@ -0,0 +1,207 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class ApiObservation extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'tags';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $apiOperationCount;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $createTime;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $hostname;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $lastEventDetectedTime;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $name;
|
||||||
|
/**
|
||||||
|
* @var string[]
|
||||||
|
*/
|
||||||
|
public $serverIps;
|
||||||
|
/**
|
||||||
|
* @var string[]
|
||||||
|
*/
|
||||||
|
public $sourceLocations;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $style;
|
||||||
|
/**
|
||||||
|
* @var string[]
|
||||||
|
*/
|
||||||
|
public $tags;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $updateTime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setApiOperationCount($apiOperationCount)
|
||||||
|
{
|
||||||
|
$this->apiOperationCount = $apiOperationCount;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getApiOperationCount()
|
||||||
|
{
|
||||||
|
return $this->apiOperationCount;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setCreateTime($createTime)
|
||||||
|
{
|
||||||
|
$this->createTime = $createTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getCreateTime()
|
||||||
|
{
|
||||||
|
return $this->createTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setHostname($hostname)
|
||||||
|
{
|
||||||
|
$this->hostname = $hostname;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getHostname()
|
||||||
|
{
|
||||||
|
return $this->hostname;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setLastEventDetectedTime($lastEventDetectedTime)
|
||||||
|
{
|
||||||
|
$this->lastEventDetectedTime = $lastEventDetectedTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getLastEventDetectedTime()
|
||||||
|
{
|
||||||
|
return $this->lastEventDetectedTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setName($name)
|
||||||
|
{
|
||||||
|
$this->name = $name;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getName()
|
||||||
|
{
|
||||||
|
return $this->name;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string[]
|
||||||
|
*/
|
||||||
|
public function setServerIps($serverIps)
|
||||||
|
{
|
||||||
|
$this->serverIps = $serverIps;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string[]
|
||||||
|
*/
|
||||||
|
public function getServerIps()
|
||||||
|
{
|
||||||
|
return $this->serverIps;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string[]
|
||||||
|
*/
|
||||||
|
public function setSourceLocations($sourceLocations)
|
||||||
|
{
|
||||||
|
$this->sourceLocations = $sourceLocations;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string[]
|
||||||
|
*/
|
||||||
|
public function getSourceLocations()
|
||||||
|
{
|
||||||
|
return $this->sourceLocations;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setStyle($style)
|
||||||
|
{
|
||||||
|
$this->style = $style;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getStyle()
|
||||||
|
{
|
||||||
|
return $this->style;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string[]
|
||||||
|
*/
|
||||||
|
public function setTags($tags)
|
||||||
|
{
|
||||||
|
$this->tags = $tags;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string[]
|
||||||
|
*/
|
||||||
|
public function getTags()
|
||||||
|
{
|
||||||
|
return $this->tags;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setUpdateTime($updateTime)
|
||||||
|
{
|
||||||
|
$this->updateTime = $updateTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getUpdateTime()
|
||||||
|
{
|
||||||
|
return $this->updateTime;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ApiObservation::class, 'Google_Service_APIManagement_ApiObservation');
|
||||||
114
vendor/google/apiclient-services/src/APIManagement/ApiOperation.php
vendored
Executable file
114
vendor/google/apiclient-services/src/APIManagement/ApiOperation.php
vendored
Executable file
@ -0,0 +1,114 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class ApiOperation extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $count;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $firstSeenTime;
|
||||||
|
protected $httpOperationType = HttpOperation::class;
|
||||||
|
protected $httpOperationDataType = '';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $lastSeenTime;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $name;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setCount($count)
|
||||||
|
{
|
||||||
|
$this->count = $count;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getCount()
|
||||||
|
{
|
||||||
|
return $this->count;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setFirstSeenTime($firstSeenTime)
|
||||||
|
{
|
||||||
|
$this->firstSeenTime = $firstSeenTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getFirstSeenTime()
|
||||||
|
{
|
||||||
|
return $this->firstSeenTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param HttpOperation
|
||||||
|
*/
|
||||||
|
public function setHttpOperation(HttpOperation $httpOperation)
|
||||||
|
{
|
||||||
|
$this->httpOperation = $httpOperation;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return HttpOperation
|
||||||
|
*/
|
||||||
|
public function getHttpOperation()
|
||||||
|
{
|
||||||
|
return $this->httpOperation;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setLastSeenTime($lastSeenTime)
|
||||||
|
{
|
||||||
|
$this->lastSeenTime = $lastSeenTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getLastSeenTime()
|
||||||
|
{
|
||||||
|
return $this->lastSeenTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setName($name)
|
||||||
|
{
|
||||||
|
$this->name = $name;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getName()
|
||||||
|
{
|
||||||
|
return $this->name;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ApiOperation::class, 'Google_Service_APIManagement_ApiOperation');
|
||||||
25
vendor/google/apiclient-services/src/APIManagement/ApimEmpty.php
vendored
Executable file
25
vendor/google/apiclient-services/src/APIManagement/ApimEmpty.php
vendored
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class ApimEmpty extends \Google\Model
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ApimEmpty::class, 'Google_Service_APIManagement_ApimEmpty');
|
||||||
43
vendor/google/apiclient-services/src/APIManagement/BatchEditTagsApiObservationsRequest.php
vendored
Executable file
43
vendor/google/apiclient-services/src/APIManagement/BatchEditTagsApiObservationsRequest.php
vendored
Executable file
@ -0,0 +1,43 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class BatchEditTagsApiObservationsRequest extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'requests';
|
||||||
|
protected $requestsType = EditTagsApiObservationsRequest::class;
|
||||||
|
protected $requestsDataType = 'array';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param EditTagsApiObservationsRequest[]
|
||||||
|
*/
|
||||||
|
public function setRequests($requests)
|
||||||
|
{
|
||||||
|
$this->requests = $requests;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return EditTagsApiObservationsRequest[]
|
||||||
|
*/
|
||||||
|
public function getRequests()
|
||||||
|
{
|
||||||
|
return $this->requests;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(BatchEditTagsApiObservationsRequest::class, 'Google_Service_APIManagement_BatchEditTagsApiObservationsRequest');
|
||||||
43
vendor/google/apiclient-services/src/APIManagement/BatchEditTagsApiObservationsResponse.php
vendored
Executable file
43
vendor/google/apiclient-services/src/APIManagement/BatchEditTagsApiObservationsResponse.php
vendored
Executable file
@ -0,0 +1,43 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class BatchEditTagsApiObservationsResponse extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'apiObservations';
|
||||||
|
protected $apiObservationsType = ApiObservation::class;
|
||||||
|
protected $apiObservationsDataType = 'array';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param ApiObservation[]
|
||||||
|
*/
|
||||||
|
public function setApiObservations($apiObservations)
|
||||||
|
{
|
||||||
|
$this->apiObservations = $apiObservations;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return ApiObservation[]
|
||||||
|
*/
|
||||||
|
public function getApiObservations()
|
||||||
|
{
|
||||||
|
return $this->apiObservations;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(BatchEditTagsApiObservationsResponse::class, 'Google_Service_APIManagement_BatchEditTagsApiObservationsResponse');
|
||||||
25
vendor/google/apiclient-services/src/APIManagement/CancelOperationRequest.php
vendored
Executable file
25
vendor/google/apiclient-services/src/APIManagement/CancelOperationRequest.php
vendored
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class CancelOperationRequest extends \Google\Model
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(CancelOperationRequest::class, 'Google_Service_APIManagement_CancelOperationRequest');
|
||||||
25
vendor/google/apiclient-services/src/APIManagement/DisableObservationJobRequest.php
vendored
Executable file
25
vendor/google/apiclient-services/src/APIManagement/DisableObservationJobRequest.php
vendored
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class DisableObservationJobRequest extends \Google\Model
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(DisableObservationJobRequest::class, 'Google_Service_APIManagement_DisableObservationJobRequest');
|
||||||
61
vendor/google/apiclient-services/src/APIManagement/EditTagsApiObservationsRequest.php
vendored
Executable file
61
vendor/google/apiclient-services/src/APIManagement/EditTagsApiObservationsRequest.php
vendored
Executable file
@ -0,0 +1,61 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class EditTagsApiObservationsRequest extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'tagActions';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $apiObservationId;
|
||||||
|
protected $tagActionsType = TagAction::class;
|
||||||
|
protected $tagActionsDataType = 'array';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setApiObservationId($apiObservationId)
|
||||||
|
{
|
||||||
|
$this->apiObservationId = $apiObservationId;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getApiObservationId()
|
||||||
|
{
|
||||||
|
return $this->apiObservationId;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param TagAction[]
|
||||||
|
*/
|
||||||
|
public function setTagActions($tagActions)
|
||||||
|
{
|
||||||
|
$this->tagActions = $tagActions;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return TagAction[]
|
||||||
|
*/
|
||||||
|
public function getTagActions()
|
||||||
|
{
|
||||||
|
return $this->tagActions;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(EditTagsApiObservationsRequest::class, 'Google_Service_APIManagement_EditTagsApiObservationsRequest');
|
||||||
25
vendor/google/apiclient-services/src/APIManagement/EnableObservationJobRequest.php
vendored
Executable file
25
vendor/google/apiclient-services/src/APIManagement/EnableObservationJobRequest.php
vendored
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class EnableObservationJobRequest extends \Google\Model
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(EnableObservationJobRequest::class, 'Google_Service_APIManagement_EnableObservationJobRequest');
|
||||||
43
vendor/google/apiclient-services/src/APIManagement/GclbObservationSource.php
vendored
Executable file
43
vendor/google/apiclient-services/src/APIManagement/GclbObservationSource.php
vendored
Executable file
@ -0,0 +1,43 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class GclbObservationSource extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'pscNetworkConfigs';
|
||||||
|
protected $pscNetworkConfigsType = GclbObservationSourcePscNetworkConfig::class;
|
||||||
|
protected $pscNetworkConfigsDataType = 'array';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param GclbObservationSourcePscNetworkConfig[]
|
||||||
|
*/
|
||||||
|
public function setPscNetworkConfigs($pscNetworkConfigs)
|
||||||
|
{
|
||||||
|
$this->pscNetworkConfigs = $pscNetworkConfigs;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return GclbObservationSourcePscNetworkConfig[]
|
||||||
|
*/
|
||||||
|
public function getPscNetworkConfigs()
|
||||||
|
{
|
||||||
|
return $this->pscNetworkConfigs;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(GclbObservationSource::class, 'Google_Service_APIManagement_GclbObservationSource');
|
||||||
62
vendor/google/apiclient-services/src/APIManagement/GclbObservationSourcePscNetworkConfig.php
vendored
Executable file
62
vendor/google/apiclient-services/src/APIManagement/GclbObservationSourcePscNetworkConfig.php
vendored
Executable file
@ -0,0 +1,62 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class GclbObservationSourcePscNetworkConfig extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $network;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $subnetwork;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setNetwork($network)
|
||||||
|
{
|
||||||
|
$this->network = $network;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getNetwork()
|
||||||
|
{
|
||||||
|
return $this->network;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setSubnetwork($subnetwork)
|
||||||
|
{
|
||||||
|
$this->subnetwork = $subnetwork;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getSubnetwork()
|
||||||
|
{
|
||||||
|
return $this->subnetwork;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(GclbObservationSourcePscNetworkConfig::class, 'Google_Service_APIManagement_GclbObservationSourcePscNetworkConfig');
|
||||||
127
vendor/google/apiclient-services/src/APIManagement/HttpOperation.php
vendored
Executable file
127
vendor/google/apiclient-services/src/APIManagement/HttpOperation.php
vendored
Executable file
@ -0,0 +1,127 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class HttpOperation extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'pathParams';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $method;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $path;
|
||||||
|
protected $pathParamsType = HttpOperationPathParam::class;
|
||||||
|
protected $pathParamsDataType = 'array';
|
||||||
|
protected $queryParamsType = HttpOperationQueryParam::class;
|
||||||
|
protected $queryParamsDataType = 'map';
|
||||||
|
protected $requestType = HttpOperationHttpRequest::class;
|
||||||
|
protected $requestDataType = '';
|
||||||
|
protected $responseType = HttpOperationHttpResponse::class;
|
||||||
|
protected $responseDataType = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setMethod($method)
|
||||||
|
{
|
||||||
|
$this->method = $method;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getMethod()
|
||||||
|
{
|
||||||
|
return $this->method;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setPath($path)
|
||||||
|
{
|
||||||
|
$this->path = $path;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getPath()
|
||||||
|
{
|
||||||
|
return $this->path;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param HttpOperationPathParam[]
|
||||||
|
*/
|
||||||
|
public function setPathParams($pathParams)
|
||||||
|
{
|
||||||
|
$this->pathParams = $pathParams;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return HttpOperationPathParam[]
|
||||||
|
*/
|
||||||
|
public function getPathParams()
|
||||||
|
{
|
||||||
|
return $this->pathParams;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param HttpOperationQueryParam[]
|
||||||
|
*/
|
||||||
|
public function setQueryParams($queryParams)
|
||||||
|
{
|
||||||
|
$this->queryParams = $queryParams;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return HttpOperationQueryParam[]
|
||||||
|
*/
|
||||||
|
public function getQueryParams()
|
||||||
|
{
|
||||||
|
return $this->queryParams;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param HttpOperationHttpRequest
|
||||||
|
*/
|
||||||
|
public function setRequest(HttpOperationHttpRequest $request)
|
||||||
|
{
|
||||||
|
$this->request = $request;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return HttpOperationHttpRequest
|
||||||
|
*/
|
||||||
|
public function getRequest()
|
||||||
|
{
|
||||||
|
return $this->request;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param HttpOperationHttpResponse
|
||||||
|
*/
|
||||||
|
public function setResponse(HttpOperationHttpResponse $response)
|
||||||
|
{
|
||||||
|
$this->response = $response;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return HttpOperationHttpResponse
|
||||||
|
*/
|
||||||
|
public function getResponse()
|
||||||
|
{
|
||||||
|
return $this->response;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(HttpOperation::class, 'Google_Service_APIManagement_HttpOperation');
|
||||||
80
vendor/google/apiclient-services/src/APIManagement/HttpOperationHeader.php
vendored
Executable file
80
vendor/google/apiclient-services/src/APIManagement/HttpOperationHeader.php
vendored
Executable file
@ -0,0 +1,80 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class HttpOperationHeader extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $count;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $dataType;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $name;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setCount($count)
|
||||||
|
{
|
||||||
|
$this->count = $count;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getCount()
|
||||||
|
{
|
||||||
|
return $this->count;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setDataType($dataType)
|
||||||
|
{
|
||||||
|
$this->dataType = $dataType;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getDataType()
|
||||||
|
{
|
||||||
|
return $this->dataType;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setName($name)
|
||||||
|
{
|
||||||
|
$this->name = $name;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getName()
|
||||||
|
{
|
||||||
|
return $this->name;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(HttpOperationHeader::class, 'Google_Service_APIManagement_HttpOperationHeader');
|
||||||
42
vendor/google/apiclient-services/src/APIManagement/HttpOperationHttpRequest.php
vendored
Executable file
42
vendor/google/apiclient-services/src/APIManagement/HttpOperationHttpRequest.php
vendored
Executable file
@ -0,0 +1,42 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class HttpOperationHttpRequest extends \Google\Model
|
||||||
|
{
|
||||||
|
protected $headersType = HttpOperationHeader::class;
|
||||||
|
protected $headersDataType = 'map';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param HttpOperationHeader[]
|
||||||
|
*/
|
||||||
|
public function setHeaders($headers)
|
||||||
|
{
|
||||||
|
$this->headers = $headers;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return HttpOperationHeader[]
|
||||||
|
*/
|
||||||
|
public function getHeaders()
|
||||||
|
{
|
||||||
|
return $this->headers;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(HttpOperationHttpRequest::class, 'Google_Service_APIManagement_HttpOperationHttpRequest');
|
||||||
60
vendor/google/apiclient-services/src/APIManagement/HttpOperationHttpResponse.php
vendored
Executable file
60
vendor/google/apiclient-services/src/APIManagement/HttpOperationHttpResponse.php
vendored
Executable file
@ -0,0 +1,60 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class HttpOperationHttpResponse extends \Google\Model
|
||||||
|
{
|
||||||
|
protected $headersType = HttpOperationHeader::class;
|
||||||
|
protected $headersDataType = 'map';
|
||||||
|
/**
|
||||||
|
* @var string[]
|
||||||
|
*/
|
||||||
|
public $responseCodes;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param HttpOperationHeader[]
|
||||||
|
*/
|
||||||
|
public function setHeaders($headers)
|
||||||
|
{
|
||||||
|
$this->headers = $headers;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return HttpOperationHeader[]
|
||||||
|
*/
|
||||||
|
public function getHeaders()
|
||||||
|
{
|
||||||
|
return $this->headers;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string[]
|
||||||
|
*/
|
||||||
|
public function setResponseCodes($responseCodes)
|
||||||
|
{
|
||||||
|
$this->responseCodes = $responseCodes;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string[]
|
||||||
|
*/
|
||||||
|
public function getResponseCodes()
|
||||||
|
{
|
||||||
|
return $this->responseCodes;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(HttpOperationHttpResponse::class, 'Google_Service_APIManagement_HttpOperationHttpResponse');
|
||||||
62
vendor/google/apiclient-services/src/APIManagement/HttpOperationPathParam.php
vendored
Executable file
62
vendor/google/apiclient-services/src/APIManagement/HttpOperationPathParam.php
vendored
Executable file
@ -0,0 +1,62 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class HttpOperationPathParam extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $dataType;
|
||||||
|
/**
|
||||||
|
* @var int
|
||||||
|
*/
|
||||||
|
public $position;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setDataType($dataType)
|
||||||
|
{
|
||||||
|
$this->dataType = $dataType;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getDataType()
|
||||||
|
{
|
||||||
|
return $this->dataType;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param int
|
||||||
|
*/
|
||||||
|
public function setPosition($position)
|
||||||
|
{
|
||||||
|
$this->position = $position;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
public function getPosition()
|
||||||
|
{
|
||||||
|
return $this->position;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(HttpOperationPathParam::class, 'Google_Service_APIManagement_HttpOperationPathParam');
|
||||||
80
vendor/google/apiclient-services/src/APIManagement/HttpOperationQueryParam.php
vendored
Executable file
80
vendor/google/apiclient-services/src/APIManagement/HttpOperationQueryParam.php
vendored
Executable file
@ -0,0 +1,80 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class HttpOperationQueryParam extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $count;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $dataType;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $name;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setCount($count)
|
||||||
|
{
|
||||||
|
$this->count = $count;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getCount()
|
||||||
|
{
|
||||||
|
return $this->count;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setDataType($dataType)
|
||||||
|
{
|
||||||
|
$this->dataType = $dataType;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getDataType()
|
||||||
|
{
|
||||||
|
return $this->dataType;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setName($name)
|
||||||
|
{
|
||||||
|
$this->name = $name;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getName()
|
||||||
|
{
|
||||||
|
return $this->name;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(HttpOperationQueryParam::class, 'Google_Service_APIManagement_HttpOperationQueryParam');
|
||||||
63
vendor/google/apiclient-services/src/APIManagement/ListApiObservationTagsResponse.php
vendored
Executable file
63
vendor/google/apiclient-services/src/APIManagement/ListApiObservationTagsResponse.php
vendored
Executable file
@ -0,0 +1,63 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class ListApiObservationTagsResponse extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'apiObservationTags';
|
||||||
|
/**
|
||||||
|
* @var string[]
|
||||||
|
*/
|
||||||
|
public $apiObservationTags;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $nextPageToken;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string[]
|
||||||
|
*/
|
||||||
|
public function setApiObservationTags($apiObservationTags)
|
||||||
|
{
|
||||||
|
$this->apiObservationTags = $apiObservationTags;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string[]
|
||||||
|
*/
|
||||||
|
public function getApiObservationTags()
|
||||||
|
{
|
||||||
|
return $this->apiObservationTags;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setNextPageToken($nextPageToken)
|
||||||
|
{
|
||||||
|
$this->nextPageToken = $nextPageToken;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getNextPageToken()
|
||||||
|
{
|
||||||
|
return $this->nextPageToken;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ListApiObservationTagsResponse::class, 'Google_Service_APIManagement_ListApiObservationTagsResponse');
|
||||||
61
vendor/google/apiclient-services/src/APIManagement/ListApiObservationsResponse.php
vendored
Executable file
61
vendor/google/apiclient-services/src/APIManagement/ListApiObservationsResponse.php
vendored
Executable file
@ -0,0 +1,61 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class ListApiObservationsResponse extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'apiObservations';
|
||||||
|
protected $apiObservationsType = ApiObservation::class;
|
||||||
|
protected $apiObservationsDataType = 'array';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $nextPageToken;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param ApiObservation[]
|
||||||
|
*/
|
||||||
|
public function setApiObservations($apiObservations)
|
||||||
|
{
|
||||||
|
$this->apiObservations = $apiObservations;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return ApiObservation[]
|
||||||
|
*/
|
||||||
|
public function getApiObservations()
|
||||||
|
{
|
||||||
|
return $this->apiObservations;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setNextPageToken($nextPageToken)
|
||||||
|
{
|
||||||
|
$this->nextPageToken = $nextPageToken;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getNextPageToken()
|
||||||
|
{
|
||||||
|
return $this->nextPageToken;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ListApiObservationsResponse::class, 'Google_Service_APIManagement_ListApiObservationsResponse');
|
||||||
61
vendor/google/apiclient-services/src/APIManagement/ListApiOperationsResponse.php
vendored
Executable file
61
vendor/google/apiclient-services/src/APIManagement/ListApiOperationsResponse.php
vendored
Executable file
@ -0,0 +1,61 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class ListApiOperationsResponse extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'apiOperations';
|
||||||
|
protected $apiOperationsType = ApiOperation::class;
|
||||||
|
protected $apiOperationsDataType = 'array';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $nextPageToken;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param ApiOperation[]
|
||||||
|
*/
|
||||||
|
public function setApiOperations($apiOperations)
|
||||||
|
{
|
||||||
|
$this->apiOperations = $apiOperations;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return ApiOperation[]
|
||||||
|
*/
|
||||||
|
public function getApiOperations()
|
||||||
|
{
|
||||||
|
return $this->apiOperations;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setNextPageToken($nextPageToken)
|
||||||
|
{
|
||||||
|
$this->nextPageToken = $nextPageToken;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getNextPageToken()
|
||||||
|
{
|
||||||
|
return $this->nextPageToken;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ListApiOperationsResponse::class, 'Google_Service_APIManagement_ListApiOperationsResponse');
|
||||||
61
vendor/google/apiclient-services/src/APIManagement/ListLocationsResponse.php
vendored
Executable file
61
vendor/google/apiclient-services/src/APIManagement/ListLocationsResponse.php
vendored
Executable file
@ -0,0 +1,61 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class ListLocationsResponse extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'locations';
|
||||||
|
protected $locationsType = Location::class;
|
||||||
|
protected $locationsDataType = 'array';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $nextPageToken;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param Location[]
|
||||||
|
*/
|
||||||
|
public function setLocations($locations)
|
||||||
|
{
|
||||||
|
$this->locations = $locations;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return Location[]
|
||||||
|
*/
|
||||||
|
public function getLocations()
|
||||||
|
{
|
||||||
|
return $this->locations;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setNextPageToken($nextPageToken)
|
||||||
|
{
|
||||||
|
$this->nextPageToken = $nextPageToken;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getNextPageToken()
|
||||||
|
{
|
||||||
|
return $this->nextPageToken;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ListLocationsResponse::class, 'Google_Service_APIManagement_ListLocationsResponse');
|
||||||
79
vendor/google/apiclient-services/src/APIManagement/ListObservationJobsResponse.php
vendored
Executable file
79
vendor/google/apiclient-services/src/APIManagement/ListObservationJobsResponse.php
vendored
Executable file
@ -0,0 +1,79 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class ListObservationJobsResponse extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'unreachable';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $nextPageToken;
|
||||||
|
protected $observationJobsType = ObservationJob::class;
|
||||||
|
protected $observationJobsDataType = 'array';
|
||||||
|
/**
|
||||||
|
* @var string[]
|
||||||
|
*/
|
||||||
|
public $unreachable;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setNextPageToken($nextPageToken)
|
||||||
|
{
|
||||||
|
$this->nextPageToken = $nextPageToken;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getNextPageToken()
|
||||||
|
{
|
||||||
|
return $this->nextPageToken;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param ObservationJob[]
|
||||||
|
*/
|
||||||
|
public function setObservationJobs($observationJobs)
|
||||||
|
{
|
||||||
|
$this->observationJobs = $observationJobs;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return ObservationJob[]
|
||||||
|
*/
|
||||||
|
public function getObservationJobs()
|
||||||
|
{
|
||||||
|
return $this->observationJobs;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string[]
|
||||||
|
*/
|
||||||
|
public function setUnreachable($unreachable)
|
||||||
|
{
|
||||||
|
$this->unreachable = $unreachable;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string[]
|
||||||
|
*/
|
||||||
|
public function getUnreachable()
|
||||||
|
{
|
||||||
|
return $this->unreachable;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ListObservationJobsResponse::class, 'Google_Service_APIManagement_ListObservationJobsResponse');
|
||||||
79
vendor/google/apiclient-services/src/APIManagement/ListObservationSourcesResponse.php
vendored
Executable file
79
vendor/google/apiclient-services/src/APIManagement/ListObservationSourcesResponse.php
vendored
Executable file
@ -0,0 +1,79 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class ListObservationSourcesResponse extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'unreachable';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $nextPageToken;
|
||||||
|
protected $observationSourcesType = ObservationSource::class;
|
||||||
|
protected $observationSourcesDataType = 'array';
|
||||||
|
/**
|
||||||
|
* @var string[]
|
||||||
|
*/
|
||||||
|
public $unreachable;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setNextPageToken($nextPageToken)
|
||||||
|
{
|
||||||
|
$this->nextPageToken = $nextPageToken;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getNextPageToken()
|
||||||
|
{
|
||||||
|
return $this->nextPageToken;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param ObservationSource[]
|
||||||
|
*/
|
||||||
|
public function setObservationSources($observationSources)
|
||||||
|
{
|
||||||
|
$this->observationSources = $observationSources;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return ObservationSource[]
|
||||||
|
*/
|
||||||
|
public function getObservationSources()
|
||||||
|
{
|
||||||
|
return $this->observationSources;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string[]
|
||||||
|
*/
|
||||||
|
public function setUnreachable($unreachable)
|
||||||
|
{
|
||||||
|
$this->unreachable = $unreachable;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string[]
|
||||||
|
*/
|
||||||
|
public function getUnreachable()
|
||||||
|
{
|
||||||
|
return $this->unreachable;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ListObservationSourcesResponse::class, 'Google_Service_APIManagement_ListObservationSourcesResponse');
|
||||||
61
vendor/google/apiclient-services/src/APIManagement/ListOperationsResponse.php
vendored
Executable file
61
vendor/google/apiclient-services/src/APIManagement/ListOperationsResponse.php
vendored
Executable file
@ -0,0 +1,61 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class ListOperationsResponse extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'operations';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $nextPageToken;
|
||||||
|
protected $operationsType = Operation::class;
|
||||||
|
protected $operationsDataType = 'array';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setNextPageToken($nextPageToken)
|
||||||
|
{
|
||||||
|
$this->nextPageToken = $nextPageToken;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getNextPageToken()
|
||||||
|
{
|
||||||
|
return $this->nextPageToken;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param Operation[]
|
||||||
|
*/
|
||||||
|
public function setOperations($operations)
|
||||||
|
{
|
||||||
|
$this->operations = $operations;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return Operation[]
|
||||||
|
*/
|
||||||
|
public function getOperations()
|
||||||
|
{
|
||||||
|
return $this->operations;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ListOperationsResponse::class, 'Google_Service_APIManagement_ListOperationsResponse');
|
||||||
116
vendor/google/apiclient-services/src/APIManagement/Location.php
vendored
Executable file
116
vendor/google/apiclient-services/src/APIManagement/Location.php
vendored
Executable file
@ -0,0 +1,116 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class Location extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $displayName;
|
||||||
|
/**
|
||||||
|
* @var string[]
|
||||||
|
*/
|
||||||
|
public $labels;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $locationId;
|
||||||
|
/**
|
||||||
|
* @var array[]
|
||||||
|
*/
|
||||||
|
public $metadata;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $name;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setDisplayName($displayName)
|
||||||
|
{
|
||||||
|
$this->displayName = $displayName;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getDisplayName()
|
||||||
|
{
|
||||||
|
return $this->displayName;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string[]
|
||||||
|
*/
|
||||||
|
public function setLabels($labels)
|
||||||
|
{
|
||||||
|
$this->labels = $labels;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string[]
|
||||||
|
*/
|
||||||
|
public function getLabels()
|
||||||
|
{
|
||||||
|
return $this->labels;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setLocationId($locationId)
|
||||||
|
{
|
||||||
|
$this->locationId = $locationId;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getLocationId()
|
||||||
|
{
|
||||||
|
return $this->locationId;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param array[]
|
||||||
|
*/
|
||||||
|
public function setMetadata($metadata)
|
||||||
|
{
|
||||||
|
$this->metadata = $metadata;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return array[]
|
||||||
|
*/
|
||||||
|
public function getMetadata()
|
||||||
|
{
|
||||||
|
return $this->metadata;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setName($name)
|
||||||
|
{
|
||||||
|
$this->name = $name;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getName()
|
||||||
|
{
|
||||||
|
return $this->name;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(Location::class, 'Google_Service_APIManagement_Location');
|
||||||
117
vendor/google/apiclient-services/src/APIManagement/ObservationJob.php
vendored
Executable file
117
vendor/google/apiclient-services/src/APIManagement/ObservationJob.php
vendored
Executable file
@ -0,0 +1,117 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class ObservationJob extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'sources';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $createTime;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $name;
|
||||||
|
/**
|
||||||
|
* @var string[]
|
||||||
|
*/
|
||||||
|
public $sources;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $state;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $updateTime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setCreateTime($createTime)
|
||||||
|
{
|
||||||
|
$this->createTime = $createTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getCreateTime()
|
||||||
|
{
|
||||||
|
return $this->createTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setName($name)
|
||||||
|
{
|
||||||
|
$this->name = $name;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getName()
|
||||||
|
{
|
||||||
|
return $this->name;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string[]
|
||||||
|
*/
|
||||||
|
public function setSources($sources)
|
||||||
|
{
|
||||||
|
$this->sources = $sources;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string[]
|
||||||
|
*/
|
||||||
|
public function getSources()
|
||||||
|
{
|
||||||
|
return $this->sources;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setState($state)
|
||||||
|
{
|
||||||
|
$this->state = $state;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getState()
|
||||||
|
{
|
||||||
|
return $this->state;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setUpdateTime($updateTime)
|
||||||
|
{
|
||||||
|
$this->updateTime = $updateTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getUpdateTime()
|
||||||
|
{
|
||||||
|
return $this->updateTime;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ObservationJob::class, 'Google_Service_APIManagement_ObservationJob');
|
||||||
114
vendor/google/apiclient-services/src/APIManagement/ObservationSource.php
vendored
Executable file
114
vendor/google/apiclient-services/src/APIManagement/ObservationSource.php
vendored
Executable file
@ -0,0 +1,114 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class ObservationSource extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $createTime;
|
||||||
|
protected $gclbObservationSourceType = GclbObservationSource::class;
|
||||||
|
protected $gclbObservationSourceDataType = '';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $name;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $state;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $updateTime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setCreateTime($createTime)
|
||||||
|
{
|
||||||
|
$this->createTime = $createTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getCreateTime()
|
||||||
|
{
|
||||||
|
return $this->createTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param GclbObservationSource
|
||||||
|
*/
|
||||||
|
public function setGclbObservationSource(GclbObservationSource $gclbObservationSource)
|
||||||
|
{
|
||||||
|
$this->gclbObservationSource = $gclbObservationSource;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return GclbObservationSource
|
||||||
|
*/
|
||||||
|
public function getGclbObservationSource()
|
||||||
|
{
|
||||||
|
return $this->gclbObservationSource;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setName($name)
|
||||||
|
{
|
||||||
|
$this->name = $name;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getName()
|
||||||
|
{
|
||||||
|
return $this->name;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setState($state)
|
||||||
|
{
|
||||||
|
$this->state = $state;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getState()
|
||||||
|
{
|
||||||
|
return $this->state;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setUpdateTime($updateTime)
|
||||||
|
{
|
||||||
|
$this->updateTime = $updateTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getUpdateTime()
|
||||||
|
{
|
||||||
|
return $this->updateTime;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ObservationSource::class, 'Google_Service_APIManagement_ObservationSource');
|
||||||
114
vendor/google/apiclient-services/src/APIManagement/Operation.php
vendored
Executable file
114
vendor/google/apiclient-services/src/APIManagement/Operation.php
vendored
Executable file
@ -0,0 +1,114 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class Operation extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
public $done;
|
||||||
|
protected $errorType = Status::class;
|
||||||
|
protected $errorDataType = '';
|
||||||
|
/**
|
||||||
|
* @var array[]
|
||||||
|
*/
|
||||||
|
public $metadata;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $name;
|
||||||
|
/**
|
||||||
|
* @var array[]
|
||||||
|
*/
|
||||||
|
public $response;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param bool
|
||||||
|
*/
|
||||||
|
public function setDone($done)
|
||||||
|
{
|
||||||
|
$this->done = $done;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function getDone()
|
||||||
|
{
|
||||||
|
return $this->done;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param Status
|
||||||
|
*/
|
||||||
|
public function setError(Status $error)
|
||||||
|
{
|
||||||
|
$this->error = $error;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return Status
|
||||||
|
*/
|
||||||
|
public function getError()
|
||||||
|
{
|
||||||
|
return $this->error;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param array[]
|
||||||
|
*/
|
||||||
|
public function setMetadata($metadata)
|
||||||
|
{
|
||||||
|
$this->metadata = $metadata;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return array[]
|
||||||
|
*/
|
||||||
|
public function getMetadata()
|
||||||
|
{
|
||||||
|
return $this->metadata;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setName($name)
|
||||||
|
{
|
||||||
|
$this->name = $name;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getName()
|
||||||
|
{
|
||||||
|
return $this->name;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param array[]
|
||||||
|
*/
|
||||||
|
public function setResponse($response)
|
||||||
|
{
|
||||||
|
$this->response = $response;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return array[]
|
||||||
|
*/
|
||||||
|
public function getResponse()
|
||||||
|
{
|
||||||
|
return $this->response;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(Operation::class, 'Google_Service_APIManagement_Operation');
|
||||||
152
vendor/google/apiclient-services/src/APIManagement/OperationMetadata.php
vendored
Executable file
152
vendor/google/apiclient-services/src/APIManagement/OperationMetadata.php
vendored
Executable file
@ -0,0 +1,152 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class OperationMetadata extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $apiVersion;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $createTime;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $endTime;
|
||||||
|
/**
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
public $requestedCancellation;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $statusMessage;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $target;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $verb;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setApiVersion($apiVersion)
|
||||||
|
{
|
||||||
|
$this->apiVersion = $apiVersion;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getApiVersion()
|
||||||
|
{
|
||||||
|
return $this->apiVersion;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setCreateTime($createTime)
|
||||||
|
{
|
||||||
|
$this->createTime = $createTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getCreateTime()
|
||||||
|
{
|
||||||
|
return $this->createTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setEndTime($endTime)
|
||||||
|
{
|
||||||
|
$this->endTime = $endTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getEndTime()
|
||||||
|
{
|
||||||
|
return $this->endTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param bool
|
||||||
|
*/
|
||||||
|
public function setRequestedCancellation($requestedCancellation)
|
||||||
|
{
|
||||||
|
$this->requestedCancellation = $requestedCancellation;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function getRequestedCancellation()
|
||||||
|
{
|
||||||
|
return $this->requestedCancellation;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setStatusMessage($statusMessage)
|
||||||
|
{
|
||||||
|
$this->statusMessage = $statusMessage;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getStatusMessage()
|
||||||
|
{
|
||||||
|
return $this->statusMessage;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setTarget($target)
|
||||||
|
{
|
||||||
|
$this->target = $target;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getTarget()
|
||||||
|
{
|
||||||
|
return $this->target;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setVerb($verb)
|
||||||
|
{
|
||||||
|
$this->verb = $verb;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getVerb()
|
||||||
|
{
|
||||||
|
return $this->verb;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(OperationMetadata::class, 'Google_Service_APIManagement_OperationMetadata');
|
||||||
33
vendor/google/apiclient-services/src/APIManagement/Resource/Projects.php
vendored
Executable file
33
vendor/google/apiclient-services/src/APIManagement/Resource/Projects.php
vendored
Executable file
@ -0,0 +1,33 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement\Resource;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The "projects" collection of methods.
|
||||||
|
* Typical usage is:
|
||||||
|
* <code>
|
||||||
|
* $apimService = new Google\Service\APIManagement(...);
|
||||||
|
* $projects = $apimService->projects;
|
||||||
|
* </code>
|
||||||
|
*/
|
||||||
|
class Projects extends \Google\Service\Resource
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(Projects::class, 'Google_Service_APIManagement_Resource_Projects');
|
||||||
100
vendor/google/apiclient-services/src/APIManagement/Resource/ProjectsLocations.php
vendored
Executable file
100
vendor/google/apiclient-services/src/APIManagement/Resource/ProjectsLocations.php
vendored
Executable file
@ -0,0 +1,100 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement\Resource;
|
||||||
|
|
||||||
|
use Google\Service\APIManagement\ListApiObservationTagsResponse;
|
||||||
|
use Google\Service\APIManagement\ListLocationsResponse;
|
||||||
|
use Google\Service\APIManagement\Location;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The "locations" collection of methods.
|
||||||
|
* Typical usage is:
|
||||||
|
* <code>
|
||||||
|
* $apimService = new Google\Service\APIManagement(...);
|
||||||
|
* $locations = $apimService->projects_locations;
|
||||||
|
* </code>
|
||||||
|
*/
|
||||||
|
class ProjectsLocations extends \Google\Service\Resource
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Gets information about a location. (locations.get)
|
||||||
|
*
|
||||||
|
* @param string $name Resource name for the location.
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
* @return Location
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function get($name, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['name' => $name];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('get', [$params], Location::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Lists information about the supported locations for this service.
|
||||||
|
* (locations.listProjectsLocations)
|
||||||
|
*
|
||||||
|
* @param string $name The resource that owns the locations collection, if
|
||||||
|
* applicable.
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
*
|
||||||
|
* @opt_param string filter A filter to narrow down results to a preferred
|
||||||
|
* subset. The filtering language accepts strings like `"displayName=tokyo"`,
|
||||||
|
* and is documented in more detail in [AIP-160](https://google.aip.dev/160).
|
||||||
|
* @opt_param int pageSize The maximum number of results to return. If not set,
|
||||||
|
* the service selects a default.
|
||||||
|
* @opt_param string pageToken A page token received from the `next_page_token`
|
||||||
|
* field in the response. Send that page token to receive the subsequent page.
|
||||||
|
* @return ListLocationsResponse
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function listProjectsLocations($name, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['name' => $name];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('list', [$params], ListLocationsResponse::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* ListApiObservationTags lists all extant tags on any observation in the given
|
||||||
|
* project. (locations.listApiObservationTags)
|
||||||
|
*
|
||||||
|
* @param string $parent Required. The parent, which owns this collection of
|
||||||
|
* tags. Format: projects/{project}/locations/{location}
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
*
|
||||||
|
* @opt_param int pageSize Optional. The maximum number of tags to return. The
|
||||||
|
* service may return fewer than this value. If unspecified, at most 10 tags
|
||||||
|
* will be returned. The maximum value is 1000; values above 1000 will be
|
||||||
|
* coerced to 1000.
|
||||||
|
* @opt_param string pageToken Optional. A page token, received from a previous
|
||||||
|
* `ListApiObservationTags` call. Provide this to retrieve the subsequent page.
|
||||||
|
* When paginating, all other parameters provided to `ListApiObservationTags`
|
||||||
|
* must match the call that provided the page token.
|
||||||
|
* @return ListApiObservationTagsResponse
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function listApiObservationTags($parent, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['parent' => $parent];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('listApiObservationTags', [$params], ListApiObservationTagsResponse::class);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ProjectsLocations::class, 'Google_Service_APIManagement_Resource_ProjectsLocations');
|
||||||
162
vendor/google/apiclient-services/src/APIManagement/Resource/ProjectsLocationsObservationJobs.php
vendored
Executable file
162
vendor/google/apiclient-services/src/APIManagement/Resource/ProjectsLocationsObservationJobs.php
vendored
Executable file
@ -0,0 +1,162 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement\Resource;
|
||||||
|
|
||||||
|
use Google\Service\APIManagement\DisableObservationJobRequest;
|
||||||
|
use Google\Service\APIManagement\EnableObservationJobRequest;
|
||||||
|
use Google\Service\APIManagement\ListObservationJobsResponse;
|
||||||
|
use Google\Service\APIManagement\ObservationJob;
|
||||||
|
use Google\Service\APIManagement\Operation;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The "observationJobs" collection of methods.
|
||||||
|
* Typical usage is:
|
||||||
|
* <code>
|
||||||
|
* $apimService = new Google\Service\APIManagement(...);
|
||||||
|
* $observationJobs = $apimService->projects_locations_observationJobs;
|
||||||
|
* </code>
|
||||||
|
*/
|
||||||
|
class ProjectsLocationsObservationJobs extends \Google\Service\Resource
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* CreateObservationJob creates a new ObservationJob but does not have any
|
||||||
|
* effecton its own. It is a configuration that can be used in an Observation
|
||||||
|
* Job to collect data about existing APIs. (observationJobs.create)
|
||||||
|
*
|
||||||
|
* @param string $parent Required. The parent resource where this ObservationJob
|
||||||
|
* will be created. Format: projects/{project}/locations/{location}
|
||||||
|
* @param ObservationJob $postBody
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
*
|
||||||
|
* @opt_param string observationJobId Required. The ID to use for the
|
||||||
|
* Observation Job. This value should be 4-63 characters, and valid characters
|
||||||
|
* are /a-z-/.
|
||||||
|
* @opt_param string requestId Optional. An optional request ID to identify
|
||||||
|
* requests. Specify a unique request ID so that if you must retry your request,
|
||||||
|
* the server will know to ignore the request if it has already been completed.
|
||||||
|
* The server will guarantee that for at least 60 minutes since the first
|
||||||
|
* request. For example, consider a situation where you make an initial request
|
||||||
|
* and the request times out. If you make the request again with the same
|
||||||
|
* request ID, the server can check if original operation with the same request
|
||||||
|
* ID was received, and if so, will ignore the second request. This prevents
|
||||||
|
* clients from accidentally creating duplicate commitments. The request ID must
|
||||||
|
* be a valid UUID with the exception that zero UUID is not supported
|
||||||
|
* (00000000-0000-0000-0000-000000000000).
|
||||||
|
* @return Operation
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function create($parent, ObservationJob $postBody, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['parent' => $parent, 'postBody' => $postBody];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('create', [$params], Operation::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* DeleteObservationJob deletes an ObservationJob. This method will fail if the
|
||||||
|
* observation job is currently being used by any ObservationSource, even if not
|
||||||
|
* enabled. (observationJobs.delete)
|
||||||
|
*
|
||||||
|
* @param string $name Required. Name of the resource Format:
|
||||||
|
* projects/{project}/locations/{location}/observationJobs/{observation_job}
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
* @return Operation
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function delete($name, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['name' => $name];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('delete', [$params], Operation::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Disables the given ObservationJob. (observationJobs.disable)
|
||||||
|
*
|
||||||
|
* @param string $name Required. The name of the ObservationJob to disable.
|
||||||
|
* Format: projects/{project}/locations/{location}/observationJobs/{job}
|
||||||
|
* @param DisableObservationJobRequest $postBody
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
* @return Operation
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function disable($name, DisableObservationJobRequest $postBody, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['name' => $name, 'postBody' => $postBody];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('disable', [$params], Operation::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Enables the given ObservationJob. (observationJobs.enable)
|
||||||
|
*
|
||||||
|
* @param string $name Required. The name of the ObservationJob to enable.
|
||||||
|
* Format: projects/{project}/locations/{location}/observationJobs/{job}
|
||||||
|
* @param EnableObservationJobRequest $postBody
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
* @return Operation
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function enable($name, EnableObservationJobRequest $postBody, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['name' => $name, 'postBody' => $postBody];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('enable', [$params], Operation::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* GetObservationJob retrieves a single ObservationJob by name.
|
||||||
|
* (observationJobs.get)
|
||||||
|
*
|
||||||
|
* @param string $name Required. The name of the ObservationJob to retrieve.
|
||||||
|
* Format: projects/{project}/locations/{location}/observationJobs/{job}
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
* @return ObservationJob
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function get($name, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['name' => $name];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('get', [$params], ObservationJob::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* ListObservationJobs gets all ObservationJobs for a given project and
|
||||||
|
* location. (observationJobs.listProjectsLocationsObservationJobs)
|
||||||
|
*
|
||||||
|
* @param string $parent Required. The parent, which owns this collection of
|
||||||
|
* ObservationJobs. Format: projects/{project}/locations/{location}
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
*
|
||||||
|
* @opt_param int pageSize Optional. The maximum number of ObservationJobs to
|
||||||
|
* return. The service may return fewer than this value. If unspecified, at most
|
||||||
|
* 10 ObservationJobs will be returned. The maximum value is 1000; values above
|
||||||
|
* 1000 will be coerced to 1000.
|
||||||
|
* @opt_param string pageToken Optional. A page token, received from a previous
|
||||||
|
* `ListObservationJobs` call. Provide this to retrieve the subsequent page.
|
||||||
|
* When paginating, all other parameters provided to `ListObservationJobs` must
|
||||||
|
* match the call that provided the page token.
|
||||||
|
* @return ListObservationJobsResponse
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function listProjectsLocationsObservationJobs($parent, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['parent' => $parent];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('list', [$params], ListObservationJobsResponse::class);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ProjectsLocationsObservationJobs::class, 'Google_Service_APIManagement_Resource_ProjectsLocationsObservationJobs');
|
||||||
100
vendor/google/apiclient-services/src/APIManagement/Resource/ProjectsLocationsObservationJobsApiObservations.php
vendored
Executable file
100
vendor/google/apiclient-services/src/APIManagement/Resource/ProjectsLocationsObservationJobsApiObservations.php
vendored
Executable file
@ -0,0 +1,100 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement\Resource;
|
||||||
|
|
||||||
|
use Google\Service\APIManagement\ApiObservation;
|
||||||
|
use Google\Service\APIManagement\BatchEditTagsApiObservationsRequest;
|
||||||
|
use Google\Service\APIManagement\BatchEditTagsApiObservationsResponse;
|
||||||
|
use Google\Service\APIManagement\ListApiObservationsResponse;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The "apiObservations" collection of methods.
|
||||||
|
* Typical usage is:
|
||||||
|
* <code>
|
||||||
|
* $apimService = new Google\Service\APIManagement(...);
|
||||||
|
* $apiObservations = $apimService->projects_locations_observationJobs_apiObservations;
|
||||||
|
* </code>
|
||||||
|
*/
|
||||||
|
class ProjectsLocationsObservationJobsApiObservations extends \Google\Service\Resource
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* BatchEditTagsApiObservations adds or removes Tags for ApiObservations.
|
||||||
|
* (apiObservations.batchEditTags)
|
||||||
|
*
|
||||||
|
* @param string $parent Required. The parent resource shared by all
|
||||||
|
* ApiObservations being edited. Format:
|
||||||
|
* projects/{project}/locations/{location}/observationJobs/{observation_job}
|
||||||
|
* @param BatchEditTagsApiObservationsRequest $postBody
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
* @return BatchEditTagsApiObservationsResponse
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function batchEditTags($parent, BatchEditTagsApiObservationsRequest $postBody, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['parent' => $parent, 'postBody' => $postBody];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('batchEditTags', [$params], BatchEditTagsApiObservationsResponse::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* GetApiObservation retrieves a single ApiObservation by name.
|
||||||
|
* (apiObservations.get)
|
||||||
|
*
|
||||||
|
* @param string $name Required. The name of the ApiObservation to retrieve.
|
||||||
|
* Format: projects/{project}/locations/{location}/observationJobs/{observation_
|
||||||
|
* job}/apiObservations/{api_observation}
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
* @return ApiObservation
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function get($name, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['name' => $name];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('get', [$params], ApiObservation::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* ListApiObservations gets all ApiObservations for a given project and location
|
||||||
|
* and ObservationJob.
|
||||||
|
* (apiObservations.listProjectsLocationsObservationJobsApiObservations)
|
||||||
|
*
|
||||||
|
* @param string $parent Required. The parent, which owns this collection of
|
||||||
|
* ApiObservations. Format:
|
||||||
|
* projects/{project}/locations/{location}/observationJobs/{observation_job}
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
*
|
||||||
|
* @opt_param int pageSize Optional. The maximum number of ApiObservations to
|
||||||
|
* return. The service may return fewer than this value. If unspecified, at most
|
||||||
|
* 10 ApiObservations will be returned. The maximum value is 1000; values above
|
||||||
|
* 1000 will be coerced to 1000.
|
||||||
|
* @opt_param string pageToken Optional. A page token, received from a previous
|
||||||
|
* `ListApiObservations` call. Provide this to retrieve the subsequent page.
|
||||||
|
* When paginating, all other parameters provided to `ListApiObservations` must
|
||||||
|
* match the call that provided the page token.
|
||||||
|
* @return ListApiObservationsResponse
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function listProjectsLocationsObservationJobsApiObservations($parent, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['parent' => $parent];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('list', [$params], ListApiObservationsResponse::class);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ProjectsLocationsObservationJobsApiObservations::class, 'Google_Service_APIManagement_Resource_ProjectsLocationsObservationJobsApiObservations');
|
||||||
@ -0,0 +1,79 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement\Resource;
|
||||||
|
|
||||||
|
use Google\Service\APIManagement\ApiOperation;
|
||||||
|
use Google\Service\APIManagement\ListApiOperationsResponse;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The "apiOperations" collection of methods.
|
||||||
|
* Typical usage is:
|
||||||
|
* <code>
|
||||||
|
* $apimService = new Google\Service\APIManagement(...);
|
||||||
|
* $apiOperations = $apimService->projects_locations_observationJobs_apiObservations_apiOperations;
|
||||||
|
* </code>
|
||||||
|
*/
|
||||||
|
class ProjectsLocationsObservationJobsApiObservationsApiOperations extends \Google\Service\Resource
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* GetApiOperation retrieves a single ApiOperation by name. (apiOperations.get)
|
||||||
|
*
|
||||||
|
* @param string $name Required. The name of the ApiOperation to retrieve.
|
||||||
|
* Format: projects/{project}/locations/{location}/observationJobs/{observation_
|
||||||
|
* job}/apiObservations/{api_observation}/apiOperation/{api_operation}
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
* @return ApiOperation
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function get($name, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['name' => $name];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('get', [$params], ApiOperation::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* ListApiOperations gets all ApiOperations for a given project and location and
|
||||||
|
* ObservationJob and ApiObservation. (apiOperations.listProjectsLocationsObserv
|
||||||
|
* ationJobsApiObservationsApiOperations)
|
||||||
|
*
|
||||||
|
* @param string $parent Required. The parent, which owns this collection of
|
||||||
|
* ApiOperations. Format: projects/{project}/locations/{location}/observationJob
|
||||||
|
* s/{observation_job}/apiObservations/{api_observation}
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
*
|
||||||
|
* @opt_param int pageSize Optional. The maximum number of ApiOperations to
|
||||||
|
* return. The service may return fewer than this value. If unspecified, at most
|
||||||
|
* 10 ApiOperations will be returned. The maximum value is 1000; values above
|
||||||
|
* 1000 will be coerced to 1000.
|
||||||
|
* @opt_param string pageToken Optional. A page token, received from a previous
|
||||||
|
* `ListApiApiOperations` call. Provide this to retrieve the subsequent page.
|
||||||
|
* When paginating, all other parameters provided to `ListApiApiOperations` must
|
||||||
|
* match the call that provided the page token.
|
||||||
|
* @return ListApiOperationsResponse
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function listProjectsLocationsObservationJobsApiObservationsApiOperations($parent, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['parent' => $parent];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('list', [$params], ListApiOperationsResponse::class);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ProjectsLocationsObservationJobsApiObservationsApiOperations::class, 'Google_Service_APIManagement_Resource_ProjectsLocationsObservationJobsApiObservationsApiOperations');
|
||||||
128
vendor/google/apiclient-services/src/APIManagement/Resource/ProjectsLocationsObservationSources.php
vendored
Executable file
128
vendor/google/apiclient-services/src/APIManagement/Resource/ProjectsLocationsObservationSources.php
vendored
Executable file
@ -0,0 +1,128 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement\Resource;
|
||||||
|
|
||||||
|
use Google\Service\APIManagement\ListObservationSourcesResponse;
|
||||||
|
use Google\Service\APIManagement\ObservationSource;
|
||||||
|
use Google\Service\APIManagement\Operation;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The "observationSources" collection of methods.
|
||||||
|
* Typical usage is:
|
||||||
|
* <code>
|
||||||
|
* $apimService = new Google\Service\APIManagement(...);
|
||||||
|
* $observationSources = $apimService->projects_locations_observationSources;
|
||||||
|
* </code>
|
||||||
|
*/
|
||||||
|
class ProjectsLocationsObservationSources extends \Google\Service\Resource
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* CreateObservationSource creates a new ObservationSource but does not affect
|
||||||
|
* any deployed infrastructure. It is a configuration that can be used in an
|
||||||
|
* Observation Job to collect data about APIs running in user's dataplane.
|
||||||
|
* (observationSources.create)
|
||||||
|
*
|
||||||
|
* @param string $parent Required. Value for parent.
|
||||||
|
* @param ObservationSource $postBody
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
*
|
||||||
|
* @opt_param string observationSourceId Required. The ID to use for the
|
||||||
|
* Observation Source. This value should be 4-63 characters, and valid
|
||||||
|
* characters are /a-z-/.
|
||||||
|
* @opt_param string requestId Optional. An optional request ID to identify
|
||||||
|
* requests. Specify a unique request ID so that if you must retry your request,
|
||||||
|
* the server will know to ignore the request if it has already been completed.
|
||||||
|
* The server will guarantee that for at least 60 minutes since the first
|
||||||
|
* request. For example, consider a situation where you make an initial request
|
||||||
|
* and the request times out. If you make the request again with the same
|
||||||
|
* request ID, the server can check if original operation with the same request
|
||||||
|
* ID was received, and if so, will ignore the second request. This prevents
|
||||||
|
* clients from accidentally creating duplicate commitments. The request ID must
|
||||||
|
* be a valid UUID with the exception that zero UUID is not supported
|
||||||
|
* (00000000-0000-0000-0000-000000000000).
|
||||||
|
* @return Operation
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function create($parent, ObservationSource $postBody, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['parent' => $parent, 'postBody' => $postBody];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('create', [$params], Operation::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* DeleteObservationSource deletes an observation source. This method will fail
|
||||||
|
* if the observation source is currently being used by any ObservationJob, even
|
||||||
|
* if not enabled. (observationSources.delete)
|
||||||
|
*
|
||||||
|
* @param string $name Required. Name of the resource Format:
|
||||||
|
* projects/{project}/locations/{location}/observationSources/{source}
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
* @return Operation
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function delete($name, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['name' => $name];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('delete', [$params], Operation::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* GetObservationSource retrieves a single ObservationSource by name.
|
||||||
|
* (observationSources.get)
|
||||||
|
*
|
||||||
|
* @param string $name Required. The name of the ObservationSource to retrieve.
|
||||||
|
* Format: projects/{project}/locations/{location}/observationSources/{source}
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
* @return ObservationSource
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function get($name, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['name' => $name];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('get', [$params], ObservationSource::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* ListObservationSources gets all ObservationSources for a given project and
|
||||||
|
* location. (observationSources.listProjectsLocationsObservationSources)
|
||||||
|
*
|
||||||
|
* @param string $parent Required. The parent, which owns this collection of
|
||||||
|
* ObservationSources. Format: projects/{project}/locations/{location}
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
*
|
||||||
|
* @opt_param int pageSize Optional. The maximum number of ObservationSources to
|
||||||
|
* return. The service may return fewer than this value. If unspecified, at most
|
||||||
|
* 10 ObservationSources will be returned. The maximum value is 1000; values
|
||||||
|
* above 1000 will be coerced to 1000.
|
||||||
|
* @opt_param string pageToken Optional. A page token, received from a previous
|
||||||
|
* `ListObservationSources` call. Provide this to retrieve the subsequent page.
|
||||||
|
* When paginating, all other parameters provided to `ListObservationSources`
|
||||||
|
* must match the call that provided the page token.
|
||||||
|
* @return ListObservationSourcesResponse
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function listProjectsLocationsObservationSources($parent, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['parent' => $parent];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('list', [$params], ListObservationSourcesResponse::class);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ProjectsLocationsObservationSources::class, 'Google_Service_APIManagement_Resource_ProjectsLocationsObservationSources');
|
||||||
114
vendor/google/apiclient-services/src/APIManagement/Resource/ProjectsLocationsOperations.php
vendored
Executable file
114
vendor/google/apiclient-services/src/APIManagement/Resource/ProjectsLocationsOperations.php
vendored
Executable file
@ -0,0 +1,114 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement\Resource;
|
||||||
|
|
||||||
|
use Google\Service\APIManagement\ApimEmpty;
|
||||||
|
use Google\Service\APIManagement\CancelOperationRequest;
|
||||||
|
use Google\Service\APIManagement\ListOperationsResponse;
|
||||||
|
use Google\Service\APIManagement\Operation;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The "operations" collection of methods.
|
||||||
|
* Typical usage is:
|
||||||
|
* <code>
|
||||||
|
* $apimService = new Google\Service\APIManagement(...);
|
||||||
|
* $operations = $apimService->projects_locations_operations;
|
||||||
|
* </code>
|
||||||
|
*/
|
||||||
|
class ProjectsLocationsOperations extends \Google\Service\Resource
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Starts asynchronous cancellation on a long-running operation. The server
|
||||||
|
* makes a best effort to cancel the operation, but success is not guaranteed.
|
||||||
|
* If the server doesn't support this method, it returns
|
||||||
|
* `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or
|
||||||
|
* other methods to check whether the cancellation succeeded or whether the
|
||||||
|
* operation completed despite cancellation. On successful cancellation, the
|
||||||
|
* operation is not deleted; instead, it becomes an operation with an
|
||||||
|
* Operation.error value with a google.rpc.Status.code of 1, corresponding to
|
||||||
|
* `Code.CANCELLED`. (operations.cancel)
|
||||||
|
*
|
||||||
|
* @param string $name The name of the operation resource to be cancelled.
|
||||||
|
* @param CancelOperationRequest $postBody
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
* @return ApimEmpty
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function cancel($name, CancelOperationRequest $postBody, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['name' => $name, 'postBody' => $postBody];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('cancel', [$params], ApimEmpty::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Deletes a long-running operation. This method indicates that the client is no
|
||||||
|
* longer interested in the operation result. It does not cancel the operation.
|
||||||
|
* If the server doesn't support this method, it returns
|
||||||
|
* `google.rpc.Code.UNIMPLEMENTED`. (operations.delete)
|
||||||
|
*
|
||||||
|
* @param string $name The name of the operation resource to be deleted.
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
* @return ApimEmpty
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function delete($name, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['name' => $name];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('delete', [$params], ApimEmpty::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Gets the latest state of a long-running operation. Clients can use this
|
||||||
|
* method to poll the operation result at intervals as recommended by the API
|
||||||
|
* service. (operations.get)
|
||||||
|
*
|
||||||
|
* @param string $name The name of the operation resource.
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
* @return Operation
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function get($name, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['name' => $name];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('get', [$params], Operation::class);
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Lists operations that match the specified filter in the request. If the
|
||||||
|
* server doesn't support this method, it returns `UNIMPLEMENTED`.
|
||||||
|
* (operations.listProjectsLocationsOperations)
|
||||||
|
*
|
||||||
|
* @param string $name The name of the operation's parent resource.
|
||||||
|
* @param array $optParams Optional parameters.
|
||||||
|
*
|
||||||
|
* @opt_param string filter The standard list filter.
|
||||||
|
* @opt_param int pageSize The standard list page size.
|
||||||
|
* @opt_param string pageToken The standard list page token.
|
||||||
|
* @return ListOperationsResponse
|
||||||
|
* @throws \Google\Service\Exception
|
||||||
|
*/
|
||||||
|
public function listProjectsLocationsOperations($name, $optParams = [])
|
||||||
|
{
|
||||||
|
$params = ['name' => $name];
|
||||||
|
$params = array_merge($params, $optParams);
|
||||||
|
return $this->call('list', [$params], ListOperationsResponse::class);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ProjectsLocationsOperations::class, 'Google_Service_APIManagement_Resource_ProjectsLocationsOperations');
|
||||||
81
vendor/google/apiclient-services/src/APIManagement/Status.php
vendored
Executable file
81
vendor/google/apiclient-services/src/APIManagement/Status.php
vendored
Executable file
@ -0,0 +1,81 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class Status extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'details';
|
||||||
|
/**
|
||||||
|
* @var int
|
||||||
|
*/
|
||||||
|
public $code;
|
||||||
|
/**
|
||||||
|
* @var array[]
|
||||||
|
*/
|
||||||
|
public $details;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $message;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param int
|
||||||
|
*/
|
||||||
|
public function setCode($code)
|
||||||
|
{
|
||||||
|
$this->code = $code;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return int
|
||||||
|
*/
|
||||||
|
public function getCode()
|
||||||
|
{
|
||||||
|
return $this->code;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param array[]
|
||||||
|
*/
|
||||||
|
public function setDetails($details)
|
||||||
|
{
|
||||||
|
$this->details = $details;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return array[]
|
||||||
|
*/
|
||||||
|
public function getDetails()
|
||||||
|
{
|
||||||
|
return $this->details;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setMessage($message)
|
||||||
|
{
|
||||||
|
$this->message = $message;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getMessage()
|
||||||
|
{
|
||||||
|
return $this->message;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(Status::class, 'Google_Service_APIManagement_Status');
|
||||||
62
vendor/google/apiclient-services/src/APIManagement/TagAction.php
vendored
Executable file
62
vendor/google/apiclient-services/src/APIManagement/TagAction.php
vendored
Executable file
@ -0,0 +1,62 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\APIManagement;
|
||||||
|
|
||||||
|
class TagAction extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $action;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $tag;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setAction($action)
|
||||||
|
{
|
||||||
|
$this->action = $action;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getAction()
|
||||||
|
{
|
||||||
|
return $this->action;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setTag($tag)
|
||||||
|
{
|
||||||
|
$this->tag = $tag;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getTag()
|
||||||
|
{
|
||||||
|
return $this->tag;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(TagAction::class, 'Google_Service_APIManagement_TagAction');
|
||||||
@ -58,6 +58,10 @@ class AccessApprovalSettings extends \Google\Collection
|
|||||||
* @var int
|
* @var int
|
||||||
*/
|
*/
|
||||||
public $preferredRequestExpirationDays;
|
public $preferredRequestExpirationDays;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $requestScopeMaxWidthPreference;
|
||||||
/**
|
/**
|
||||||
* @var bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
@ -203,6 +207,20 @@ class AccessApprovalSettings extends \Google\Collection
|
|||||||
{
|
{
|
||||||
return $this->preferredRequestExpirationDays;
|
return $this->preferredRequestExpirationDays;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setRequestScopeMaxWidthPreference($requestScopeMaxWidthPreference)
|
||||||
|
{
|
||||||
|
$this->requestScopeMaxWidthPreference = $requestScopeMaxWidthPreference;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getRequestScopeMaxWidthPreference()
|
||||||
|
{
|
||||||
|
return $this->requestScopeMaxWidthPreference;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* @param bool
|
* @param bool
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -31,6 +31,8 @@ class ApprovalRequest extends \Google\Model
|
|||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $requestTime;
|
public $requestTime;
|
||||||
|
protected $requestedAugmentedInfoType = AugmentedInfo::class;
|
||||||
|
protected $requestedAugmentedInfoDataType = '';
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
@ -106,6 +108,20 @@ class ApprovalRequest extends \Google\Model
|
|||||||
{
|
{
|
||||||
return $this->requestTime;
|
return $this->requestTime;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* @param AugmentedInfo
|
||||||
|
*/
|
||||||
|
public function setRequestedAugmentedInfo(AugmentedInfo $requestedAugmentedInfo)
|
||||||
|
{
|
||||||
|
$this->requestedAugmentedInfo = $requestedAugmentedInfo;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return AugmentedInfo
|
||||||
|
*/
|
||||||
|
public function getRequestedAugmentedInfo()
|
||||||
|
{
|
||||||
|
return $this->requestedAugmentedInfo;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* @param string
|
* @param string
|
||||||
*/
|
*/
|
||||||
|
|||||||
44
vendor/google/apiclient-services/src/AccessApproval/AugmentedInfo.php
vendored
Executable file
44
vendor/google/apiclient-services/src/AccessApproval/AugmentedInfo.php
vendored
Executable file
@ -0,0 +1,44 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AccessApproval;
|
||||||
|
|
||||||
|
class AugmentedInfo extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $command;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setCommand($command)
|
||||||
|
{
|
||||||
|
$this->command = $command;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getCommand()
|
||||||
|
{
|
||||||
|
return $this->command;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(AugmentedInfo::class, 'Google_Service_AccessApproval_AugmentedInfo');
|
||||||
@ -567,6 +567,10 @@ class AccessContextManager extends \Google\Service
|
|||||||
'type' => 'string',
|
'type' => 'string',
|
||||||
'required' => true,
|
'required' => true,
|
||||||
],
|
],
|
||||||
|
'append' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'boolean',
|
||||||
|
],
|
||||||
'updateMask' => [
|
'updateMask' => [
|
||||||
'location' => 'query',
|
'location' => 'query',
|
||||||
'type' => 'string',
|
'type' => 'string',
|
||||||
|
|||||||
42
vendor/google/apiclient-services/src/AccessContextManager/AccessScope.php
vendored
Executable file
42
vendor/google/apiclient-services/src/AccessContextManager/AccessScope.php
vendored
Executable file
@ -0,0 +1,42 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AccessContextManager;
|
||||||
|
|
||||||
|
class AccessScope extends \Google\Model
|
||||||
|
{
|
||||||
|
protected $clientScopeType = ClientScope::class;
|
||||||
|
protected $clientScopeDataType = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param ClientScope
|
||||||
|
*/
|
||||||
|
public function setClientScope(ClientScope $clientScope)
|
||||||
|
{
|
||||||
|
$this->clientScope = $clientScope;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return ClientScope
|
||||||
|
*/
|
||||||
|
public function getClientScope()
|
||||||
|
{
|
||||||
|
return $this->clientScope;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(AccessScope::class, 'Google_Service_AccessContextManager_AccessScope');
|
||||||
61
vendor/google/apiclient-services/src/AccessContextManager/AccessSettings.php
vendored
Executable file
61
vendor/google/apiclient-services/src/AccessContextManager/AccessSettings.php
vendored
Executable file
@ -0,0 +1,61 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AccessContextManager;
|
||||||
|
|
||||||
|
class AccessSettings extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'accessLevels';
|
||||||
|
/**
|
||||||
|
* @var string[]
|
||||||
|
*/
|
||||||
|
public $accessLevels;
|
||||||
|
protected $sessionSettingsType = SessionSettings::class;
|
||||||
|
protected $sessionSettingsDataType = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string[]
|
||||||
|
*/
|
||||||
|
public function setAccessLevels($accessLevels)
|
||||||
|
{
|
||||||
|
$this->accessLevels = $accessLevels;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string[]
|
||||||
|
*/
|
||||||
|
public function getAccessLevels()
|
||||||
|
{
|
||||||
|
return $this->accessLevels;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param SessionSettings
|
||||||
|
*/
|
||||||
|
public function setSessionSettings(SessionSettings $sessionSettings)
|
||||||
|
{
|
||||||
|
$this->sessionSettings = $sessionSettings;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return SessionSettings
|
||||||
|
*/
|
||||||
|
public function getSessionSettings()
|
||||||
|
{
|
||||||
|
return $this->sessionSettings;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(AccessSettings::class, 'Google_Service_AccessContextManager_AccessSettings');
|
||||||
42
vendor/google/apiclient-services/src/AccessContextManager/ClientScope.php
vendored
Executable file
42
vendor/google/apiclient-services/src/AccessContextManager/ClientScope.php
vendored
Executable file
@ -0,0 +1,42 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AccessContextManager;
|
||||||
|
|
||||||
|
class ClientScope extends \Google\Model
|
||||||
|
{
|
||||||
|
protected $restrictedClientApplicationType = Application::class;
|
||||||
|
protected $restrictedClientApplicationDataType = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param Application
|
||||||
|
*/
|
||||||
|
public function setRestrictedClientApplication(Application $restrictedClientApplication)
|
||||||
|
{
|
||||||
|
$this->restrictedClientApplication = $restrictedClientApplication;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return Application
|
||||||
|
*/
|
||||||
|
public function getRestrictedClientApplication()
|
||||||
|
{
|
||||||
|
return $this->restrictedClientApplication;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ClientScope::class, 'Google_Service_AccessContextManager_ClientScope');
|
||||||
@ -23,6 +23,10 @@ class EgressPolicy extends \Google\Model
|
|||||||
protected $egressFromDataType = '';
|
protected $egressFromDataType = '';
|
||||||
protected $egressToType = EgressTo::class;
|
protected $egressToType = EgressTo::class;
|
||||||
protected $egressToDataType = '';
|
protected $egressToDataType = '';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $title;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param EgressFrom
|
* @param EgressFrom
|
||||||
@ -52,6 +56,20 @@ class EgressPolicy extends \Google\Model
|
|||||||
{
|
{
|
||||||
return $this->egressTo;
|
return $this->egressTo;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setTitle($title)
|
||||||
|
{
|
||||||
|
$this->title = $title;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getTitle()
|
||||||
|
{
|
||||||
|
return $this->title;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Adding a class alias for backwards compatibility with the previous class name.
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
|||||||
@ -19,7 +19,7 @@ namespace Google\Service\AccessContextManager;
|
|||||||
|
|
||||||
class GcpUserAccessBinding extends \Google\Collection
|
class GcpUserAccessBinding extends \Google\Collection
|
||||||
{
|
{
|
||||||
protected $collection_key = 'restrictedClientApplications';
|
protected $collection_key = 'scopedAccessSettings';
|
||||||
/**
|
/**
|
||||||
* @var string[]
|
* @var string[]
|
||||||
*/
|
*/
|
||||||
@ -38,6 +38,10 @@ class GcpUserAccessBinding extends \Google\Collection
|
|||||||
public $name;
|
public $name;
|
||||||
protected $restrictedClientApplicationsType = Application::class;
|
protected $restrictedClientApplicationsType = Application::class;
|
||||||
protected $restrictedClientApplicationsDataType = 'array';
|
protected $restrictedClientApplicationsDataType = 'array';
|
||||||
|
protected $scopedAccessSettingsType = ScopedAccessSettings::class;
|
||||||
|
protected $scopedAccessSettingsDataType = 'array';
|
||||||
|
protected $sessionSettingsType = SessionSettings::class;
|
||||||
|
protected $sessionSettingsDataType = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string[]
|
* @param string[]
|
||||||
@ -109,6 +113,34 @@ class GcpUserAccessBinding extends \Google\Collection
|
|||||||
{
|
{
|
||||||
return $this->restrictedClientApplications;
|
return $this->restrictedClientApplications;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* @param ScopedAccessSettings[]
|
||||||
|
*/
|
||||||
|
public function setScopedAccessSettings($scopedAccessSettings)
|
||||||
|
{
|
||||||
|
$this->scopedAccessSettings = $scopedAccessSettings;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return ScopedAccessSettings[]
|
||||||
|
*/
|
||||||
|
public function getScopedAccessSettings()
|
||||||
|
{
|
||||||
|
return $this->scopedAccessSettings;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param SessionSettings
|
||||||
|
*/
|
||||||
|
public function setSessionSettings(SessionSettings $sessionSettings)
|
||||||
|
{
|
||||||
|
$this->sessionSettings = $sessionSettings;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return SessionSettings
|
||||||
|
*/
|
||||||
|
public function getSessionSettings()
|
||||||
|
{
|
||||||
|
return $this->sessionSettings;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Adding a class alias for backwards compatibility with the previous class name.
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
|||||||
@ -23,6 +23,10 @@ class IngressPolicy extends \Google\Model
|
|||||||
protected $ingressFromDataType = '';
|
protected $ingressFromDataType = '';
|
||||||
protected $ingressToType = IngressTo::class;
|
protected $ingressToType = IngressTo::class;
|
||||||
protected $ingressToDataType = '';
|
protected $ingressToDataType = '';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $title;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param IngressFrom
|
* @param IngressFrom
|
||||||
@ -52,6 +56,20 @@ class IngressPolicy extends \Google\Model
|
|||||||
{
|
{
|
||||||
return $this->ingressTo;
|
return $this->ingressTo;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setTitle($title)
|
||||||
|
{
|
||||||
|
$this->title = $title;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getTitle()
|
||||||
|
{
|
||||||
|
return $this->title;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Adding a class alias for backwards compatibility with the previous class name.
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
|||||||
116
vendor/google/apiclient-services/src/AccessContextManager/ReauthSettings.php
vendored
Executable file
116
vendor/google/apiclient-services/src/AccessContextManager/ReauthSettings.php
vendored
Executable file
@ -0,0 +1,116 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AccessContextManager;
|
||||||
|
|
||||||
|
class ReauthSettings extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $maxInactivity;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $reauthMethod;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $sessionLength;
|
||||||
|
/**
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
public $sessionLengthEnabled;
|
||||||
|
/**
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
public $useOidcMaxAge;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setMaxInactivity($maxInactivity)
|
||||||
|
{
|
||||||
|
$this->maxInactivity = $maxInactivity;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getMaxInactivity()
|
||||||
|
{
|
||||||
|
return $this->maxInactivity;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setReauthMethod($reauthMethod)
|
||||||
|
{
|
||||||
|
$this->reauthMethod = $reauthMethod;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getReauthMethod()
|
||||||
|
{
|
||||||
|
return $this->reauthMethod;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setSessionLength($sessionLength)
|
||||||
|
{
|
||||||
|
$this->sessionLength = $sessionLength;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getSessionLength()
|
||||||
|
{
|
||||||
|
return $this->sessionLength;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param bool
|
||||||
|
*/
|
||||||
|
public function setSessionLengthEnabled($sessionLengthEnabled)
|
||||||
|
{
|
||||||
|
$this->sessionLengthEnabled = $sessionLengthEnabled;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function getSessionLengthEnabled()
|
||||||
|
{
|
||||||
|
return $this->sessionLengthEnabled;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param bool
|
||||||
|
*/
|
||||||
|
public function setUseOidcMaxAge($useOidcMaxAge)
|
||||||
|
{
|
||||||
|
$this->useOidcMaxAge = $useOidcMaxAge;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function getUseOidcMaxAge()
|
||||||
|
{
|
||||||
|
return $this->useOidcMaxAge;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ReauthSettings::class, 'Google_Service_AccessContextManager_ReauthSettings');
|
||||||
@ -131,8 +131,8 @@ class AccessPolicies extends \Google\Service\Resource
|
|||||||
* successful status after the changes to the access policy propagate to long-
|
* successful status after the changes to the access policy propagate to long-
|
||||||
* lasting storage. (accessPolicies.patch)
|
* lasting storage. (accessPolicies.patch)
|
||||||
*
|
*
|
||||||
* @param string $name Output only. Resource name of the `AccessPolicy`. Format:
|
* @param string $name Output only. Identifier. Resource name of the
|
||||||
* `accessPolicies/{access_policy}`
|
* `AccessPolicy`. Format: `accessPolicies/{access_policy}`
|
||||||
* @param AccessPolicy $postBody
|
* @param AccessPolicy $postBody
|
||||||
* @param array $optParams Optional parameters.
|
* @param array $optParams Optional parameters.
|
||||||
*
|
*
|
||||||
|
|||||||
@ -123,7 +123,7 @@ class AccessPoliciesAccessLevels extends \Google\Service\Resource
|
|||||||
* lasting storage. If access levels contain errors, an error response is
|
* lasting storage. If access levels contain errors, an error response is
|
||||||
* returned for the first error encountered. (accessLevels.patch)
|
* returned for the first error encountered. (accessLevels.patch)
|
||||||
*
|
*
|
||||||
* @param string $name Resource name for the `AccessLevel`. Format:
|
* @param string $name Identifier. Resource name for the `AccessLevel`. Format:
|
||||||
* `accessPolicies/{access_policy}/accessLevels/{access_level}`. The
|
* `accessPolicies/{access_policy}/accessLevels/{access_level}`. The
|
||||||
* `access_level` component must begin with a letter, followed by alphanumeric
|
* `access_level` component must begin with a letter, followed by alphanumeric
|
||||||
* characters or `_`. Its maximum length is 50 characters. After you create an
|
* characters or `_`. Its maximum length is 50 characters. After you create an
|
||||||
|
|||||||
@ -116,7 +116,8 @@ class AccessPoliciesAuthorizedOrgsDescs extends \Google\Service\Resource
|
|||||||
* `AuthorizedOrgsDesc` can be updated. The name, authorization_type, asset_type
|
* `AuthorizedOrgsDesc` can be updated. The name, authorization_type, asset_type
|
||||||
* and authorization_direction cannot be updated. (authorizedOrgsDescs.patch)
|
* and authorization_direction cannot be updated. (authorizedOrgsDescs.patch)
|
||||||
*
|
*
|
||||||
* @param string $name Resource name for the `AuthorizedOrgsDesc`. Format:
|
* @param string $name Identifier. Resource name for the `AuthorizedOrgsDesc`.
|
||||||
|
* Format:
|
||||||
* `accessPolicies/{access_policy}/authorizedOrgsDescs/{authorized_orgs_desc}`.
|
* `accessPolicies/{access_policy}/authorizedOrgsDescs/{authorized_orgs_desc}`.
|
||||||
* The `authorized_orgs_desc` component must begin with a letter, followed by
|
* The `authorized_orgs_desc` component must begin with a letter, followed by
|
||||||
* alphanumeric characters or `_`. After you create an `AuthorizedOrgsDesc`, you
|
* alphanumeric characters or `_`. After you create an `AuthorizedOrgsDesc`, you
|
||||||
|
|||||||
@ -141,7 +141,8 @@ class AccessPoliciesServicePerimeters extends \Google\Service\Resource
|
|||||||
* storage. If a service perimeter contains errors, an error response is
|
* storage. If a service perimeter contains errors, an error response is
|
||||||
* returned for the first error encountered. (servicePerimeters.patch)
|
* returned for the first error encountered. (servicePerimeters.patch)
|
||||||
*
|
*
|
||||||
* @param string $name Resource name for the `ServicePerimeter`. Format:
|
* @param string $name Identifier. Resource name for the `ServicePerimeter`.
|
||||||
|
* Format:
|
||||||
* `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`. The
|
* `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`. The
|
||||||
* `service_perimeter` component must begin with a letter, followed by
|
* `service_perimeter` component must begin with a letter, followed by
|
||||||
* alphanumeric characters or `_`. After you create a `ServicePerimeter`, you
|
* alphanumeric characters or `_`. After you create a `ServicePerimeter`, you
|
||||||
|
|||||||
@ -40,7 +40,7 @@ class Operations extends \Google\Service\Resource
|
|||||||
* other methods to check whether the cancellation succeeded or whether the
|
* other methods to check whether the cancellation succeeded or whether the
|
||||||
* operation completed despite cancellation. On successful cancellation, the
|
* operation completed despite cancellation. On successful cancellation, the
|
||||||
* operation is not deleted; instead, it becomes an operation with an
|
* operation is not deleted; instead, it becomes an operation with an
|
||||||
* Operation.error value with a google.rpc.Status.code of 1, corresponding to
|
* Operation.error value with a google.rpc.Status.code of `1`, corresponding to
|
||||||
* `Code.CANCELLED`. (operations.cancel)
|
* `Code.CANCELLED`. (operations.cancel)
|
||||||
*
|
*
|
||||||
* @param string $name The name of the operation resource to be cancelled.
|
* @param string $name The name of the operation resource to be cancelled.
|
||||||
|
|||||||
@ -119,10 +119,21 @@ class OrganizationsGcpUserAccessBindings extends \Google\Service\Resource
|
|||||||
* @param GcpUserAccessBinding $postBody
|
* @param GcpUserAccessBinding $postBody
|
||||||
* @param array $optParams Optional parameters.
|
* @param array $optParams Optional parameters.
|
||||||
*
|
*
|
||||||
|
* @opt_param bool append Optional. This field controls whether or not certain
|
||||||
|
* repeated settings in the update request overwrite or append to existing
|
||||||
|
* settings on the binding. If true, then append. Otherwise overwrite. So far,
|
||||||
|
* only scoped_access_settings with reauth_settings supports appending. Global
|
||||||
|
* access_levels, access_levels in scoped_access_settings,
|
||||||
|
* dry_run_access_levels, reauth_settings, and session_settings are not
|
||||||
|
* compatible with append functionality, and the request will return an error if
|
||||||
|
* append=true when these settings are in the update_mask. The request will also
|
||||||
|
* return an error if append=true when "scoped_access_settings" is not set in
|
||||||
|
* the update_mask.
|
||||||
* @opt_param string updateMask Required. Only the fields specified in this mask
|
* @opt_param string updateMask Required. Only the fields specified in this mask
|
||||||
* are updated. Because name and group_key cannot be changed, update_mask is
|
* are updated. Because name and group_key cannot be changed, update_mask is
|
||||||
* required and may only contain the following fields: `access_levels`,
|
* required and may only contain the following fields: `access_levels`,
|
||||||
* `dry_run_access_levels`. update_mask { paths: "access_levels" }
|
* `dry_run_access_levels`, `reauth_settings` `session_settings`,
|
||||||
|
* `scoped_access_settings`. update_mask { paths: "access_levels" }
|
||||||
* @return Operation
|
* @return Operation
|
||||||
* @throws \Google\Service\Exception
|
* @throws \Google\Service\Exception
|
||||||
*/
|
*/
|
||||||
|
|||||||
74
vendor/google/apiclient-services/src/AccessContextManager/ScopedAccessSettings.php
vendored
Executable file
74
vendor/google/apiclient-services/src/AccessContextManager/ScopedAccessSettings.php
vendored
Executable file
@ -0,0 +1,74 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AccessContextManager;
|
||||||
|
|
||||||
|
class ScopedAccessSettings extends \Google\Model
|
||||||
|
{
|
||||||
|
protected $activeSettingsType = AccessSettings::class;
|
||||||
|
protected $activeSettingsDataType = '';
|
||||||
|
protected $dryRunSettingsType = AccessSettings::class;
|
||||||
|
protected $dryRunSettingsDataType = '';
|
||||||
|
protected $scopeType = AccessScope::class;
|
||||||
|
protected $scopeDataType = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param AccessSettings
|
||||||
|
*/
|
||||||
|
public function setActiveSettings(AccessSettings $activeSettings)
|
||||||
|
{
|
||||||
|
$this->activeSettings = $activeSettings;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return AccessSettings
|
||||||
|
*/
|
||||||
|
public function getActiveSettings()
|
||||||
|
{
|
||||||
|
return $this->activeSettings;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param AccessSettings
|
||||||
|
*/
|
||||||
|
public function setDryRunSettings(AccessSettings $dryRunSettings)
|
||||||
|
{
|
||||||
|
$this->dryRunSettings = $dryRunSettings;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return AccessSettings
|
||||||
|
*/
|
||||||
|
public function getDryRunSettings()
|
||||||
|
{
|
||||||
|
return $this->dryRunSettings;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param AccessScope
|
||||||
|
*/
|
||||||
|
public function setScope(AccessScope $scope)
|
||||||
|
{
|
||||||
|
$this->scope = $scope;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return AccessScope
|
||||||
|
*/
|
||||||
|
public function getScope()
|
||||||
|
{
|
||||||
|
return $this->scope;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ScopedAccessSettings::class, 'Google_Service_AccessContextManager_ScopedAccessSettings');
|
||||||
@ -23,6 +23,10 @@ class ServicePerimeter extends \Google\Model
|
|||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $description;
|
public $description;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $etag;
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
@ -58,6 +62,20 @@ class ServicePerimeter extends \Google\Model
|
|||||||
{
|
{
|
||||||
return $this->description;
|
return $this->description;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setEtag($etag)
|
||||||
|
{
|
||||||
|
$this->etag = $etag;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getEtag()
|
||||||
|
{
|
||||||
|
return $this->etag;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* @param string
|
* @param string
|
||||||
*/
|
*/
|
||||||
|
|||||||
116
vendor/google/apiclient-services/src/AccessContextManager/SessionSettings.php
vendored
Executable file
116
vendor/google/apiclient-services/src/AccessContextManager/SessionSettings.php
vendored
Executable file
@ -0,0 +1,116 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AccessContextManager;
|
||||||
|
|
||||||
|
class SessionSettings extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $maxInactivity;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $sessionLength;
|
||||||
|
/**
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
public $sessionLengthEnabled;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $sessionReauthMethod;
|
||||||
|
/**
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
public $useOidcMaxAge;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setMaxInactivity($maxInactivity)
|
||||||
|
{
|
||||||
|
$this->maxInactivity = $maxInactivity;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getMaxInactivity()
|
||||||
|
{
|
||||||
|
return $this->maxInactivity;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setSessionLength($sessionLength)
|
||||||
|
{
|
||||||
|
$this->sessionLength = $sessionLength;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getSessionLength()
|
||||||
|
{
|
||||||
|
return $this->sessionLength;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param bool
|
||||||
|
*/
|
||||||
|
public function setSessionLengthEnabled($sessionLengthEnabled)
|
||||||
|
{
|
||||||
|
$this->sessionLengthEnabled = $sessionLengthEnabled;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function getSessionLengthEnabled()
|
||||||
|
{
|
||||||
|
return $this->sessionLengthEnabled;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setSessionReauthMethod($sessionReauthMethod)
|
||||||
|
{
|
||||||
|
$this->sessionReauthMethod = $sessionReauthMethod;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getSessionReauthMethod()
|
||||||
|
{
|
||||||
|
return $this->sessionReauthMethod;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param bool
|
||||||
|
*/
|
||||||
|
public function setUseOidcMaxAge($useOidcMaxAge)
|
||||||
|
{
|
||||||
|
$this->useOidcMaxAge = $useOidcMaxAge;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function getUseOidcMaxAge()
|
||||||
|
{
|
||||||
|
return $this->useOidcMaxAge;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(SessionSettings::class, 'Google_Service_AccessContextManager_SessionSettings');
|
||||||
@ -32,6 +32,10 @@ class SupportedService extends \Google\Collection
|
|||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $name;
|
public $name;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $serviceSupportStage;
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
@ -85,6 +89,20 @@ class SupportedService extends \Google\Collection
|
|||||||
{
|
{
|
||||||
return $this->name;
|
return $this->name;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setServiceSupportStage($serviceSupportStage)
|
||||||
|
{
|
||||||
|
$this->serviceSupportStage = $serviceSupportStage;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getServiceSupportStage()
|
||||||
|
{
|
||||||
|
return $this->serviceSupportStage;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* @param string
|
* @param string
|
||||||
*/
|
*/
|
||||||
|
|||||||
230
vendor/google/apiclient-services/src/AdSensePlatform.php
vendored
Executable file
230
vendor/google/apiclient-services/src/AdSensePlatform.php
vendored
Executable file
@ -0,0 +1,230 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service;
|
||||||
|
|
||||||
|
use Google\Client;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Service definition for AdSensePlatform (v1).
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
</p>
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* For more information about this service, see the API
|
||||||
|
* <a href="https://developers.google.com/adsense/platforms/" target="_blank">Documentation</a>
|
||||||
|
* </p>
|
||||||
|
*
|
||||||
|
* @author Google, Inc.
|
||||||
|
*/
|
||||||
|
class AdSensePlatform extends \Google\Service
|
||||||
|
{
|
||||||
|
/** View and manage your AdSense data. */
|
||||||
|
const ADSENSE =
|
||||||
|
"https://www.googleapis.com/auth/adsense";
|
||||||
|
/** View your AdSense data. */
|
||||||
|
const ADSENSE_READONLY =
|
||||||
|
"https://www.googleapis.com/auth/adsense.readonly";
|
||||||
|
|
||||||
|
public $platforms_accounts;
|
||||||
|
public $platforms_accounts_events;
|
||||||
|
public $platforms_accounts_sites;
|
||||||
|
public $rootUrlTemplate;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructs the internal representation of the AdSensePlatform service.
|
||||||
|
*
|
||||||
|
* @param Client|array $clientOrConfig The client used to deliver requests, or a
|
||||||
|
* config array to pass to a new Client instance.
|
||||||
|
* @param string $rootUrl The root URL used for requests to the service.
|
||||||
|
*/
|
||||||
|
public function __construct($clientOrConfig = [], $rootUrl = null)
|
||||||
|
{
|
||||||
|
parent::__construct($clientOrConfig);
|
||||||
|
$this->rootUrl = $rootUrl ?: 'https://adsenseplatform.googleapis.com/';
|
||||||
|
$this->rootUrlTemplate = $rootUrl ?: 'https://adsenseplatform.UNIVERSE_DOMAIN/';
|
||||||
|
$this->servicePath = '';
|
||||||
|
$this->batchPath = 'batch';
|
||||||
|
$this->version = 'v1';
|
||||||
|
$this->serviceName = 'adsenseplatform';
|
||||||
|
|
||||||
|
$this->platforms_accounts = new AdSensePlatform\Resource\PlatformsAccounts(
|
||||||
|
$this,
|
||||||
|
$this->serviceName,
|
||||||
|
'accounts',
|
||||||
|
[
|
||||||
|
'methods' => [
|
||||||
|
'close' => [
|
||||||
|
'path' => 'v1/{+name}:close',
|
||||||
|
'httpMethod' => 'POST',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'create' => [
|
||||||
|
'path' => 'v1/{+parent}/accounts',
|
||||||
|
'httpMethod' => 'POST',
|
||||||
|
'parameters' => [
|
||||||
|
'parent' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'get' => [
|
||||||
|
'path' => 'v1/{+name}',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'list' => [
|
||||||
|
'path' => 'v1/{+parent}/accounts',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'parent' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
'pageSize' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'integer',
|
||||||
|
],
|
||||||
|
'pageToken' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'lookup' => [
|
||||||
|
'path' => 'v1/{+parent}/accounts:lookup',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'parent' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
'creationRequestId' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]
|
||||||
|
]
|
||||||
|
);
|
||||||
|
$this->platforms_accounts_events = new AdSensePlatform\Resource\PlatformsAccountsEvents(
|
||||||
|
$this,
|
||||||
|
$this->serviceName,
|
||||||
|
'events',
|
||||||
|
[
|
||||||
|
'methods' => [
|
||||||
|
'create' => [
|
||||||
|
'path' => 'v1/{+parent}/events',
|
||||||
|
'httpMethod' => 'POST',
|
||||||
|
'parameters' => [
|
||||||
|
'parent' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]
|
||||||
|
]
|
||||||
|
);
|
||||||
|
$this->platforms_accounts_sites = new AdSensePlatform\Resource\PlatformsAccountsSites(
|
||||||
|
$this,
|
||||||
|
$this->serviceName,
|
||||||
|
'sites',
|
||||||
|
[
|
||||||
|
'methods' => [
|
||||||
|
'create' => [
|
||||||
|
'path' => 'v1/{+parent}/sites',
|
||||||
|
'httpMethod' => 'POST',
|
||||||
|
'parameters' => [
|
||||||
|
'parent' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'delete' => [
|
||||||
|
'path' => 'v1/{+name}',
|
||||||
|
'httpMethod' => 'DELETE',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'get' => [
|
||||||
|
'path' => 'v1/{+name}',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'list' => [
|
||||||
|
'path' => 'v1/{+parent}/sites',
|
||||||
|
'httpMethod' => 'GET',
|
||||||
|
'parameters' => [
|
||||||
|
'parent' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
'pageSize' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'integer',
|
||||||
|
],
|
||||||
|
'pageToken' => [
|
||||||
|
'location' => 'query',
|
||||||
|
'type' => 'string',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],'requestReview' => [
|
||||||
|
'path' => 'v1/{+name}:requestReview',
|
||||||
|
'httpMethod' => 'POST',
|
||||||
|
'parameters' => [
|
||||||
|
'name' => [
|
||||||
|
'location' => 'path',
|
||||||
|
'type' => 'string',
|
||||||
|
'required' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
|
]
|
||||||
|
]
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(AdSensePlatform::class, 'Google_Service_AdSensePlatform');
|
||||||
150
vendor/google/apiclient-services/src/AdSensePlatform/Account.php
vendored
Executable file
150
vendor/google/apiclient-services/src/AdSensePlatform/Account.php
vendored
Executable file
@ -0,0 +1,150 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AdSensePlatform;
|
||||||
|
|
||||||
|
class Account extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $createTime;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $creationRequestId;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $displayName;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $name;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $regionCode;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $state;
|
||||||
|
protected $timeZoneType = TimeZone::class;
|
||||||
|
protected $timeZoneDataType = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setCreateTime($createTime)
|
||||||
|
{
|
||||||
|
$this->createTime = $createTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getCreateTime()
|
||||||
|
{
|
||||||
|
return $this->createTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setCreationRequestId($creationRequestId)
|
||||||
|
{
|
||||||
|
$this->creationRequestId = $creationRequestId;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getCreationRequestId()
|
||||||
|
{
|
||||||
|
return $this->creationRequestId;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setDisplayName($displayName)
|
||||||
|
{
|
||||||
|
$this->displayName = $displayName;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getDisplayName()
|
||||||
|
{
|
||||||
|
return $this->displayName;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setName($name)
|
||||||
|
{
|
||||||
|
$this->name = $name;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getName()
|
||||||
|
{
|
||||||
|
return $this->name;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setRegionCode($regionCode)
|
||||||
|
{
|
||||||
|
$this->regionCode = $regionCode;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getRegionCode()
|
||||||
|
{
|
||||||
|
return $this->regionCode;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setState($state)
|
||||||
|
{
|
||||||
|
$this->state = $state;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getState()
|
||||||
|
{
|
||||||
|
return $this->state;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param TimeZone
|
||||||
|
*/
|
||||||
|
public function setTimeZone(TimeZone $timeZone)
|
||||||
|
{
|
||||||
|
$this->timeZone = $timeZone;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return TimeZone
|
||||||
|
*/
|
||||||
|
public function getTimeZone()
|
||||||
|
{
|
||||||
|
return $this->timeZone;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(Account::class, 'Google_Service_AdSensePlatform_Account');
|
||||||
206
vendor/google/apiclient-services/src/AdSensePlatform/Address.php
vendored
Executable file
206
vendor/google/apiclient-services/src/AdSensePlatform/Address.php
vendored
Executable file
@ -0,0 +1,206 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AdSensePlatform;
|
||||||
|
|
||||||
|
class Address extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $address1;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $address2;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $city;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $company;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $contact;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $fax;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $phone;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $regionCode;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $state;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $zip;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setAddress1($address1)
|
||||||
|
{
|
||||||
|
$this->address1 = $address1;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getAddress1()
|
||||||
|
{
|
||||||
|
return $this->address1;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setAddress2($address2)
|
||||||
|
{
|
||||||
|
$this->address2 = $address2;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getAddress2()
|
||||||
|
{
|
||||||
|
return $this->address2;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setCity($city)
|
||||||
|
{
|
||||||
|
$this->city = $city;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getCity()
|
||||||
|
{
|
||||||
|
return $this->city;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setCompany($company)
|
||||||
|
{
|
||||||
|
$this->company = $company;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getCompany()
|
||||||
|
{
|
||||||
|
return $this->company;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setContact($contact)
|
||||||
|
{
|
||||||
|
$this->contact = $contact;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getContact()
|
||||||
|
{
|
||||||
|
return $this->contact;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setFax($fax)
|
||||||
|
{
|
||||||
|
$this->fax = $fax;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getFax()
|
||||||
|
{
|
||||||
|
return $this->fax;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setPhone($phone)
|
||||||
|
{
|
||||||
|
$this->phone = $phone;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getPhone()
|
||||||
|
{
|
||||||
|
return $this->phone;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setRegionCode($regionCode)
|
||||||
|
{
|
||||||
|
$this->regionCode = $regionCode;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getRegionCode()
|
||||||
|
{
|
||||||
|
return $this->regionCode;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setState($state)
|
||||||
|
{
|
||||||
|
$this->state = $state;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getState()
|
||||||
|
{
|
||||||
|
return $this->state;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setZip($zip)
|
||||||
|
{
|
||||||
|
$this->zip = $zip;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getZip()
|
||||||
|
{
|
||||||
|
return $this->zip;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(Address::class, 'Google_Service_AdSensePlatform_Address');
|
||||||
25
vendor/google/apiclient-services/src/AdSensePlatform/AdsenseplatformEmpty.php
vendored
Executable file
25
vendor/google/apiclient-services/src/AdSensePlatform/AdsenseplatformEmpty.php
vendored
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AdSensePlatform;
|
||||||
|
|
||||||
|
class AdsenseplatformEmpty extends \Google\Model
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(AdsenseplatformEmpty::class, 'Google_Service_AdSensePlatform_AdsenseplatformEmpty');
|
||||||
25
vendor/google/apiclient-services/src/AdSensePlatform/CloseAccountRequest.php
vendored
Executable file
25
vendor/google/apiclient-services/src/AdSensePlatform/CloseAccountRequest.php
vendored
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AdSensePlatform;
|
||||||
|
|
||||||
|
class CloseAccountRequest extends \Google\Model
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(CloseAccountRequest::class, 'Google_Service_AdSensePlatform_CloseAccountRequest');
|
||||||
25
vendor/google/apiclient-services/src/AdSensePlatform/CloseAccountResponse.php
vendored
Executable file
25
vendor/google/apiclient-services/src/AdSensePlatform/CloseAccountResponse.php
vendored
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AdSensePlatform;
|
||||||
|
|
||||||
|
class CloseAccountResponse extends \Google\Model
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(CloseAccountResponse::class, 'Google_Service_AdSensePlatform_CloseAccountResponse');
|
||||||
78
vendor/google/apiclient-services/src/AdSensePlatform/Event.php
vendored
Executable file
78
vendor/google/apiclient-services/src/AdSensePlatform/Event.php
vendored
Executable file
@ -0,0 +1,78 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AdSensePlatform;
|
||||||
|
|
||||||
|
class Event extends \Google\Model
|
||||||
|
{
|
||||||
|
protected $eventInfoType = EventInfo::class;
|
||||||
|
protected $eventInfoDataType = '';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $eventTime;
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $eventType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param EventInfo
|
||||||
|
*/
|
||||||
|
public function setEventInfo(EventInfo $eventInfo)
|
||||||
|
{
|
||||||
|
$this->eventInfo = $eventInfo;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return EventInfo
|
||||||
|
*/
|
||||||
|
public function getEventInfo()
|
||||||
|
{
|
||||||
|
return $this->eventInfo;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setEventTime($eventTime)
|
||||||
|
{
|
||||||
|
$this->eventTime = $eventTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getEventTime()
|
||||||
|
{
|
||||||
|
return $this->eventTime;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setEventType($eventType)
|
||||||
|
{
|
||||||
|
$this->eventType = $eventType;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getEventType()
|
||||||
|
{
|
||||||
|
return $this->eventType;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(Event::class, 'Google_Service_AdSensePlatform_Event');
|
||||||
60
vendor/google/apiclient-services/src/AdSensePlatform/EventInfo.php
vendored
Executable file
60
vendor/google/apiclient-services/src/AdSensePlatform/EventInfo.php
vendored
Executable file
@ -0,0 +1,60 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AdSensePlatform;
|
||||||
|
|
||||||
|
class EventInfo extends \Google\Model
|
||||||
|
{
|
||||||
|
protected $billingAddressType = Address::class;
|
||||||
|
protected $billingAddressDataType = '';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $email;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param Address
|
||||||
|
*/
|
||||||
|
public function setBillingAddress(Address $billingAddress)
|
||||||
|
{
|
||||||
|
$this->billingAddress = $billingAddress;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return Address
|
||||||
|
*/
|
||||||
|
public function getBillingAddress()
|
||||||
|
{
|
||||||
|
return $this->billingAddress;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setEmail($email)
|
||||||
|
{
|
||||||
|
$this->email = $email;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getEmail()
|
||||||
|
{
|
||||||
|
return $this->email;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(EventInfo::class, 'Google_Service_AdSensePlatform_EventInfo');
|
||||||
61
vendor/google/apiclient-services/src/AdSensePlatform/ListAccountsResponse.php
vendored
Executable file
61
vendor/google/apiclient-services/src/AdSensePlatform/ListAccountsResponse.php
vendored
Executable file
@ -0,0 +1,61 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AdSensePlatform;
|
||||||
|
|
||||||
|
class ListAccountsResponse extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'accounts';
|
||||||
|
protected $accountsType = Account::class;
|
||||||
|
protected $accountsDataType = 'array';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $nextPageToken;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param Account[]
|
||||||
|
*/
|
||||||
|
public function setAccounts($accounts)
|
||||||
|
{
|
||||||
|
$this->accounts = $accounts;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return Account[]
|
||||||
|
*/
|
||||||
|
public function getAccounts()
|
||||||
|
{
|
||||||
|
return $this->accounts;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setNextPageToken($nextPageToken)
|
||||||
|
{
|
||||||
|
$this->nextPageToken = $nextPageToken;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getNextPageToken()
|
||||||
|
{
|
||||||
|
return $this->nextPageToken;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ListAccountsResponse::class, 'Google_Service_AdSensePlatform_ListAccountsResponse');
|
||||||
61
vendor/google/apiclient-services/src/AdSensePlatform/ListSitesResponse.php
vendored
Executable file
61
vendor/google/apiclient-services/src/AdSensePlatform/ListSitesResponse.php
vendored
Executable file
@ -0,0 +1,61 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AdSensePlatform;
|
||||||
|
|
||||||
|
class ListSitesResponse extends \Google\Collection
|
||||||
|
{
|
||||||
|
protected $collection_key = 'sites';
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $nextPageToken;
|
||||||
|
protected $sitesType = Site::class;
|
||||||
|
protected $sitesDataType = 'array';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setNextPageToken($nextPageToken)
|
||||||
|
{
|
||||||
|
$this->nextPageToken = $nextPageToken;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getNextPageToken()
|
||||||
|
{
|
||||||
|
return $this->nextPageToken;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @param Site[]
|
||||||
|
*/
|
||||||
|
public function setSites($sites)
|
||||||
|
{
|
||||||
|
$this->sites = $sites;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return Site[]
|
||||||
|
*/
|
||||||
|
public function getSites()
|
||||||
|
{
|
||||||
|
return $this->sites;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(ListSitesResponse::class, 'Google_Service_AdSensePlatform_ListSitesResponse');
|
||||||
44
vendor/google/apiclient-services/src/AdSensePlatform/LookupAccountResponse.php
vendored
Executable file
44
vendor/google/apiclient-services/src/AdSensePlatform/LookupAccountResponse.php
vendored
Executable file
@ -0,0 +1,44 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AdSensePlatform;
|
||||||
|
|
||||||
|
class LookupAccountResponse extends \Google\Model
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
public $name;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string
|
||||||
|
*/
|
||||||
|
public function setName($name)
|
||||||
|
{
|
||||||
|
$this->name = $name;
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getName()
|
||||||
|
{
|
||||||
|
return $this->name;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(LookupAccountResponse::class, 'Google_Service_AdSensePlatform_LookupAccountResponse');
|
||||||
25
vendor/google/apiclient-services/src/AdSensePlatform/RequestSiteReviewResponse.php
vendored
Executable file
25
vendor/google/apiclient-services/src/AdSensePlatform/RequestSiteReviewResponse.php
vendored
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright 2014 Google Inc.
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||||
|
* use this file except in compliance with the License. You may obtain a copy of
|
||||||
|
* the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
|
* License for the specific language governing permissions and limitations under
|
||||||
|
* the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace Google\Service\AdSensePlatform;
|
||||||
|
|
||||||
|
class RequestSiteReviewResponse extends \Google\Model
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
// Adding a class alias for backwards compatibility with the previous class name.
|
||||||
|
class_alias(RequestSiteReviewResponse::class, 'Google_Service_AdSensePlatform_RequestSiteReviewResponse');
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user