Version Description
- 2022-09-15 =
- Fix - WooCommerce 6.7 compatibility issues.
- Tweak - WC 6.9 compatibility.
Download this release
Release Info
| Developer | mppellicer |
| Plugin | |
| Version | 2.1.2 |
| Comparing to | |
| See all releases | |
Code changes from version 2.1.1 to 2.1.2
- changelog.txt +4 -0
- google-listings-and-ads.php +3 -3
- js/build/index.asset.php +1 -1
- js/build/index.js +15 -15
- languages/google-listings-and-ads.pot +2 -2
- readme.txt +5 -1
- vendor/autoload.php +1 -1
- vendor/autoload_packages.php +1 -1
- vendor/composer/InstalledVersions.php +7 -7
- vendor/composer/autoload_real.php +7 -7
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +52 -52
- vendor/composer/jetpack_autoload_classmap.php +3613 -3622
changelog.txt
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
*** WooCommerce Google Listings and Ads Changelog ***
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
= 2.1.1 - 2022-09-06 =
|
| 4 |
* Dev - Run PHPCS checks for unit tests.
|
| 5 |
* Fix - A compatibility issue with WooCommerce 6.9 which prevents interaction with the input field of the paid campaign budget.
|
| 1 |
*** WooCommerce Google Listings and Ads Changelog ***
|
| 2 |
|
| 3 |
+
= 2.1.2 - 2022-09-15 =
|
| 4 |
+
* Fix - WooCommerce 6.7 compatibility issues.
|
| 5 |
+
* Tweak - WC 6.9 compatibility.
|
| 6 |
+
|
| 7 |
= 2.1.1 - 2022-09-06 =
|
| 8 |
* Dev - Run PHPCS checks for unit tests.
|
| 9 |
* Fix - A compatibility issue with WooCommerce 6.9 which prevents interaction with the input field of the paid campaign budget.
|
google-listings-and-ads.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: Google Listings and Ads
|
| 4 |
* Plugin URL: https://wordpress.org/plugins/google-listings-and-ads/
|
| 5 |
* Description: Native integration with Google that allows merchants to easily display their products across Google’s network.
|
| 6 |
-
* Version: 2.1.
|
| 7 |
* Author: WooCommerce
|
| 8 |
* Author URI: https://woocommerce.com/
|
| 9 |
* Text Domain: google-listings-and-ads
|
|
@@ -12,7 +12,7 @@
|
|
| 12 |
* Requires PHP: 7.4
|
| 13 |
*
|
| 14 |
* WC requires at least: 6.0
|
| 15 |
-
* WC tested up to: 6.
|
| 16 |
* Woo:
|
| 17 |
*
|
| 18 |
* @package WooCommerce\Admin
|
|
@@ -28,7 +28,7 @@ use Psr\Container\ContainerInterface;
|
|
| 28 |
|
| 29 |
defined( 'ABSPATH' ) || exit;
|
| 30 |
|
| 31 |
-
define( 'WC_GLA_VERSION', '2.1.
|
| 32 |
define( 'WC_GLA_MIN_PHP_VER', '7.4' );
|
| 33 |
define( 'WC_GLA_MIN_WC_VER', '6.0' );
|
| 34 |
|
| 3 |
* Plugin Name: Google Listings and Ads
|
| 4 |
* Plugin URL: https://wordpress.org/plugins/google-listings-and-ads/
|
| 5 |
* Description: Native integration with Google that allows merchants to easily display their products across Google’s network.
|
| 6 |
+
* Version: 2.1.2
|
| 7 |
* Author: WooCommerce
|
| 8 |
* Author URI: https://woocommerce.com/
|
| 9 |
* Text Domain: google-listings-and-ads
|
| 12 |
* Requires PHP: 7.4
|
| 13 |
*
|
| 14 |
* WC requires at least: 6.0
|
| 15 |
+
* WC tested up to: 6.9
|
| 16 |
* Woo:
|
| 17 |
*
|
| 18 |
* @package WooCommerce\Admin
|
| 28 |
|
| 29 |
defined( 'ABSPATH' ) || exit;
|
| 30 |
|
| 31 |
+
define( 'WC_GLA_VERSION', '2.1.2' ); // WRCS: DEFINED_VERSION.
|
| 32 |
define( 'WC_GLA_MIN_PHP_VER', '7.4' );
|
| 33 |
define( 'WC_GLA_MIN_WC_VER', '6.0' );
|
| 34 |
|
js/build/index.asset.php
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'wc-components', 'wc-customer-effort-score', 'wc-navigation', 'wc-settings', 'wc-store-data', 'wp-a11y', 'wp-api-fetch', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-url', 'wp-warning'), 'version' => '
|
| 1 |
+
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'wc-components', 'wc-customer-effort-score', 'wc-navigation', 'wc-settings', 'wc-store-data', 'wp-a11y', 'wp-api-fetch', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-url', 'wp-warning'), 'version' => '8bd93d29f55c085f2391ad5ed6a2cadc');
|
js/build/index.js
CHANGED
|
@@ -18,23 +18,23 @@
|
|
| 18 |
// translators: %d: seconds to wait until the next verification code can be requested via SMS.
|
| 19 |
textResendCooldown:(0,o.__)("Resend code (in %ds)","google-listings-and-ads"),textSwitch:(0,o.__)("Or, receive a verification code through a phone call","google-listings-and-ads")},[o_.PHONE_CALL]:{toInstruction:e=>(0,s.createInterpolateElement)((0,o.__)("You will receive a phone call at <userPhoneNumber /> with an automated message containing the 6-digit verification code.","google-listings-and-ads"),{userPhoneNumber:(0,s.createElement)("strong",null,e)}),textResend:(0,o.__)("Call again","google-listings-and-ads"),
|
| 20 |
// translators: %d: seconds to wait until the next verification code can be requested via phone call.
|
| 21 |
-
textResendCooldown:(0,o.__)("Call again (in %ds)","google-listings-and-ads"),textSwitch:(0,o.__)("Or, receive a verification code through text message","google-listings-and-ads")}};function i_(e){let{verificationMethod:t,country:n,number:r,display:a,onVerificationStateChange:i}=e;const l=Mv(),[c,u]=(0,s.useState)(t),{second:d,callCount:g,startCountdown:p}=function(e){const t=(0,s.useRef)({}),[n,r]=(0,s.useState)(0);t.current.usingHandle=e,t.current[e]=t.current[e]||{callCount:0};const o=(0,s.useCallback)((n=>{r(n);const o=t.current[e],a=(new Date).getTime()+1e3*n;o.id&&clearInterval(o.id),o.updateSecond=()=>{let n=(a-(new Date).getTime())/1e3;n=Math.max(Math.round(n),0),t.current.usingHandle===e&&r(n),0===n&&clearInterval(o.id)},o.id=setInterval(o.updateSecond,1e3),o.callCount+=1}),[e]);(0,s.useEffect)((()=>{const{updateSecond:n}=t.current[e];n&&n()}),[e]),(0,s.useEffect)((()=>{const e=t.current;return()=>{Object.values(e).forEach((e=>clearInterval(e.id)))}}),[]);const{callCount:a}=t.current[e];return{second:n,callCount:a,startCountdown:o}}(c),[f,m]=(0,s.useState)(null),[h,y]=(0,s.useState)(!1),[v,b]=(0,s.useState)(null),_=(0,s.useRef)({}),{requestPhoneVerificationCode:w,verifyPhoneNumber:E}=Og(),$=c===o_.SMS,C=(0,s.useCallback)((()=>{b(null),p(60),_.current[c]=null,w(n,r,c).then((e=>{let{verificationId:t}=e;_.current[c]=t})).catch((e=>{l()&&(b(e),p(0))}))}),[n,r,c,p,w,l]);(0,s.useEffect)((()=>{0===g&&C()}),[c,g,C]);const{toInstruction:k,textResend:S,textResendCooldown:x,textSwitch:O}=a_[c],P=_.current[c],A=!(null!=f&&f.isFilled&&P);return(0,s.createElement)("form",{onSubmit:e=>{e.preventDefault(),b(null),y(!0),i(!0,!1);const t=_.current[c];E(t,f.code,c).then((()=>{i(!1,!0)})).catch((e=>{l()&&(b(e),y(!1),i(!1,!1))}))}},(0,s.createElement)(gp.Card.Body,null,v&&(0,s.createElement)(cp,null,(0,s.createElement)(Dc,{status:"error",isDismissible:!1},v.display)),(0,s.createElement)(cp,null,(0,s.createElement)(cp.Title,null,(0,o.__)("Enter verification code","google-listings-and-ads")),k(a)),(0,s.createElement)(cp,null,(0,s.createElement)(r_,{resetNeedle:c+g,onCodeChange:m})),(0,s.createElement)(cp,null,(0,s.createElement)(ae,{justify:"normal",gap:4},(0,s.createElement)(dc,{isSecondary:!0,disabled:A,loading:h,text:(0,o.__)("Verify phone number","google-listings-and-ads"),type:"submit"}),(0,s.createElement)(dc,{isSecondary:!0,disabled:d>0||h,text:d?(0,o.sprintf)(x,d):S,onClick:C})))),(0,s.createElement)(gp.Card.Footer,null,(0,s.createElement)(dc,{isLink:!0,disabled:h,text:O,onClick:()=>{u($?o_.PHONE_CALL:o_.SMS)}})))}function s_(e){return new ab(e).getCountries()}var l_=e=>{const{label:t,helperText:n,className:r,...o}=e;return(0,s.createElement)("div",{className:d()("wcdl-select-control",r)},t&&(0,s.createElement)("div",{className:"wcdl-select-control__label"},t),(0,s.createElement)("div",{className:"wcdl-select-control__input"},(0,s.createElement)(Bl.SelectControl,l({},o,{help:""}))),n&&(0,s.createElement)("div",{className:"wcdl-select-control__helper-text"},n))};const c_=[{label:(0,o.__)("Text message","google-listings-and-ads"),value:o_.SMS},{label:(0,o.__)("Phone call","google-listings-and-ads"),value:o_.PHONE_CALL}];function u_(e){let{initCountry:t,initNationalNumber:n,onSendVerificationCodeClick:r}=e;const a=function(){const e=Xy();return(0,s.useMemo)((()=>function(){return Uv(s_,arguments)}().reduce(((t,n)=>{const r=e[n];if(r){const e=function(){return Uv(pb,arguments)}(n);t.push(((e,t,n)=>({key:e,keywords:[n,t,e],label:`${n} (+${t})`}))(n,e,r))}return t}),[])),[e])}(),[i,l]=(0,s.useState)(t),[c,u]=(0,s.useState)(n),[d,g]=(0,s.useState)(o_.SMS),[p,f]=(0,s.useState)(null);return(0,s.useEffect)((()=>{const e=Xb(c,i),t=!!e&&e.isValid();f(e?{...e,isValid:t,display:e.formatInternational(),verificationMethod:d}:{isValid:t,country:i,number:"",display:"",verificationMethod:d})}),[c,i,d]),(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)(ae,{gap:4},(0,s.createElement)(ze,null,(0,s.createElement)(l_,{label:(0,o.__)("Country code","google-listings-and-ads"),isSearchable:!0,excludeSelectedOptions:!1,options:a,selected:i,onChange:l})),(0,s.createElement)(Li,null,(0,s.createElement)(Eh,{label:(0,o.__)("Phone number","google-listings-and-ads"),value:c,onChange:u}))),(0,s.createElement)(cp,null,(0,s.createElement)(cp.Title,null,(0,o.__)("Select verification method","google-listings-and-ads")),(0,s.createElement)(hy,{selected:d,options:c_,onChange:g})),(0,s.createElement)(cp,null,(0,s.createElement)(dc,{isSecondary:!0,disabled:!(null!=p&&p.isValid),text:(0,o.__)("Send verification code","google-listings-and-ads"),onClick:()=>r(p)})))}const d_=()=>{},g_={className:"gla-phone-number-card",appearance:Ep.PHONE};function p_(e){let{phoneNumber:t,onPhoneNumberVerified:n}=e;const{loaded:r,data:a}=t,[i,c]=(0,s.useState)(!1),[u,d]=(0,s.useState)(null);let g=(0,s.createElement)(Wg,null);r&&(g=u?(0,s.createElement)(i_,l({},u,{onVerificationStateChange:(e,t)=>{c(e),t&&n()}})):(0,s.createElement)(u_,{initCountry:a.country,initNationalNumber:a.nationalNumber,onSendVerificationCodeClick:d}));const p=u?u.display:(0,o.__)("Please enter a phone number to be used for verification.","google-listings-and-ads"),f=u?(0,s.createElement)(dc,{isSecondary:!0,text:(0,o.__)("Edit","google-listings-and-ads"),disabled:i,onClick:()=>d(null)}):null;return(0,s.createElement)(xp,l({},g_,{description:p,indicator:f}),(0,s.createElement)(ef,null),g)}var f_=e=>{let{view:t,phoneNumber:n,initEditing:r=null,onEditClick:a,onPhoneNumberVerified:i=d_}=e;const{loaded:c,data:u}=n,[d,g]=(0,s.useState)(r);if((0,s.useEffect)((()=>{c&&null===d&&g(!u.isValid)}),[c,u.isValid,d]),null===d)return(0,s.createElement)(xp,l({},g_,{indicator:(0,s.createElement)(Bl.Spinner,null)}));if(d){const e=()=>{g(!1),i()};return(0,s.createElement)(p_,{phoneNumber:n,onPhoneNumberVerified:e})}let p=null,f=(0,s.createElement)(Bl.Spinner,null);return c&&(p=u.display,f=(0,s.createElement)(dc,{isSecondary:!0,eventName:"gla_mc_phone_number_edit_button_click",eventProps:{view:t},onClick:()=>{a?a():g(!0)}},(0,o.__)("Edit","google-listings-and-ads"))),(0,s.createElement)(xp,l({},g_,{description:p,indicator:f}))},m_=(0,s.createElement)(rs,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,s.createElement)(ns,{d:"M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1.13 9.38l.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z"}));function h_(e){let{editHref:t,editEventName:n,loading:r,content:a,appearance:i,warning:l}=e;const{subpath:c}=(0,gc.getQuery)(),u=(0,s.createElement)(dc,{isSecondary:!0,href:t,text:(0,o.__)("Edit","google-listings-and-ads"),eventName:n,eventProps:{path:(0,gc.getPath)(),subpath:c}});let d,g;return r?d=(0,s.createElement)("span",{className:"gla-contact-info-preview-card__placeholder","aria-busy":"true",title:(0,o.__)("Loading…","google-listings-and-ads")}):l?(g=(0,s.createElement)(s.Fragment,null,(0,s.createElement)(vp,{icon:m_,size:24,className:"gla-contact-info-preview-card__notice-icon"}),l),d=(0,s.createElement)("span",{className:"gla-contact-info-preview-card__notice-details"},a)):d=a,(0,s.createElement)(xp,{appearance:i,className:"gla-contact-info-preview-card",icon:null,title:g,description:d,indicator:u})}function y_(e){let{editHref:t,learnMore:n}=e;const{loaded:r,data:a}=e_();let i,l;return r&&(a.isValid?i=a.display:(l=(0,o.__)("Please add your phone number","google-listings-and-ads"),i=(0,s.createElement)(s.Fragment,null,(0,o.__)("Google requires the phone number for all stores using Google Merchant Center. ","google-listings-and-ads"),n))),(0,s.createElement)(h_,{appearance:Ep.PHONE,editHref:t,editEventName:"gla_edit_mc_phone_number",learnMore:n,loading:!r,warning:l,content:i})}var v_=(0,s.createElement)(rs,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,s.createElement)(ns,{d:"M10.2 3.28c3.53 0 6.43 2.61 6.92 6h2.08l-3.5 4-3.5-4h2.32c-.45-1.97-2.21-3.45-4.32-3.45-1.45 0-2.73.71-3.54 1.78L4.95 5.66C6.23 4.2 8.11 3.28 10.2 3.28zm-.4 13.44c-3.52 0-6.43-2.61-6.92-6H.8l3.5-4c1.17 1.33 2.33 2.67 3.5 4H5.48c.45 1.97 2.21 3.45 4.32 3.45 1.45 0 2.73-.71 3.54-1.78l1.71 1.95c-1.28 1.46-3.15 2.38-5.25 2.38z"})),b_=()=>{const{loaded:e,data:t,refetch:n}=zv(),{subpath:r}=(0,gc.getQuery)(),a=(0,s.createElement)(dc,{isSecondary:!0,icon:v_,iconSize:20,iconPosition:"right",text:(0,o.__)("Refresh to sync","google-listings-and-ads"),onClick:n,disabled:!e});let i;const l=(0,s.createElement)(s.Fragment,null,(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("Edit your store address in your <link>WooCommerce settings</link>.","google-listings-and-ads"),{link:(0,s.createElement)(ql,{target:"_blank",type:"external",href:"admin.php?page=wc-settings",eventName:"gla_edit_wc_store_address",eventProps:{path:(0,gc.getPath)(),subpath:r}})})),(0,s.createElement)("p",null,(0,o.__)("Once you’ve saved your new address there, refresh to sync your new address with Google.","google-listings-and-ads")));if(e){const{address:e,address2:n,city:r,state:o,country:a,postcode:l}=t,c=[r,o?`${o} - ${a}`:a,l].filter(Boolean).join(", ");i=(0,s.createElement)("div",null,(0,s.createElement)("div",null,e),n&&(0,s.createElement)("div",null,n),(0,s.createElement)("div",null,c))}else i=(0,s.createElement)(Bl.Spinner,null);return(0,s.createElement)(xp,{className:"gla-store-address-card",appearance:Ep.ADDRESS,alignIcon:"top",alignIndicator:"top",description:l,indicator:a},(0,s.createElement)(ef,null),(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)(cp.Title,null,(0,o.__)("Store address","google-listings-and-ads")),i))};function w_(e){let{editHref:t,learnMore:n}=e;const{loaded:r,data:a}=zv("mc");let i,l;if(r){const{isAddressFilled:e,isMCAddressDifferent:t,address:r,address2:c,city:u,state:d,country:g,postcode:p}=a,f=d?`${d} - ${g}`:g;e&&!t?i=[r,c,u,f,p].filter(Boolean).join(", "):(l=(0,o.__)("Please add your store address","google-listings-and-ads"),i=(0,s.createElement)(s.Fragment,null,(0,o.__)("Google requires the store address for all stores using Google Merchant Center. ","google-listings-and-ads"),n))}return(0,s.createElement)(h_,{appearance:Ep.ADDRESS,editHref:t,editEventName:"gla_edit_mc_store_address",loading:!r,warning:l,content:i})}var E_=e=>{let{loaded:t,data:{display:n,isValid:r}}=e;const o=!!n,a=(0,gc.getPath)();(0,s.useEffect)((()=>{t&&(0,Dl.recordEvent)("gla_mc_phone_number_check",{path:a,exist:o,isValid:r})}),[o,r,t,a])};const $_="contact-information-read-more",C_="https://docs.woocommerce.com/document/google-listings-and-ads/#contact-information",k_=(0,o.__)("Your contact information is required by Google for verification purposes. It will be shared with the Google Merchant Center and will not be displayed to customers.","google-listings-and-ads"),S_=(0,o.__)("Enter contact information","google-listings-and-ads"),x_=(0,o.__)("Contact information","google-listings-and-ads");function O_(){return(0,s.createElement)(gp,{title:x_,description:k_},(0,s.createElement)(fp,{size:"overlap"},(0,s.createElement)(y_,{editHref:(0,gc.getNewPath)({subpath:bc},Cc,null),learnMore:(0,s.createElement)(zl,{context:"settings-no-phone-number-notice",linkId:$_,href:C_},(0,o.__)("Learn more","google-listings-and-ads"))}),(0,s.createElement)(w_,{editHref:(0,gc.getNewPath)({subpath:_c},Cc,null),learnMore:(0,s.createElement)(zl,{context:"settings-no-store-address-notice",linkId:$_,href:C_},(0,o.__)("Learn more","google-listings-and-ads"))})))}var P_=e=>{let{onPhoneNumberVerified:t}=e;const n=e_(),r=S_;return E_(n),(0,s.createElement)(gp,{title:r,description:(0,s.createElement)("div",null,(0,s.createElement)("p",null,k_),(0,s.createElement)("p",null,(0,s.createElement)(zl,{context:"setup-mc-contact-information",linkId:$_,href:C_},(0,o.__)("Learn more","google-listings-and-ads"))))},(0,s.createElement)(fp,{size:"large"},(0,s.createElement)(f_,{view:"setup-mc",phoneNumber:n,initEditing:!0,onPhoneNumberVerified:t}),(0,s.createElement)(b_,null)))},A_=e=>{let{id:t,children:n}=e;const[r,o]=(0,s.useState)(!1);return(0,s.createElement)("span",{className:"help-popover"},(0,s.createElement)("button",{onClick:()=>{o(!0),(0,Dl.recordEvent)("gla_tooltip_viewed",{id:t})}},(0,s.createElement)(zg.Z,{size:16})),r&&(0,s.createElement)(cl,{focusOnMount:"container",onClose:()=>{o(!1)}},n))},N_=e=>{const{formProps:t}=e,{getInputProps:n}=t;return(0,s.createElement)("div",{className:"gla-pre-launch-checklist"},(0,s.createElement)(gp,{title:(0,o.__)("Pre-Launch Checklist","google-listings-and-ads"),description:(0,s.createElement)("div",null,(0,s.createElement)("p",null,(0,o.__)("Ensure you meet Google Merchant Center requirements by reviewing this checklist. Otherwise, your products may be disapproved or your Google Merchant Center account may be suspended by Google.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,s.createElement)(zl,{context:"setup-mc-checklist",linkId:"checklist-requirements",href:"https://woocommerce.com/document/google-listings-and-ads/compliance-policy"},(0,o.__)("Read Google Merchant requirements","google-listings-and-ads"))))},(0,s.createElement)(gp.Card,null,(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)(fp,{size:"large"},(0,s.createElement)("div",{className:"gla-pre-launch-checklist__checkbox_popover"},(0,s.createElement)(Vh,l({label:(0,s.createElement)("span",{className:"gla-pre-launch-checklist__checkbox_popover"},(0,s.createElement)("span",{className:"checkbox-label"},(0,o.__)("My store website is live.","google-listings-and-ads")),(0,s.createElement)(A_,{id:"website_live"},(0,s.createInterpolateElement)((0,o.__)("Ensure your store website and products are online and accessible to your customers. <link>Read more</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"setup-mc-checklist",linkId:"check-website-is-live",href:"https://woocommerce.com/document/google-listings-and-ads/compliance-policy/#store-is-live"})})))},n("website_live")))),(0,s.createElement)(Vh,l({label:(0,s.createElement)("span",{className:"gla-pre-launch-checklist__checkbox_popover"},(0,s.createElement)("span",{className:"checkbox-label"},(0,o.__)("I have a complete and secure checkout process.","google-listings-and-ads")),(0,s.createElement)(A_,{id:"checkout_process_secure"},(0,s.createElement)("p",null,(0,o.__)("Ensure customers are able to successfully add items to the cart and fully complete the checkout process.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("Payment and transaction processing, as well as collection of any sensitive and financial personal information from the user, must be conducted over a secure processing server (SSL-protected, with a valid SSL certificate - https://). <link>Read more</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"setup-mc-checklist",linkId:"check-checkout-process",href:"https://woocommerce.com/document/google-listings-and-ads/compliance-policy/#complete-checkout"})}))))},n("checkout_process_secure"))),(0,s.createElement)(Vh,l({label:(0,s.createElement)("span",{className:"gla-pre-launch-checklist__checkbox_popover"},(0,s.createElement)("span",{className:"checkbox-label"},(0,o.__)("My payment methods are visible on my website.","google-listings-and-ads")),(0,s.createElement)(A_,{id:"payment_methods_visible"},(0,s.createInterpolateElement)((0,o.__)("Ensure customers have at least one valid payment method, such as credit card, direct bank transfer, or cash on delivery. <link>Read more</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"setup-mc-checklist",linkId:"check-payment-methods",href:"https://woocommerce.com/document/google-listings-and-ads/compliance-policy/#payment-methods"})})))},n("payment_methods_visible"))),(0,s.createElement)(Vh,l({label:(0,s.createElement)("span",{className:"gla-pre-launch-checklist__checkbox_popover"},(0,s.createElement)("span",{className:"checkbox-label"},(0,o.__)("My refund policy and terms of service are visible on my online store.","google-listings-and-ads")),(0,s.createElement)(A_,{id:"refund_tos_visible"},(0,s.createInterpolateElement)((0,o.__)("Your site must provide a clear and conspicuous return policy and billing terms to customers. <link>Read more</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"setup-mc-checklist",linkId:"check-refund-policy",href:"https://woocommerce.com/document/google-listings-and-ads/compliance-policy/#refund-and-terms"})})))},n("refund_tos_visible"))),(0,s.createElement)(Vh,l({label:(0,s.createElement)("span",{className:"gla-pre-launch-checklist__checkbox_popover"},(0,s.createElement)("span",{className:"checkbox-label"},(0,o.__)("My store’s phone number, email and/or address are visible on my website.","google-listings-and-ads")),(0,s.createElement)(A_,{id:"contact_info_visible"},(0,s.createInterpolateElement)((0,o.__)("Your website must display sufficient and accurate contact information to your customers, including a telephone number and/or email. <link>Read more</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"setup-mc-checklist",linkId:"check-phone-numbers",href:"https://woocommerce.com/document/google-listings-and-ads/compliance-policy/#contact-info"})})))},n("contact_info_visible"))))))))};function R_(e){const t={};return!0!==e.website_live&&(t.website_live=(0,o.__)("Please check the requirement.","google-listings-and-ads")),!0!==e.checkout_process_secure&&(t.checkout_process_secure=(0,o.__)("Please check the requirement.","google-listings-and-ads")),!0!==e.payment_methods_visible&&(t.payment_methods_visible=(0,o.__)("Please check the requirement.","google-listings-and-ads")),!0!==e.refund_tos_visible&&(t.refund_tos_visible=(0,o.__)("Please check the requirement.","google-listings-and-ads")),!0!==e.contact_info_visible&&(t.contact_info_visible=(0,o.__)("Please check the requirement.","google-listings-and-ads")),t}function T_(){const e=Bv(),{updateGoogleMCContactInformation:t,saveSettings:n}=Og(),{createNotice:r}=Np(),{data:a}=zv(),{settings:i}=cy(),[l,c]=(0,s.useState)(!1),[u,d]=(0,s.useState)(!0),[g,p]=(0,s.useState)(!1);return i?(0,s.createElement)(tp,null,(0,s.createElement)(np,{title:(0,o.__)("Confirm store requirements","google-listings-and-ads"),description:(0,o.__)("Review and confirm that your store meets Google Merchant Center requirements.","google-listings-and-ads")}),(0,s.createElement)(Bl.Form,{initialValues:{website_live:i.website_live,checkout_process_secure:i.checkout_process_secure,payment_methods_visible:i.payment_methods_visible,refund_tos_visible:i.refund_tos_visible,contact_info_visible:i.contact_info_visible},validate:R_,onChange:async(e,t)=>{try{await n(t),d(!0)}catch(e){u&&r("error",(0,o.__)("There was an error trying to save settings. Please try again later.","google-listings-and-ads")),d(!1)}},onSubmit:async()=>{try{p(!0),await t(),await Vc()({path:"/wc/gla/mc/settings/sync",method:"POST"});const n=(0,gc.getNewPath)({guide:"submission-success"},"/google/product-feed");window.location.href=e+n}catch(e){p(!1),r("error",(0,o.__)("Unable to complete your setup. Please try again later.","google-listings-and-ads"))}}},(e=>{const{handleSubmit:t,isValidForm:n}=e,r=n&&l&&a.isAddressFilled&&u;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(P_,{onPhoneNumberVerified:()=>c(!0)}),(0,s.createElement)(N_,{formProps:e}),(0,s.createElement)(rp,null,(0,s.createElement)(dc,{isPrimary:!0,loading:g,disabled:!r,onClick:t},(0,o.__)("Complete setup","google-listings-and-ads"))))}))):(0,s.createElement)(Wg,null)}var M_={accounts:"1",target_audience:"2",shipping_and_taxes:"3",store_requirements:"4"},j_=e=>{let{savedStep:t,onRefetchSavedStep:n=(()=>{})}=e;const[r,a]=(0,s.useState)(t),i=e=>{Number(e)<=Number(t)&&a(e)};return(0,s.createElement)(Bl.Stepper,{className:"gla-setup-stepper",currentStep:r,steps:[{key:M_.accounts,label:(0,o.__)("Set up your accounts","google-listings-and-ads"),content:(0,s.createElement)(iy,{onContinue:()=>{(0,Dl.recordEvent)("gla_setup_mc",{target:"step1_continue",trigger:"click"}),a(M_.target_audience),n()}}),onClick:i},{key:M_.target_audience,label:(0,o.__)("Choose your audience","google-listings-and-ads"),content:(0,s.createElement)(Gv,{onContinue:()=>{(0,Dl.recordEvent)("gla_setup_mc",{target:"step2_continue",trigger:"click"}),a(M_.shipping_and_taxes),n()}}),onClick:i},{key:M_.shipping_and_taxes,label:(0,o.__)("Configure your product listings","google-listings-and-ads"),content:(0,s.createElement)(Dv,{onContinue:()=>{(0,Dl.recordEvent)("gla_setup_mc",{target:"step3_continue",trigger:"click"}),a(M_.store_requirements),n()}}),onClick:i},{key:M_.store_requirements,label:(0,o.__)("Confirm store requirements","google-listings-and-ads"),content:(0,s.createElement)(T_,null),onClick:i}]})},I_=()=>{const{hasFinishedResolution:e,data:t,invalidateResolution:n}=Ag("getMCSetup");if(!e&&!t)return(0,s.createElement)(Wg,null);if(e&&!t)return null;const{status:r,step:o}=t;return"complete"===r?((0,gc.getHistory)().replace((0,gc.getNewPath)({},"/google/dashboard")),null):(0,s.createElement)(j_,{savedStep:M_[o],onRefetchSavedStep:()=>{n()}})},F_=()=>(Gg("full-page"),(0,s.createElement)(s.Fragment,null,(0,s.createElement)(Vg,null),(0,s.createElement)(I_,null)));function D_(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:()=>!0;(0,s.useEffect)((()=>{const r=t=>{t.preventDefault(),t.returnValue=e};t&&window.addEventListener("beforeunload",r);const o=(0,gc.getHistory)().block((r=>{let a=!0;const i=(null==r?void 0:r.location)||r;if(t&&n(i)&&(a=window.confirm(e)),a){if(o(),void 0===(null==r?void 0:r.retry))return!0;r.retry()}return!1}));return()=>{o(),window.removeEventListener("beforeunload",r)}}),[e,t,n])}const L_="getGoogleAdsAccount";var G_=()=>{const{google:e,isResolving:t}=Jg(),n=Og(),r=(0,s.useCallback)((()=>{n.invalidateResolution(L_,[])}),[n]);return(0,dn.useSelect)((n=>{if(!e||"no"===e.active)return{googleAdsAccount:void 0,isResolving:t};const o=n(Gc);return{googleAdsAccount:o.getGoogleAdsAccount(),isResolving:o.isResolving(L_),refetchGoogleAdsAccount:r,hasFinishedResolution:o.hasFinishedResolution(L_)}}),[e,t,r])};function B_(e){
|
| 22 |
// translators: %s: user's account ID
|
| 23 |
-
return(0,o.sprintf)((0,o.__)("Account %s","google-listings-and-ads"),e)}function
|
| 24 |
-
(0,o.__)("%1$s (%2$s)","google-listings-and-ads"),e.name,e.id)})))];return(0,s.createElement)(Kf,l({options:r},n))},
|
| 25 |
(0,o.__)("Most merchants targeting similar countries set a daily budget of <strong>%1$f to %2$f %3$s</strong> for approximately 10 conversions a week.","google-listings-and-ads"):// translators: it's a range of recommended budget amount. 1: the low value of the range, 2: the high value of the range, 3: the currency of amount, 4: a country name selected by the merchant.
|
| 26 |
-
(0,o.__)("Most merchants targeting <strong>%4$s</strong> set a daily budget of <strong>%1$f to %2$f %3$s</strong> for approximately 10 conversions a week.","google-listings-and-ads");for(var r=arguments.length,a=new Array(r>1?r-1:0),i=1;i<r;i++)a[i-1]=arguments[i];return(0,s.createInterpolateElement)((0,o.sprintf)(n,...a),t)}(l.length>1,c,u,i,g),f=n<c;return(0,s.createElement)("div",{className:"gla-budget-recommendation"},(0,s.createElement)("div",{className:"gla-budget-recommendation__recommendation"},(0,s.createElement)(sw.Z,null),(0,s.createElement)("div",null,p)),f&&(0,s.createElement)("div",{className:"gla-budget-recommendation__low-budget"},(0,s.createElement)(sw.Z,null),(0,s.createElement)("div",null,(0,o.__)("With a budget lower than your competitor range, your campaign may not get noticeable results.","google-listings-and-ads"))))};const cw={noPointerEvents:!0,readOnly:!0,tabIndex:-1};var uw=e=>{const{formProps:{getInputProps:t,setValue:n,values:r},disabled:a=!1}=e,{countryCodes:i,amount:c}=r,{googleAdsAccount:u}=G_(),d=30.4*c,g=null==u?void 0:u.currency,p=(0,s.useRef)();p.current=n;const f=(0,s.useRef)(c);return(0,s.useEffect)((()=>{const e=a?void 0:f.current;p.current("amount",e)}),[a]),(0,s.createElement)("div",{className:"gla-budget-section"},(0,s.createElement)(gp,{disabled:a,title:(0,o.__)("Budget","google-listings-and-ads"),description:(0,s.createElement)(s.Fragment,null,(0,s.createElement)("p",null,(0,o.__)("Enter a daily average cost that works best for your business and the results that you want. You can change your budget or cancel your ad at any time.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,o.__)("You will be billed directly by Google Ads.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,o.__)("Google will optimize your ads to maximize performance across your selected country(s).","google-listings-and-ads")))},(0,s.createElement)(gp.Card,null,(0,s.createElement)(gp.Card.Body,{className:"gla-budget-section__card-body"},(0,s.createElement)("div",{className:"gla-budget-section__card-body__cost"},(0,s.createElement)(jy,l({label:(0,o.__)("Daily average cost","google-listings-and-ads"),suffix:g},t("amount"),a&&cw)),(0,s.createElement)(jy,{disabled:!0,label:(0,o.__)("Monthly max, estimated ","google-listings-and-ads"),suffix:g,value:d})),i.length>0&&(0,s.createElement)(lw,{countryCodes:i,dailyAverageCost:c})))))},dw=()=>{const e=e=>t=>{(0,Dl.recordEvent)("gla_setup_ads_faq",{id:e,action:t?"expand":"collapse"})};return(0,s.createElement)(gp,null,(0,s.createElement)(Yi,{header:(0,o.__)("Frequently asked questions","google-listings-and-ads")},(0,s.createElement)(Il,{initialOpen:!1,title:(0,o.__)("What do I pay for?","google-listings-and-ads"),onToggle:e("what-do-i-pay-for")},(0,s.createElement)(Fl,null,(0,o.__)("You only pay when someone clicks on your product ads to your store.","google-listings-and-ads"))),(0,s.createElement)(Il,{initialOpen:!1,title:(0,o.__)("What does daily average or monthly max mean?","google-listings-and-ads"),onToggle:e("what-does-daily-average-monthly-max-mean")},(0,s.createElement)(Fl,null,(0,o.__)("Some days you might spend less than your daily average, and on others you might spend up to 4 times as much. But over a month, your total spend across the month will be approximately as calculated above.","google-listings-and-ads")))))},gw=e=>{const{formProps:t}=e,n=!t.values.countryCodes.length;return(0,s.createElement)("div",{className:"gla-campaign-form-content"},(0,s.createElement)(iw,{formProps:t}),(0,s.createElement)(uw,{formProps:t,disabled:n}),(0,s.createElement)(dw,null))},pw=e=>{const{formProps:t,onContinue:n=(()=>{})}=e,{isValidForm:r}=t;return(0,s.createElement)(tp,null,(0,s.createElement)(np,{title:(0,o.__)("Create your paid campaign","google-listings-and-ads"),description:(0,s.createInterpolateElement)((0,o.__)("Paid Performance Max campaigns are automatically optimized for you by Google. <link>See what your ads will look like.</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"setup-ads",linkId:"see-what-ads-look-like",href:"https://support.google.com/google-ads/answer/6275294"})})}),(0,s.createElement)(gw,{formProps:t}),(0,s.createElement)(rp,null,(0,s.createElement)(dc,{isPrimary:!0,disabled:!r,onClick:n},(0,o.__)("Continue","google-listings-and-ads"))))},fw=e=>{const{title:t,button:n}=e;return(0,s.createElement)(Zf,{className:"gla-title-button-layout"},(0,s.createElement)(cp.Title,{className:"title"},t),n)},mw=(e,t)=>{const n=(()=>{const[e,t]=(0,s.useState)(document.hasFocus());return(0,s.useEffect)((()=>{const e=()=>{t(!0)},n=()=>{t(!1)};return window.addEventListener("focus",e),window.addEventListener("blur",n),()=>{window.removeEventListener("focus",e),window.removeEventListener("blur",n)}}),[]),e})();(0,s.useEffect)((()=>{if(!n)return;e();const r=setInterval(e,1e3*t);return()=>clearInterval(r)}),[e,t,n])};const hw=()=>Vc()({path:"/wc/gla/ads/accounts",method:"POST"});var yw=e=>{let{billingUrl:t,onSetupComplete:n}=e;const{googleAdsAccount:r}=G_();return function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:()=>{};const{createNotice:t}=Np(),{receiveGoogleAdsAccountBillingStatus:n}=Og(),r=(0,s.useCallback)((async()=>{const r=await Vc()({path:"/wc/gla/ads/billing-status"});if("approved"===r.status)try{await hw(),await e(),n(r)}catch(e){t("error",(0,o.__)("Unable to complete your Google Ads account setup. Please try again later.","google-listings-and-ads"))}}),[t,e,n]);mw(r,30)}(n),r?(0,s.createElement)("div",{className:"gla-google-ads-billing-setup-card"},(0,s.createElement)(gp.Card,null,(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)("div",{className:"gla-google-ads-billing-setup-card__account-number"},(0,s.createElement)(fw,{title:B_(r.id)})),(0,s.createElement)("div",{className:"gla-google-ads-billing-setup-card__description"},(0,s.createElement)("div",{className:"gla-google-ads-billing-setup-card__description__text"},(0,o.__)("You do not have billing information set up in your Google Ads account. Once you have completed your billing setup, your campaign will launch automatically.","google-listings-and-ads")),(0,s.createElement)(dc,{isSecondary:!0,href:t,target:"_blank",eventName:"gla_ads_set_up_billing_click",eventProps:{context:"setup-ads",link_id:"set-up-billing",href:t}},(0,o.__)("Set up billing","google-listings-and-ads")))))):(0,s.createElement)(Wg,null)},vw=__webpack_require__(7188),bw=()=>{const{googleAdsAccount:e}=G_();return e?(0,s.createElement)("div",{className:"gla-google-ads-billing-saved-card"},(0,s.createElement)(gp.Card,null,(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)("div",{className:"gla-google-ads-billing-saved-card__account-number"},(0,s.createElement)(fw,{title:B_(e.id)})),(0,s.createElement)("div",{className:"gla-google-ads-billing-saved-card__description"},(0,s.createElement)(vw.Z,null),(0,s.createElement)("div",null,(0,s.createInterpolateElement)((0,o.__)("Great! You already have billing information saved for this <link>Google Ads account</link>.","google-listings-and-ads"),{link:(0,s.createElement)(ql,{eventName:"gla_google_ads_account_link_click",eventProps:{context:"setup-ads",link_id:"google-ads-account",href:"https://ads.google.com/aw/overview "},type:"external",target:"_blank",href:"https://ads.google.com/aw/overview"})})))))):(0,s.createElement)(Wg,null)},_w=e=>{const{formProps:{isSubmitting:t,handleSubmit:n}}=e,{billingStatus:r}=(0,dn.useSelect)((e=>({billingStatus:e(Gc).getGoogleAdsAccountBillingStatus()})),[]);return r?(0,s.createElement)(tp,null,(0,s.createElement)(np,{title:(0,o.__)("Set up billing","google-listings-and-ads"),description:"approved"===r.status?(0,o.__)("You will be billed directly by Google Ads, and you only pay when you get results.","google-listings-and-ads"):(0,o.__)("In order to launch your paid campaign, your billing information is required. You will be billed directly by Google and only pay when someone clicks on your ad.","google-listings-and-ads")}),(0,s.createElement)(gp,{title:(0,o.__)("Payment info through Google Ads","google-listings-and-ads")},"approved"===r.status?(0,s.createElement)(bw,null):(0,s.createElement)(yw,{billingUrl:r.billing_url||"https://support.google.com/google-ads/answer/2375375",onSetupComplete:n})),"approved"===r.status&&(0,s.createElement)(rp,null,(0,s.createElement)(dc,{isPrimary:!0,loading:t,onClick:n},(0,o.__)("Launch paid campaign","google-listings-and-ads")))):(0,s.createElement)(Wg,null)},ww=e=>{const{formProps:t}=e,[n,r]=(0,s.useState)("1"),a=e=>{e<n&&r(e)};return(0,s.createElement)(Bl.Stepper,{className:"gla-setup-stepper",currentStep:n,steps:[{key:"1",label:(0,o.__)("Set up your accounts","google-listings-and-ads"),content:(0,s.createElement)(ow,{onContinue:()=>{r("2")}}),onClick:a},{key:"2",label:(0,o.__)("Create your paid campaign","google-listings-and-ads"),content:(0,s.createElement)(pw,{formProps:t,onContinue:()=>{r("3")}}),onClick:a},{key:"3",label:(0,o.__)("Set up billing","google-listings-and-ads"),content:(0,s.createElement)(_w,{formProps:t}),onClick:a}]})},Ew=()=>(0,s.createElement)(qg,{title:(0,o.__)("Set up paid campaign","google-listings-and-ads"),helpButton:(0,s.createElement)(Ug,{eventContext:"setup-ads"}),backHref:(0,gc.getNewPath)({},"/google/dashboard"),onBackButtonClick:()=>{(0,Dl.recordEvent)("gla_setup_ads",{target:"back",trigger:"click"})}}),$w=e=>{const{formProps:t}=e;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(Ew,null),(0,s.createElement)(ww,{formProps:t}))},Cw=e=>{const t={};return 0===e.countryCodes.length&&(t.countryCodes=(0,o.__)("Please select at least one country for your ads campaign.","google-listings-and-ads")),e.amount<=0&&(t.amount=(0,o.__)("Please make sure daily average cost is greater than 0.","google-listings-and-ads")),t},kw=()=>{const[e,t]=(0,s.useState)(!1),[n,r]=(0,s.useState)(!1),[a,i]=function(){const{createAdsCampaign:e}=Og(),{createNotice:t}=Np(),[n,r]=(0,s.useState)(!1),a=(0,s.useCallback)((()=>Vc()({path:"/wc/gla/ads/setup/complete",method:"POST"}).catch((()=>(t("error",(0,o.__)("Unable to complete your ads setup. Please try again later.","google-listings-and-ads")),Promise.reject())))),[t]);return[(0,s.useCallback)(((t,n,o)=>{r(!0),e(t,n).then(a).then(o).catch((()=>r(!1)))}),[e,a]),n]}(),l=Bv(),{data:c}=Cy(),u={amount:0,countryCodes:c};(0,s.useEffect)((()=>{if(n){const e=(0,gc.getNewPath)({guide:"campaign-creation-success"},"/google/dashboard");window.location.href=l+e}}),[n,l]);const d=e&&!n;return D_((0,o.__)("You have unsaved campaign data. Are you sure you want to leave?","google-listings-and-ads"),d),c?(0,s.createElement)(Bl.Form,{initialValues:u,validate:Cw,onChange:(e,n)=>{t(!(0,ie.isEqual)(u,n))},onSubmit:e=>{const{amount:t,countryCodes:n}=e;(0,Dl.recordEvent)("gla_launch_paid_campaign_button_click",{audiences:n.join(","),budget:t}),a(t,n,(()=>{r(!0)}))}},(e=>{const t={...e,isSubmitting:i};return(0,s.createElement)($w,{formProps:t})})):null},Sw=()=>(Gg("full-page"),(0,s.createElement)(kw,null)),xw=e=>{let{context:t}=e;const{googleAdsAccount:n}=G_(),{code:r}=Ay();return n&&"connected"===n.status&&n.currency!==r?(0,s.createElement)(Dc,{className:"gla-different-currency-notice",status:"warning",isDismissible:!1},(0,s.createInterpolateElement)((0,o.__)("Note: The currency set in your Google Ads account is <adsCurrency />, which is different from your store currency, <storeCurrency />. <readMoreLink>Read more</readMoreLink>","google-listings-and-ads"),{adsCurrency:(0,s.createElement)("strong",null,n.currency),storeCurrency:(0,s.createElement)("strong",null,r),readMoreLink:(0,s.createElement)(zl,{className:"gla-different-currency-notice__link",href:"https://support.google.com/google-ads/answer/9841530",context:t,linkId:"setting-up-currency"})})):null};const Ow="https://support.google.com/google-ads/answer/11576060",Pw={title:(0,o.__)("Your Google Listings & Ads campaigns will soon be automatically upgraded","google-listings-and-ads"),content:(0,o.__)("From July through September, Google will be upgrading your existing campaigns from Smart Shopping to Performance Max, giving you the same benefits, plus expanded reach. There will be no impact to your spend or campaign settings due to this upgrade.","google-listings-and-ads"),externalLink:{link:Ow,linkId:"campaign-conversion-status-before-migration-read-more",content:(0,o.__)("Learn more about this upgrade","google-listings-and-ads")},localStorageKey:"gla-is-before-migration-notice-dismissed"};var Aw={AFTER_CONVERSION:{title:(0,o.__)("Your Google Listings & Ads campaigns have been automatically upgraded","google-listings-and-ads"),content:(0,s.createInterpolateElement)((0,o.__)("Google has auto-upgraded your existing campaigns from Smart Shopping to Performance Max, giving you the same benefits plus extended reach across the Google network. No changes were made to your campaign settings and metrics from previous campaigns will continue to be available in <link>Reports</link> for historical purposes.","google-listings-and-ads"),{link:(0,s.createElement)(ql,{href:Pc(),className:"gla-campaign-conversion-status-notice-reports__link",eventName:"gla_upgrade_campaign_reports_link_click",eventProps:{context:"dashboard",href:Pc()}})}),externalLink:{link:Ow,linkId:"campaign-conversion-status-after-migration-read-more",content:(0,o.__)("Learn more about this upgrade","google-listings-and-ads")},localStorageKey:"gla-is-after-migration-notice-dismissed"},BEFORE_CONVERSION:Pw,REPORTS_CONVERSION:{localStorageKey:"gla-is-reports-migration-notice-dismissed",content:(0,s.createInterpolateElement)((0,o.__)("Your existing campaigns have been upgraded to Performance Max. <readMoreLink>Learn more about this upgrade</readMoreLink>","google-listings-and-ads"),{readMoreLink:(0,s.createElement)(zl,{context:"reports-programs",href:Ow,linkId:"campaign-conversion-status-after-migration-reports-read-more"})})}},Nw=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(new Date).getTime();if(!e)return null;const n="converted"===e.status,r=e.updated,o=r&&t-1e3*r<2592e6;return n?o?"AFTER_CONVERSION":null:"BEFORE_CONVERSION"};const Rw="undefined"!=typeof window&&"localStorage"in window,Tw={get:e=>Rw?window.localStorage.getItem(e):null,set:(e,t)=>Rw?window.localStorage.setItem(e,t):null,remove:e=>Rw?window.localStorage.removeItem(e):null};var Mw=Tw,jw=e=>{let{children:t,localStorageKey:n=null,onRemove:r=ie.noop,...o}=e;const a="true"===Mw.get(n),[i,c]=(0,s.useState)(a);return i?null:(0,s.createElement)(Dc,l({onRemove:()=>{n&&Mw.set(n,!0),r(),c(!0)}},o),t)};const Iw=()=>(0,s.createElement)(El,{className:"gla-campaign-conversion-status-notice__external_icon",icon:Lc,size:18});var Fw=e=>{let{context:t}=e;const n=Nw(Zl.adsCampaignConvertStatus),r=Aw[n];return r?(0,s.createElement)(jw,{className:"gla-campaign-conversion-status-notice",localStorageKey:r.localStorageKey},(0,s.createElement)(Ii,{variant:"subtitle.small",className:"gla-campaign-conversion-status-notice__title","data-testid":"gla-campaign-conversion-dashboard-notice"},r.title),(0,s.createElement)("p",null,r.content),(0,s.createElement)("p",{className:"gla-campaign-conversion-status-notice__external_link"},(0,s.createElement)(zl,{context:t,linkId:r.externalLink.linkId,href:r.externalLink.link},r.externalLink.content,(0,s.createElement)(Iw,null)))):null};var Dw=["menuitem","menuitemradio","menuitemcheckbox"],Lw=function(e){Ns(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ms(t);if(n){var o=Ms(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ts(this,e)});function o(){var e;return Os(this,o),(e=r.apply(this,arguments)).onKeyDown=e.onKeyDown.bind(Rs(e)),e.bindContainer=e.bindContainer.bind(Rs(e)),e.getFocusableContext=e.getFocusableContext.bind(Rs(e)),e.getFocusableIndex=e.getFocusableIndex.bind(Rs(e)),e}return As(o,[{key:"componentDidMount",value:function(){this.container.addEventListener("keydown",this.onKeyDown),this.container.addEventListener("focus",this.onFocus)}},{key:"componentWillUnmount",value:function(){this.container.removeEventListener("keydown",this.onKeyDown),this.container.removeEventListener("focus",this.onFocus)}},{key:"bindContainer",value:function(e){var t=this.props.forwardedRef;this.container=e,(0,ie.isFunction)(t)?t(e):t&&"current"in t&&(t.current=e)}},{key:"getFocusableContext",value:function(e){var t=(this.props.onlyBrowserTabstops?ls.focus.tabbable:ls.focus.focusable).find(this.container),n=this.getFocusableIndex(t,e);return n>-1&&e?{index:n,target:e,focusables:t}:null}},{key:"getFocusableIndex",value:function(e,t){var n=e.indexOf(t);if(-1!==n)return n}},{key:"onKeyDown",value:function(e){this.props.onKeyDown&&this.props.onKeyDown(e);var t=this.getFocusableContext,n=this.props,r=n.cycle,o=void 0===r||r,a=n.eventToOffset,i=n.onNavigate,s=void 0===i?ie.noop:i,l=n.stopNavigationEvents,c=a(e);if(void 0!==c&&l){e.stopImmediatePropagation();var u=e.target.getAttribute("role");Dw.includes(u)&&e.preventDefault()}if(c){var d=t(e.target.ownerDocument.activeElement);if(d){var g=d.index,p=d.focusables,f=o?function(e,t,n){var r=e+n;return r<0?t+r:r>=t?r-t:r}(g,p.length,c):g+c;f>=0&&f<p.length&&(p[f].focus(),s(f,p[f]))}}}},{key:"render",value:function(){var e=this.props,t=e.children,n=c(e,["children"]);return(0,s.createElement)("div",l({ref:this.bindContainer},(0,ie.omit)(n,["stopNavigationEvents","eventToOffset","onNavigate","onKeyDown","cycle","onlyBrowserTabstops","forwardedRef"])),t)}}]),o}(s.Component),Gw=function(e,t){return(0,s.createElement)(Lw,l({},e,{forwardedRef:t}))};Gw.displayName="NavigableContainer";var Bw=(0,s.forwardRef)(Gw),qw=(0,s.forwardRef)((function(e,t){var n=e.role,r=void 0===n?"menu":n,o=e.orientation,a=void 0===o?"vertical":o,i=c(e,["role","orientation"]);return(0,s.createElement)(Bw,l({ref:t,stopNavigationEvents:!0,onlyBrowserTabstops:!1,role:r,"aria-orientation":"presentation"===r?null:a,eventToOffset:function(e){var t=e.keyCode,n=[cs.DOWN],r=[cs.UP];return"horizontal"===a&&(n=[cs.RIGHT],r=[cs.LEFT]),"both"===a&&(n=[cs.RIGHT,cs.DOWN],r=[cs.LEFT,cs.UP]),(0,ie.includes)(n,t)?1:(0,ie.includes)(r,t)?-1:(0,ie.includes)([cs.DOWN,cs.UP,cs.LEFT,cs.RIGHT],t)?0:void 0}},i))}));const zw=e=>{let{tabId:t,href:n,children:r,selected:o,...a}=e;return(0,s.createElement)(Bl.Link,l({role:"tab",tabIndex:o?null:-1,"aria-selected":o,id:t,href:n},a),r)};var Hw=e=>{const{selectedKey:t,tabs:n}=e;return(0,s.createElement)("div",{className:"app-tab-nav"},(0,s.createElement)(qw,{role:"tablist",orientation:"horizontal",className:"app-tab-nav__tabs"},n.map((e=>(0,s.createElement)(zw,{className:d()("components-button","app-tab-nav__tabs-item",{"is-active":e.key===t}),tabId:`${e.key}`,"aria-controls":`${e.key}-view`,selected:e.key===t,key:e.key,href:e.href},e.title)))))},Uw=()=>{var e;return!(null===(e=window.wcAdminFeatures)||void 0===e||!e.navigation)};const Vw={match:{url:"/google/dashboard"},wpOpenMenu:"toplevel_page_woocommerce-marketing"};function Ww(){const e=Uw();return(0,s.useEffect)((()=>{e||window.wpNavMenuClassChange(Vw,Vw.match.url)}),[e])}let Yw=[{key:"dashboard",title:(0,o.__)("Dashboard","google-listings-and-ads"),href:(0,gc.getNewPath)({},"/google/dashboard",{})},{key:"reports",title:(0,o.__)("Reports","google-listings-and-ads"),href:(0,gc.getNewPath)({},"/google/reports",{})},{key:"product-feed",title:(0,o.__)("Product Feed","google-listings-and-ads"),href:(0,gc.getNewPath)({},"/google/product-feed",{})},{key:"settings",title:(0,o.__)("Settings","google-listings-and-ads"),href:(0,gc.getNewPath)({},"/google/settings",{})}];Zl.enableReports||(Yw=Yw.filter((e=>{let{key:t}=e;return"reports"!==t})));var Kw=()=>{Ww();const e=(()=>{var e;const t=(0,gc.getPath)();return null===(e=Yw.find((e=>t.includes(e.key))))||void 0===e?void 0:e.key})();return(0,s.createElement)(Hw,{tabs:Yw,selectedKey:e})},Qw=()=>Uw()?null:(0,s.createElement)(Kw,null),Zw=window.wc.customerEffortScore,Xw=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Bc;return(0,dn.useSelect)((t=>t(e).getNotices()),[e])};const Jw=__webpack_require__.n(Zw)()||Zw.CustomerEffortScore;var eE=e=>{let{eventContext:t,label:n}=e;return function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Bc;const n=Xw(t).find((t=>t.content===e));(0,s.useEffect)((()=>{const{removeNotice:e}=(0,dn.dispatch)(t);return()=>{n&&e(n.id)}}),[n,t])}(n,"core/notices2"),(0,s.createElement)(Jw,{label:n,recordScoreCallback:(e,n)=>{(0,Dl.recordEvent)("gla_ces_feedback",{context:t,score:e,comments:n||""})},onNoticeShownCallback:()=>{Mw.remove(ac),(0,Dl.recordEvent)("gla_ces_snackbar_open",{context:t})},onNoticeDismissedCallback:()=>{(0,Dl.recordEvent)("gla_ces_snackbar_closed",{context:t})},onModalShownCallback:()=>{(0,Dl.recordEvent)("gla_ces_modal_open",{context:t})},icon:(0,s.createElement)("span",{style:{height:21,width:21},role:"img","aria-label":(0,o.__)("Pencil icon","google-listings-and-ads")},"✏️")})},tE=e=>{const{trackEventReportId:t}=e,n=(()=>{const e=(0,gc.getQuery)(),{period:t,compare:n,before:r,after:o}=(0,Ed.getDateParamsFromQuery)(e),{primary:a,secondary:i}=(0,Ed.getCurrentDates)(e);return{period:t,compare:n,before:r,after:o,primaryDate:a,secondaryDate:i}})();return(0,s.createElement)(Bl.DateRangeFilterPicker,{dateQuery:n,onRangeSelect:e=>{t&&(0,Dl.recordEvent)("gla_datepicker_update",{report:t,...e}),(0,gc.updateQueryString)(e)},isoDateFormat:"YYYY-MM-DD"})},nE=function(e){let t;function n(e){const n={code:"USD",symbol:"$",symbolPosition:"left",thousandSeparator:",",decimalSeparator:".",precision:2,...e};t={code:n.code.toString(),symbol:n.symbol.toString(),symbolPosition:n.symbolPosition.toString(),decimalSeparator:n.decimalSeparator.toString(),priceFormat:a(n),thousandSeparator:n.thousandSeparator.toString(),precision:parseInt(n.precision,10)}}function r(e,n=!1){const r=Py(t,e);if(""===r)return r;const{priceFormat:a,symbol:i,code:s}=t;return(0,o.sprintf)(a,n?s:i,r)}function a(e){if(e.priceFormat)return function(e){const t=document.createElement("DIV");return t.innerHTML=e,t.textContent||t.innerText||""}(e.priceFormat.toString());switch(e.symbolPosition){case"left":return"%1$s%2$s";case"right":return"%2$s%1$s";case"left_space":return"%1$s %2$s";case"right_space":return"%2$s %1$s"}return"%1$s%2$s"}return n(e),{getCurrencyConfig:()=>({...t}),getDataForCountry:function(e,t={},n={}){const r=t[e]||{},o=n[r.currency_code];return o?{code:r.currency_code,symbol:(0,Zy.decodeEntities)(o),symbolPosition:r.currency_pos,thousandSeparator:r.thousand_sep,decimalSeparator:r.decimal_sep,precision:r.num_decimals}:{}},setCurrency:n,formatAmount:r,formatCurrency:function(e){return ss()("Currency().formatCurrency",{version:"5.0.0",alternative:"Currency().formatAmount",plugin:"WooCommerce",hint:"`formatAmount` accepts the same arguments as formatCurrency"}),r(e)},getPriceFormat:a,formatDecimal(e){if("number"!=typeof e&&(e=parseFloat(e)),Number.isNaN(e))return 0;const{precision:n}=t;return Math.round(e*Math.pow(10,n))/Math.pow(10,n)},formatDecimalString(e){if("number"!=typeof e&&(e=parseFloat(e)),Number.isNaN(e))return"";const{precision:n}=t;return e.toFixed(n)},render:e=>("number"!=typeof e&&(e=parseFloat(e)),e<0?(0,s.createElement)("span",{className:"is-negative"},r(e)):r(e))}};function rE(){const e=Ay(),{googleAdsAccount:t}=G_(),n=(null==t?void 0:t.currency)||"",r=(null==t?void 0:t.symbol)||"",o=(0,s.useMemo)((()=>({...e,code:n,symbol:r})),[e,n,r]),a=(0,s.useMemo)((()=>nE(o).formatAmount),[o]);return{adsCurrencyConfig:o,formatAmount:a}}function oE(){const e=(0,gc.getQuery)();return Pg(e)}function aE(e){const t=oE();return(0,dn.useSelect)((n=>{const{getDashboardPerformance:r}=n(Gc),o=r(e,t,"primary"),a=r(e,t,"secondary");let i=null;const s=o.loaded&&a.loaded;return s&&o.data&&a.data&&(i=Od(o.data,a.data)),{loaded:s,data:i}}),[e,t])}var iE=e=>{let t,{loaded:n,data:r,children:o,noDataMessage:a}=e;return t=n?r?(0,s.createElement)(Bl.SummaryList,null,(()=>o(r))):(0,s.createElement)("div",{className:"gla-summary-card__body"},(0,s.createElement)("p",null,a.body),(0,s.createElement)(dc,{eventName:a.eventName,eventProps:{context:"dashboard",href:a.link},href:a.link,target:"_blank",isSmall:!0,isSecondary:!0},a.buttonLabel)):(0,s.createElement)(Bl.SummaryListPlaceholder,{numberOfItems:2}),t},sE=e=>{let{title:t,children:n}=e;return(0,s.createElement)(De,{className:"gla-summary-card"},(0,s.createElement)(zi,{size:"medium"},(0,s.createElement)(Ii,{variant:"title.small"},t)),n)},lE=e=>{const{eventName:t="gla_add_paid_campaign_clicked",eventProps:n,children:r,onClick:a=(()=>{}),...i}=e,{adsSetupComplete:c}=Zl,u=c?kc():(0,gc.getNewPath)({},"/google/setup-ads",{}),d={context:"",href:u};return(0,s.createElement)(dc,l({isSmall:!0,isSecondary:!0,onClick:function(){(0,Dl.recordEvent)(t,{...d,...n}),(0,gc.getHistory)().push(u),a(...arguments)}},i),r||(0,o.__)("Add paid campaign","google-listings-and-ads"))};const cE=e=>{let{adsAccount:t}=e;const n=t.sub_account||"disconnected"===t.status;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)("p",null,n?(0,o.__)("Create your first campaign and get $500 in ad credit*","google-listings-and-ads"):(0,o.__)("Create your first campaign","google-listings-and-ads")),(0,s.createElement)(lE,{eventProps:{context:"add-paid-campaign-promotion"}}))};var uE=function(){const{googleAdsAccount:e}=G_();return(0,s.createElement)("div",{className:"gla-summary-card__body"},e?(0,s.createElement)(cE,{adsAccount:e}):(0,s.createElement)(Bl.Spinner,null))};const dE={precision:0},gE=()=>{const e=Ty(dE),{data:t,loaded:n}=aE(ec);return(0,s.createElement)(iE,{loaded:n,data:t,noDataMessage:{body:(0,o.__)("We're having trouble loading this data. Try again later, or track your performance in Google Merchant Center.","google-listings-and-ads"),link:"https://merchants.google.com/mc/reporting/dashboard",eventName:"gla_google_mc_link_click",buttonLabel:(0,o.__)("Open Google Merchant Center","google-listings-and-ads")}},(t=>[(0,s.createElement)(Bl.SummaryNumber,{key:"1",label:(0,o.__)("Clicks","google-listings-and-ads"),value:e(t.clicks.value),prevValue:e(t.clicks.prevValue),delta:t.clicks.delta}),(0,s.createElement)(Bl.SummaryNumber,{key:"2",label:(0,o.__)("Total Spend","google-listings-and-ads"),value:(0,o.__)("Free","google-listings-and-ads"),delta:null})]))},pE=()=>{const{formatAmount:e}=rE(),{data:t,loaded:n}=aE(Jl);return(0,s.createElement)(iE,{loaded:n,data:t,noDataMessage:{body:(0,o.__)("We're having trouble loading this data. Try again later, or track your performance in Google Ads.","google-listings-and-ads"),link:"https://ads.google.com/",eventName:"gla_google_ads_link_click",buttonLabel:(0,o.__)("Open Google Ads","google-listings-and-ads")}},(t=>[(0,s.createElement)(Bl.SummaryNumber,{key:"1",label:(0,o.__)("Total Sales","google-listings-and-ads"),value:e(t.sales.value,!0),prevValue:e(t.sales.prevValue,!0),delta:t.sales.delta}),(0,s.createElement)(Bl.SummaryNumber,{key:"2",label:(0,o.__)("Total Spend","google-listings-and-ads"),value:e(t.spend.value,!0),prevValue:e(t.spend.prevValue,!0),delta:t.spend.delta})]))};function fE(){const{adsSetupComplete:e}=Zl;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(sE,{title:(0,o.__)("Performance (Free Listing)","google-listings-and-ads")},(0,s.createElement)(gE,null)),(0,s.createElement)(sE,{title:(0,o.__)("Performance (Paid Campaigns)","google-listings-and-ads")},e?(0,s.createElement)(pE,null):(0,s.createElement)(uE,null)))}function mE(e){let{title:t,children:n}=e;return(0,s.createElement)("div",{className:"gla-guide__page-content"},(0,s.createElement)("h2",{className:"gla-guide__page-content__header"},t),(0,s.createElement)("div",{className:"gla-guide__page-content__body"},n))}function hE(e){const{context:t,href:n,className:r,...o}=e;return(0,s.createElement)(ql,l({className:d()("gla-guide__page-content__link",r),eventName:"gla_modal_content_link_click",eventProps:{context:t,href:n},type:"external",target:"_blank",href:n},o))}var yE=__webpack_require__(221);const vE="create-another-campaign",bE="confirm";function _E(e){let{onGuideRequestClose:t=(()=>{})}=e;(0,s.useEffect)((()=>{(0,Dl.recordEvent)("gla_modal_open",{context:oc})}),[]);const n=(0,s.useCallback)((e=>t(e,"dismiss")),[t]);return(0,s.createElement)(Bh,{className:"gla-campaign-creation-success-guide",onRequestClose:n,buttons:[(0,s.createElement)(xl,{key:"0",isTertiary:!0,"data-action":vE,onClick:t},(0,o.__)("Create another campaign","google-listings-and-ads")),(0,s.createElement)(xl,{key:"1",isPrimary:!0,"data-action":bE,onClick:t},(0,o.__)("Got it","google-listings-and-ads"))]},(0,s.createElement)("div",{className:"gla-campaign-creation-success-guide__header-image"},(0,s.createElement)("img",{src:yE,alt:(0,o.__)("Drawing of a person who successfuly launched a campaign","google-listings-and-ads"),width:"413",height:"160"})),(0,s.createElement)(mE,{title:(0,o.__)("You've set up a paid Performance Max Campaign!","google-listings-and-ads")},(0,s.createInterpolateElement)((0,o.__)("You can pause or edit your campaign at any time. For best results, we recommend allowing your campaign to run for at least 14 days without pausing or editing. <link>Learn more about Performance Max technology.</link>","google-listings-and-ads"),{link:(0,s.createElement)(hE,{href:"https://support.google.com/google-ads/answer/10724817",context:"campaign-creation-performance-max"})})))}var wE=e=>{const{className:t,...n}=e;return(0,s.createElement)("div",l({className:d()("app-table-card-div",t)},n))};const EE=(e,t,n)=>{const r=t.includes(n)?"on":"off";(0,Dl.recordEvent)("gla_table_header_toggle",{report:e,column:n,status:r})},$E=(e,t,n)=>{(0,Dl.recordEvent)("gla_table_sort",{report:e,column:t,direction:n})};var CE=e=>{const{trackEventReportId:t,...n}=e;function r(e,n){return function(){for(var r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];t&&e(t,...o),n&&n(...o)}}return(0,s.createElement)(wE,null,(0,s.createElement)(Bl.TableCard,l({},n,{onColumnsChange:r(EE,e.onColumnsChange),onSort:r($E,e.onSort)})))},kE=e=>{const{programId:t,onRequestClose:n}=e,[r,a]=(0,s.useState)(!1),i=Og(),l=()=>{r||n()};return(0,s.createElement)(Bh,{className:"gla-remove-program-modal",title:(0,o.__)("Permanently Remove?","google-listings-and-ads"),isDismissible:!r,buttons:[(0,s.createElement)(xl,{key:"keep",isSecondary:!0,disabled:r,onClick:l},(0,o.__)("Keep Campaign","google-listings-and-ads")),(0,s.createElement)(dc,{key:"remove",isPrimary:!0,isDestructive:!0,loading:r,onClick:()=>{a(!0),i.deleteAdsCampaign(t).then((()=>n())).catch((()=>a(!1)))}},(0,o.__)("Remove Campaign","google-listings-and-ads"))],onRequestClose:l},(0,s.createElement)("p",null,(0,o.__)("Results typically improve with time with Google’s paid ad campaigns. Removing a paid ad campaign will result in the loss of any optimisations learned from those campaigns.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,o.__)("Once a campaign is removed, it cannot be re-enabled.","google-listings-and-ads")))},SE=e=>{const{programId:t}=e,[n,r]=(0,s.useState)(!1);return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(xl,{isDestructive:!0,isLink:!0,onClick:()=>{r(!0)}},(0,o.__)("Remove","google-listings-and-ads")),n&&(0,s.createElement)(kE,{programId:t,onRequestClose:()=>{r(!1)}}))},xE=e=>{let{programId:t,onRequestClose:n}=e;return(0,s.createElement)(Bh,{className:"gla-edit-program-prompt-modal",title:(0,o.__)("Before you edit…","google-listings-and-ads"),buttons:[(0,s.createElement)(xl,{key:"no",isSecondary:!0,onClick:()=>{n()}},(0,o.__)("Don't edit","google-listings-and-ads")),(0,s.createElement)(xl,{key:"yes",isPrimary:!0,onClick:()=>{const e=0===t?(0,gc.getNewPath)({subpath:hc},$c):(e=>(0,gc.getNewPath)({subpath:yc,programId:e},$c))(t);(0,gc.getHistory)().push(e),(0,Dl.recordEvent)("gla_dashboard_edit_program_click",{programId:t,url:e})}},(0,o.__)("Continue to edit","google-listings-and-ads"))],onRequestClose:n},(0,s.createElement)("p",null,(0,o.__)("Results typically improve with time with Google’s Free Listing and paid ad campaigns.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,o.__)("Editing will result in the loss of any optimisations learned over time.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,o.__)("We recommend allowing your programs to run for at least 14 days after set up, without pausing or editing, for optimal performance.","google-listings-and-ads")))},OE=e=>{const{programId:t}=e;return(0,s.createElement)(xy,{button:(0,s.createElement)(xl,{isLink:!0},(0,o.__)("Edit","google-listings-and-ads")),modal:(0,s.createElement)(xE,{programId:t})})};const PE="getAdsCampaigns";var AE=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];const r=Pg(t);return(0,dn.useSelect)((e=>{const{adsSetupComplete:t}=Zl;if(!t)return{loading:!1,loaded:!0,data:[]};const n=e(Gc),o=n[PE](...r);return{loading:n.isResolving(PE,r),loaded:n.hasFinishedResolution(PE,r),data:o}}),[r])},NE=e=>{const{onPauseCampaign:t=(()=>{}),onRequestClose:n}=e;return(0,s.createElement)(Bh,{className:"gla-pause-program-modal",title:(0,o.__)("Before you pause…","google-listings-and-ads"),buttons:[(0,s.createElement)(xl,{key:"1",isSecondary:!0,onClick:()=>{n()}},(0,o.__)("Keep Active","google-listings-and-ads")),(0,s.createElement)(xl,{key:"2",isPrimary:!0,onClick:()=>{t()}},(0,o.__)("Pause Campaign","google-listings-and-ads"))],onRequestClose:n},(0,s.createElement)("p",null,(0,o.__)("Results typically improve with time with Google’s paid ad campaigns. If you pause, your products won’t be shown to people looking for what you offer.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,o.__)("Pausing a paid ad campaign will result in the loss of any optimisations learned from those campaigns.","google-listings-and-ads")))},RE=function(e){var t=e.className,n=e.checked,r=e.id,o=e.disabled,a=e.onChange,i=void 0===a?ie.noop:a,u=c(e,["className","checked","id","disabled","onChange"]),g=d()("components-form-toggle",t,{"is-checked":n,"is-disabled":o});return(0,s.createElement)("span",{className:g},(0,s.createElement)("input",l({className:"components-form-toggle__input",id:r,type:"checkbox",checked:n,onChange:i,disabled:o},u)),(0,s.createElement)("span",{className:"components-form-toggle__track"}),(0,s.createElement)("span",{className:"components-form-toggle__thumb"}))};function TE(e){var t,n,r=e.label,o=e.checked,a=e.help,i=e.className,l=e.onChange,c=e.disabled,u=rf(TE),g="inspector-toggle-control-".concat(u);return a&&(t=g+"__help",n=(0,ie.isFunction)(a)?a(o):a),(0,s.createElement)(gf,{id:g,help:n,className:d()("components-toggle-control",i)},(0,s.createElement)(RE,{id:g,checked:o,onChange:function(e){l(e.target.checked)},"aria-describedby":t,disabled:c}),(0,s.createElement)("label",{htmlFor:g,className:"components-toggle-control__label"},r))}var ME=e=>(0,s.createElement)("div",{className:"app-standalone-toggle-control"},(0,s.createElement)(TE,e)),jE=e=>{const{program:t}=e,[n,r]=(0,s.useState)(t.active),[o,a]=(0,s.useState)(!1),{updateAdsCampaign:i}=Og();return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(ME,{checked:n,onChange:e=>{!1!==e?(r(e),i(t.id,{status:"enabled"})):a(!0)}}),o&&(0,s.createElement)(NE,{programId:t.id,onPauseCampaign:()=>{a(!1),r(!1),i(t.id,{status:"paused"})},onRequestClose:()=>{a(!1)}}))},IE=()=>(0,s.createElement)(Kp,{text:(0,o.__)("Free listings cannot be paused through WooCommerce. Go to Google Merchant Center for advanced settings.","google-listings-and-ads")},(0,s.createElement)(ME,{checked:!0,disabled:!0}));const FE=[{key:"title",label:(0,o.__)("Program","google-listings-and-ads"),isLeftAligned:!0,required:!0},{key:"country",label:(0,o.__)("Country","google-listings-and-ads"),isLeftAligned:!0},{key:"dailyBudget",label:(0,o.__)("Daily budget","google-listings-and-ads")},{key:"enabled",label:(0,o.__)("Enabled","google-listings-and-ads")},{key:"actions",label:"",required:!0}];function DE(e){let{countryCodes:t,countryNameMap:n}=e;const[r]=t;return(0,s.createElement)("span",null,n[r],t.length>=2&&(0,o.sprintf)(// translators: %d: number of countries, with minimum value of 1.
|
| 27 |
-
(0,o.__)(" + %d more","google-listings-and-ads"),t.length-1))}var LE=e=>{const t=(0,gc.getQuery)(),{formatAmount:n}=rE(),{data:r}=Cy(),{data:a}=AE(),i=Xy();if(!r||!a)return(0,s.createElement)(Wg,null);const c=[{id:0,title:(0,o.__)("Free listings","google-listings-and-ads"),dailyBudget:(0,o.__)("Free","google-listings-and-ads"),country:(0,s.createElement)(DE,{countryCodes:r,countryNameMap:i}),active:!0},...a.map((e=>({id:e.id,title:e.name,dailyBudget:n(e.amount,!0),country:(0,s.createElement)(DE,{countryCodes:e.displayCountries,countryNameMap:i}),active:"enabled"===e.status})))];return(0,s.createElement)(CE,l({className:"gla-all-programs-table-card",title:(0,o.__)("Programs","google-listings-and-ads"),actions:(0,s.createElement)(lE,{eventProps:{context:"programs-table-card"}}),headers:FE,rows:c.map((e=>[{display:e.title},{display:e.country},{display:e.dailyBudget},{display:0===e.id?(0,s.createElement)(IE,null):(0,s.createElement)(jE,{key:e.id,program:e})},{display:(0,s.createElement)("div",{className:"program-actions",key:e.id},(0,s.createElement)(OE,{programId:e.id}),0!==e.id&&(0,s.createElement)(SE,{programId:e.id}))}])),totalRows:c.length,rowsPerPage:c.length,query:t,onQueryChange:gc.onQueryChange},e))},GE=()=>{var e;return!(null===(e=window.wcTracks)||void 0===e||!e.isEnabled)},BE=e=>{const{formProps:t}=e,{values:n,isValidForm:r,getInputProps:a,handleSubmit:i}=t,{locale:c,language:u}=n;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(gp,{title:(0,o.__)("Audience","google-listings-and-ads"),description:(0,s.createElement)("p",null,(0,o.__)("Where do you want to sell your products?","google-listings-and-ads"))},(0,s.createElement)(gp.Card,null,(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)(cp,null,(0,s.createElement)(cp.Title,null,(0,o.__)("Language","google-listings-and-ads")),(0,s.createElement)(cp.HelperText,{className:"helper-text"},(0,s.createInterpolateElement)((0,o.__)("Listings can only be displayed in your site language. <link>Read more</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"setup-mc-audience",linkId:"site-language",href:"https://support.google.com/merchants/answer/160637"})})),(0,s.createElement)(hy,{selected:c,options:[{label:u,value:c}]})),(0,s.createElement)(cp,null,(0,s.createElement)(cp.Title,null,(0,o.__)("Location","google-listings-and-ads")),(0,s.createElement)(cp.HelperText,{className:"helper-text"},(0,o.__)("Your store should already have the appropriate shipping and tax rates (if required) for potential customers in your selected location(s).","google-listings-and-ads")),(0,s.createElement)(fp,{size:"large"},(0,s.createElement)(yy,l({},a("location"),{collapsible:!0,label:(0,o.__)("Selected countries only","google-listings-and-ads"),value:"selected"}),(0,s.createElement)("div",{className:"input"},(0,s.createElement)(Wy,l({multiple:!0},a("countries")))),(0,s.createElement)("div",{className:"cannot-find-country"},(0,o.__)("Can’t find a country? Only supported countries can be selected.","google-listings-and-ads"))),(0,s.createElement)(yy,l({},a("location"),{label:(0,o.__)("All countries","google-listings-and-ads"),value:"all"}),(0,s.createElement)(my,null,(0,o.__)("Your listings will be shown in all supported countries.","google-listings-and-ads")))))))),(0,s.createElement)(rp,null,(0,s.createElement)(xl,{isPrimary:!0,disabled:!r,onClick:i},(0,o.__)("Continue","google-listings-and-ads"))))};function qE(e){let{initialData:t,onChange:n=(()=>{}),onContinue:r=(()=>{})}=e;return t?(0,s.createElement)("div",{className:"gla-choose-audience"},(0,s.createElement)(tp,null,(0,s.createElement)(np,{title:(0,o.__)("Choose your audience","google-listings-and-ads"),description:(0,o.__)("Configure who sees your product listings on Google.","google-listings-and-ads")}),t&&(0,s.createElement)(Bl.Form,{initialValues:{locale:t.locale,language:t.language,location:t.location,countries:t.countries||[]},validate:e=>{const t={};return e.location||(t.location=(0,o.__)("Please select a location option.","google-listings-and-ads")),"selected"===e.location&&0===e.countries.length&&(t.countries=(0,o.__)("Please select at least one country.","google-listings-and-ads")),t},onSubmit:r,onChange:n},(e=>(0,s.createElement)(BE,{formProps:e}))))):(0,s.createElement)(Wg,null)}var zE=e=>{let{countries:t,onRequestClose:n,onSubmit:r}=e;const[a,i]=(0,s.useState)(!1);return(0,s.createElement)(Bl.Form,{initialValues:{countries:t,time:0},validate:vv,onSubmit:e=>{r(e),n()}},(e=>{const{getInputProps:r,isValidForm:c,handleSubmit:u}=e;return(0,s.createElement)(Bh,{overflow:"visible",shouldCloseOnEsc:!a,shouldCloseOnClickOutside:!a,title:(0,o.__)("Estimate shipping time","google-listings-and-ads"),buttons:[(0,s.createElement)(xl,{key:"save",isPrimary:!0,disabled:!c,onClick:u},(0,o.__)("Add shipping time","google-listings-and-ads"))],onRequestClose:n},(0,s.createElement)(fp,null,(0,s.createElement)(Wy,l({label:(0,o.__)("If customer is in","google-listings-and-ads"),countryCodes:t,onDropdownVisibilityChange:i},r("countries"))),(0,s.createElement)(My,l({label:(0,o.__)("Then the estimated shipping time displayed in the product listing is","google-listings-and-ads"),suffix:(0,o.__)("days","google-listings-and-ads")},r("time")))))}))},HE=e=>{const[t,n]=(0,s.useState)(!1);return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(xl,{isSecondary:!0,icon:(0,s.createElement)(Sy.Z,null),onClick:()=>{n(!0)}},(0,o.__)("Add another time","google-listings-and-ads")),t&&(0,s.createElement)(zE,l({onRequestClose:()=>{n(!1)}},e)))},UE=e=>{let{audienceCountries:t,time:n,onDelete:r,onSubmit:a,onRequestClose:i}=e;const[c,u]=(0,s.useState)(!1),d=Array.from(new Set([...n.countries,...t])),g=()=>{r(n.countries)};return(0,s.createElement)(Bl.Form,{initialValues:{countries:n.countries,time:n.time},validate:vv,onSubmit:e=>{const t=new Set(e.countries),r=n.countries.filter((e=>!t.has(e)));a(e,r)}},(e=>{const{getInputProps:t,isValidForm:n,handleSubmit:r}=e;return(0,s.createElement)(Bh,{overflow:"visible",shouldCloseOnEsc:!c,shouldCloseOnClickOutside:!c,title:(0,o.__)("Estimate shipping time","google-listings-and-ads"),buttons:[(0,s.createElement)(xl,{key:"delete",isTertiary:!0,isDestructive:!0,onClick:g},(0,o.__)("Delete","google-listings-and-ads")),(0,s.createElement)(xl,{key:"save",isPrimary:!0,disabled:!n,onClick:r},(0,o.__)("Update shipping time","google-listings-and-ads"))],onRequestClose:i},(0,s.createElement)(fp,null,(0,s.createElement)(Wy,l({label:(0,o.__)("If customer is in","google-listings-and-ads"),countryCodes:d,onDropdownVisibilityChange:u},t("countries"))),(0,s.createElement)(My,l({label:(0,o.__)("Then the estimated shipping time displayed in the product listing is","google-listings-and-ads"),suffix:(0,o.__)("days","google-listings-and-ads")},t("time")))))}))},VE=e=>{let{audienceCountries:t,time:n,onChange:r,onDelete:a}=e;const[i,l]=(0,s.useState)(!1);return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(xl,{className:"gla-edit-time-button",isTertiary:!0,onClick:()=>{l(!0)}},(0,o.__)("Edit","google-listings-and-ads")),i&&(0,s.createElement)(UE,{audienceCountries:t,time:n,onSubmit:function(){r(...arguments),l(!1)},onDelete:e=>{a(e),l(!1)},onRequestClose:()=>{l(!1)}}))},WE=e=>{let{value:t,audienceCountries:n,onChange:r,onDelete:a}=e;const{countries:i,time:l}=t;return n?(0,s.createElement)("div",{className:"gla-countries-time-input"},(0,s.createElement)(My,{label:(0,s.createElement)("div",{className:"label"},(0,s.createElement)(wv,{countries:i}),(0,s.createElement)(VE,{audienceCountries:n,onChange:r,onDelete:a,time:t})),suffix:(0,o.__)("days","google-listings-and-ads"),value:l,onBlur:(e,t)=>{l!==t&&r({countries:i,time:t})}})):(0,s.createElement)(Wg,null)};function YE(e){let{value:t,selectedCountryCodes:n,onChange:r}=e;const o=t.length,a=new Map(t.map((e=>[e.countryCode,e]))),i=n.filter((e=>!a.has(e))),l=i.length,c=(e=>{const t=new Map;return e.forEach((e=>{const{countryCode:n,time:r}=e,o=t.get(r)||{countries:[],time:r};o.countries.push(n),t.set(r,o)})),Array.from(t.values())})(t);function u(e){r(t.filter((t=>!e.includes(t.countryCode))))}function d(e){let{countries:t,time:n}=e,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];o.forEach((e=>a.delete(e))),t.forEach((e=>{a.set(e,{countryCode:e,time:n})})),r(Array.from(a.values()))}return 0===c.length&&c.push({countries:n,time:null}),(0,s.createElement)("div",{className:"countries-time"},(0,s.createElement)(fp,null,c.map((e=>(0,s.createElement)("div",{key:e.countries.join("-"),className:"countries-time-input-form"},(0,s.createElement)(WE,{value:e,audienceCountries:n,onChange:d,onDelete:u})))),o>=1&&l>=1&&(0,s.createElement)("div",{className:"add-time-button"},(0,s.createElement)(HE,{countries:i,onSubmit:function(e){let{countries:n,time:o}=e;const a=n.map((e=>({countryCode:e,time:o})));r(t.concat(a))}}))))}var KE=e=>{let{formProps:t,selectedCountryCodes:n}=e;const{getInputProps:r}=t;return n?(0,s.createElement)("div",{className:"gla-shipping-time-setup"},(0,s.createElement)(fp,null,(0,s.createElement)(YE,l({},r("shipping_country_times"),{selectedCountryCodes:n})))):(0,s.createElement)(Wg,null)},QE=e=>{let{formProps:t,countries:n}=e;return(0,s.createElement)(gp,{title:(0,o.__)("Shipping times","google-listings-and-ads"),description:(0,s.createElement)("div",null,(0,s.createElement)("p",null,(0,o.__)("Your shipping times will be shown to potential customers on Google.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,s.createElement)(zl,{context:"setup-mc-shipping",linkId:"shipping-read-more",href:"https://support.google.com/merchants/answer/7050921"},(0,o.__)("Read more","google-listings-and-ads"))))},(0,s.createElement)(gp.Card,null,(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)(gp.Card.Title,null,(0,o.__)("Estimated shipping times","google-listings-and-ads")),(0,s.createElement)(KE,{selectedCountryCodes:n,formProps:t}))))},ZE=e=>{let{countries:t,formProps:n,saving:r=!1,submitLabel:a=(0,o.__)("Complete setup","google-listings-and-ads")}=e;const{values:i,isValidForm:l,handleSubmit:c}=n,u=Ey(t),d="flat"===i.shipping_time,g=null===u||!l;return(0,s.createElement)(tp,null,(0,s.createElement)(mv,{formProps:n,audienceCountries:t}),d&&(0,s.createElement)(QE,{formProps:n,countries:t}),(0,s.createElement)(ky,{show:u},(0,s.createElement)(vy,{formProps:n})),(0,s.createElement)(rp,null,(0,s.createElement)(dc,{isPrimary:!0,disabled:g,loading:r,onClick:c},a)))};const XE=["shipping_rate","shipping_time","tax_rate","website_live","checkout_process_secure","payment_methods_visible","refund_tos_visible","contact_info_visible"];var JE=e=>{let{countries:t,settings:n,onSettingsChange:r=(()=>{}),shippingRates:o,onShippingRatesChange:a=(()=>{}),shippingTimes:i,onShippingTimesChange:l=(()=>{}),onContinue:c=(()=>{}),submitLabel:u}=e;const[d,g]=(0,s.useState)(!1);return n&&o&&i&&t?(0,s.createElement)("div",{className:"gla-setup-free-listings"},(0,s.createElement)(ly,null),(0,s.createElement)(Bl.Form,{initialValues:{shipping_rate:n.shipping_rate,shipping_time:n.shipping_time,tax_rate:n.tax_rate,website_live:n.website_live,checkout_process_secure:n.checkout_process_secure,payment_methods_visible:n.payment_methods_visible,refund_tos_visible:n.refund_tos_visible,contact_info_visible:n.contact_info_visible,offer_free_shipping:jv(o),shipping_country_rates:o,shipping_country_times:i},onChange:(e,t)=>{"shipping_country_rates"===e.name?a(t.shipping_country_rates):"shipping_country_times"===e.name?l(t.shipping_country_times):XE.includes(e.name)&&r(e,(e=>(0,ie.pick)(e,XE))(t))},validate:e=>{const{shipping_country_times:n}=e;return fy(e,n,t)},onSubmit:async()=>{g(!0),await c(),g(!1)}},(e=>(0,s.createElement)(ZE,{formProps:e,countries:t,submitLabel:u,saving:d})))):(0,s.createElement)(Wg,null)},e$=()=>{const{data:e}=hv(),{deleteShippingTimes:t,upsertShippingTimes:n}=Og(),r=(0,s.useCallback)((async r=>{const o=((e,t)=>((e,t)=>(0,ie.differenceBy)(t,e,"countryCode"))(e,t).map((e=>e.countryCode)))(r,e);o.length&&await t(o);const a=(i=r,s=e,(0,ie.differenceWith)(i,s,ie.isEqual));var i,s;if(a.length){const e=(e=>{const t=new Map;return e.forEach((e=>{let{countryCode:n,time:r}=e;const o=t.get(r)||{countryCodes:[],time:r};o.countryCodes.push(n),t.set(r,o)})),Array.from(t.values())})(a).map((e=>n(e)));await Promise.all(e)}}),[t,e,n]);return{saveShippingTimes:r}};function t$(e){const t=new Set(["/"+(0,gc.getNewPath)({pageStep:void 0}),"/"+(0,gc.getNewPath)({pageStep:1}),"/"+(0,gc.getNewPath)({pageStep:2})]),n=e.pathname+e.search;return!t.has(n)}var n$=()=>{Gg("full-content");const{targetAudience:e,getFinalCountries:t}=Cy(),{settings:n}=cy(),{saveTargetAudience:r,saveSettings:a}=Og(),{saveShippingRates:i}=Rv(),{saveShippingTimes:l}=e$(),[c,u]=(0,s.useState)(e),[d,g]=(0,s.useState)(n),[p,f]=(0,s.useState)(!1),{hasFinishedResolution:m,data:h}=Nv(),[y,v]=(0,s.useState)(h),b=m?y:null,{hasFinishedResolution:_,data:w}=hv(),[E,$]=(0,s.useState)(w),C=_?E:null;(0,s.useEffect)((()=>g(n)),[n]),(0,s.useEffect)((()=>u(e)),[e]),(0,s.useEffect)((()=>v(h)),[h]),(0,s.useEffect)((()=>$(w)),[w]);const[k]=Lp({path:"/wc/gla/mc/settings/sync",method:"POST"}),{createNotice:S}=Np(),x=!(0,ie.isEqual)(...[c,e].map((e=>({...e,countries:new Set(null==e?void 0:e.countries)})))),O=!(0,ie.isEqual)(d,n),P=(N=h,(A=y).length!==N.length||Pv(A,N).length>0);var A,N;const R=!(0,ie.isEqual)(new Set(E),new Set(w)),T=x||O||P||R;D_((0,o.__)("You have unsaved campaign data. Are you sure you want to leave?","google-listings-and-ads"),T&&!p,t$);const{pageStep:M="1"}=(0,gc.getQuery)(),j=(0,gc.getNewPath)({pageStep:void 0,subpath:void 0},"/google/dashboard"),I=()=>{const e=t(c),n=b.filter((t=>e.includes(t.country)));v(n);const r=C.filter((t=>e.includes(t.countryCode)));$(r)},F=e=>{"2"===e&&I(),(0,gc.getHistory)().push((0,gc.getNewPath)({pageStep:e}))};return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(qg,{title:(0,o.__)("Edit free listings","google-listings-and-ads"),helpButton:(0,s.createElement)(Ug,{eventContext:"edit-free-listings"}),backHref:j}),(0,s.createElement)(Bl.Stepper,{className:"gla-setup-stepper",currentStep:M,steps:[{key:"1",label:(0,o.__)("Choose your audience","google-listings-and-ads"),content:(0,s.createElement)(qE,{initialData:c,onChange:(e,t)=>{u(t)},onContinue:()=>{f(!0),I(),(0,gc.getHistory)().push((0,gc.getNewPath)({pageStep:"2"})),f(!1)}}),onClick:F},{key:"2",label:(0,o.__)("Configure your product listings","google-listings-and-ads"),content:(0,s.createElement)(JE,{countries:t(c),settings:d,onSettingsChange:(e,t)=>{g(t)},shippingRates:b,onShippingRatesChange:v,shippingTimes:C,onShippingTimesChange:$,onContinue:async()=>{try{const e=[r(c),a(d),i(y),l(E)],t=await async function(e,t){const n=(await Promise.allSettled(e)).reduce(((e,n,r)=>("rejected"===n.status&&t[r]&&e.push(t[r]),e)),[]);return function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(e.length){const n=(0,o._x)(", ","the separator for concatenating the messages of failed actions","google-listings-and-ads"),r=(0,o.sprintf)(// translators: 1: optional string when there are multiple failed actions, and it's a concatenated text of failed actions except for the last one. 2: the last one or the only failed action.
|
| 28 |
(0,o._n)("There is an error in the following action: %1$s%2$s.","There are errors in the following actions: %1$s and %2$s.",e.length,"google-listings-and-ads"),e.slice(0,-1).join(n),e.at(-1)),a=t?// translators: text for the failed action(s).
|
| 29 |
(0,o.__)("%s Other changes have been saved. Please try again later.","google-listings-and-ads"):// translators: text for the failed action(s).
|
| 30 |
-
(0,o.__)("%s Please try again later.","google-listings-and-ads");return(0,o.sprintf)(a,r)}return null}(n,n.length<e.length)}(e,[(0,o.__)("Target audience","google-listings-and-ads"),(0,o.__)("Merchant Center Settings","google-listings-and-ads"),(0,o.__)("Shipping rates","google-listings-and-ads"),(0,o.__)("Shipping times","google-listings-and-ads")]);await
|
| 31 |
-
(0,o.__)("Edit %s","google-listings-and-ads"),r.name),helpButton:i$,backHref:a$}),(0,s.createElement)(o$,{campaign:r})):(0,s.createElement)(s.Fragment,null,(0,s.createElement)(qg,{title:(0,o.__)("Edit Campaign","google-listings-and-ads"),helpButton:i$,backHref:a$}),(0,s.createElement)("div",null,(0,o.__)("Error in loading your paid ads campaign. Please try again later.","google-listings-and-ads"))):(0,s.createElement)(s.Fragment,null,(0,s.createElement)(qg,{title:(0,o.__)("Loading…","google-listings-and-ads"),helpButton:i$,backHref:a$}),(0,s.createElement)(Wg,null))},l$=()=>{const[e,t]=(0,s.useState)(!1),{createAdsCampaign:n}=Og(),{createNotice:r}=Np(),{data:a}=Cy();return a?(0,s.createElement)(Bl.Form,{initialValues:{amount:0,countryCodes:a},validate:e=>Cw(e),onSubmit:async e=>{t(!0);try{const{amount:t,countryCodes:a}=e;(0,Dl.recordEvent)("gla_launch_paid_campaign_button_click",{audiences:a.join(","),budget:t}),await n(t,a),r("success",(0,o.__)("You’ve successfully created a paid campaign!","google-listings-and-ads"))}catch(e){return void t(!1)}(0,gc.getHistory)().push(xc())}},(t=>{const{isValidForm:n,handleSubmit:r}=t;return(0,s.createElement)(tp,null,(0,s.createElement)(np,{title:(0,o.__)("Create your paid campaign","google-listings-and-ads"),description:(0,s.createInterpolateElement)((0,o.__)("Paid Performance Max campaigns are automatically optimized for you by Google. <link>See what your ads will look like.</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"create-ads",linkId:"see-what-ads-look-like",href:"https://support.google.com/google-ads/answer/6275294"})})}),(0,s.createElement)(gw,{formProps:t}),(0,s.createElement)(rp,null,(0,s.createElement)(dc,{isPrimary:!0,disabled:!n,loading:e,onClick:r},(0,o.__)("Launch paid campaign","google-listings-and-ads"))))})):null};const c$=(0,gc.getNewPath)({},"/google/dashboard",{});var u$=()=>(Gg("full-content"),(0,s.createElement)(s.Fragment,null,(0,s.createElement)(qg,{title:(0,o.__)("Create your paid campaign","google-listings-and-ads"),helpButton:(0,s.createElement)(Ug,{eventContext:"create-ads"}),backHref:c$}),(0,s.createElement)(l$,null))),d$=()=>{const[e,t]=(0,s.useState)(!1),n=(0,s.useCallback)(((e,n)=>{const r=n||e.currentTarget.dataset.action,o={...(0,gc.getQuery)(),guide:void 0};(0,gc.getHistory)().replace((0,gc.getNewPath)(o)),r===vE?(0,gc.getHistory)().push(kc()):r===bE&&t(!0),(0,Dl.recordEvent)("gla_modal_closed",{context:oc,action:r})}),[t]),r=(0,gc.getQuery)();switch(r.subpath){case hc:return(0,s.createElement)(n$,null);case yc:return(0,s.createElement)(s$,null);case vc:return(0,s.createElement)(u$,null)}const a="dashboard",{enableReports:i}=Zl,l=(null==r?void 0:r.guide)===oc,c=GE();return(0,s.createElement)(s.Fragment,null,(0,s.createElement)("div",{className:"gla-dashboard"},(0,s.createElement)(xw,{context:"dashboard"}),(0,s.createElement)(Qw,null),(0,s.createElement)("div",{className:"gla-dashboard__campaign_conversion"},(0,s.createElement)(Fw,{context:"dashboard"})),(0,s.createElement)("div",{className:"gla-dashboard__filter"},(0,s.createElement)(tE,{trackEventReportId:a}),i&&(0,s.createElement)((()=>(0,s.createElement)(Bl.Link,{href:(0,gc.getNewPath)(null,"/google/reports")},(0,s.createElement)(xl,{isPrimary:!0},"View Reports"))),null)),(0,s.createElement)("div",{className:"gla-dashboard__performance"},(0,s.createElement)(fE,null)),(0,s.createElement)("div",{className:"gla-dashboard__programs"},(0,s.createElement)(LE,{trackEventReportId:a}))),l&&(0,s.createElement)(_E,{onGuideRequestClose:n}),e&&c&&(0,s.createElement)(eE,{label:(0,o.__)("How easy was it to create a Google Ad campaign?","google-listings-and-ads"),eventContext:oc}))};function g$(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return[...new Set(e.split(",").map((e=>parseInt(e,10))).filter((e=>!isNaN(e))))]}function p$(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return e.reduce(((e,r)=>(e[r]=(t[r]||0)+(n[r]||0),e)),{})}function f$(e,t){if(!t)return e||null;if(!e)return t;const n=new Map(e.map((e=>[e.interval,e.subtotals]))),r=new Map(t.map((e=>[e.interval,e.subtotals])));return[...new Set([...n.keys(),...r.keys()])].sort().map((e=>({interval:e,subtotals:p$(Cd,n.get(e),r.get(e))})))}function m$(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r=e?Object.keys(e):n;return e=e||{},r.reduce(((r,o)=>{let a=kd.NONE,i=e[o];return n&&(n.includes(o)?void 0===t[o]?a=kd.FOR_REQUEST:i=(e[o]||0)+t[o]:a=kd.FOR_METRIC),{...r,[o]:Pd(i,void 0,a)}}),{})}const h$="programs",y$={free_listings:[],campaigns:[],intervals:[],totals:{}},v$={loaded:!0,data:{},reportQuery:null};function b$(e,t,n){const r=g$(t.programs),o=0===r.length||r.includes(0),a=(0===r.length||r.some((e=>0!==e)))&&Zl.adsSetupComplete;return{free:o&&e(h$,"free",t,n)||v$,paid:a&&e(h$,"paid",t,n)||v$}}const _$=(0,o.__)("Unavailable","google-listings-and-ads");function w$(e){const{formatNumber:t}=Ay(),{formatAmount:n}=rE();return(0,s.useMemo)((()=>{function r(e){return void 0===e?_$:this.isCurrency?n(e,!0):t(e,0)}return e.map((e=>({...e,formatFn:r})))}),[e,t,n])}const E$=[{id:0,name:(0,o.__)("Free Listings","google-listings-and-ads")}],$$=new Set(E$.map((e=>e.id)));var C$=__webpack_require__(5697),k$=__webpack_require__.n(C$);class S$ extends s.Component{constructor(e){let{getLabels:t,param:n,query:r}=e;super(...arguments),this.state={selected:[]},this.clearQuery=this.clearQuery.bind(this),this.updateQuery=this.updateQuery.bind(this),this.updateLabels=this.updateLabels.bind(this),this.onButtonClicked=this.onButtonClicked.bind(this),r[n]&&t(r[n],r).then(this.updateLabels)}componentDidUpdate(e,t){let{param:n,query:r}=e,{selected:o}=t;const{getLabels:a,param:i,query:s}=this.props,{selected:l}=this.state;if(n!==i||o.length>0&&0===l.length)return void this.clearQuery();const c=(0,gc.getIdsFromQuery)(r[i]),u=(0,gc.getIdsFromQuery)(s[i]);(0,ie.isEqual)(c.sort(),u.sort())||a(s[i],s).then(this.updateLabels)}clearQuery(){const{param:e,path:t,query:n}=this.props;this.setState({selected:[]}),(0,gc.updateQueryString)({[e]:void 0},t,n)}updateLabels(e){this.setState({selected:e})}updateQuery(){const{param:e,path:t,query:n}=this.props,{selected:r}=this.state,o=r.map((e=>e.key));(0,gc.updateQueryString)({[e]:o.join(",")},t,n)}onButtonClicked(e){this.updateQuery(e),(0,ie.isFunction)(this.props.onClick)&&this.props.onClick(e)}render(){const{labels:e,type:t,autocompleter:n}=this.props,{selected:r}=this.state;return(0,s.createElement)(De,{className:"woocommerce-filters__compare"},(0,s.createElement)(zi,null,(0,s.createElement)(Ii,{variant:"subtitle.small"},e.title)),(0,s.createElement)(qe,null,(0,s.createElement)(Bl.Search,{autocompleter:n,type:t,selected:r,placeholder:e.placeholder,onChange:e=>{this.setState({selected:e})}})),(0,s.createElement)(sp,{justify:"flex-start"},(0,s.createElement)(Bl.CompareButton,{count:r.length,helpText:e.helpText,onClick:this.onButtonClicked},e.update),r.length>0&&(0,s.createElement)(xl,{isLink:!0,onClick:this.clearQuery},(0,o.__)("Clear all","woocommerce-admin"))))}}function x$(e){var t,n,r,o,a,i=e.renderContent,c=e.renderToggle,u=e.position,g=void 0===u?"bottom right":u,p=e.className,f=e.contentClassName,m=e.expandOnMobile,h=e.headerTitle,y=e.focusOnMount,v=e.popoverProps,b=e.onClose,_=e.onToggle,w=(0,s.useRef)(),E=(!1,n=_,o=(r=Et((0,s.useState)(false),2))[0],a=r[1],[o,function(e){a(e),n&&n(e)}]),$=Et(E,2),C=$[0],k=$[1];function S(){b&&b(),k(!1)}(0,s.useEffect)((function(){return function(){_&&_(!1)}}),[]);var x={isOpen:C,onToggle:function(){k(!C)},onClose:S};return(0,s.createElement)("div",{className:d()("components-dropdown",p),ref:w},c(x),C&&(0,s.createElement)(cl,l({position:g,onClose:S,onFocusOutside:function(){var e=w.current.ownerDocument;w.current.contains(e.activeElement)||e.activeElement.closest('[role="dialog"]')||S()},expandOnMobile:m,headerTitle:h,focusOnMount:y},v,{anchorRef:null!==(t=null==v?void 0:v.anchorRef)&&void 0!==t?t:w.current,className:d()("components-dropdown__content",v?v.className:void 0,f)}),i(x)))}S$.propTypes={getLabels:k$().func.isRequired,labels:k$().shape({placeholder:k$().string,title:k$().string,update:k$().string}),param:k$().string.isRequired,path:k$().string.isRequired,query:k$().object,type:k$().string.isRequired,autocompleter:k$().object},S$.defaultProps={labels:{},query:{}};var O$=(0,s.createElement)(rs,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,s.createElement)(ns,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"}));const P$="all";class A$ extends s.Component{constructor(e){super(e);const t=this.getFilter();if(this.state={nav:t.path||[],animate:null,selectedTag:null},this.selectSubFilter=this.selectSubFilter.bind(this),this.getVisibleFilters=this.getVisibleFilters.bind(this),this.updateSelectedTag=this.updateSelectedTag.bind(this),this.onTagChange=this.onTagChange.bind(this),this.onContentMount=this.onContentMount.bind(this),this.goBack=this.goBack.bind(this),t.settings&&t.settings.getLabels){const{query:e}=this.props,{param:n,getLabels:r}=t.settings;r(e[n],e).then(this.updateSelectedTag)}}componentDidUpdate(e){let{query:t}=e;const{query:n,config:r}=this.props;if(t[r.param]!==n[[r.param]]){const e=this.getFilter();if(e&&"Search"===e.component){this.setState({nav:e.path||[]});const{param:t,getLabels:r}=e.settings;r(n[t],n).then(this.updateSelectedTag)}}}updateSelectedTag(e){this.setState({selectedTag:e[0]})}getFilter(e){const{config:t,query:n}=this.props,r=(0,gc.flattenFilters)(t.filters);return e=e||n[t.param]||t.defaultValue||P$,(0,ie.find)(r,{value:e})||{}}getButtonLabel(e){if("Search"===e.component){const{selectedTag:t}=this.state;return[t&&t.label,(0,ie.get)(e,"settings.labels.button")]}return e?[e.label]:[]}getVisibleFilters(e,t){if(0===t.length)return e;const n=t[0],r=(0,ie.find)(e,{value:n});return this.getVisibleFilters(r&&r.subFilters,t.slice(1))}selectSubFilter(e){this.setState((t=>({nav:[...t.nav,e],animate:"left"})))}goBack(){this.setState((e=>({nav:e.nav.slice(0,-1),animate:"right"})))}update(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{path:n,query:r,config:o,onFilterSelect:a}=this.props,i=(0,gc.getPersistedQuery)(r),s={[o.param]:(o.defaultValue||P$)===e?void 0:e,...t};o.staticParams.forEach((e=>{s[e]=r[e]})),(0,gc.updateQueryString)(s,n,i),a(s)}onTagChange(e,t,n,r){const o=(0,ie.last)(r),{value:a,settings:i}=e,{param:s}=i;o?(this.update(a,{[s]:o.key}),t()):this.update(n.defaultValue||P$),this.updateSelectedTag([o])}renderButton(e,t,n){if(e.component){const{type:r,labels:o,autocompleter:a}=e.settings,i=this.getFilter().value===e.value?this.state.selectedTag:null;return(0,s.createElement)(Bl.Search,{autocompleter:a,className:"woocommerce-filters-filter__search",type:r,placeholder:o.placeholder,selected:i?[i]:[],onChange:(0,ie.partial)(this.onTagChange,e,t,n),inlineTags:!0,staticResults:!0})}const r=n=>{t(n),this.update(e.value,e.query||{}),this.setState({selectedTag:null})},o=(0,ie.partial)(this.selectSubFilter,e.value),a=this.getFilter(),i=a.value===e.value||a.path&&(0,ie.includes)(a.path,e.value);return(0,s.createElement)(xl,{className:"woocommerce-filters-filter__button",onClick:n=>{i?t(n):e.subFilters?o(n):r(n)}},e.label)}onContentMount(e){const{nav:t}=this.state,n=t.length&&this.getFilter(t[t.length-1])?1:0,r=ls.focus.tabbable.find(e)[n];setTimeout((()=>{r.focus()}),0)}render(){const{config:e}=this.props,{nav:t,animate:n}=this.state,r=this.getVisibleFilters(e.filters,t),a=!!t.length&&this.getFilter(t[t.length-1]),i=this.getFilter();return(0,s.createElement)("div",{className:"woocommerce-filters-filter"},e.label&&(0,s.createElement)("span",{className:"woocommerce-filters-label"},e.label,":"),(0,s.createElement)(x$,{contentClassName:"woocommerce-filters-filter__content",position:"bottom",expandOnMobile:!0,headerTitle:(0,o.__)("filter report to show:","woocommerce-admin"),renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,s.createElement)(Bl.DropdownButton,{onClick:n,isOpen:t,labels:this.getButtonLabel(i)})},renderContent:o=>{let{onClose:l}=o;return(0,s.createElement)(Bl.AnimationSlider,{animationKey:t,animate:n,onExited:this.onContentMount},(()=>(0,s.createElement)("ul",{className:"woocommerce-filters-filter__content-list"},a&&(0,s.createElement)("li",{className:"woocommerce-filters-filter__content-list-item"},(0,s.createElement)(xl,{className:"woocommerce-filters-filter__button",onClick:this.goBack},(0,s.createElement)(vp,{icon:O$}),a.label)),r.map((t=>(0,s.createElement)("li",{key:t.value,className:d()("woocommerce-filters-filter__content-list-item",{"is-selected":i.value===t.value||i.path&&(0,ie.includes)(i.path,t.value)})},this.renderButton(t,l,e)))))))}}))}}A$.propTypes={config:k$().shape({label:k$().string,staticParams:k$().array.isRequired,param:k$().string.isRequired,defaultValue:k$().string,showFilters:k$().func.isRequired,filters:k$().arrayOf(k$().shape({chartMode:k$().oneOf(["item-comparison","time-comparison"]),component:k$().string,label:k$().string,path:k$().string,subFilters:k$().array,value:k$().string.isRequired}))}).isRequired,path:k$().string.isRequired,query:k$().object,onFilterSelect:k$().func},A$.defaultProps={query:{},onFilterSelect:()=>{}};var N$=A$;class R$ extends s.Component{constructor(){super(),this.renderCard=this.renderCard.bind(this),this.onRangeSelect=this.onRangeSelect.bind(this)}renderCard(e){const{siteLocale:t,advancedFilters:n,query:r,path:o,onAdvancedFilterAction:a,currency:i}=this.props,{filters:c,param:u}=e;if(!r[u])return null;if(0===r[u].indexOf("compare")){const e=(0,ie.find)(c,{value:r[u]});if(!e)return null;const{settings:t={}}=e;return(0,s.createElement)("div",{key:u,className:"woocommerce-filters__advanced-filters"},(0,s.createElement)(S$,l({path:o,query:r},t)))}return"advanced"===r[u]?(0,s.createElement)("div",{key:u,className:"woocommerce-filters__advanced-filters"},(0,s.createElement)(Bl.AdvancedFilters,{siteLocale:t,currency:i,config:n,path:o,query:r,onAdvancedFilterAction:a})):void 0}onRangeSelect(e){const{query:t,path:n,onDateSelect:r}=this.props;(0,gc.updateQueryString)(e,n,t),r(e)}getDateQuery(e){const{period:t,compare:n,before:r,after:o}=(0,Ed.getDateParamsFromQuery)(e),{primary:a,secondary:i}=(0,Ed.getCurrentDates)(e);return{period:t,compare:n,before:r,after:o,primaryDate:a,secondaryDate:i}}render(){const{dateQuery:e,filters:t,query:n,path:r,showDatePicker:a,onFilterSelect:i,isoDateFormat:l}=this.props;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(Bl.H,{className:"screen-reader-text"},(0,o.__)("Filters","woocommerce-admin")),(0,s.createElement)(Bl.Section,{component:"div",className:"woocommerce-filters"},(0,s.createElement)("div",{className:"woocommerce-filters__basic-filters"},a&&(0,s.createElement)(Bl.DateRangeFilterPicker,{key:JSON.stringify(n),dateQuery:e||this.getDateQuery(n),onRangeSelect:this.onRangeSelect,isoDateFormat:l}),t.map((e=>e.showFilters(n)?(0,s.createElement)(N$,{key:e.param,config:e,query:n,path:r,onFilterSelect:i}):null))),t.map(this.renderCard)))}}R$.propTypes={siteLocale:k$().string,advancedFilters:k$().object,filters:k$().array,path:k$().string.isRequired,query:k$().object,showDatePicker:k$().bool,onDateSelect:k$().func,onFilterSelect:k$().func,onAdvancedFilterAction:k$().func,currency:k$().object,dateQuery:k$().shape({period:k$().string.isRequired,compare:k$().string.isRequired,before:k$().object,after:k$().object,primaryDate:k$().shape({label:k$().string.isRequired,range:k$().string.isRequired}).isRequired,secondaryDate:k$().shape({label:k$().string.isRequired,range:k$().string.isRequired})}),isoDateFormat:k$().string},R$.defaultProps={siteLocale:"en_US",advancedFilters:{},filters:[],query:{},showDatePicker:!0,onDateSelect:()=>{},currency:nE().getCurrencyConfig()};var T$=R$;const M$=(0,i.getSetting)("locale").siteLocale,j$=(()=>{let e,t,n;function r(){e=null,n=new Promise((e=>{t=e})).then((()=>E$.concat(e)))}r();const a={name:"programs",options:()=>n,getOptionIdentifier:e=>e.id,getOptionLabel:e=>e.name,getOptionKeywords:e=>[e.name],getOptionCompletion:e=>({key:e.id,label:e.name})};async function i(e){const t=new Set(g$(e));let r;return r=function(e,t){if(e.size>t.size)return!1;for(const n of e)if(!t.has(n))return!1;return!0}(t,$$)?E$:(await n).filter((e=>t.has(e.id))),r.map((e=>({key:e.id,label:e.name})))}const s={label:(0,o.__)("Show","google-listings-and-ads"),staticParams:["period","chartType","paged","per_page","selectedMetric","reportKey","orderby","order"],param:"filter",showFilters:()=>!0,filters:[{label:(0,o.__)("All Google programs","google-listings-and-ads"),value:"all"},{label:(0,o.__)("Single program","google-listings-and-ads"),value:"select_program",subFilters:[{component:"Search",value:"single_program",path:["select_program"],settings:{type:"custom",param:nc,getLabels:i,labels:{placeholder:(0,o.__)("Type to search for a program","google-listings-and-ads"),button:(0,o.__)("Single Program","google-listings-and-ads")},autocompleter:a}}]},{label:(0,o.__)("Comparison","google-listings-and-ads"),chartMode:"item-comparison",value:"compare-programs",settings:{type:"custom",param:nc,getLabels:i,labels:{helpText:(0,o.__)("Check at least two programs below to compare","google-listings-and-ads"),placeholder:(0,o.__)("Search for programs to compare","google-listings-and-ads"),title:(0,o.__)("Compare Programs","google-listings-and-ads"),update:(0,o.__)("Compare","google-listings-and-ads")},autocompleter:a}}]};return n=>{let{data:o,loaded:a}=n;return a?(e&&e!==o&&r(),e=o,t()):e&&r(),s}})();var I$=e=>{const{query:t,trackEventId:n}=e,r=[j$(AE({exclude_removed:!1}))],{period:o,compare:a,before:i,after:l}=(0,Ed.getDateParamsFromQuery)(t),{primary:c,secondary:u}=(0,Ed.getCurrentDates)(t),d={period:o,compare:a,before:i,after:l,primaryDate:c,secondaryDate:u},g=Ay(),p={...t};return(0,s.createElement)(T$,{query:p,siteLocale:M$,currency:g,filters:r,onDateSelect:e=>(0,Dl.recordEvent)("gla_datepicker_update",{report:n,...(0,ie.omitBy)(e,ie.isUndefined)}),onFilterSelect:e=>(0,Dl.recordEvent)("gla_filter",{report:n,filter:e.filter||"all"}),path:t.path,dateQuery:d,isoDateFormat:Ed.isoDateFormat})};const F$="https://merchants.google.com/mc/reporting/dashboard";var D$=e=>{let{href:t,selected:n,onLinkClickCallback:r,metric:a,data:{value:i,prevValue:c,delta:u,missingFreeListingsData:d}}=e;const g=(0,s.useMemo)((()=>({value:a.formatFn(i),prevValue:a.formatFn(c)})),[a,i,c]);let p=a.label;const f=[],m=[];if(d!==kd.NONE){const e=(0,o.__)("This data is currently available for paid campaigns only.","google-listings-and-ads");f.push(e),m.push(e)}if(d===kd.FOR_REQUEST){const e=(0,o.__)("Please try again later, or go to <googleMerchantCenterLink /> to track your performance for Google Free Listings.","google-listings-and-ads");f.push((0,s.createInterpolateElement)(e,{googleMerchantCenterLink:(0,s.createElement)(ql,{eventName:"gla_google_mc_link_click",eventProps:{context:"reports",href:F$},type:"external",target:"_blank",href:F$,onClick:e=>e.stopPropagation()},(0,o.__)("Google Merchant Center","google-listings-and-ads"))}));const t=(0,s.createInterpolateElement)(e,{googleMerchantCenterLink:(0,s.createElement)(s.Fragment,null,(0,o.sprintf)(// translators: %s: link to Google Merchant Center.
|
| 32 |
-
(0,o.__)("Google Merchant Center (%s)","google-listings-and-ads"),F$))});m.push((0,s.renderToString)(t))}if(f.length>0){const e=f.map(((e,t)=>(0,s.createElement)("div",{className:"gla-reports__metric-info",key:t},e)));p=(0,s.createElement)("div",{className:"gla-reports__metric-label"},a.label,(0,s.createElement)(Kp,{text:e},(0,s.createElement)(sw.Z,{className:"gla-reports__metric-infoicon",role:"img","aria-label":m.join(" "),size:16})))}return(0,s.createElement)(Bl.SummaryNumber,l({label:p,href:t,selected:n,delta:u,onLinkClickCallback:r},g))};const L$={value:null,preValue:null,delta:null};var G$=e=>{let{loaded:t,metrics:n,expectedLength:r=n.length,totals:o,trackEventId:a}=e;const i=oE();if(!t)return(0,s.createElement)(Bl.SummaryListPlaceholder,{numberOfItems:r});const{selectedMetric:l=n[0].key}=i;return(0,s.createElement)(Bl.SummaryList,null,(()=>n.map((e=>{const{key:t}=e,n=l===t,r=(0,gc.getNewPath)({selectedMetric:t});return(0,s.createElement)(D$,{key:t,metric:e,href:r,selected:n,data:o[t]||L$,onLinkClickCallback:()=>{return e=t,void(0,Dl.recordEvent)("gla_chart_tab_click",{report:a,context:e});var e}})}))))};const B$=(0,o.__)("No data for the selected date range","google-listings-and-ads");function q$(e){let{metrics:t,loaded:n,intervals:r}=e;const o=oE(),a=Ay(),{selectedMetric:i}=o;let l={};t.length&&(l=i&&t.find((e=>e.key===i))||t[0]);const{key:c,label:u,isCurrency:d=!1,formatFn:g}=l,p={...a,symbol:""},f=(0,Ed.getChartTypeForQuery)(o),m=d?"currency":"number",h=g.bind(l),y=(0,s.useMemo)((()=>n?r.map((e=>{let{interval:t,subtotals:n}=e;return{date:t,[u]:{value:n[c],label:u}}})):[]),[c,u,n,r]);return(0,s.createElement)(Bl.Chart,{data:y,title:u,query:o,currency:p,chartType:f,valueType:m,tooltipValueFormat:h,isRequesting:!n,emptyMessage:B$,layout:"time-comparison",legendPosition:"hidden"})}var z$=e=>{let{compareBy:t,compareParam:n,metrics:r,isLoading:a,compareButonTitle:i,data:c,nameHeader:u,nameCell:d,...g}=e;const p=oE(),[f,m]=(0,s.useState)((()=>new Set(g$(p[t])))),h=c.length||5,y=(0,s.useMemo)((()=>{if(!r.length)return[];const e=r.map((e=>({...e,isSortable:!0,isNumeric:!0})));return e[0].defaultSort=!0,e[0].defaultOrder="desc",e}),[r]),v=e=>r.map((t=>{const n=e.subtotals[t.key];return{display:t.formatFn(n)}})),b=(e,t)=>{t?m(new Set([...f,e])):(f.delete(e),m(new Set(f)))};return(0,s.createElement)(CE,l({actions:(0,s.createElement)(xl,{isSecondary:!0,disabled:a||f.size<=1,title:i,onClick:()=>{const e=Array.from(f).join(",");(0,gc.onQueryChange)("compare")(t,n,e)}},(0,o.__)("Compare","google-listings-and-ads")),isLoading:a,headers:(_=c,[{key:"compare",label:(0,s.createElement)(Vh,{disabled:a,checked:!a&&_.length&&f.size===_.length,onChange:e=>{if(e){const e=c.map((e=>e.id));m(new Set(e))}else m(new Set)}}),required:!0},{key:"title",label:u,isLeftAligned:!0,required:!0},...y]),rows:(e=>e.map((e=>[{display:(0,s.createElement)(Vh,{checked:f.has(e.id),onChange:b.bind(null,e.id)})},{display:d(e)},...v(e)])))(c),totalRows:c.length,rowsPerPage:h,query:p,compareBy:t,compareParam:n,onQueryChange:gc.onQueryChange,onSort:(0,gc.onQueryChange)("sort")},g));var _},H$=e=>{let{isConverted:t,name:n}=e;return t?(0,s.createElement)("div",{className:"gla-reports__tooltip-campaign-name"},(0,s.createElement)(Kp,{position:"top right",text:(0,o.__)("This campaign has been upgraded to Performance Max","google-listings-and-ads")},n)):n},U$=e=>{let{isLoading:t,orderby:n,order:r,metrics:a,freeListings:i,campaigns:c,...u}=e;const d=(0,s.useMemo)((()=>{if(t)return[];if(!i||0===i.length)return c;const e=[{...i[0],name:(0,o.__)("Free Listings","google-listings-and-ads"),id:0},...c];return c.length&&(e.sort(((e,t)=>(e.subtotals[n]||Number.NEGATIVE_INFINITY)-(t.subtotals[n]||Number.NEGATIVE_INFINITY))),"desc"===r&&e.reverse()),e}),[t,i,c,n,r]);return(0,s.createElement)(z$,l({title:(0,o.__)("Programs","google-listings-and-ads"),compareButonTitle:(0,o.__)("Select one or more programs to compare","google-listings-and-ads"),nameHeader:(0,o.__)("Program","google-listings-and-ads"),nameCell:H$,compareBy:"programs",compareParam:"filter",metrics:a,isLoading:t,data:d},u))},V$=e=>{const{selectedKey:t,tabs:n}=e;return(0,s.createElement)(qw,{role:"tablist",orientation:"horizontal",className:"subsubsub gla-sub-nav"},n.map(((e,r)=>{const o=e.key===t;return(0,s.createElement)(s.Fragment,{key:e.key},(0,s.createElement)(Bl.Link,{className:d()({current:o}),tabIndex:o?null:-1,id:`${e.key}`,href:e.href,role:"tab","aria-selected":o,"aria-controls":`${e.key}-view`,"aria-current":!!o&&"page"},e.title+" "),r<n.length-1?" | ":" ")})))},W$=()=>{const e=(0,gc.getQuery)();return"products"===(null==e?void 0:e.reportKey)?"products":"programs"};const Y$=[{key:"programs",title:(0,o.__)("Programs","google-listings-and-ads"),href:(0,gc.getNewPath)({reportKey:"programs"},"/google/reports",{})},{key:"products",title:(0,o.__)("Products","google-listings-and-ads"),href:(0,gc.getNewPath)({reportKey:"products"},"/google/reports",{})}];var K$=()=>{const e=Uw(),t=W$();return e?(0,s.createElement)(Hw,{tabs:Y$,selectedKey:t}):(0,s.createElement)(V$,{tabs:Y$,selectedKey:t})},Q$=()=>{const e=Nw(Zl.adsCampaignConvertStatus),t=Aw.REPORTS_CONVERSION;return"AFTER_CONVERSION"!==e?null:(0,s.createElement)(jw,{className:"gla-campaign-conversion-status-reports-notice",localStorageKey:t.localStorageKey},(0,s.createElement)(Ii,{"data-testid":"gla-campaign-conversion-reports-notice"},t.content))};const Z$=[{key:"sales",label:(0,o.__)("Total Sales","google-listings-and-ads"),isCurrency:!0},{key:"conversions",label:(0,o.__)("Conversions","google-listings-and-ads")},{key:"clicks",label:(0,o.__)("Clicks","google-listings-and-ads")},{key:"impressions",label:(0,o.__)("Impressions","google-listings-and-ads")}],X$=[...Z$,{key:"spend",label:(0,o.__)("Total Spend","google-listings-and-ads"),isCurrency:!0}],J$=[...Z$,{key:"spend",label:(0,o.__)("Spend","google-listings-and-ads"),isCurrency:!0}];var eC=()=>{const e="reports-programs",{loaded:t,data:{totals:n,intervals:r,freeListings:o,campaigns:a},reportQuery:{fields:i,orderby:l,order:c}}=function(){var e;const t=oE(),{paid:n,free:r}=(0,dn.useSelect)((e=>{const{getReport:n}=e(Gc);return b$(n,t,"primary")}),[t]),o=n.loaded&&r.loaded,a=n.reportQuery||r.reportQuery,i=null===(e=r.reportQuery)||void 0===e?void 0:e.fields,l=(0,s.useMemo)((()=>{const e=r.data,t=n.data;return o&&t&&e?{freeListings:e.free_listings||y$.free_listings,campaigns:t.campaigns||y$.campaigns,intervals:f$(t.intervals,e.intervals)||y$.intervals,totals:m$(t.totals,e.totals,i)}:y$}),[o,n.data,r.data,i]);return{loaded:o,reportQuery:a,data:l}}(),u=(0,s.useMemo)((()=>{const e=t&&Object.keys(n).length>0,r=e?X$.filter((e=>{let{key:t}=e;return n.hasOwnProperty(t)})):X$.filter((e=>{let{key:t}=e;return i.includes(t)})),o=e?J$.filter((e=>{let{key:t}=e;return n.hasOwnProperty(t)})):J$.filter((e=>{let{key:t}=e;return i.includes(t)}));return{available:r,expected:o}}),[t,n,i]),d=w$(u.available),g=w$(u.expected),{loaded:p,data:f}=function(e){const t=oE(),{loaded:n,data:r}=function(e){var t;const{paid:n,free:r}=(0,dn.useSelect)((t=>{const{getReport:n}=t(Gc);return b$(n,e,"secondary")}),[e]),o=n.loaded&&r.loaded,a=null===(t=r.reportQuery)||void 0===t?void 0:t.fields,i=(0,s.useMemo)((()=>{const e=r.data,t=n.data;return o&&t&&e?m$(t.totals,e.totals,a):y$.totals}),[o,n.data,r.data,a]);return{loaded:o,data:i}}(t),o=(0,s.useMemo)((()=>n?function(e,t){return Object.keys(e).reduce(((n,r)=>{var o;return{...n,[r]:Pd(e[r].value,null===(o=t[r])||void 0===o?void 0:o.value,e[r].missingFreeListingsData)}}),{})}(e,r):e),[n,r,e]);return{loaded:n,data:o}}(n),m=p?f:n;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(xw,{context:e}),(0,s.createElement)(Qw,null),(0,s.createElement)(K$,null),(0,s.createElement)(I$,{query:(0,gc.getQuery)(),trackEventId:e}),(0,s.createElement)(G$,{loaded:t,metrics:d,expectedLength:X$.length,totals:m,trackEventId:e}),(0,s.createElement)(q$,{metrics:d,loaded:t,intervals:r}),(0,s.createElement)(Q$,null),(0,s.createElement)(U$,{trackEventReportId:e,isLoading:!t,orderby:l,order:c,metrics:g,freeListings:o,campaigns:a}))};const tC="products",nC={products:[],intervals:[],totals:{}};function rC(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ie.identity;return function(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",r=arguments.length>1?arguments[1]:void 0;const o="function"==typeof e?e(r):e,a=(0,gc.getIdsFromQuery)(n);if(a.length<1)return Promise.resolve([]);const i={include:a.join(","),per_page:a.length};return Vc()({path:(0,tg.addQueryArgs)(o,i)}).then((e=>e.map(t)))}}const oC=rC(Rg.NAMESPACE+"/products",(e=>({key:e.id,label:e.name,type:e.type})));function aC(e){var t;let{attributes:n,name:r}=e;const o=(null===(t=(0,i.getSetting)("admin"))||void 0===t?void 0:t.variationTitleAttributesSeparator)||" - ";if(r.indexOf(o)>-1)return r;const a=n.map((e=>{let{option:t}=e;return t})).join(", ");return a?r+o+a:r}const iC=rC((e=>{let{products:t}=e;return t?Rg.NAMESPACE+`/products/${t}/variations`:Rg.NAMESPACE+"/variations"}),(e=>({key:e.id,label:aC(e)}))),sC={label:(0,o.__)("Show","google-listings-and-ads"),staticParams:[Xl,"chartType","orderby","order","paged","per_page","selectedMetric","reportKey"],param:"filter",showFilters:()=>!0,filters:[{label:(0,o.__)("All Products","google-listings-and-ads"),value:"all"},{label:(0,o.__)("Single Product","google-listings-and-ads"),value:"select_product",chartMode:"item-comparison",subFilters:[{component:"Search",value:"single-product",chartMode:"item-comparison",path:["select_product"],settings:{type:"products",param:"products",getLabels:oC,labels:{placeholder:(0,o.__)("Type to search for a product","google-listings-and-ads"),button:(0,o.__)("Single Product","google-listings-and-ads")}}}]},{label:(0,o.__)("Comparison","google-listings-and-ads"),value:"compare-products",chartMode:"item-comparison",settings:{type:"products",param:"products",getLabels:oC,labels:{helpText:(0,o.__)("Check at least two products below to compare","google-listings-and-ads"),placeholder:(0,o.__)("Search for products to compare","google-listings-and-ads"),title:(0,o.__)("Compare Products","google-listings-and-ads"),update:(0,o.__)("Compare","google-listings-and-ads")}}}]},lC={showFilters:e=>"single-product"===e.filter&&!!e.products&&e["is-variable"],staticParams:["filter","products","chartType","orderby","order","paged","per_page","selectedMetric","reportKey"],param:"filter-variations",filters:[{label:(0,o.__)("All Variations","google-listings-and-ads"),chartMode:"item-comparison",value:"all"},{label:(0,o.__)("Single Variation","google-listings-and-ads"),value:"select_variation",subFilters:[{component:"Search",value:"single-variation",path:["select_variation"],settings:{type:"variations",param:"variations",getLabels:iC,labels:{placeholder:(0,o.__)("Type to search for a variation","google-listings-and-ads"),button:(0,o.__)("Single Variation","google-listings-and-ads")}}}]},{label:(0,o.__)("Comparison","google-listings-and-ads"),chartMode:"item-comparison",value:"compare-variations",settings:{type:"variations",param:"variations",getLabels:iC,labels:{helpText:(0,o.__)("Check at least two variations below to compare","google-listings-and-ads"),placeholder:(0,o.__)("Search for variations to compare","google-listings-and-ads"),title:(0,o.__)("Compare Variations","google-listings-and-ads"),update:(0,o.__)("Compare","google-listings-and-ads")}}}]},cC={label:(0,o.__)("Show data from","google-listings-and-ads"),param:Xl,staticParams:["filter","products","orderby","order","chartType","selectedMetric","reportKey"],defaultValue:tc,filters:[{value:Jl,label:(0,o.__)("Paid campaigns","google-listings-and-ads")},{value:ec,label:(0,o.__)("Free listings","google-listings-and-ads")}],showFilters:e=>{let{hasPaidSource:t}=e;return t}},uC=(0,a.applyFilters)("gla_products_report_filters",[sC,lC,cC]),dC=(0,a.applyFilters)("gla_products_report_advanced_filters",{}),gC=(0,i.getSetting)("currency"),pC=(0,i.getSetting)("locale").siteLocale;var fC=e=>{const{hasPaidSource:t,query:n,trackEventId:r}=e,{period:o,compare:a,before:i,after:l}=(0,Ed.getDateParamsFromQuery)(n),{primary:c,secondary:u}=(0,Ed.getCurrentDates)(n),d={period:o,compare:a,before:i,after:l,primaryDate:c,secondaryDate:u},g=(0,dn.useSelect)((e=>{if(n.search||!n.products||1!==n.products.split(",").length)return!1;const t=parseInt(n.products,10),r={include:t},{getItems:o}=e(Rg.ITEMS_STORE_NAME),a=o("products",r);return a&&a.get(t)&&"variable"===a.get(t).type}),[n.search,n.products]),p={...n,"is-variable":g,hasPaidSource:t};return(0,s.createElement)(Bl.ReportFilters,{query:p,siteLocale:pC,currency:gC,filters:uC,advancedFilters:dC,onDateSelect:e=>(0,Dl.recordEvent)("gla_datepicker_update",{report:r,...(0,ie.omitBy)(e,ie.isUndefined)}),onFilterSelect:e=>(0,Dl.recordEvent)("gla_filter",{report:r,filter:e.filter||"all",filterVariations:e["filter-variations"]}),dateQuery:d,isoDateFormat:Ed.isoDateFormat})},mC=e=>{let{metrics:t,isLoading:n,products:r,...a}=e;return(0,s.createElement)(z$,l({title:(0,o.__)("Products","google-listings-and-ads"),compareButonTitle:(0,o.__)("Select one or more products to compare","google-listings-and-ads"),nameHeader:(0,o.__)("Product title","google-listings-and-ads"),nameCell:e=>e.name,compareBy:"products",compareParam:"filter",metrics:t,isLoading:n,data:r},a))};const hC=[{key:"clicks",label:(0,o.__)("Clicks","google-listings-and-ads")},{key:"impressions",label:(0,o.__)("Impressions","google-listings-and-ads")}],yC=[{key:"sales",label:(0,o.__)("Total Sales","google-listings-and-ads"),isCurrency:!0},{key:"conversions",label:(0,o.__)("Conversions","google-listings-and-ads")},...hC,{key:"spend",label:(0,o.__)("Spend","google-listings-and-ads"),isCurrency:!0}],vC=e=>{let{hasPaidSource:t}=e;const n="reports-products",r=(0,gc.getQuery)(),o=t?r["report-source"]||tc:ec,a=w$(o===Jl?yC:hC),{loaded:i,data:{totals:l,intervals:c,products:u}}=function(e){const t=oE();return(0,dn.useSelect)((n=>{const{getReport:r}=n(Gc),o=r(tC,e,t,"primary"),a=r(tC,e,t,"secondary"),i=o.loaded&&a.loaded;let s=nC;return i&&o.data&&a.data&&(s={products:o.data.products||nC.products,intervals:o.data.intervals||nC.intervals,totals:Od(o.data.totals,a.data.totals,o.reportQuery.fields)}),{data:s,loaded:i}}),[e,t])}(o);return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(fC,{hasPaidSource:t,query:r,trackEventId:n}),(0,s.createElement)(G$,{metrics:a,loaded:i,totals:l,trackEventId:n}),(0,s.createElement)(q$,{metrics:a,loaded:i,intervals:c}),(0,s.createElement)(mC,{trackEventReportId:n,metrics:a,isLoading:!i,products:u}))};var bC=()=>{const{loaded:e,data:t}=AE(),n=e&&t.some((e=>{let{status:t}=e;return"enabled"===t}));return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(xw,{context:"reports-products"}),(0,s.createElement)(Qw,null),(0,s.createElement)(K$,null),e?(0,s.createElement)(vC,{hasPaidSource:n}):(0,s.createElement)(Wg,null))},_C=()=>"products"===W$()?(0,s.createElement)(bC,null):(0,s.createElement)(eC,null),wC=[{key:"type",label:(0,o.__)("Type","google-listings-and-ads"),isLeftAligned:!0,required:!0},{key:"affectedProduct",label:(0,o.__)("Affected product","google-listings-and-ads"),isLeftAligned:!0,required:!0},{key:"issue",label:(0,o.__)("Issue","google-listings-and-ads"),isLeftAligned:!0,required:!0},{key:"suggestedAction",label:(0,o.__)("Suggested action","google-listings-and-ads"),isLeftAligned:!0,required:!0},{key:"action",label:"",required:!0}];const EC=(e,t,n)=>{const r={context:e};let o;"goto"===n?(o="gla_table_go_to_page",r.page=t):(o="gla_table_page_click",r.direction=n),(0,Dl.recordEvent)(o,r)};var $C=__webpack_require__(7489),CC=e=>{let{size:t=18}=e;return(0,s.createElement)($C.Z,{className:"gla-error-icon",size:t})};const kC=()=>{};var SC=e=>{let{productId:t,eventName:n,eventProps:r}=e;const a=`post.php?action=edit&post=${t}`,i=n?()=>(0,Dl.queueRecordEvent)(n,r):kC;return(0,s.createElement)(Bl.Link,{href:a,onClick:i,type:"wp-admin"},(0,o.__)("Edit","google-listings-and-ads"))};var xC=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:lc,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:5;return Ag("getMCIssues",{page:t,issue_type:e,per_page:n})};const OC=e=>{const t=Object.values(e).reduce(((e,t)=>e+t),0);return Number.isInteger(t)?t:void 0};var PC=()=>{var e,t,n,r;const o={[lc]:null===(e=xC(lc))||void 0===e||null===(t=e.data)||void 0===t?void 0:t.total,[sc]:null===(n=xC(sc))||void 0===n||null===(r=n.data)||void 0===r?void 0:r.total};return{...o,total:OC(o)}},AC=()=>{var e;const t=PC().account?lc:sc;return(null===(e=(0,gc.getQuery)())||void 0===e?void 0:e.issueType)||t},NC=()=>{const e=AC(),t={[lc]:(0,o.__)("All account issues resolved","google-listings-and-ads"),[sc]:(0,o.__)("All product issues resolved","google-listings-and-ads")},n={[lc]:(0,s.createInterpolateElement)((0,o.__)("However, there are issues affecting your products that needs to be resolved. Head over to the <strong>Product Issues</strong> tab to view them.","google-listings-and-ads"),{strong:(0,s.createElement)("strong",null)}),[sc]:(0,s.createInterpolateElement)((0,o.__)("However, there are issues affecting your account that needs to be resolved. Head over to the <strong>Account Issues</strong> tab to view them.","google-listings-and-ads"),{strong:(0,s.createElement)("strong",null)})};return(0,s.createElement)("div",{className:"gla-issues-solved"},(0,s.createElement)(bl,{icon:"yes-alt",className:"gla-issues-solved__icon"}),(0,s.createElement)(Ii,{variant:"subtitle"},t[e]),(0,s.createElement)(Ii,{variant:"body",className:"gla-issues-solved__body"},n[e]))},RC=__webpack_require__(8359),TC=e=>{let{issue:t,onRequestClose:n=(()=>{})}=e;return(0,s.createElement)(Bh,{className:"gla-issues-table-data-modal",title:t.issue,onRequestClose:n,buttons:[(0,s.createElement)(dc,{key:"learn-more",isPrimary:!0,target:"_blank",href:t.action_url,text:(0,o.__)("Learn more","google-listings-and-ads"),eventName:"gla_documentation_link_click",eventProps:{context:"issues-data-table-modal",linkId:t.code,href:t.action_url},icon:(0,s.createElement)(RC.Z,null)})]},(0,s.createElement)("p",null,(0,s.createElement)("strong",null,(0,o.__)("What to do?","google-listings-and-ads"))),(0,s.createElement)("p",null,t.action))},MC=e=>{var t;let{data:n}=e;const r=(0,o.__)("Read more about this issue","google-listings-and-ads");return n?null!==(t=n.issues)&&void 0!==t&&t.length?(0,s.createElement)(Bl.Table,{caption:(0,o.__)("Issues to resolve","google-listings-and-ads"),headers:wC,rows:n.issues.map((e=>[{display:"warning"===e.severity?(0,s.createElement)(zh,null):(0,s.createElement)(CC,null)},{display:e.product},{display:e.issue},{display:e.action?(0,s.createElement)(xy,{button:(0,s.createElement)(dc,{isLink:!0,eventName:"gla_click_read_more_about_issue",eventProps:{context:"issues-to-resolve",issue:e.code}},r),modal:(0,s.createElement)(TC,{issue:e})}):(0,s.createElement)(zl,{context:"issues-to-resolve",linkId:e.code,href:e.action_url},r)},{display:e.type===sc&&(0,s.createElement)(SC,{productId:e.product_id,eventName:"gla_edit_product_issue_click",eventProps:{code:e.code,issue:e.issue}})}]))}):(0,s.createElement)(NC,null):(0,s.createElement)(Bl.EmptyTable,{headers:wC,numberOfRows:1},(0,o.__)("An error occurred while retrieving issues. Please try again later.","google-listings-and-ads"))},jC=()=>{const e=AC(),{page:t,setPage:n}=function(e){var t;let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;const[r,o]=(0,s.useState)({}),a=(0,s.useCallback)((t=>{o((n=>({...n,[e]:t})))}),[e]);return{page:null!==(t=r[e])&&void 0!==t?t:n,setPage:a}}(e),{data:r,hasFinishedResolution:a}=xC(e,t);return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(qe,{size:null},a?(0,s.createElement)(MC,{data:r}):(0,s.createElement)(Bl.TablePlaceholder,{headers:wC,caption:(0,o.__)("Loading Issues To Resolve","google-listings-and-ads")})),(null==r?void 0:r.total)>0&&(0,s.createElement)(sp,{justify:"center"},(0,s.createElement)(Bl.Pagination,{page:t,perPage:5,total:r.total,showPagePicker:!1,showPerPagePicker:!1,onPageChange:(t,r)=>{n(t),EC(`${e}-issues-to-resolve`,t,r)}})))},IC=()=>{const e=PC(),t=AC(),n=t=>{const n=e[t];return n>=0?`(${n})`:""},r=[{key:lc,title:`${(0,o.__)("Account Issues","google-listings-and-ads")} ${n(lc)}`,href:(0,gc.getNewPath)({issueType:lc},"/google/product-feed",{})},{key:sc,title:`${(0,o.__)("Product Issues","google-listings-and-ads")} ${n(sc)}`,href:(0,gc.getNewPath)({issueType:sc},"/google/product-feed",{})}];return(0,s.createElement)(Hw,{tabs:r,selectedKey:t})},FC=e=>{let{issues:t=[]}=e;const[n,r]=(0,s.useState)(!1);if(!t.length)return null;const a=n?t:t.slice(0,5);return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(Ii,{variant:"subtitle"},(0,o.__)("Request a review on the following issue(s):","google-listings-and-ads")),(0,s.createElement)("ul",{className:"gla-review-request-modal__issue-list"},a.map((e=>(0,s.createElement)("li",{key:e.code},e.issue)))),t.length>5&&(0,s.createElement)(xl,{isTertiary:!0,onClick:()=>{(0,Dl.recordEvent)("gla_request_review_issue_list_toggle_click",{action:n?"collapse":"expand"}),r(!n)}},n?(0,o.__)("Show less","google-listing-and-ads"):(0,o.sprintf)(// translators: %d: The number of extra issues issues
|
| 33 |
-
(0,o.__)("+ %d more issue(s)","google-listing-and-ads"),t.length-5)))},
|
| 34 |
-
(0,o.__)("Your account is under cool down period. You can request a new review on %s.","google-listings-and-ads"),(0,wd.format)(`${Zl.dateFormat}, ${Zl.timeFormat}`,new Date(t.cooldown)));return(0,s.createElement)(ae,{"data-testid":"gla-review-request-notice",className:"gla-review-request-notice"},(0,s.createElement)(ze,null,(0,s.createElement)(ae,null,(0,s.createElement)(ze,{className:"gla-review-request-notice__icon"},r.icon),(0,s.createElement)(ze,{className:"gla-review-request-notice__text"},(0,s.createElement)(Ii,{variant:"subtitle"},r.title),(0,s.createElement)(Ii,{className:"gla-review-request-notice__text-body",variant:"body"},a||r.body)))),(0,s.createElement)(ze,{className:"gla-review-request-notice__button"},r.requestButton&&(t.cooldown||t.reviewEligibleRegions.length>0)&&(0,s.createElement)(dc,{isPrimary:!0,onClick:n,disabled:!!t.cooldown,text:(0,o.__)("Request review","google-listings-and-ads")})))},
|
| 35 |
-
(0,o.__)("Apply to %d selected","google-listings-and-ads"),t))))}var
|
| 36 |
-
(0,o._n)("You successfully changed the channel visibility of %d product","You successfully changed the channel visibility of %d products",r,"google-listings-and-ads"),r);g("success",e)})),(0,Dl.recordEvent)("gla_bulk_edit_click",{context:
|
| 37 |
/* translators: 1: current page number 2: total number of pages */
|
| 38 |
-
(0,o.__)("Page %1$d of %2$d"),e+1,n),onClick:()=>r(e)})))))}function
|
| 39 |
-
(0,o._n)("Last updated: %1$s, containing %2$d product","Last updated: %1$s, containing %2$d products",a,"google-listings-and-ads"),(0,wd.format)(Zl.dateFormat+(Zl.dateFormat.trim()&&Zl.timeFormat.trim()?", ":"")+Zl.timeFormat,new Date(1e3*r)),a)}}(e);return(0,s.createElement)(
|
| 40 |
-
(0,o._n)("%d issue to resolve","%d issues to resolve",n,"google-listings-and-ads"),n):"");var n;return(0,s.createElement)(Ck,{title:(0,o.__)("Feed setup:","google-listings-and-ads"),icon:(0,s.createElement)(LC,{size:24}),label:(0,s.createElement)("span",{className:"gla-success"},(0,o.__)("Free listings setup completed","google-listings-and-ads")),description:t})},xk=()=>{var e;const t=Ag("getMCReviewRequest");if(!t.hasFinishedResolution||null===(e=t.data)||void 0===e||!e.status)return null;const n=UC[t.data.status];return n?(0,s.createElement)(Ck,{className:"gla-account-status",title:(0,o.__)("Account status:","google-listings-and-ads"),icon:n.icon,label:n.status,description:n.statusDescription}):null},Ok=()=>{const{hasFinishedResolution:e,data:t}=Ek();return(0,s.createElement)(De,{className:"gla-product-statistics"},(0,s.createElement)(zi,{justify:"normal"},(0,s.createElement)(ze,null,(0,s.createElement)(Ii,{variant:"title.small",as:"h2"},(0,o.__)("Overview","google-listings-and-ads"))),(0,s.createElement)($k,null)),(0,s.createElement)(qe,{className:"gla-product-statistics__summaries",size:null},!e&&(0,s.createElement)(Bl.SummaryListPlaceholder,{numberOfItems:5}),e&&t&&(0,s.createElement)(Bl.SummaryList,null,(()=>[(0,s.createElement)(Bl.SummaryNumber,{key:"active",label:(0,o.__)("Active","google-listings-and-ads"),value:t.statistics.active}),(0,s.createElement)(Bl.SummaryNumber,{key:"expiring",label:(0,o.__)("Expiring","google-listings-and-ads"),value:t.statistics.expiring}),(0,s.createElement)(Bl.SummaryNumber,{key:"pending",label:(0,o.__)("Pending","google-listings-and-ads"),value:t.statistics.pending}),(0,s.createElement)(Bl.SummaryNumber,{key:"disapproved",label:(0,o.__)("Disapproved","google-listings-and-ads"),value:t.statistics.disapproved}),(0,s.createElement)(Bl.SummaryNumber,{key:"not_synced",label:(0,o.__)("Not Synced","google-listings-and-ads"),value:t.statistics.not_synced})]))),(0,s.createElement)(sp,{gap:0},(0,s.createElement)(Sk,null),(0,s.createElement)(kk,null),(0,s.createElement)(xk,null)))},Pk=()=>{var e;const{hasFinishedResolution:t,data:n}=Ek(),[r,a]=(0,s.useState)(!1),i=(null===(e=(0,gc.getQuery)())||void 0===e?void 0:e.guide)===rc,l=GE();return(0,s.useEffect)((()=>{if(!r){const e=Mw.get(ac);a(!i&&e&&l)}}),[i,r,l]),(0,s.createElement)(s.Fragment,null,(0,s.createElement)(Qw,null),i&&(0,s.createElement)(wk,null),r&&(0,s.createElement)(eE,{label:(0,o.__)("How easy was it to set up Google Listings & Ads?","google-listings-and-ads"),eventContext:rc}),(0,s.createElement)("div",{className:"gla-product-feed"},!t&&(0,s.createElement)(Wg,null),t&&!n&&(0,o.__)("An error occurred while retrieving your product feed. Please try again later.","google-listings-and-ads"),t&&n&&(0,s.createElement)(s.Fragment,null,(0,s.createElement)(Ok,null),(0,s.createElement)(KC,null),(0,s.createElement)(ok,{trackEventReportId:"product-feed"}))))};function Ak(e){return(0,s.createElement)(gp,l({title:(0,o.__)("Linked accounts","google-listings-and-ads"),description:(0,o.__)("A WordPress.com account, Google account, and Google Merchant Center account are required to use this extension in WooCommerce.","google-listings-and-ads")},e))}const Nk="all-accounts",Rk="ads-account",Tk={[Nk]:{title:(0,o.__)("Disconnect all accounts","google-listings-and-ads"),confirmButton:(0,o.__)("Disconnect all accounts","google-listings-and-ads"),confirmation:(0,o.__)("Yes, I want to disconnect all my accounts.","google-listings-and-ads"),contents:[(0,o.__)("I understand that I am disconnecting any WordPress.com account, Google account, Google Merchant Center account and Google Ads account connected to this extension.","google-listings-and-ads"),(0,o.__)("Any active product listings will continue to show on Google. They can be managed, edited, or deleted manually from Google Merchant Center (merchants.google.com).","google-listings-and-ads"),(0,o.__)("Any ongoing paid campaigns will continue to run. They can be managed, edited, or deleted manually from Google Ads (ads.google.com).","google-listings-and-ads")]},[Rk]:{title:(0,o.__)("Disconnect Google Ads account","google-listings-and-ads"),confirmButton:(0,o.__)("Disconnect Google Ads Account","google-listings-and-ads"),confirmation:(0,o.__)("Yes, I want to disconnect my Google Ads account.","google-listings-and-ads"),contents:[(0,o.__)("I understand that I am disconnecting my Google Ads account from this WooCommerce extension.","google-listings-and-ads"),(0,o.__)("Any ongoing paid campaigns will continue to run. They can be managed, edited, or deleted manually from Google Ads (ads.google.com).","google-listings-and-ads"),(0,o.__)("Some configurations for Google Ads created through WooCommerce may be lost. This cannot be undone.","google-listings-and-ads")]}};function Mk(e){let{disconnectTarget:t,onRequestClose:n,onDisconnected:r}=e;const[a,i]=(0,s.useState)(!1),[l,c]=(0,s.useState)(!1),u=Og(),{title:d,confirmButton:g,confirmation:p,contents:f}=Tk[t],m=()=>{l||n()};return(0,s.createElement)(Bh,{className:"gla-disconnect-accounts-modal",title:(0,s.createElement)(s.Fragment,null,(0,s.createElement)(zh,{size:20}),d),isDismissible:!l,buttons:[(0,s.createElement)(xl,{key:"1",isSecondary:!0,disabled:l,onClick:m},(0,o.__)("Never mind","google-listings-and-ads")),(0,s.createElement)(dc,{key:"2",isPrimary:!0,isDestructive:!0,loading:l,disabled:!a,onClick:()=>{const e=t===Nk?u.disconnectAllAccounts:u.disconnectGoogleAdsAccount;c(!0),e().then((()=>{r(),n()})).catch((()=>{c(!1)}))}},g)],onRequestClose:m},f.map(((e,t)=>(0,s.createElement)("p",{key:t},e))),(0,s.createElement)(Vh,{label:p,checked:a,disabled:l,onChange:i}))}function jk(e){return(0,s.createElement)(Mk,e)}function Ik(){const e=Bv(),{jetpack:t}=Yg(),{google:n}=Jg(),{googleMCAccount:r}=ep(),{googleAdsAccount:a}=G_(),i=!(t&&n&&r&&a),l=["connected","incomplete"].includes(null==a?void 0:a.status),[c,u]=(0,s.useState)(null);return(0,s.createElement)(Ak,null,c&&(0,s.createElement)(jk,{onRequestClose:()=>u(null),onDisconnected:()=>{(0,Dl.queueRecordEvent)("gla_disconnected_accounts",{context:c});const t=c===Nk?e+(0,gc.getNewPath)(null,"/google/start",null):window.location.href;window.location.href=t},disconnectTarget:c}),i?(0,s.createElement)(Qp,null):(0,s.createElement)(fp,{size:"large"},(0,s.createElement)(Ap,{jetpack:t}),(0,s.createElement)(Vp,{googleAccount:n,hideAccountSwitch:!0}),(0,s.createElement)(Zp,{googleMCAccount:r,hideAccountSwitch:!0}),l&&(0,s.createElement)(q_,{googleAdsAccount:a},(0,s.createElement)(gp.Card.Footer,null,(0,s.createElement)(xl,{isDestructive:!0,isLink:!0,onClick:()=>u(Rk)},(0,o.__)("Disconnect Google Ads account only","google-listings-and-ads")))),(0,s.createElement)(ae,{justify:"flex-end"},(0,s.createElement)(xl,{isPrimary:!0,isDestructive:!0,onClick:()=>u(Nk)},(0,o.__)("Disconnect from all accounts","google-listings-and-ads")))))}var Fk=(0,s.createElement)(rs,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,s.createElement)(ns,{d:"M10.5 4v4h3V4H15v4h1.5a1 1 0 011 1v4l-3 4v2a1 1 0 01-1 1h-3a1 1 0 01-1-1v-2l-3-4V9a1 1 0 011-1H9V4h1.5zm.5 12.5v2h2v-2l3-4v-3H8v3l3 4z"}));let Dk=null;function Lk(){if(Dk)return;const e=(0,tg.getQueryArgs)(document.location.search),t=t=>{const{target:n}=t;if("A"!==n.tagName)return;const r=[pc,fc,"/google/product-feed",mc],o=(0,tg.getQueryArgs)(n.getAttribute("href"));if(r.includes(o.path)){t.stopPropagation(),t.preventDefault();const n=!Uw()||o.path===mc,r=(0,tg.getQueryArgs)(document.location.search);if(n&&!(0,ie.isEqual)(e,r)){const{path:t,...n}=e;(0,gc.getHistory)().push((0,gc.getNewPath)(n,t,null))}}};document.defaultView.addEventListener("click",t,!0),document.body.classList.add("gla-reconnection-lock"),Dk=()=>{document.defaultView.removeEventListener("click",t,!0),document.body.classList.remove("gla-reconnection-lock")}}function Gk(){Dk&&(Dk(),Dk=null)}function Bk(){const{jetpack:e}=Yg(),t="yes"===(null==e?void 0:e.active);return(0,s.useEffect)((()=>{t?((0,gc.getHistory)().replace(Oc()),Gk()):Lk()}),[t]),e?(0,s.createElement)(Ak,null,(0,s.createElement)(fp,{size:"large"},(0,s.createElement)(xp,{className:"gla-wpcom-connection-lost-card",isBorderless:!0,size:"small",icon:(0,s.createElement)(vp,{icon:Fk,size:24}),title:(0,o.__)("Your WordPress.com account has been disconnected.","google-listings-and-ads"),helper:(0,o.__)("Connect your WordPress.com account to ensure your products stay listed on Google. If you do not re-connect, your products can’t be automatically synced to Google, and any existing listings may be removed from Google.","google-listings-and-ads")}),(0,s.createElement)(Gp,null))):(0,s.createElement)(Wg,null)}function qk(e){let{email:t}=e;const n=Bv(),[r,a]=(0,s.useState)(null),{disconnectGoogleAccount:i}=Og(),[l,c]=(0,s.useState)(!1);return(0,s.createElement)(xp,{appearance:Ep.GOOGLE,description:t},(0,s.createElement)(ef,null),(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)(Dc,{status:"error",isDismissible:!1},(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("This Google account, <accountEmail />, was not the Google account previously connected to this integration.","google-listings-and-ads"),{accountEmail:(0,s.createElement)("strong",null,t)})),(0,s.createElement)("p",null,(0,o.__)("Thus, it doesn‘t have access to the Google Merchant Center and/or Google Ads account currently connected to this WooCommerce store.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,o.__)("Try connecting with a different Google account, or completely disconnect all your connected accounts.","google-listings-and-ads")))),(0,s.createElement)(gp.Card.Footer,{justify:"flex-end"},r&&(0,s.createElement)(jk,{onRequestClose:()=>a(null),onDisconnected:()=>{const e=(0,gc.getNewPath)(null,"/google/start",null);window.location.href=n+e},disconnectTarget:r}),(0,s.createElement)(dc,{isSecondary:!0,isDestructive:!0,disabled:l,onClick:()=>a(Nk)},(0,o.__)("Disconnect all accounts","google-listings-and-ads")),(0,s.createElement)(dc,{isPrimary:!0,loading:l,onClick:()=>{c(!0),i().catch((()=>{c(!1)}))}},(0,o.__)("Try another Google account","google-listings-and-ads"))))}function zk(){const{data:e}=Ag("getGoogleAccountAccess"),t=Xg(Zl.adsSetupComplete,null==e?void 0:e.scope),n="yes"===(null==e?void 0:e.active),r=n?"no"===(null==e?void 0:e.merchant_access)||"no"===(null==e?void 0:e.ads_access):void 0,a=n&&!r&&t.glaRequired;if((0,s.useEffect)((()=>{a?((0,gc.getHistory)().replace(xc()),Gk()):Lk()}),[a]),!e)return(0,s.createElement)(Wg,null);if(!a){const t=r?(0,s.createElement)(qk,{email:e.email}):(0,s.createElement)(Yp,null);return(0,s.createElement)(gp,{title:(0,o.__)("Connect account","google-listings-and-ads")},t)}return null}var Hk=()=>{Gg("full-content");const{updateGoogleMCContactInformation:e}=Og(),{data:t}=zv(),[n,r]=(0,s.useState)(!1),a=t.isAddressFilled&&t.isMCAddressDifferent;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(qg,{title:(0,o.__)("Edit store address","google-listings-and-ads"),helpButton:(0,s.createElement)(Ug,{eventContext:"edit-store-address"}),backHref:Oc()}),(0,s.createElement)("div",{className:"gla-settings"},(0,s.createElement)(gp,{title:(0,o.__)("Store address","google-listings-and-ads"),description:(0,s.createElement)("div",null,(0,s.createElement)("p",null,(0,o.__)("Your store address is required by Google for verification purposes. It will be shared with the Google Merchant Center and will not be displayed to customers.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,s.createElement)(zl,{context:"settings-store-address",linkId:"contact-information-read-more",href:"https://docs.woocommerce.com/document/google-listings-and-ads/#contact-information"},(0,o.__)("Learn more","google-listings-and-ads"))))},(0,s.createElement)(b_,null)),(0,s.createElement)(gp,null,(0,s.createElement)(ae,{justify:"flex-end"},(0,s.createElement)(dc,{isPrimary:!0,loading:n,disabled:!a,eventName:"gla_contact_information_save_button_click",onClick:()=>{r(!0),e().then((()=>(0,gc.getHistory)().push(Oc()))).catch((()=>r(!1)))}},(0,o.__)("Save details","google-listings-and-ads"))))))},Uk=()=>{const e=e_();return E_(e),Gg("full-content"),(0,s.createElement)(s.Fragment,null,(0,s.createElement)(qg,{title:(0,o.__)("Edit phone number","google-listings-and-ads"),helpButton:(0,s.createElement)(Ug,{eventContext:"edit-phone-number"}),backHref:Oc()}),(0,s.createElement)("div",{className:"gla-settings"},(0,s.createElement)(gp,{title:(0,o.__)("Phone number","google-listings-and-ads"),description:(0,s.createElement)("div",null,(0,s.createElement)("p",null,(0,o.__)("Your phone number is required by Google for verification purposes. It will be shared with the Google Merchant Center and will not be displayed to customers.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,s.createElement)(zl,{context:"settings-phone-number",linkId:"contact-information-read-more",href:"https://docs.woocommerce.com/document/google-listings-and-ads/#contact-information"},(0,o.__)("Learn more","google-listings-and-ads"))))},(0,s.createElement)(f_,{view:"settings",phoneNumber:e,initEditing:!0}))))};const Vk="gla-settings";var Wk,Yk=()=>{const{subpath:e}=(0,gc.getQuery)();Ww();const{google:t}=Jg(),n=e===Ec;switch((0,s.useEffect)((()=>{n||"no"!==(null==t?void 0:t.active)||(0,gc.getHistory)().replace(Ac(ic))}),[n,t]),e){case wc:return(0,s.createElement)("div",{className:Vk},(0,s.createElement)(Bk,null));case Ec:return(0,s.createElement)(zk,null);case bc:return(0,s.createElement)(Uk,null);case _c:return(0,s.createElement)(Hk,null)}return(0,s.createElement)("div",{className:Vk},(0,s.createElement)(Qw,null),(0,s.createElement)(O_,null),(0,s.createElement)(Ik,null))};const Kk=(null===(Wk=(0,i.getSetting)("admin"))||void 0===Wk?void 0:Wk.woocommerceTranslation)||(0,o.__)("WooCommerce","google-listings-and-ads");(0,a.addFilter)("woocommerce_admin_pages_list","woocommerce-marketing",(e=>{const t=Uw(),n=[["",Kk]];return t||n.push(["/marketing",(0,o.__)("Marketing","google-listings-and-ads")]),n.push((0,o.__)("Google Listings & Ads","google-listings-and-ads")),[...e,{breadcrumbs:[...n],container:Dg,path:"/google/start",wpOpenMenu:"toplevel_page_woocommerce-marketing",navArgs:{id:"google-start"}},{breadcrumbs:[...n,(0,o.__)("Setup Merchant Center","google-listings-and-ads")],container:F_,path:"/google/setup-mc"},{breadcrumbs:[...n,(0,o.__)("Setup Google Ads","google-listings-and-ads")],container:Sw,path:"/google/setup-ads"},{breadcrumbs:[...n,(0,o.__)("Dashboard","google-listings-and-ads")],container:d$,path:"/google/dashboard",wpOpenMenu:"toplevel_page_woocommerce-marketing",navArgs:{id:"google-dashboard"}},{breadcrumbs:[...n,(0,o.__)("Reports","google-listings-and-ads")],container:_C,path:"/google/reports",wpOpenMenu:"toplevel_page_woocommerce-marketing",navArgs:{id:"google-reports"}},{breadcrumbs:[...n,(0,o.__)("Product Feed","google-listings-and-ads")],container:Pk,path:"/google/product-feed",wpOpenMenu:"toplevel_page_woocommerce-marketing",navArgs:{id:"google-product-feed"}},{breadcrumbs:[...n,(0,o.__)("Settings","google-listings-and-ads")],container:Yk,path:"/google/settings",wpOpenMenu:"toplevel_page_woocommerce-marketing",navArgs:{id:"google-settings"}}]}))}()})();
|
| 18 |
// translators: %d: seconds to wait until the next verification code can be requested via SMS.
|
| 19 |
textResendCooldown:(0,o.__)("Resend code (in %ds)","google-listings-and-ads"),textSwitch:(0,o.__)("Or, receive a verification code through a phone call","google-listings-and-ads")},[o_.PHONE_CALL]:{toInstruction:e=>(0,s.createInterpolateElement)((0,o.__)("You will receive a phone call at <userPhoneNumber /> with an automated message containing the 6-digit verification code.","google-listings-and-ads"),{userPhoneNumber:(0,s.createElement)("strong",null,e)}),textResend:(0,o.__)("Call again","google-listings-and-ads"),
|
| 20 |
// translators: %d: seconds to wait until the next verification code can be requested via phone call.
|
| 21 |
+
textResendCooldown:(0,o.__)("Call again (in %ds)","google-listings-and-ads"),textSwitch:(0,o.__)("Or, receive a verification code through text message","google-listings-and-ads")}};function i_(e){let{verificationMethod:t,country:n,number:r,display:a,onVerificationStateChange:i}=e;const l=Mv(),[c,u]=(0,s.useState)(t),{second:d,callCount:g,startCountdown:p}=function(e){const t=(0,s.useRef)({}),[n,r]=(0,s.useState)(0);t.current.usingHandle=e,t.current[e]=t.current[e]||{callCount:0};const o=(0,s.useCallback)((n=>{r(n);const o=t.current[e],a=(new Date).getTime()+1e3*n;o.id&&clearInterval(o.id),o.updateSecond=()=>{let n=(a-(new Date).getTime())/1e3;n=Math.max(Math.round(n),0),t.current.usingHandle===e&&r(n),0===n&&clearInterval(o.id)},o.id=setInterval(o.updateSecond,1e3),o.callCount+=1}),[e]);(0,s.useEffect)((()=>{const{updateSecond:n}=t.current[e];n&&n()}),[e]),(0,s.useEffect)((()=>{const e=t.current;return()=>{Object.values(e).forEach((e=>clearInterval(e.id)))}}),[]);const{callCount:a}=t.current[e];return{second:n,callCount:a,startCountdown:o}}(c),[f,m]=(0,s.useState)(null),[h,y]=(0,s.useState)(!1),[v,b]=(0,s.useState)(null),_=(0,s.useRef)({}),{requestPhoneVerificationCode:w,verifyPhoneNumber:E}=Og(),$=c===o_.SMS,C=(0,s.useCallback)((()=>{b(null),p(60),_.current[c]=null,w(n,r,c).then((e=>{let{verificationId:t}=e;_.current[c]=t})).catch((e=>{l()&&(b(e),p(0))}))}),[n,r,c,p,w,l]);(0,s.useEffect)((()=>{0===g&&C()}),[c,g,C]);const{toInstruction:k,textResend:S,textResendCooldown:x,textSwitch:O}=a_[c],P=_.current[c],A=!(null!=f&&f.isFilled&&P);return(0,s.createElement)("form",{onSubmit:e=>{e.preventDefault(),b(null),y(!0),i(!0,!1);const t=_.current[c];E(t,f.code,c).then((()=>{i(!1,!0)})).catch((e=>{l()&&(b(e),y(!1),i(!1,!1))}))}},(0,s.createElement)(gp.Card.Body,null,v&&(0,s.createElement)(cp,null,(0,s.createElement)(Dc,{status:"error",isDismissible:!1},v.display)),(0,s.createElement)(cp,null,(0,s.createElement)(cp.Title,null,(0,o.__)("Enter verification code","google-listings-and-ads")),k(a)),(0,s.createElement)(cp,null,(0,s.createElement)(r_,{resetNeedle:c+g,onCodeChange:m})),(0,s.createElement)(cp,null,(0,s.createElement)(ae,{justify:"normal",gap:4},(0,s.createElement)(dc,{isSecondary:!0,disabled:A,loading:h,text:(0,o.__)("Verify phone number","google-listings-and-ads"),type:"submit"}),(0,s.createElement)(dc,{isSecondary:!0,disabled:d>0||h,text:d?(0,o.sprintf)(x,d):S,onClick:C})))),(0,s.createElement)(gp.Card.Footer,null,(0,s.createElement)(dc,{isLink:!0,disabled:h,text:O,onClick:()=>{u($?o_.PHONE_CALL:o_.SMS)}})))}function s_(e){return new ab(e).getCountries()}var l_=e=>{const{label:t,helperText:n,className:r,...o}=e;return(0,s.createElement)("div",{className:d()("wcdl-select-control",r)},t&&(0,s.createElement)("div",{className:"wcdl-select-control__label"},t),(0,s.createElement)("div",{className:"wcdl-select-control__input"},(0,s.createElement)(Bl.SelectControl,l({},o,{help:""}))),n&&(0,s.createElement)("div",{className:"wcdl-select-control__helper-text"},n))};const c_=[{label:(0,o.__)("Text message","google-listings-and-ads"),value:o_.SMS},{label:(0,o.__)("Phone call","google-listings-and-ads"),value:o_.PHONE_CALL}];function u_(e){let{initCountry:t,initNationalNumber:n,onSendVerificationCodeClick:r}=e;const a=function(){const e=Xy();return(0,s.useMemo)((()=>function(){return Uv(s_,arguments)}().reduce(((t,n)=>{const r=e[n];if(r){const e=function(){return Uv(pb,arguments)}(n);t.push(((e,t,n)=>({key:e,keywords:[n,t,e],label:`${n} (+${t})`}))(n,e,r))}return t}),[])),[e])}(),[i,l]=(0,s.useState)(t),[c,u]=(0,s.useState)(n),[d,g]=(0,s.useState)(o_.SMS),[p,f]=(0,s.useState)(null);return(0,s.useEffect)((()=>{const e=Xb(c,i),t=!!e&&e.isValid();f(e?{...e,isValid:t,display:e.formatInternational(),verificationMethod:d}:{isValid:t,country:i,number:"",display:"",verificationMethod:d})}),[c,i,d]),(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)(ae,{gap:4},(0,s.createElement)(ze,null,(0,s.createElement)(l_,{label:(0,o.__)("Country code","google-listings-and-ads"),isSearchable:!0,excludeSelectedOptions:!1,options:a,selected:i,onChange:l})),(0,s.createElement)(Li,null,(0,s.createElement)(Eh,{label:(0,o.__)("Phone number","google-listings-and-ads"),value:c,onChange:u}))),(0,s.createElement)(cp,null,(0,s.createElement)(cp.Title,null,(0,o.__)("Select verification method","google-listings-and-ads")),(0,s.createElement)(hy,{selected:d,options:c_,onChange:g})),(0,s.createElement)(cp,null,(0,s.createElement)(dc,{isSecondary:!0,disabled:!(null!=p&&p.isValid),text:(0,o.__)("Send verification code","google-listings-and-ads"),onClick:()=>r(p)})))}const d_=()=>{},g_={className:"gla-phone-number-card",appearance:Ep.PHONE};function p_(e){let{phoneNumber:t,onPhoneNumberVerified:n}=e;const{loaded:r,data:a}=t,[i,c]=(0,s.useState)(!1),[u,d]=(0,s.useState)(null);let g=(0,s.createElement)(Wg,null);r&&(g=u?(0,s.createElement)(i_,l({},u,{onVerificationStateChange:(e,t)=>{c(e),t&&n()}})):(0,s.createElement)(u_,{initCountry:a.country,initNationalNumber:a.nationalNumber,onSendVerificationCodeClick:d}));const p=u?u.display:(0,o.__)("Please enter a phone number to be used for verification.","google-listings-and-ads"),f=u?(0,s.createElement)(dc,{isSecondary:!0,text:(0,o.__)("Edit","google-listings-and-ads"),disabled:i,onClick:()=>d(null)}):null;return(0,s.createElement)(xp,l({},g_,{description:p,indicator:f}),(0,s.createElement)(ef,null),g)}var f_=e=>{let{view:t,phoneNumber:n,initEditing:r=null,onEditClick:a,onPhoneNumberVerified:i=d_}=e;const{loaded:c,data:u}=n,[d,g]=(0,s.useState)(r);if((0,s.useEffect)((()=>{c&&null===d&&g(!u.isValid)}),[c,u.isValid,d]),null===d)return(0,s.createElement)(xp,l({},g_,{indicator:(0,s.createElement)(Bl.Spinner,null)}));if(d){const e=()=>{g(!1),i()};return(0,s.createElement)(p_,{phoneNumber:n,onPhoneNumberVerified:e})}let p=null,f=(0,s.createElement)(Bl.Spinner,null);return c&&(p=u.display,f=(0,s.createElement)(dc,{isSecondary:!0,eventName:"gla_mc_phone_number_edit_button_click",eventProps:{view:t},onClick:()=>{a?a():g(!0)}},(0,o.__)("Edit","google-listings-and-ads"))),(0,s.createElement)(xp,l({},g_,{description:p,indicator:f}))},m_=(0,s.createElement)(rs,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,s.createElement)(ns,{d:"M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1.13 9.38l.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z"}));function h_(e){let{editHref:t,editEventName:n,loading:r,content:a,appearance:i,warning:l}=e;const{subpath:c}=(0,gc.getQuery)(),u=(0,s.createElement)(dc,{isSecondary:!0,href:t,text:(0,o.__)("Edit","google-listings-and-ads"),eventName:n,eventProps:{path:(0,gc.getPath)(),subpath:c}});let d,g;return r?d=(0,s.createElement)("span",{className:"gla-contact-info-preview-card__placeholder","aria-busy":"true",title:(0,o.__)("Loading…","google-listings-and-ads")}):l?(g=(0,s.createElement)(s.Fragment,null,(0,s.createElement)(vp,{icon:m_,size:24,className:"gla-contact-info-preview-card__notice-icon"}),l),d=(0,s.createElement)("span",{className:"gla-contact-info-preview-card__notice-details"},a)):d=a,(0,s.createElement)(xp,{appearance:i,className:"gla-contact-info-preview-card",icon:null,title:g,description:d,indicator:u})}function y_(e){let{editHref:t,learnMore:n}=e;const{loaded:r,data:a}=e_();let i,l;return r&&(a.isValid?i=a.display:(l=(0,o.__)("Please add your phone number","google-listings-and-ads"),i=(0,s.createElement)(s.Fragment,null,(0,o.__)("Google requires the phone number for all stores using Google Merchant Center. ","google-listings-and-ads"),n))),(0,s.createElement)(h_,{appearance:Ep.PHONE,editHref:t,editEventName:"gla_edit_mc_phone_number",learnMore:n,loading:!r,warning:l,content:i})}var v_=(0,s.createElement)(rs,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,s.createElement)(ns,{d:"M10.2 3.28c3.53 0 6.43 2.61 6.92 6h2.08l-3.5 4-3.5-4h2.32c-.45-1.97-2.21-3.45-4.32-3.45-1.45 0-2.73.71-3.54 1.78L4.95 5.66C6.23 4.2 8.11 3.28 10.2 3.28zm-.4 13.44c-3.52 0-6.43-2.61-6.92-6H.8l3.5-4c1.17 1.33 2.33 2.67 3.5 4H5.48c.45 1.97 2.21 3.45 4.32 3.45 1.45 0 2.73-.71 3.54-1.78l1.71 1.95c-1.28 1.46-3.15 2.38-5.25 2.38z"})),b_=()=>{const{loaded:e,data:t,refetch:n}=zv(),{subpath:r}=(0,gc.getQuery)(),a=(0,s.createElement)(dc,{isSecondary:!0,icon:v_,iconSize:20,iconPosition:"right",text:(0,o.__)("Refresh to sync","google-listings-and-ads"),onClick:n,disabled:!e});let i;const l=(0,s.createElement)(s.Fragment,null,(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("Edit your store address in your <link>WooCommerce settings</link>.","google-listings-and-ads"),{link:(0,s.createElement)(ql,{target:"_blank",type:"external",href:"admin.php?page=wc-settings",eventName:"gla_edit_wc_store_address",eventProps:{path:(0,gc.getPath)(),subpath:r}})})),(0,s.createElement)("p",null,(0,o.__)("Once you’ve saved your new address there, refresh to sync your new address with Google.","google-listings-and-ads")));if(e){const{address:e,address2:n,city:r,state:o,country:a,postcode:l}=t,c=[r,o?`${o} - ${a}`:a,l].filter(Boolean).join(", ");i=(0,s.createElement)("div",null,(0,s.createElement)("div",null,e),n&&(0,s.createElement)("div",null,n),(0,s.createElement)("div",null,c))}else i=(0,s.createElement)(Bl.Spinner,null);return(0,s.createElement)(xp,{className:"gla-store-address-card",appearance:Ep.ADDRESS,alignIcon:"top",alignIndicator:"top",description:l,indicator:a},(0,s.createElement)(ef,null),(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)(cp.Title,null,(0,o.__)("Store address","google-listings-and-ads")),i))};function w_(e){let{editHref:t,learnMore:n}=e;const{loaded:r,data:a}=zv("mc");let i,l;if(r){const{isAddressFilled:e,isMCAddressDifferent:t,address:r,address2:c,city:u,state:d,country:g,postcode:p}=a,f=d?`${d} - ${g}`:g;e&&!t?i=[r,c,u,f,p].filter(Boolean).join(", "):(l=(0,o.__)("Please add your store address","google-listings-and-ads"),i=(0,s.createElement)(s.Fragment,null,(0,o.__)("Google requires the store address for all stores using Google Merchant Center. ","google-listings-and-ads"),n))}return(0,s.createElement)(h_,{appearance:Ep.ADDRESS,editHref:t,editEventName:"gla_edit_mc_store_address",loading:!r,warning:l,content:i})}var E_=e=>{let{loaded:t,data:{display:n,isValid:r}}=e;const o=!!n,a=(0,gc.getPath)();(0,s.useEffect)((()=>{t&&(0,Dl.recordEvent)("gla_mc_phone_number_check",{path:a,exist:o,isValid:r})}),[o,r,t,a])};const $_="contact-information-read-more",C_="https://docs.woocommerce.com/document/google-listings-and-ads/#contact-information",k_=(0,o.__)("Your contact information is required by Google for verification purposes. It will be shared with the Google Merchant Center and will not be displayed to customers.","google-listings-and-ads"),S_=(0,o.__)("Enter contact information","google-listings-and-ads"),x_=(0,o.__)("Contact information","google-listings-and-ads");function O_(){return(0,s.createElement)(gp,{title:x_,description:k_},(0,s.createElement)(fp,{size:"overlap"},(0,s.createElement)(y_,{editHref:(0,gc.getNewPath)({subpath:bc},Cc,null),learnMore:(0,s.createElement)(zl,{context:"settings-no-phone-number-notice",linkId:$_,href:C_},(0,o.__)("Learn more","google-listings-and-ads"))}),(0,s.createElement)(w_,{editHref:(0,gc.getNewPath)({subpath:_c},Cc,null),learnMore:(0,s.createElement)(zl,{context:"settings-no-store-address-notice",linkId:$_,href:C_},(0,o.__)("Learn more","google-listings-and-ads"))})))}var P_=e=>{let{onPhoneNumberVerified:t}=e;const n=e_(),r=S_;return E_(n),(0,s.createElement)(gp,{title:r,description:(0,s.createElement)("div",null,(0,s.createElement)("p",null,k_),(0,s.createElement)("p",null,(0,s.createElement)(zl,{context:"setup-mc-contact-information",linkId:$_,href:C_},(0,o.__)("Learn more","google-listings-and-ads"))))},(0,s.createElement)(fp,{size:"large"},(0,s.createElement)(f_,{view:"setup-mc",phoneNumber:n,initEditing:!0,onPhoneNumberVerified:t}),(0,s.createElement)(b_,null)))},A_=e=>{let{id:t,children:n}=e;const[r,o]=(0,s.useState)(!1);return(0,s.createElement)("span",{className:"help-popover"},(0,s.createElement)("button",{onClick:()=>{o(!0),(0,Dl.recordEvent)("gla_tooltip_viewed",{id:t})}},(0,s.createElement)(zg.Z,{size:16})),r&&(0,s.createElement)(cl,{focusOnMount:"container",onClose:()=>{o(!1)}},n))},N_=e=>{const{formProps:t}=e,{getInputProps:n}=t;return(0,s.createElement)("div",{className:"gla-pre-launch-checklist"},(0,s.createElement)(gp,{title:(0,o.__)("Pre-Launch Checklist","google-listings-and-ads"),description:(0,s.createElement)("div",null,(0,s.createElement)("p",null,(0,o.__)("Ensure you meet Google Merchant Center requirements by reviewing this checklist. Otherwise, your products may be disapproved or your Google Merchant Center account may be suspended by Google.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,s.createElement)(zl,{context:"setup-mc-checklist",linkId:"checklist-requirements",href:"https://woocommerce.com/document/google-listings-and-ads/compliance-policy"},(0,o.__)("Read Google Merchant requirements","google-listings-and-ads"))))},(0,s.createElement)(gp.Card,null,(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)(fp,{size:"large"},(0,s.createElement)("div",{className:"gla-pre-launch-checklist__checkbox_popover"},(0,s.createElement)(Vh,l({label:(0,s.createElement)("span",{className:"gla-pre-launch-checklist__checkbox_popover"},(0,s.createElement)("span",{className:"checkbox-label"},(0,o.__)("My store website is live.","google-listings-and-ads")),(0,s.createElement)(A_,{id:"website_live"},(0,s.createInterpolateElement)((0,o.__)("Ensure your store website and products are online and accessible to your customers. <link>Read more</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"setup-mc-checklist",linkId:"check-website-is-live",href:"https://woocommerce.com/document/google-listings-and-ads/compliance-policy/#store-is-live"})})))},n("website_live")))),(0,s.createElement)(Vh,l({label:(0,s.createElement)("span",{className:"gla-pre-launch-checklist__checkbox_popover"},(0,s.createElement)("span",{className:"checkbox-label"},(0,o.__)("I have a complete and secure checkout process.","google-listings-and-ads")),(0,s.createElement)(A_,{id:"checkout_process_secure"},(0,s.createElement)("p",null,(0,o.__)("Ensure customers are able to successfully add items to the cart and fully complete the checkout process.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("Payment and transaction processing, as well as collection of any sensitive and financial personal information from the user, must be conducted over a secure processing server (SSL-protected, with a valid SSL certificate - https://). <link>Read more</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"setup-mc-checklist",linkId:"check-checkout-process",href:"https://woocommerce.com/document/google-listings-and-ads/compliance-policy/#complete-checkout"})}))))},n("checkout_process_secure"))),(0,s.createElement)(Vh,l({label:(0,s.createElement)("span",{className:"gla-pre-launch-checklist__checkbox_popover"},(0,s.createElement)("span",{className:"checkbox-label"},(0,o.__)("My payment methods are visible on my website.","google-listings-and-ads")),(0,s.createElement)(A_,{id:"payment_methods_visible"},(0,s.createInterpolateElement)((0,o.__)("Ensure customers have at least one valid payment method, such as credit card, direct bank transfer, or cash on delivery. <link>Read more</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"setup-mc-checklist",linkId:"check-payment-methods",href:"https://woocommerce.com/document/google-listings-and-ads/compliance-policy/#payment-methods"})})))},n("payment_methods_visible"))),(0,s.createElement)(Vh,l({label:(0,s.createElement)("span",{className:"gla-pre-launch-checklist__checkbox_popover"},(0,s.createElement)("span",{className:"checkbox-label"},(0,o.__)("My refund policy and terms of service are visible on my online store.","google-listings-and-ads")),(0,s.createElement)(A_,{id:"refund_tos_visible"},(0,s.createInterpolateElement)((0,o.__)("Your site must provide a clear and conspicuous return policy and billing terms to customers. <link>Read more</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"setup-mc-checklist",linkId:"check-refund-policy",href:"https://woocommerce.com/document/google-listings-and-ads/compliance-policy/#refund-and-terms"})})))},n("refund_tos_visible"))),(0,s.createElement)(Vh,l({label:(0,s.createElement)("span",{className:"gla-pre-launch-checklist__checkbox_popover"},(0,s.createElement)("span",{className:"checkbox-label"},(0,o.__)("My store’s phone number, email and/or address are visible on my website.","google-listings-and-ads")),(0,s.createElement)(A_,{id:"contact_info_visible"},(0,s.createInterpolateElement)((0,o.__)("Your website must display sufficient and accurate contact information to your customers, including a telephone number and/or email. <link>Read more</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"setup-mc-checklist",linkId:"check-phone-numbers",href:"https://woocommerce.com/document/google-listings-and-ads/compliance-policy/#contact-info"})})))},n("contact_info_visible"))))))))};function R_(e){const t={};return!0!==e.website_live&&(t.website_live=(0,o.__)("Please check the requirement.","google-listings-and-ads")),!0!==e.checkout_process_secure&&(t.checkout_process_secure=(0,o.__)("Please check the requirement.","google-listings-and-ads")),!0!==e.payment_methods_visible&&(t.payment_methods_visible=(0,o.__)("Please check the requirement.","google-listings-and-ads")),!0!==e.refund_tos_visible&&(t.refund_tos_visible=(0,o.__)("Please check the requirement.","google-listings-and-ads")),!0!==e.contact_info_visible&&(t.contact_info_visible=(0,o.__)("Please check the requirement.","google-listings-and-ads")),t}function T_(){const e=Bv(),{updateGoogleMCContactInformation:t,saveSettings:n}=Og(),{createNotice:r}=Np(),{data:a}=zv(),{settings:i}=cy(),[l,c]=(0,s.useState)(!1),[u,d]=(0,s.useState)(!0),[g,p]=(0,s.useState)(!1);return i?(0,s.createElement)(tp,null,(0,s.createElement)(np,{title:(0,o.__)("Confirm store requirements","google-listings-and-ads"),description:(0,o.__)("Review and confirm that your store meets Google Merchant Center requirements.","google-listings-and-ads")}),(0,s.createElement)(Bl.Form,{initialValues:{website_live:i.website_live,checkout_process_secure:i.checkout_process_secure,payment_methods_visible:i.payment_methods_visible,refund_tos_visible:i.refund_tos_visible,contact_info_visible:i.contact_info_visible},validate:R_,onChange:async(e,t)=>{try{await n(t),d(!0)}catch(e){u&&r("error",(0,o.__)("There was an error trying to save settings. Please try again later.","google-listings-and-ads")),d(!1)}},onSubmit:async()=>{try{p(!0),await t(),await Vc()({path:"/wc/gla/mc/settings/sync",method:"POST"});const n=(0,gc.getNewPath)({guide:"submission-success"},"/google/product-feed");window.location.href=e+n}catch(e){p(!1),r("error",(0,o.__)("Unable to complete your setup. Please try again later.","google-listings-and-ads"))}}},(e=>{const{handleSubmit:t,isValidForm:n}=e,r=n&&l&&a.isAddressFilled&&u;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(P_,{onPhoneNumberVerified:()=>c(!0)}),(0,s.createElement)(N_,{formProps:e}),(0,s.createElement)(rp,null,(0,s.createElement)(dc,{isPrimary:!0,loading:g,disabled:!r,onClick:t},(0,o.__)("Complete setup","google-listings-and-ads"))))}))):(0,s.createElement)(Wg,null)}var M_={accounts:"1",target_audience:"2",shipping_and_taxes:"3",store_requirements:"4"},j_=e=>{let{savedStep:t,onRefetchSavedStep:n=(()=>{})}=e;const[r,a]=(0,s.useState)(t),i=e=>{Number(e)<=Number(t)&&a(e)};return(0,s.createElement)(Bl.Stepper,{className:"gla-setup-stepper",currentStep:r,steps:[{key:M_.accounts,label:(0,o.__)("Set up your accounts","google-listings-and-ads"),content:(0,s.createElement)(iy,{onContinue:()=>{(0,Dl.recordEvent)("gla_setup_mc",{target:"step1_continue",trigger:"click"}),a(M_.target_audience),n()}}),onClick:i},{key:M_.target_audience,label:(0,o.__)("Choose your audience","google-listings-and-ads"),content:(0,s.createElement)(Gv,{onContinue:()=>{(0,Dl.recordEvent)("gla_setup_mc",{target:"step2_continue",trigger:"click"}),a(M_.shipping_and_taxes),n()}}),onClick:i},{key:M_.shipping_and_taxes,label:(0,o.__)("Configure your product listings","google-listings-and-ads"),content:(0,s.createElement)(Dv,{onContinue:()=>{(0,Dl.recordEvent)("gla_setup_mc",{target:"step3_continue",trigger:"click"}),a(M_.store_requirements),n()}}),onClick:i},{key:M_.store_requirements,label:(0,o.__)("Confirm store requirements","google-listings-and-ads"),content:(0,s.createElement)(T_,null),onClick:i}]})},I_=()=>{const{hasFinishedResolution:e,data:t,invalidateResolution:n}=Ag("getMCSetup");if(!e&&!t)return(0,s.createElement)(Wg,null);if(e&&!t)return null;const{status:r,step:o}=t;return"complete"===r?((0,gc.getHistory)().replace((0,gc.getNewPath)({},"/google/dashboard")),null):(0,s.createElement)(j_,{savedStep:M_[o],onRefetchSavedStep:()=>{n()}})},F_=()=>(Gg("full-page"),(0,s.createElement)(s.Fragment,null,(0,s.createElement)(Vg,null),(0,s.createElement)(I_,null)));const D_=()=>!0;function L_(e){return{...e,pathname:e.pathname.replace(/^(\/wp-admin)?\//,"")}}function G_(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:D_;const{key:r}=(0,gc.getHistory)().location;(0,s.useEffect)((()=>{const r=t=>{t.preventDefault(),t.returnValue=e};let o=ie.noop;return t&&(o=(0,gc.getHistory)().block((t=>{const{location:r=t,retry:a=ie.noop}=t;let i=!0;return n(L_(r))&&(i=window.confirm(e)),i&&(o(),a()),i})),window.addEventListener("beforeunload",r)),()=>{o(),window.removeEventListener("beforeunload",r)}}),[r,e,t,n])}const B_="getGoogleAdsAccount";var q_=()=>{const{google:e,isResolving:t}=Jg(),n=Og(),r=(0,s.useCallback)((()=>{n.invalidateResolution(B_,[])}),[n]);return(0,dn.useSelect)((n=>{if(!e||"no"===e.active)return{googleAdsAccount:void 0,isResolving:t};const o=n(Gc);return{googleAdsAccount:o.getGoogleAdsAccount(),isResolving:o.isResolving(B_),refetchGoogleAdsAccount:r,hasFinishedResolution:o.hasFinishedResolution(B_)}}),[e,t,r])};function z_(e){
|
| 22 |
// translators: %s: user's account ID
|
| 23 |
+
return(0,o.sprintf)((0,o.__)("Account %s","google-listings-and-ads"),e)}function H_(e){let{googleAdsAccount:t,...n}=e;return(0,s.createElement)(xp,l({appearance:Ep.GOOGLE_ADS,description:z_(t.id),indicator:(0,s.createElement)(Pp,null)},n))}var U_=e=>{let{onCreateAccount:t=(()=>{}),onRequestClose:n=(()=>{})}=e;const[r,a]=(0,s.useState)(!1);return(0,s.createElement)(Bh,{className:"gla-ads-terms-modal",title:(0,o.__)("Create Google Ads Account","google-listings-and-ads"),buttons:[(0,s.createElement)(dc,{key:"1",isPrimary:!0,disabled:!r,eventName:"gla_ads_account_create_button_click",onClick:()=>{t(),n()}},(0,o.__)("Create account","google-listings-and-ads"))],onRequestClose:n},(0,s.createElement)("p",{className:"main"},(0,o.__)("By creating a Google Ads account, you agree to the following terms and conditions:","google-listings-and-ads")),(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("You agree to comply with Google’s terms and policies, including <policylink>Shopping ads policies</policylink> and <termslink>Google Ads Terms and Conditions</termslink>.","google-listings-and-ads"),{policylink:(0,s.createElement)(zl,{context:"setup-ads",linkId:"shopping-ads-policies",href:"https://support.google.com/merchants/answer/6149970"}),termslink:(0,s.createElement)(zl,{context:"setup-ads",linkId:"google-ads-terms-of-service",href:"https://support.google.com/adspolicy/answer/54818"})})),(0,s.createElement)(Vh,{label:(0,o.__)("I have read and accept these terms","google-listings-and-ads"),checked:r,onChange:a}))};function V_(e){let{text:t}=e;return(0,s.createElement)("div",{className:"gla-loading-label"},(0,s.createElement)(Bl.Spinner,null),t)}var W_=e=>{const{onCreateAccount:t,...n}=e,[r,a]=(0,s.useState)(!1);return(0,s.createElement)(s.Fragment,null,n.loading?(0,s.createElement)(V_,{text:(0,o.__)("Creating…","google-listings-and-ads")}):(0,s.createElement)(dc,l({isSecondary:!0},n,{text:(0,o.__)("Create account","google-listings-and-ads"),onClick:()=>{a(!0)}})),r&&(0,s.createElement)(U_,{onCreateAccount:t,onRequestClose:()=>{a(!1)}}))};const Y_=()=>{const{createNotice:e}=Np(),{fetchGoogleAdsAccount:t}=Og(),[n,r]=(0,s.useState)(!1),[a,{loading:i}]=Lp({path:"/wc/gla/ads/accounts",method:"POST"});return(0,s.createElement)(W_,{loading:i||n,onCreateAccount:async()=>{try{await a({parse:!1})}catch(t){if(428!==t.status)return void e("error",(0,o.__)("Unable to create Google Ads account. Please try again later.","google-listings-and-ads"))}r(!0),await t(),r(!1)}})};var K_=e=>{const{allowShowExisting:t,onShowExisting:n}=e;return(0,s.createElement)(xp,{appearance:Ep.GOOGLE_ADS,indicator:(0,s.createElement)(Y_,null)},t&&(0,s.createElement)(gp.Card.Footer,null,(0,s.createElement)(xl,{isLink:!0,onClick:n},(0,o.__)("Or, use your existing Google Ads account","google-listings-and-ads"))))},Q_=e=>{const{accounts:t,...n}=e,r=[{value:"",label:(0,o.__)("Select one","google-listings-and-ads")},...t.map((e=>({value:e.id,label:(0,o.sprintf)(// translators: 1: account name, 2: account ID.
|
| 24 |
+
(0,o.__)("%1$s (%2$s)","google-listings-and-ads"),e.name,e.id)})))];return(0,s.createElement)(Kf,l({options:r},n))},Z_=e=>{const{accounts:t,onCreateNew:n=(()=>{})}=e,[r,a]=(0,s.useState)(),[i,l]=(0,s.useState)(!1),[c]=Lp({path:"/wc/gla/ads/accounts",method:"POST",data:{id:r}}),{refetchGoogleAdsAccount:u}=q_(),{createNotice:d}=Np(),g=t.length>1;return(0,s.createElement)(xp,{className:"gla-connect-ads",appearance:Ep.GOOGLE_ADS},(0,s.createElement)(ef,null),(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)(cp.Title,null,(0,o.__)("Select an existing account","google-listings-and-ads")),g&&(0,s.createElement)(cp.Body,null,(0,s.createInterpolateElement)((0,o.__)("If you manage multiple sub-accounts in Google Ads, please connect the relevant sub-account, not a manager account. <link>Learn more</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"setup-ads-connect-account",linkId:"connect-sub-account",href:"https://support.google.com/google-ads/answer/6139186"})})),(0,s.createElement)(Zf,null,(0,s.createElement)(Q_,{accounts:t,value:r,onChange:a}),i?(0,s.createElement)(V_,{text:(0,o.__)("Connecting…","google-listings-and-ads")}):(0,s.createElement)(dc,{isSecondary:!0,disabled:!r,eventName:"gla_ads_account_connect_button_click",onClick:async()=>{if(r){l(!0);try{await c(),await u()}catch(e){l(!1),d("error",(0,o.__)("Unable to connect your Google Ads account. Please try again later.","google-listings-and-ads"))}}}},(0,o.__)("Connect","google-listings-and-ads")))),(0,s.createElement)(gp.Card.Footer,null,(0,s.createElement)(xl,{isLink:!0,onClick:n},(0,o.__)("Or, create a new Google Ads account","google-listings-and-ads"))))},X_=()=>{const{existingAccounts:e}=(0,dn.useSelect)((e=>({existingAccounts:e(Gc).getExistingGoogleAdsAccounts(),isResolving:e(Gc).isResolving("getExistingGoogleAdsAccounts")})),[]),[t,n]=(0,s.useState)(!1);if(!e)return(0,s.createElement)(Qp,null);return 0===e.length||t?(0,s.createElement)(K_,{allowShowExisting:t,onShowExisting:()=>{n(!1)}}):(0,s.createElement)(Z_,{accounts:e,onCreateNew:()=>{n(!0)}})};const J_="setup-ads";var ew=e=>{let{additionalScopeEmail:t}=e;const{createNotice:n}=Np(),[r,{loading:a,data:i}]=zp(J_,t);return(0,s.createElement)(xp,{appearance:Ep.GOOGLE_ADS,indicator:(0,s.createElement)(dc,{isSecondary:!0,loading:a||i,onClick:()=>{r().then((e=>{let{url:t}=e;window.location.href=t})).catch((()=>{n("error",(0,o.__)("Unable to get Google authorization page. Please try again later.","google-listings-and-ads"))}))},text:(0,o.__)("Allow full access","google-listings-and-ads"),eventName:"gla_google_account_connect_button_click",eventProps:{context:J_,action:"scope"}})})};function tw(){const{google:e,scope:t}=Jg(),{googleAdsAccount:n}=q_();return e&&n?t.adsRequired?"disconnected"===n.status?(0,s.createElement)(X_,null):(0,s.createElement)(H_,{googleAdsAccount:n}):(0,s.createElement)(ew,{additionalScopeEmail:e.email}):(0,s.createElement)(Qp,null)}var nw=__webpack_require__(3119),rw=[["DZ",250,"USD"],["AR",25e3,"ARS"],["AM",300,"USD"],["AU",600,"AUD"],["AT",400,"EUR"],["AZ",300,"USD"],["BH",300,"USD"],["BY",300,"USD"],["BE",400,"EUR"],["BO",350,"USD"],["BA",350,"EUR"],["BR",1200,"BRL"],["BG",700,"BGN"],["CA",600,"CAD"],["CL",350,"USD"],["CN",3e3,"CNY"],["CO",350,"USD"],["CR",350,"USD"],["HR",2500,"HRK"],["CY",350,"EUR"],["CZ",8500,"CZK"],["DK",3e3,"DKK"],["DO",350,"USD"],["EC",350,"USD"],["EG",3e3,"EGP"],["SV",350,"USD"],["EE",350,"EUR"],["FI",400,"EUR"],["FR",400,"EUR"],["GE",300,"USD"],["DE",400,"EUR"],["GR",350,"EUR"],["GT",350,"USD"],["HN",350,"USD"],["HK",3e3,"HKD"],["HU",12e4,"HUF"],["IS",400,"EUR"],["IN",2e4,"INR"],["ID",3e6,"IDR"],["IE",400,"EUR"],["IL",1500,"ILS"],["IT",400,"EUR"],["JP",6e4,"JPY"],["JO",250,"USD"],["KZ",300,"USD"],["KE",300,"USD"],["KR",6e5,"KRW"],["KW",300,"USD"],["LV",350,"EUR"],["LB",250,"USD"],["LY",250,"USD"],["LT",350,"EUR"],["LU",400,"EUR"],["MK",300,"USD"],["MY",1500,"MYR"],["MT",350,"EUR"],["MX",7e3,"MXN"],["ME",350,"EUR"],["MA",250,"USD"],["NL",400,"EUR"],["NZ",600,"NZD"],["NI",350,"USD"],["NG",300,"USD"],["NO",4e3,"NOK"],["OM",250,"USD"],["PK",400,"USD"],["PS",250,"USD"],["PA",350,"USD"],["PY",350,"USD"],["PE",350,"USD"],["PH",2e4,"PHP"],["PL",1200,"PLN"],["PT",400,"EUR"],["PR",350,"USD"],["QA",300,"USD"],["RO",1500,"RON"],["RU",3e4,"RUB"],["SA",1300,"SAR"],["RS",350,"EUR"],["SG",600,"SGD"],["SK",350,"EUR"],["SI",350,"EUR"],["ZA",6e3,"ZAR"],["ES",400,"EUR"],["LK",400,"USD"],["SE",4e3,"SEK"],["CH",400,"CHF"],["TW",12e3,"TWD"],["TH",12e3,"THB"],["TN",250,"USD"],["TR",2500,"TRY"],["UA",1e4,"UAH"],["AE",1600,"AED"],["GB",400,"GBP"],["US",500,"USD"],["UY",350,"USD"],["VE",350,"USD"],["VN",56e5,"VND"]],ow=e=>{const t=Xy();return(0,s.createElement)(Bh,l({className:"gla-free-ad-credit-country-modal",title:(0,o.__)("Check your maximum free credit","google-listings-and-ads")},e),(0,s.createElement)("p",null,(0,o.__)("Whatever you spend in the next month will be added back to your Google Ads account as free credit, up to a maximum limit depending on your store’s country.","google-listings-and-ads")),(0,s.createElement)("table",null,(0,s.createElement)("tbody",null,rw.map(((e,n)=>{const[r,o,a]=e;return(0,s.createElement)("tr",{key:n},(0,s.createElement)("td",null,t[r]),(0,s.createElement)("td",null,`${o} ${a}`))})))))},aw=()=>{const[e,t]=(0,s.useState)(!1);return(0,s.createElement)("div",{className:"gla-free-ad-credit"},(0,s.createElement)(nw.Z,null),(0,s.createElement)("div",null,(0,s.createElement)("div",{className:"gla-free-ad-credit__title"},(0,o.__)("Spend $500 to get $500 in Google Ads credits!","google-listings-and-ads")),(0,s.createElement)("div",{className:"gla-free-ad-credit__description"},(0,s.createInterpolateElement)((0,o.__)("New to Google Ads? Get $500 in ad credit when you spend $500 within your first 60 days. Check how much credit you can receive in your country <checkLink>here</checkLink>. <termLink>Terms and conditions apply</termLink>.","google-listings-and-ads"),{checkLink:(0,s.createElement)(ql,{eventName:"gla_free_ad_credit_country_click",eventProps:{context:"setup-ads"},href:"#",type:"wp-admin",onClick:()=>{t(!0)}}),termLink:(0,s.createElement)(zl,{context:"setup-ads",linkId:"free-ad-credit-terms",href:"https://www.google.com/ads/coupons/terms/"})})),e&&(0,s.createElement)(ow,{onRequestClose:()=>{t(!1)}})))},iw=e=>{const{onContinue:t=(()=>{})}=e,{google:n}=Jg(),{googleAdsAccount:r}=q_(),a=(()=>{const{googleAdsAccount:e}=q_();return e&&e.sub_account&&(0,Ed.getDateDifferenceInDays)(new Date,new Date(1e3*e.created_timestamp))<60})();if(!n||"yes"===n.active&&!r)return(0,s.createElement)(Wg,null);const i=!r.id;return(0,s.createElement)(tp,null,(0,s.createElement)(np,{title:(0,o.__)("Set up your accounts","google-listings-and-ads"),description:(0,o.__)("Connect your Google account and your Google Ads account to set up a paid Performance Max campaign.","google-listings-and-ads")}),(0,s.createElement)(gp,{title:(0,o.__)("Connect accounts","google-listings-and-ads"),description:(0,o.__)("Any campaigns created through this app will appear in your Google Ads account. You will be billed directly through Google.","google-listings-and-ads")},(0,s.createElement)(fp,{size:"large"},(0,s.createElement)(Vp,{googleAccount:n,hideAccountSwitch:!0,helper:(0,o.__)("This Google account is connected to your store’s product feed.","google-listings-and-ads")}),(0,s.createElement)(tw,null),a&&(0,s.createElement)(aw,null))),(0,s.createElement)(rp,null,(0,s.createElement)(xl,{isPrimary:!0,disabled:i,onClick:t},(0,o.__)("Continue","google-listings-and-ads"))))};function sw(e,t){return e.map((e=>({label:t[e],value:e})))}var lw=e=>{const{formProps:{getInputProps:t},multiple:n=!0,disabled:r=!1,countrySelectHelperText:a}=e,i=Xy(),l=t("countryCodes"),c=n?(0,s.createElement)(yv,{label:(0,o.__)("Select countries","google-listings-and-ads"),help:a,disabled:r,value:l.value,additionalCountryCodes:r?l.value:void 0,onChange:l.onChange}):(0,s.createElement)(Yf,{label:(0,o.__)("Select one country","google-listings-and-ads"),help:a,disabled:r,options:sw(l.value,i),value:l.selected[0],onChange:l.onChange,role:"combobox"});return(0,s.createElement)(gp,{title:(0,o.__)("Audience","google-listings-and-ads"),description:(0,s.createElement)("p",null,(0,o.__)("Choose where do you want your product ads to appear.","google-listings-and-ads"))},(0,s.createElement)(gp.Card,null,(0,s.createElement)(gp.Card.Body,null,c)))},cw=__webpack_require__(7132),uw=e=>{const{countryCodes:t,dailyAverageCost:n=1/0}=e,{data:r}=(e=>{const t={country_codes:e},n=(0,tg.addQueryArgs)("/wc/gla/ads/campaigns/budget-recommendation",t);return Iv({path:n})})(t),a=Xy();if(!r)return null;const{currency:i,recommendations:l}=r,{daily_budget_low:c,daily_budget_high:u,country:d}=function(e){return e.reduce(((e,t)=>t.daily_budget_high>e.daily_budget_high?t:e))}(l),g=a[d],p=function(e){const t={strong:(0,s.createElement)("strong",null)},n=e?// translators: it's a range of recommended budget amount. 1: the low value of the range, 2: the high value of the range, 3: the currency of amount.
|
| 25 |
(0,o.__)("Most merchants targeting similar countries set a daily budget of <strong>%1$f to %2$f %3$s</strong> for approximately 10 conversions a week.","google-listings-and-ads"):// translators: it's a range of recommended budget amount. 1: the low value of the range, 2: the high value of the range, 3: the currency of amount, 4: a country name selected by the merchant.
|
| 26 |
+
(0,o.__)("Most merchants targeting <strong>%4$s</strong> set a daily budget of <strong>%1$f to %2$f %3$s</strong> for approximately 10 conversions a week.","google-listings-and-ads");for(var r=arguments.length,a=new Array(r>1?r-1:0),i=1;i<r;i++)a[i-1]=arguments[i];return(0,s.createInterpolateElement)((0,o.sprintf)(n,...a),t)}(l.length>1,c,u,i,g),f=n<c;return(0,s.createElement)("div",{className:"gla-budget-recommendation"},(0,s.createElement)("div",{className:"gla-budget-recommendation__recommendation"},(0,s.createElement)(cw.Z,null),(0,s.createElement)("div",null,p)),f&&(0,s.createElement)("div",{className:"gla-budget-recommendation__low-budget"},(0,s.createElement)(cw.Z,null),(0,s.createElement)("div",null,(0,o.__)("With a budget lower than your competitor range, your campaign may not get noticeable results.","google-listings-and-ads"))))};const dw={noPointerEvents:!0,readOnly:!0,tabIndex:-1};var gw=e=>{const{formProps:{getInputProps:t,setValue:n,values:r},disabled:a=!1}=e,{countryCodes:i,amount:c}=r,{googleAdsAccount:u}=q_(),d=30.4*c,g=null==u?void 0:u.currency,p=(0,s.useRef)();p.current=n;const f=(0,s.useRef)(c);return(0,s.useEffect)((()=>{const e=a?void 0:f.current;p.current("amount",e)}),[a]),(0,s.createElement)("div",{className:"gla-budget-section"},(0,s.createElement)(gp,{disabled:a,title:(0,o.__)("Budget","google-listings-and-ads"),description:(0,s.createElement)(s.Fragment,null,(0,s.createElement)("p",null,(0,o.__)("Enter a daily average cost that works best for your business and the results that you want. You can change your budget or cancel your ad at any time.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,o.__)("You will be billed directly by Google Ads.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,o.__)("Google will optimize your ads to maximize performance across your selected country(s).","google-listings-and-ads")))},(0,s.createElement)(gp.Card,null,(0,s.createElement)(gp.Card.Body,{className:"gla-budget-section__card-body"},(0,s.createElement)("div",{className:"gla-budget-section__card-body__cost"},(0,s.createElement)(jy,l({label:(0,o.__)("Daily average cost","google-listings-and-ads"),suffix:g},t("amount"),a&&dw)),(0,s.createElement)(jy,{disabled:!0,label:(0,o.__)("Monthly max, estimated ","google-listings-and-ads"),suffix:g,value:d})),i.length>0&&(0,s.createElement)(uw,{countryCodes:i,dailyAverageCost:c})))))},pw=()=>{const e=e=>t=>{(0,Dl.recordEvent)("gla_setup_ads_faq",{id:e,action:t?"expand":"collapse"})};return(0,s.createElement)(gp,null,(0,s.createElement)(Yi,{header:(0,o.__)("Frequently asked questions","google-listings-and-ads")},(0,s.createElement)(Il,{initialOpen:!1,title:(0,o.__)("What do I pay for?","google-listings-and-ads"),onToggle:e("what-do-i-pay-for")},(0,s.createElement)(Fl,null,(0,o.__)("You only pay when someone clicks on your product ads to your store.","google-listings-and-ads"))),(0,s.createElement)(Il,{initialOpen:!1,title:(0,o.__)("What does daily average or monthly max mean?","google-listings-and-ads"),onToggle:e("what-does-daily-average-monthly-max-mean")},(0,s.createElement)(Fl,null,(0,o.__)("Some days you might spend less than your daily average, and on others you might spend up to 4 times as much. But over a month, your total spend across the month will be approximately as calculated above.","google-listings-and-ads")))))},fw=e=>{const{formProps:t}=e,n=!t.values.countryCodes.length;return(0,s.createElement)("div",{className:"gla-campaign-form-content"},(0,s.createElement)(lw,{formProps:t}),(0,s.createElement)(gw,{formProps:t,disabled:n}),(0,s.createElement)(pw,null))},mw=e=>{const{formProps:t,onContinue:n=(()=>{})}=e,{isValidForm:r}=t;return(0,s.createElement)(tp,null,(0,s.createElement)(np,{title:(0,o.__)("Create your paid campaign","google-listings-and-ads"),description:(0,s.createInterpolateElement)((0,o.__)("Paid Performance Max campaigns are automatically optimized for you by Google. <link>See what your ads will look like.</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"setup-ads",linkId:"see-what-ads-look-like",href:"https://support.google.com/google-ads/answer/6275294"})})}),(0,s.createElement)(fw,{formProps:t}),(0,s.createElement)(rp,null,(0,s.createElement)(dc,{isPrimary:!0,disabled:!r,onClick:n},(0,o.__)("Continue","google-listings-and-ads"))))},hw=e=>{const{title:t,button:n}=e;return(0,s.createElement)(Zf,{className:"gla-title-button-layout"},(0,s.createElement)(cp.Title,{className:"title"},t),n)},yw=(e,t)=>{const n=(()=>{const[e,t]=(0,s.useState)(document.hasFocus());return(0,s.useEffect)((()=>{const e=()=>{t(!0)},n=()=>{t(!1)};return window.addEventListener("focus",e),window.addEventListener("blur",n),()=>{window.removeEventListener("focus",e),window.removeEventListener("blur",n)}}),[]),e})();(0,s.useEffect)((()=>{if(!n)return;e();const r=setInterval(e,1e3*t);return()=>clearInterval(r)}),[e,t,n])};const vw=()=>Vc()({path:"/wc/gla/ads/accounts",method:"POST"});var bw=e=>{let{billingUrl:t,onSetupComplete:n}=e;const{googleAdsAccount:r}=q_();return function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:()=>{};const{createNotice:t}=Np(),{receiveGoogleAdsAccountBillingStatus:n}=Og(),r=(0,s.useCallback)((async()=>{const r=await Vc()({path:"/wc/gla/ads/billing-status"});if("approved"===r.status)try{await vw(),await e(),n(r)}catch(e){t("error",(0,o.__)("Unable to complete your Google Ads account setup. Please try again later.","google-listings-and-ads"))}}),[t,e,n]);yw(r,30)}(n),r?(0,s.createElement)("div",{className:"gla-google-ads-billing-setup-card"},(0,s.createElement)(gp.Card,null,(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)("div",{className:"gla-google-ads-billing-setup-card__account-number"},(0,s.createElement)(hw,{title:z_(r.id)})),(0,s.createElement)("div",{className:"gla-google-ads-billing-setup-card__description"},(0,s.createElement)("div",{className:"gla-google-ads-billing-setup-card__description__text"},(0,o.__)("You do not have billing information set up in your Google Ads account. Once you have completed your billing setup, your campaign will launch automatically.","google-listings-and-ads")),(0,s.createElement)(dc,{isSecondary:!0,href:t,target:"_blank",eventName:"gla_ads_set_up_billing_click",eventProps:{context:"setup-ads",link_id:"set-up-billing",href:t}},(0,o.__)("Set up billing","google-listings-and-ads")))))):(0,s.createElement)(Wg,null)},_w=__webpack_require__(7188),ww=()=>{const{googleAdsAccount:e}=q_();return e?(0,s.createElement)("div",{className:"gla-google-ads-billing-saved-card"},(0,s.createElement)(gp.Card,null,(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)("div",{className:"gla-google-ads-billing-saved-card__account-number"},(0,s.createElement)(hw,{title:z_(e.id)})),(0,s.createElement)("div",{className:"gla-google-ads-billing-saved-card__description"},(0,s.createElement)(_w.Z,null),(0,s.createElement)("div",null,(0,s.createInterpolateElement)((0,o.__)("Great! You already have billing information saved for this <link>Google Ads account</link>.","google-listings-and-ads"),{link:(0,s.createElement)(ql,{eventName:"gla_google_ads_account_link_click",eventProps:{context:"setup-ads",link_id:"google-ads-account",href:"https://ads.google.com/aw/overview "},type:"external",target:"_blank",href:"https://ads.google.com/aw/overview"})})))))):(0,s.createElement)(Wg,null)},Ew=e=>{const{formProps:{isSubmitting:t,handleSubmit:n}}=e,{billingStatus:r}=(0,dn.useSelect)((e=>({billingStatus:e(Gc).getGoogleAdsAccountBillingStatus()})),[]);return r?(0,s.createElement)(tp,null,(0,s.createElement)(np,{title:(0,o.__)("Set up billing","google-listings-and-ads"),description:"approved"===r.status?(0,o.__)("You will be billed directly by Google Ads, and you only pay when you get results.","google-listings-and-ads"):(0,o.__)("In order to launch your paid campaign, your billing information is required. You will be billed directly by Google and only pay when someone clicks on your ad.","google-listings-and-ads")}),(0,s.createElement)(gp,{title:(0,o.__)("Payment info through Google Ads","google-listings-and-ads")},"approved"===r.status?(0,s.createElement)(ww,null):(0,s.createElement)(bw,{billingUrl:r.billing_url||"https://support.google.com/google-ads/answer/2375375",onSetupComplete:n})),"approved"===r.status&&(0,s.createElement)(rp,null,(0,s.createElement)(dc,{isPrimary:!0,loading:t,onClick:n},(0,o.__)("Launch paid campaign","google-listings-and-ads")))):(0,s.createElement)(Wg,null)},$w=e=>{const{formProps:t}=e,[n,r]=(0,s.useState)("1"),a=e=>{e<n&&r(e)};return(0,s.createElement)(Bl.Stepper,{className:"gla-setup-stepper",currentStep:n,steps:[{key:"1",label:(0,o.__)("Set up your accounts","google-listings-and-ads"),content:(0,s.createElement)(iw,{onContinue:()=>{r("2")}}),onClick:a},{key:"2",label:(0,o.__)("Create your paid campaign","google-listings-and-ads"),content:(0,s.createElement)(mw,{formProps:t,onContinue:()=>{r("3")}}),onClick:a},{key:"3",label:(0,o.__)("Set up billing","google-listings-and-ads"),content:(0,s.createElement)(Ew,{formProps:t}),onClick:a}]})},Cw=()=>(0,s.createElement)(qg,{title:(0,o.__)("Set up paid campaign","google-listings-and-ads"),helpButton:(0,s.createElement)(Ug,{eventContext:"setup-ads"}),backHref:(0,gc.getNewPath)({},"/google/dashboard"),onBackButtonClick:()=>{(0,Dl.recordEvent)("gla_setup_ads",{target:"back",trigger:"click"})}}),kw=e=>{const{formProps:t}=e;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(Cw,null),(0,s.createElement)($w,{formProps:t}))},Sw=e=>{const t={};return 0===e.countryCodes.length&&(t.countryCodes=(0,o.__)("Please select at least one country for your ads campaign.","google-listings-and-ads")),e.amount<=0&&(t.amount=(0,o.__)("Please make sure daily average cost is greater than 0.","google-listings-and-ads")),t},xw=()=>{const[e,t]=(0,s.useState)(!1),[n,r]=(0,s.useState)(!1),[a,i]=function(){const{createAdsCampaign:e}=Og(),{createNotice:t}=Np(),[n,r]=(0,s.useState)(!1),a=(0,s.useCallback)((()=>Vc()({path:"/wc/gla/ads/setup/complete",method:"POST"}).catch((()=>(t("error",(0,o.__)("Unable to complete your ads setup. Please try again later.","google-listings-and-ads")),Promise.reject())))),[t]);return[(0,s.useCallback)(((t,n,o)=>{r(!0),e(t,n).then(a).then(o).catch((()=>r(!1)))}),[e,a]),n]}(),l=Bv(),{data:c}=Cy(),u={amount:0,countryCodes:c};(0,s.useEffect)((()=>{if(n){const e=(0,gc.getNewPath)({guide:"campaign-creation-success"},"/google/dashboard");window.location.href=l+e}}),[n,l]);const d=e&&!n;return G_((0,o.__)("You have unsaved campaign data. Are you sure you want to leave?","google-listings-and-ads"),d),c?(0,s.createElement)(Bl.Form,{initialValues:u,validate:Sw,onChange:(e,n)=>{const r=[u,n].map((e=>{let{countryCodes:t,...n}=e;return n.countrySet=new Set(t),n}));t(!(0,ie.isEqual)(...r))},onSubmit:e=>{const{amount:t,countryCodes:n}=e;(0,Dl.recordEvent)("gla_launch_paid_campaign_button_click",{audiences:n.join(","),budget:t}),a(t,n,(()=>{r(!0)}))}},(e=>{const t={...e,isSubmitting:i};return(0,s.createElement)(kw,{formProps:t})})):null},Ow=()=>(Gg("full-page"),(0,s.createElement)(xw,null)),Pw=e=>{let{context:t}=e;const{googleAdsAccount:n}=q_(),{code:r}=Ay();return n&&"connected"===n.status&&n.currency!==r?(0,s.createElement)(Dc,{className:"gla-different-currency-notice",status:"warning",isDismissible:!1},(0,s.createInterpolateElement)((0,o.__)("Note: The currency set in your Google Ads account is <adsCurrency />, which is different from your store currency, <storeCurrency />. <readMoreLink>Read more</readMoreLink>","google-listings-and-ads"),{adsCurrency:(0,s.createElement)("strong",null,n.currency),storeCurrency:(0,s.createElement)("strong",null,r),readMoreLink:(0,s.createElement)(zl,{className:"gla-different-currency-notice__link",href:"https://support.google.com/google-ads/answer/9841530",context:t,linkId:"setting-up-currency"})})):null};const Aw="https://support.google.com/google-ads/answer/11576060",Nw={title:(0,o.__)("Your Google Listings & Ads campaigns will soon be automatically upgraded","google-listings-and-ads"),content:(0,o.__)("From July through September, Google will be upgrading your existing campaigns from Smart Shopping to Performance Max, giving you the same benefits, plus expanded reach. There will be no impact to your spend or campaign settings due to this upgrade.","google-listings-and-ads"),externalLink:{link:Aw,linkId:"campaign-conversion-status-before-migration-read-more",content:(0,o.__)("Learn more about this upgrade","google-listings-and-ads")},localStorageKey:"gla-is-before-migration-notice-dismissed"};var Rw={AFTER_CONVERSION:{title:(0,o.__)("Your Google Listings & Ads campaigns have been automatically upgraded","google-listings-and-ads"),content:(0,s.createInterpolateElement)((0,o.__)("Google has auto-upgraded your existing campaigns from Smart Shopping to Performance Max, giving you the same benefits plus extended reach across the Google network. No changes were made to your campaign settings and metrics from previous campaigns will continue to be available in <link>Reports</link> for historical purposes.","google-listings-and-ads"),{link:(0,s.createElement)(ql,{href:Pc(),className:"gla-campaign-conversion-status-notice-reports__link",eventName:"gla_upgrade_campaign_reports_link_click",eventProps:{context:"dashboard",href:Pc()}})}),externalLink:{link:Aw,linkId:"campaign-conversion-status-after-migration-read-more",content:(0,o.__)("Learn more about this upgrade","google-listings-and-ads")},localStorageKey:"gla-is-after-migration-notice-dismissed"},BEFORE_CONVERSION:Nw,REPORTS_CONVERSION:{localStorageKey:"gla-is-reports-migration-notice-dismissed",content:(0,s.createInterpolateElement)((0,o.__)("Your existing campaigns have been upgraded to Performance Max. <readMoreLink>Learn more about this upgrade</readMoreLink>","google-listings-and-ads"),{readMoreLink:(0,s.createElement)(zl,{context:"reports-programs",href:Aw,linkId:"campaign-conversion-status-after-migration-reports-read-more"})})}},Tw=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(new Date).getTime();if(!e)return null;const n="converted"===e.status,r=e.updated,o=r&&t-1e3*r<2592e6;return n?o?"AFTER_CONVERSION":null:"BEFORE_CONVERSION"};const Mw="undefined"!=typeof window&&"localStorage"in window,jw={get:e=>Mw?window.localStorage.getItem(e):null,set:(e,t)=>Mw?window.localStorage.setItem(e,t):null,remove:e=>Mw?window.localStorage.removeItem(e):null};var Iw=jw,Fw=e=>{let{children:t,localStorageKey:n=null,onRemove:r=ie.noop,...o}=e;const a="true"===Iw.get(n),[i,c]=(0,s.useState)(a);return i?null:(0,s.createElement)(Dc,l({onRemove:()=>{n&&Iw.set(n,!0),r(),c(!0)}},o),t)};const Dw=()=>(0,s.createElement)(El,{className:"gla-campaign-conversion-status-notice__external_icon",icon:Lc,size:18});var Lw=e=>{let{context:t}=e;const n=Tw(Zl.adsCampaignConvertStatus),r=Rw[n];return r?(0,s.createElement)(Fw,{className:"gla-campaign-conversion-status-notice",localStorageKey:r.localStorageKey},(0,s.createElement)(Ii,{variant:"subtitle.small",className:"gla-campaign-conversion-status-notice__title","data-testid":"gla-campaign-conversion-dashboard-notice"},r.title),(0,s.createElement)("p",null,r.content),(0,s.createElement)("p",{className:"gla-campaign-conversion-status-notice__external_link"},(0,s.createElement)(zl,{context:t,linkId:r.externalLink.linkId,href:r.externalLink.link},r.externalLink.content,(0,s.createElement)(Dw,null)))):null};var Gw=["menuitem","menuitemradio","menuitemcheckbox"],Bw=function(e){Ns(o,e);var t,n,r=(t=o,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,r=Ms(t);if(n){var o=Ms(this).constructor;e=Reflect.construct(r,arguments,o)}else e=r.apply(this,arguments);return Ts(this,e)});function o(){var e;return Os(this,o),(e=r.apply(this,arguments)).onKeyDown=e.onKeyDown.bind(Rs(e)),e.bindContainer=e.bindContainer.bind(Rs(e)),e.getFocusableContext=e.getFocusableContext.bind(Rs(e)),e.getFocusableIndex=e.getFocusableIndex.bind(Rs(e)),e}return As(o,[{key:"componentDidMount",value:function(){this.container.addEventListener("keydown",this.onKeyDown),this.container.addEventListener("focus",this.onFocus)}},{key:"componentWillUnmount",value:function(){this.container.removeEventListener("keydown",this.onKeyDown),this.container.removeEventListener("focus",this.onFocus)}},{key:"bindContainer",value:function(e){var t=this.props.forwardedRef;this.container=e,(0,ie.isFunction)(t)?t(e):t&&"current"in t&&(t.current=e)}},{key:"getFocusableContext",value:function(e){var t=(this.props.onlyBrowserTabstops?ls.focus.tabbable:ls.focus.focusable).find(this.container),n=this.getFocusableIndex(t,e);return n>-1&&e?{index:n,target:e,focusables:t}:null}},{key:"getFocusableIndex",value:function(e,t){var n=e.indexOf(t);if(-1!==n)return n}},{key:"onKeyDown",value:function(e){this.props.onKeyDown&&this.props.onKeyDown(e);var t=this.getFocusableContext,n=this.props,r=n.cycle,o=void 0===r||r,a=n.eventToOffset,i=n.onNavigate,s=void 0===i?ie.noop:i,l=n.stopNavigationEvents,c=a(e);if(void 0!==c&&l){e.stopImmediatePropagation();var u=e.target.getAttribute("role");Gw.includes(u)&&e.preventDefault()}if(c){var d=t(e.target.ownerDocument.activeElement);if(d){var g=d.index,p=d.focusables,f=o?function(e,t,n){var r=e+n;return r<0?t+r:r>=t?r-t:r}(g,p.length,c):g+c;f>=0&&f<p.length&&(p[f].focus(),s(f,p[f]))}}}},{key:"render",value:function(){var e=this.props,t=e.children,n=c(e,["children"]);return(0,s.createElement)("div",l({ref:this.bindContainer},(0,ie.omit)(n,["stopNavigationEvents","eventToOffset","onNavigate","onKeyDown","cycle","onlyBrowserTabstops","forwardedRef"])),t)}}]),o}(s.Component),qw=function(e,t){return(0,s.createElement)(Bw,l({},e,{forwardedRef:t}))};qw.displayName="NavigableContainer";var zw=(0,s.forwardRef)(qw),Hw=(0,s.forwardRef)((function(e,t){var n=e.role,r=void 0===n?"menu":n,o=e.orientation,a=void 0===o?"vertical":o,i=c(e,["role","orientation"]);return(0,s.createElement)(zw,l({ref:t,stopNavigationEvents:!0,onlyBrowserTabstops:!1,role:r,"aria-orientation":"presentation"===r?null:a,eventToOffset:function(e){var t=e.keyCode,n=[cs.DOWN],r=[cs.UP];return"horizontal"===a&&(n=[cs.RIGHT],r=[cs.LEFT]),"both"===a&&(n=[cs.RIGHT,cs.DOWN],r=[cs.LEFT,cs.UP]),(0,ie.includes)(n,t)?1:(0,ie.includes)(r,t)?-1:(0,ie.includes)([cs.DOWN,cs.UP,cs.LEFT,cs.RIGHT],t)?0:void 0}},i))}));const Uw=e=>{let{tabId:t,href:n,children:r,selected:o,...a}=e;return(0,s.createElement)(Bl.Link,l({role:"tab",tabIndex:o?null:-1,"aria-selected":o,id:t,href:n},a),r)};var Vw=e=>{const{selectedKey:t,tabs:n}=e;return(0,s.createElement)("div",{className:"app-tab-nav"},(0,s.createElement)(Hw,{role:"tablist",orientation:"horizontal",className:"app-tab-nav__tabs"},n.map((e=>(0,s.createElement)(Uw,{className:d()("components-button","app-tab-nav__tabs-item",{"is-active":e.key===t}),tabId:`${e.key}`,"aria-controls":`${e.key}-view`,selected:e.key===t,key:e.key,href:e.href},e.title)))))},Ww=()=>{var e;return!(null===(e=window.wcAdminFeatures)||void 0===e||!e.navigation)};const Yw={match:{url:"/google/dashboard"},wpOpenMenu:"toplevel_page_woocommerce-marketing"};function Kw(){const e=Ww();return(0,s.useEffect)((()=>{e||window.wpNavMenuClassChange(Yw,Yw.match.url)}),[e])}let Qw=[{key:"dashboard",title:(0,o.__)("Dashboard","google-listings-and-ads"),href:(0,gc.getNewPath)({},"/google/dashboard",{})},{key:"reports",title:(0,o.__)("Reports","google-listings-and-ads"),href:(0,gc.getNewPath)({},"/google/reports",{})},{key:"product-feed",title:(0,o.__)("Product Feed","google-listings-and-ads"),href:(0,gc.getNewPath)({},"/google/product-feed",{})},{key:"settings",title:(0,o.__)("Settings","google-listings-and-ads"),href:(0,gc.getNewPath)({},"/google/settings",{})}];Zl.enableReports||(Qw=Qw.filter((e=>{let{key:t}=e;return"reports"!==t})));var Zw=()=>{Kw();const e=(()=>{var e;const t=(0,gc.getPath)();return null===(e=Qw.find((e=>t.includes(e.key))))||void 0===e?void 0:e.key})();return(0,s.createElement)(Vw,{tabs:Qw,selectedKey:e})},Xw=()=>Ww()?null:(0,s.createElement)(Zw,null),Jw=window.wc.customerEffortScore,eE=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Bc;return(0,dn.useSelect)((t=>t(e).getNotices()),[e])};const tE=__webpack_require__.n(Jw)()||Jw.CustomerEffortScore;var nE=e=>{let{eventContext:t,label:n}=e;return function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Bc;const n=eE(t).find((t=>t.content===e));(0,s.useEffect)((()=>{const{removeNotice:e}=(0,dn.dispatch)(t);return()=>{n&&e(n.id)}}),[n,t])}(n,"core/notices2"),(0,s.createElement)(tE,{label:n,recordScoreCallback:(e,n)=>{(0,Dl.recordEvent)("gla_ces_feedback",{context:t,score:e,comments:n||""})},onNoticeShownCallback:()=>{Iw.remove(ac),(0,Dl.recordEvent)("gla_ces_snackbar_open",{context:t})},onNoticeDismissedCallback:()=>{(0,Dl.recordEvent)("gla_ces_snackbar_closed",{context:t})},onModalShownCallback:()=>{(0,Dl.recordEvent)("gla_ces_modal_open",{context:t})},icon:(0,s.createElement)("span",{style:{height:21,width:21},role:"img","aria-label":(0,o.__)("Pencil icon","google-listings-and-ads")},"✏️")})},rE=e=>{const{trackEventReportId:t}=e,n=(()=>{const e=(0,gc.getQuery)(),{period:t,compare:n,before:r,after:o}=(0,Ed.getDateParamsFromQuery)(e),{primary:a,secondary:i}=(0,Ed.getCurrentDates)(e);return{period:t,compare:n,before:r,after:o,primaryDate:a,secondaryDate:i}})();return(0,s.createElement)(Bl.DateRangeFilterPicker,{dateQuery:n,onRangeSelect:e=>{t&&(0,Dl.recordEvent)("gla_datepicker_update",{report:t,...e}),(0,gc.updateQueryString)(e)},isoDateFormat:"YYYY-MM-DD"})},oE=function(e){let t;function n(e){const n={code:"USD",symbol:"$",symbolPosition:"left",thousandSeparator:",",decimalSeparator:".",precision:2,...e};t={code:n.code.toString(),symbol:n.symbol.toString(),symbolPosition:n.symbolPosition.toString(),decimalSeparator:n.decimalSeparator.toString(),priceFormat:a(n),thousandSeparator:n.thousandSeparator.toString(),precision:parseInt(n.precision,10)}}function r(e,n=!1){const r=Py(t,e);if(""===r)return r;const{priceFormat:a,symbol:i,code:s}=t;return(0,o.sprintf)(a,n?s:i,r)}function a(e){if(e.priceFormat)return function(e){const t=document.createElement("DIV");return t.innerHTML=e,t.textContent||t.innerText||""}(e.priceFormat.toString());switch(e.symbolPosition){case"left":return"%1$s%2$s";case"right":return"%2$s%1$s";case"left_space":return"%1$s %2$s";case"right_space":return"%2$s %1$s"}return"%1$s%2$s"}return n(e),{getCurrencyConfig:()=>({...t}),getDataForCountry:function(e,t={},n={}){const r=t[e]||{},o=n[r.currency_code];return o?{code:r.currency_code,symbol:(0,Zy.decodeEntities)(o),symbolPosition:r.currency_pos,thousandSeparator:r.thousand_sep,decimalSeparator:r.decimal_sep,precision:r.num_decimals}:{}},setCurrency:n,formatAmount:r,formatCurrency:function(e){return ss()("Currency().formatCurrency",{version:"5.0.0",alternative:"Currency().formatAmount",plugin:"WooCommerce",hint:"`formatAmount` accepts the same arguments as formatCurrency"}),r(e)},getPriceFormat:a,formatDecimal(e){if("number"!=typeof e&&(e=parseFloat(e)),Number.isNaN(e))return 0;const{precision:n}=t;return Math.round(e*Math.pow(10,n))/Math.pow(10,n)},formatDecimalString(e){if("number"!=typeof e&&(e=parseFloat(e)),Number.isNaN(e))return"";const{precision:n}=t;return e.toFixed(n)},render:e=>("number"!=typeof e&&(e=parseFloat(e)),e<0?(0,s.createElement)("span",{className:"is-negative"},r(e)):r(e))}};function aE(){const e=Ay(),{googleAdsAccount:t}=q_(),n=(null==t?void 0:t.currency)||"",r=(null==t?void 0:t.symbol)||"",o=(0,s.useMemo)((()=>({...e,code:n,symbol:r})),[e,n,r]),a=(0,s.useMemo)((()=>oE(o).formatAmount),[o]);return{adsCurrencyConfig:o,formatAmount:a}}function iE(){const e=(0,gc.getQuery)();return Pg(e)}function sE(e){const t=iE();return(0,dn.useSelect)((n=>{const{getDashboardPerformance:r}=n(Gc),o=r(e,t,"primary"),a=r(e,t,"secondary");let i=null;const s=o.loaded&&a.loaded;return s&&o.data&&a.data&&(i=Od(o.data,a.data)),{loaded:s,data:i}}),[e,t])}var lE=e=>{let t,{loaded:n,data:r,children:o,noDataMessage:a}=e;return t=n?r?(0,s.createElement)(Bl.SummaryList,null,(()=>o(r))):(0,s.createElement)("div",{className:"gla-summary-card__body"},(0,s.createElement)("p",null,a.body),(0,s.createElement)(dc,{eventName:a.eventName,eventProps:{context:"dashboard",href:a.link},href:a.link,target:"_blank",isSmall:!0,isSecondary:!0},a.buttonLabel)):(0,s.createElement)(Bl.SummaryListPlaceholder,{numberOfItems:2}),t},cE=e=>{let{title:t,children:n}=e;return(0,s.createElement)(De,{className:"gla-summary-card"},(0,s.createElement)(zi,{size:"medium"},(0,s.createElement)(Ii,{variant:"title.small"},t)),n)},uE=e=>{const{eventName:t="gla_add_paid_campaign_clicked",eventProps:n,children:r,onClick:a=(()=>{}),...i}=e,{adsSetupComplete:c}=Zl,u=c?kc():(0,gc.getNewPath)({},"/google/setup-ads",{}),d={context:"",href:u};return(0,s.createElement)(dc,l({isSmall:!0,isSecondary:!0,onClick:function(){(0,Dl.recordEvent)(t,{...d,...n}),(0,gc.getHistory)().push(u),a(...arguments)}},i),r||(0,o.__)("Add paid campaign","google-listings-and-ads"))};const dE=e=>{let{adsAccount:t}=e;const n=t.sub_account||"disconnected"===t.status;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)("p",null,n?(0,o.__)("Create your first campaign and get $500 in ad credit*","google-listings-and-ads"):(0,o.__)("Create your first campaign","google-listings-and-ads")),(0,s.createElement)(uE,{eventProps:{context:"add-paid-campaign-promotion"}}))};var gE=function(){const{googleAdsAccount:e}=q_();return(0,s.createElement)("div",{className:"gla-summary-card__body"},e?(0,s.createElement)(dE,{adsAccount:e}):(0,s.createElement)(Bl.Spinner,null))};const pE={precision:0},fE=()=>{const e=Ty(pE),{data:t,loaded:n}=sE(ec);return(0,s.createElement)(lE,{loaded:n,data:t,noDataMessage:{body:(0,o.__)("We're having trouble loading this data. Try again later, or track your performance in Google Merchant Center.","google-listings-and-ads"),link:"https://merchants.google.com/mc/reporting/dashboard",eventName:"gla_google_mc_link_click",buttonLabel:(0,o.__)("Open Google Merchant Center","google-listings-and-ads")}},(t=>[(0,s.createElement)(Bl.SummaryNumber,{key:"1",label:(0,o.__)("Clicks","google-listings-and-ads"),value:e(t.clicks.value),prevValue:e(t.clicks.prevValue),delta:t.clicks.delta}),(0,s.createElement)(Bl.SummaryNumber,{key:"2",label:(0,o.__)("Total Spend","google-listings-and-ads"),value:(0,o.__)("Free","google-listings-and-ads"),delta:null})]))},mE=()=>{const{formatAmount:e}=aE(),{data:t,loaded:n}=sE(Jl);return(0,s.createElement)(lE,{loaded:n,data:t,noDataMessage:{body:(0,o.__)("We're having trouble loading this data. Try again later, or track your performance in Google Ads.","google-listings-and-ads"),link:"https://ads.google.com/",eventName:"gla_google_ads_link_click",buttonLabel:(0,o.__)("Open Google Ads","google-listings-and-ads")}},(t=>[(0,s.createElement)(Bl.SummaryNumber,{key:"1",label:(0,o.__)("Total Sales","google-listings-and-ads"),value:e(t.sales.value,!0),prevValue:e(t.sales.prevValue,!0),delta:t.sales.delta}),(0,s.createElement)(Bl.SummaryNumber,{key:"2",label:(0,o.__)("Total Spend","google-listings-and-ads"),value:e(t.spend.value,!0),prevValue:e(t.spend.prevValue,!0),delta:t.spend.delta})]))};function hE(){const{adsSetupComplete:e}=Zl;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(cE,{title:(0,o.__)("Performance (Free Listing)","google-listings-and-ads")},(0,s.createElement)(fE,null)),(0,s.createElement)(cE,{title:(0,o.__)("Performance (Paid Campaigns)","google-listings-and-ads")},e?(0,s.createElement)(mE,null):(0,s.createElement)(gE,null)))}function yE(e){let{title:t,children:n}=e;return(0,s.createElement)("div",{className:"gla-guide__page-content"},(0,s.createElement)("h2",{className:"gla-guide__page-content__header"},t),(0,s.createElement)("div",{className:"gla-guide__page-content__body"},n))}function vE(e){const{context:t,href:n,className:r,...o}=e;return(0,s.createElement)(ql,l({className:d()("gla-guide__page-content__link",r),eventName:"gla_modal_content_link_click",eventProps:{context:t,href:n},type:"external",target:"_blank",href:n},o))}var bE=__webpack_require__(221);const _E="create-another-campaign",wE="confirm";function EE(e){let{onGuideRequestClose:t=(()=>{})}=e;(0,s.useEffect)((()=>{(0,Dl.recordEvent)("gla_modal_open",{context:oc})}),[]);const n=(0,s.useCallback)((e=>t(e,"dismiss")),[t]);return(0,s.createElement)(Bh,{className:"gla-campaign-creation-success-guide",onRequestClose:n,buttons:[(0,s.createElement)(xl,{key:"0",isTertiary:!0,"data-action":_E,onClick:t},(0,o.__)("Create another campaign","google-listings-and-ads")),(0,s.createElement)(xl,{key:"1",isPrimary:!0,"data-action":wE,onClick:t},(0,o.__)("Got it","google-listings-and-ads"))]},(0,s.createElement)("div",{className:"gla-campaign-creation-success-guide__header-image"},(0,s.createElement)("img",{src:bE,alt:(0,o.__)("Drawing of a person who successfuly launched a campaign","google-listings-and-ads"),width:"413",height:"160"})),(0,s.createElement)(yE,{title:(0,o.__)("You've set up a paid Performance Max Campaign!","google-listings-and-ads")},(0,s.createInterpolateElement)((0,o.__)("You can pause or edit your campaign at any time. For best results, we recommend allowing your campaign to run for at least 14 days without pausing or editing. <link>Learn more about Performance Max technology.</link>","google-listings-and-ads"),{link:(0,s.createElement)(vE,{href:"https://support.google.com/google-ads/answer/10724817",context:"campaign-creation-performance-max"})})))}var $E=e=>{const{className:t,...n}=e;return(0,s.createElement)("div",l({className:d()("app-table-card-div",t)},n))};const CE=(e,t,n)=>{const r=t.includes(n)?"on":"off";(0,Dl.recordEvent)("gla_table_header_toggle",{report:e,column:n,status:r})},kE=(e,t,n)=>{(0,Dl.recordEvent)("gla_table_sort",{report:e,column:t,direction:n})};var SE=e=>{const{trackEventReportId:t,...n}=e;function r(e,n){return function(){for(var r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];t&&e(t,...o),n&&n(...o)}}return(0,s.createElement)($E,null,(0,s.createElement)(Bl.TableCard,l({},n,{onColumnsChange:r(CE,e.onColumnsChange),onSort:r(kE,e.onSort)})))},xE=e=>{const{programId:t,onRequestClose:n}=e,[r,a]=(0,s.useState)(!1),i=Og(),l=()=>{r||n()};return(0,s.createElement)(Bh,{className:"gla-remove-program-modal",title:(0,o.__)("Permanently Remove?","google-listings-and-ads"),isDismissible:!r,buttons:[(0,s.createElement)(xl,{key:"keep",isSecondary:!0,disabled:r,onClick:l},(0,o.__)("Keep Campaign","google-listings-and-ads")),(0,s.createElement)(dc,{key:"remove",isPrimary:!0,isDestructive:!0,loading:r,onClick:()=>{a(!0),i.deleteAdsCampaign(t).then((()=>n())).catch((()=>a(!1)))}},(0,o.__)("Remove Campaign","google-listings-and-ads"))],onRequestClose:l},(0,s.createElement)("p",null,(0,o.__)("Results typically improve with time with Google’s paid ad campaigns. Removing a paid ad campaign will result in the loss of any optimisations learned from those campaigns.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,o.__)("Once a campaign is removed, it cannot be re-enabled.","google-listings-and-ads")))},OE=e=>{const{programId:t}=e,[n,r]=(0,s.useState)(!1);return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(xl,{isDestructive:!0,isLink:!0,onClick:()=>{r(!0)}},(0,o.__)("Remove","google-listings-and-ads")),n&&(0,s.createElement)(xE,{programId:t,onRequestClose:()=>{r(!1)}}))},PE=e=>{let{programId:t,onRequestClose:n}=e;return(0,s.createElement)(Bh,{className:"gla-edit-program-prompt-modal",title:(0,o.__)("Before you edit…","google-listings-and-ads"),buttons:[(0,s.createElement)(xl,{key:"no",isSecondary:!0,onClick:()=>{n()}},(0,o.__)("Don't edit","google-listings-and-ads")),(0,s.createElement)(xl,{key:"yes",isPrimary:!0,onClick:()=>{const e=0===t?(0,gc.getNewPath)({subpath:hc},$c):(e=>(0,gc.getNewPath)({subpath:yc,programId:e},$c))(t);(0,gc.getHistory)().push(e),(0,Dl.recordEvent)("gla_dashboard_edit_program_click",{programId:t,url:e})}},(0,o.__)("Continue to edit","google-listings-and-ads"))],onRequestClose:n},(0,s.createElement)("p",null,(0,o.__)("Results typically improve with time with Google’s Free Listing and paid ad campaigns.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,o.__)("Editing will result in the loss of any optimisations learned over time.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,o.__)("We recommend allowing your programs to run for at least 14 days after set up, without pausing or editing, for optimal performance.","google-listings-and-ads")))},AE=e=>{const{programId:t}=e;return(0,s.createElement)(xy,{button:(0,s.createElement)(xl,{isLink:!0},(0,o.__)("Edit","google-listings-and-ads")),modal:(0,s.createElement)(PE,{programId:t})})};const NE="getAdsCampaigns";var RE=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];const r=Pg(t);return(0,dn.useSelect)((e=>{const{adsSetupComplete:t}=Zl;if(!t)return{loading:!1,loaded:!0,data:[]};const n=e(Gc),o=n[NE](...r);return{loading:n.isResolving(NE,r),loaded:n.hasFinishedResolution(NE,r),data:o}}),[r])},TE=e=>{const{onPauseCampaign:t=(()=>{}),onRequestClose:n}=e;return(0,s.createElement)(Bh,{className:"gla-pause-program-modal",title:(0,o.__)("Before you pause…","google-listings-and-ads"),buttons:[(0,s.createElement)(xl,{key:"1",isSecondary:!0,onClick:()=>{n()}},(0,o.__)("Keep Active","google-listings-and-ads")),(0,s.createElement)(xl,{key:"2",isPrimary:!0,onClick:()=>{t()}},(0,o.__)("Pause Campaign","google-listings-and-ads"))],onRequestClose:n},(0,s.createElement)("p",null,(0,o.__)("Results typically improve with time with Google’s paid ad campaigns. If you pause, your products won’t be shown to people looking for what you offer.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,o.__)("Pausing a paid ad campaign will result in the loss of any optimisations learned from those campaigns.","google-listings-and-ads")))},ME=function(e){var t=e.className,n=e.checked,r=e.id,o=e.disabled,a=e.onChange,i=void 0===a?ie.noop:a,u=c(e,["className","checked","id","disabled","onChange"]),g=d()("components-form-toggle",t,{"is-checked":n,"is-disabled":o});return(0,s.createElement)("span",{className:g},(0,s.createElement)("input",l({className:"components-form-toggle__input",id:r,type:"checkbox",checked:n,onChange:i,disabled:o},u)),(0,s.createElement)("span",{className:"components-form-toggle__track"}),(0,s.createElement)("span",{className:"components-form-toggle__thumb"}))};function jE(e){var t,n,r=e.label,o=e.checked,a=e.help,i=e.className,l=e.onChange,c=e.disabled,u=rf(jE),g="inspector-toggle-control-".concat(u);return a&&(t=g+"__help",n=(0,ie.isFunction)(a)?a(o):a),(0,s.createElement)(gf,{id:g,help:n,className:d()("components-toggle-control",i)},(0,s.createElement)(ME,{id:g,checked:o,onChange:function(e){l(e.target.checked)},"aria-describedby":t,disabled:c}),(0,s.createElement)("label",{htmlFor:g,className:"components-toggle-control__label"},r))}var IE=e=>(0,s.createElement)("div",{className:"app-standalone-toggle-control"},(0,s.createElement)(jE,e)),FE=e=>{const{program:t}=e,[n,r]=(0,s.useState)(t.active),[o,a]=(0,s.useState)(!1),{updateAdsCampaign:i}=Og();return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(IE,{checked:n,onChange:e=>{!1!==e?(r(e),i(t.id,{status:"enabled"})):a(!0)}}),o&&(0,s.createElement)(TE,{programId:t.id,onPauseCampaign:()=>{a(!1),r(!1),i(t.id,{status:"paused"})},onRequestClose:()=>{a(!1)}}))},DE=()=>(0,s.createElement)(Kp,{text:(0,o.__)("Free listings cannot be paused through WooCommerce. Go to Google Merchant Center for advanced settings.","google-listings-and-ads")},(0,s.createElement)(IE,{checked:!0,disabled:!0}));const LE=[{key:"title",label:(0,o.__)("Program","google-listings-and-ads"),isLeftAligned:!0,required:!0},{key:"country",label:(0,o.__)("Country","google-listings-and-ads"),isLeftAligned:!0},{key:"dailyBudget",label:(0,o.__)("Daily budget","google-listings-and-ads")},{key:"enabled",label:(0,o.__)("Enabled","google-listings-and-ads")},{key:"actions",label:"",required:!0}];function GE(e){let{countryCodes:t,countryNameMap:n}=e;const[r]=t;return(0,s.createElement)("span",null,n[r],t.length>=2&&(0,o.sprintf)(// translators: %d: number of countries, with minimum value of 1.
|
| 27 |
+
(0,o.__)(" + %d more","google-listings-and-ads"),t.length-1))}var BE=e=>{const t=(0,gc.getQuery)(),{formatAmount:n}=aE(),{data:r}=Cy(),{data:a}=RE(),i=Xy();if(!r||!a)return(0,s.createElement)(Wg,null);const c=[{id:0,title:(0,o.__)("Free listings","google-listings-and-ads"),dailyBudget:(0,o.__)("Free","google-listings-and-ads"),country:(0,s.createElement)(GE,{countryCodes:r,countryNameMap:i}),active:!0},...a.map((e=>({id:e.id,title:e.name,dailyBudget:n(e.amount,!0),country:(0,s.createElement)(GE,{countryCodes:e.displayCountries,countryNameMap:i}),active:"enabled"===e.status})))];return(0,s.createElement)(SE,l({className:"gla-all-programs-table-card",title:(0,o.__)("Programs","google-listings-and-ads"),actions:(0,s.createElement)(uE,{eventProps:{context:"programs-table-card"}}),headers:LE,rows:c.map((e=>[{display:e.title},{display:e.country},{display:e.dailyBudget},{display:0===e.id?(0,s.createElement)(DE,null):(0,s.createElement)(FE,{key:e.id,program:e})},{display:(0,s.createElement)("div",{className:"program-actions",key:e.id},(0,s.createElement)(AE,{programId:e.id}),0!==e.id&&(0,s.createElement)(OE,{programId:e.id}))}])),totalRows:c.length,rowsPerPage:c.length,query:t,onQueryChange:gc.onQueryChange},e))},qE=()=>{var e;return!(null===(e=window.wcTracks)||void 0===e||!e.isEnabled)},zE=e=>{const{formProps:t}=e,{values:n,isValidForm:r,getInputProps:a,handleSubmit:i}=t,{locale:c,language:u}=n;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(gp,{title:(0,o.__)("Audience","google-listings-and-ads"),description:(0,s.createElement)("p",null,(0,o.__)("Where do you want to sell your products?","google-listings-and-ads"))},(0,s.createElement)(gp.Card,null,(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)(cp,null,(0,s.createElement)(cp.Title,null,(0,o.__)("Language","google-listings-and-ads")),(0,s.createElement)(cp.HelperText,{className:"helper-text"},(0,s.createInterpolateElement)((0,o.__)("Listings can only be displayed in your site language. <link>Read more</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"setup-mc-audience",linkId:"site-language",href:"https://support.google.com/merchants/answer/160637"})})),(0,s.createElement)(hy,{selected:c,options:[{label:u,value:c}]})),(0,s.createElement)(cp,null,(0,s.createElement)(cp.Title,null,(0,o.__)("Location","google-listings-and-ads")),(0,s.createElement)(cp.HelperText,{className:"helper-text"},(0,o.__)("Your store should already have the appropriate shipping and tax rates (if required) for potential customers in your selected location(s).","google-listings-and-ads")),(0,s.createElement)(fp,{size:"large"},(0,s.createElement)(yy,l({},a("location"),{collapsible:!0,label:(0,o.__)("Selected countries only","google-listings-and-ads"),value:"selected"}),(0,s.createElement)("div",{className:"input"},(0,s.createElement)(Wy,l({multiple:!0},a("countries")))),(0,s.createElement)("div",{className:"cannot-find-country"},(0,o.__)("Can’t find a country? Only supported countries can be selected.","google-listings-and-ads"))),(0,s.createElement)(yy,l({},a("location"),{label:(0,o.__)("All countries","google-listings-and-ads"),value:"all"}),(0,s.createElement)(my,null,(0,o.__)("Your listings will be shown in all supported countries.","google-listings-and-ads")))))))),(0,s.createElement)(rp,null,(0,s.createElement)(xl,{isPrimary:!0,disabled:!r,onClick:i},(0,o.__)("Continue","google-listings-and-ads"))))};function HE(e){let{initialData:t,onChange:n=(()=>{}),onContinue:r=(()=>{})}=e;return t?(0,s.createElement)("div",{className:"gla-choose-audience"},(0,s.createElement)(tp,null,(0,s.createElement)(np,{title:(0,o.__)("Choose your audience","google-listings-and-ads"),description:(0,o.__)("Configure who sees your product listings on Google.","google-listings-and-ads")}),t&&(0,s.createElement)(Bl.Form,{initialValues:{locale:t.locale,language:t.language,location:t.location,countries:t.countries||[]},validate:e=>{const t={};return e.location||(t.location=(0,o.__)("Please select a location option.","google-listings-and-ads")),"selected"===e.location&&0===e.countries.length&&(t.countries=(0,o.__)("Please select at least one country.","google-listings-and-ads")),t},onSubmit:r,onChange:n},(e=>(0,s.createElement)(zE,{formProps:e}))))):(0,s.createElement)(Wg,null)}var UE=e=>{let{countries:t,onRequestClose:n,onSubmit:r}=e;const[a,i]=(0,s.useState)(!1);return(0,s.createElement)(Bl.Form,{initialValues:{countries:t,time:0},validate:vv,onSubmit:e=>{r(e),n()}},(e=>{const{getInputProps:r,isValidForm:c,handleSubmit:u}=e;return(0,s.createElement)(Bh,{overflow:"visible",shouldCloseOnEsc:!a,shouldCloseOnClickOutside:!a,title:(0,o.__)("Estimate shipping time","google-listings-and-ads"),buttons:[(0,s.createElement)(xl,{key:"save",isPrimary:!0,disabled:!c,onClick:u},(0,o.__)("Add shipping time","google-listings-and-ads"))],onRequestClose:n},(0,s.createElement)(fp,null,(0,s.createElement)(Wy,l({label:(0,o.__)("If customer is in","google-listings-and-ads"),countryCodes:t,onDropdownVisibilityChange:i},r("countries"))),(0,s.createElement)(My,l({label:(0,o.__)("Then the estimated shipping time displayed in the product listing is","google-listings-and-ads"),suffix:(0,o.__)("days","google-listings-and-ads")},r("time")))))}))},VE=e=>{const[t,n]=(0,s.useState)(!1);return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(xl,{isSecondary:!0,icon:(0,s.createElement)(Sy.Z,null),onClick:()=>{n(!0)}},(0,o.__)("Add another time","google-listings-and-ads")),t&&(0,s.createElement)(UE,l({onRequestClose:()=>{n(!1)}},e)))},WE=e=>{let{audienceCountries:t,time:n,onDelete:r,onSubmit:a,onRequestClose:i}=e;const[c,u]=(0,s.useState)(!1),d=Array.from(new Set([...n.countries,...t])),g=()=>{r(n.countries)};return(0,s.createElement)(Bl.Form,{initialValues:{countries:n.countries,time:n.time},validate:vv,onSubmit:e=>{const t=new Set(e.countries),r=n.countries.filter((e=>!t.has(e)));a(e,r)}},(e=>{const{getInputProps:t,isValidForm:n,handleSubmit:r}=e;return(0,s.createElement)(Bh,{overflow:"visible",shouldCloseOnEsc:!c,shouldCloseOnClickOutside:!c,title:(0,o.__)("Estimate shipping time","google-listings-and-ads"),buttons:[(0,s.createElement)(xl,{key:"delete",isTertiary:!0,isDestructive:!0,onClick:g},(0,o.__)("Delete","google-listings-and-ads")),(0,s.createElement)(xl,{key:"save",isPrimary:!0,disabled:!n,onClick:r},(0,o.__)("Update shipping time","google-listings-and-ads"))],onRequestClose:i},(0,s.createElement)(fp,null,(0,s.createElement)(Wy,l({label:(0,o.__)("If customer is in","google-listings-and-ads"),countryCodes:d,onDropdownVisibilityChange:u},t("countries"))),(0,s.createElement)(My,l({label:(0,o.__)("Then the estimated shipping time displayed in the product listing is","google-listings-and-ads"),suffix:(0,o.__)("days","google-listings-and-ads")},t("time")))))}))},YE=e=>{let{audienceCountries:t,time:n,onChange:r,onDelete:a}=e;const[i,l]=(0,s.useState)(!1);return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(xl,{className:"gla-edit-time-button",isTertiary:!0,onClick:()=>{l(!0)}},(0,o.__)("Edit","google-listings-and-ads")),i&&(0,s.createElement)(WE,{audienceCountries:t,time:n,onSubmit:function(){r(...arguments),l(!1)},onDelete:e=>{a(e),l(!1)},onRequestClose:()=>{l(!1)}}))},KE=e=>{let{value:t,audienceCountries:n,onChange:r,onDelete:a}=e;const{countries:i,time:l}=t;return n?(0,s.createElement)("div",{className:"gla-countries-time-input"},(0,s.createElement)(My,{label:(0,s.createElement)("div",{className:"label"},(0,s.createElement)(wv,{countries:i}),(0,s.createElement)(YE,{audienceCountries:n,onChange:r,onDelete:a,time:t})),suffix:(0,o.__)("days","google-listings-and-ads"),value:l,onBlur:(e,t)=>{l!==t&&r({countries:i,time:t})}})):(0,s.createElement)(Wg,null)};function QE(e){let{value:t,selectedCountryCodes:n,onChange:r}=e;const o=t.length,a=new Map(t.map((e=>[e.countryCode,e]))),i=n.filter((e=>!a.has(e))),l=i.length,c=(e=>{const t=new Map;return e.forEach((e=>{const{countryCode:n,time:r}=e,o=t.get(r)||{countries:[],time:r};o.countries.push(n),t.set(r,o)})),Array.from(t.values())})(t);function u(e){r(t.filter((t=>!e.includes(t.countryCode))))}function d(e){let{countries:t,time:n}=e,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];o.forEach((e=>a.delete(e))),t.forEach((e=>{a.set(e,{countryCode:e,time:n})})),r(Array.from(a.values()))}return 0===c.length&&c.push({countries:n,time:null}),(0,s.createElement)("div",{className:"countries-time"},(0,s.createElement)(fp,null,c.map((e=>(0,s.createElement)("div",{key:e.countries.join("-"),className:"countries-time-input-form"},(0,s.createElement)(KE,{value:e,audienceCountries:n,onChange:d,onDelete:u})))),o>=1&&l>=1&&(0,s.createElement)("div",{className:"add-time-button"},(0,s.createElement)(VE,{countries:i,onSubmit:function(e){let{countries:n,time:o}=e;const a=n.map((e=>({countryCode:e,time:o})));r(t.concat(a))}}))))}var ZE=e=>{let{formProps:t,selectedCountryCodes:n}=e;const{getInputProps:r}=t;return n?(0,s.createElement)("div",{className:"gla-shipping-time-setup"},(0,s.createElement)(fp,null,(0,s.createElement)(QE,l({},r("shipping_country_times"),{selectedCountryCodes:n})))):(0,s.createElement)(Wg,null)},XE=e=>{let{formProps:t,countries:n}=e;return(0,s.createElement)(gp,{title:(0,o.__)("Shipping times","google-listings-and-ads"),description:(0,s.createElement)("div",null,(0,s.createElement)("p",null,(0,o.__)("Your shipping times will be shown to potential customers on Google.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,s.createElement)(zl,{context:"setup-mc-shipping",linkId:"shipping-read-more",href:"https://support.google.com/merchants/answer/7050921"},(0,o.__)("Read more","google-listings-and-ads"))))},(0,s.createElement)(gp.Card,null,(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)(gp.Card.Title,null,(0,o.__)("Estimated shipping times","google-listings-and-ads")),(0,s.createElement)(ZE,{selectedCountryCodes:n,formProps:t}))))},JE=e=>{let{countries:t,formProps:n,saving:r=!1,submitLabel:a=(0,o.__)("Complete setup","google-listings-and-ads")}=e;const{values:i,isValidForm:l,handleSubmit:c}=n,u=Ey(t),d="flat"===i.shipping_time,g=null===u||!l;return(0,s.createElement)(tp,null,(0,s.createElement)(mv,{formProps:n,audienceCountries:t}),d&&(0,s.createElement)(XE,{formProps:n,countries:t}),(0,s.createElement)(ky,{show:u},(0,s.createElement)(vy,{formProps:n})),(0,s.createElement)(rp,null,(0,s.createElement)(dc,{isPrimary:!0,disabled:g,loading:r,onClick:c},a)))};const e$=["shipping_rate","shipping_time","tax_rate","website_live","checkout_process_secure","payment_methods_visible","refund_tos_visible","contact_info_visible"];var t$=e=>{let{countries:t,settings:n,onSettingsChange:r=(()=>{}),shippingRates:o,onShippingRatesChange:a=(()=>{}),shippingTimes:i,onShippingTimesChange:l=(()=>{}),onContinue:c=(()=>{}),submitLabel:u}=e;const[d,g]=(0,s.useState)(!1);return n&&o&&i&&t?(0,s.createElement)("div",{className:"gla-setup-free-listings"},(0,s.createElement)(ly,null),(0,s.createElement)(Bl.Form,{initialValues:{shipping_rate:n.shipping_rate,shipping_time:n.shipping_time,tax_rate:n.tax_rate,website_live:n.website_live,checkout_process_secure:n.checkout_process_secure,payment_methods_visible:n.payment_methods_visible,refund_tos_visible:n.refund_tos_visible,contact_info_visible:n.contact_info_visible,offer_free_shipping:jv(o),shipping_country_rates:o,shipping_country_times:i},onChange:(e,t)=>{"shipping_country_rates"===e.name?a(t.shipping_country_rates):"shipping_country_times"===e.name?l(t.shipping_country_times):e$.includes(e.name)&&r(e,(e=>(0,ie.pick)(e,e$))(t))},validate:e=>{const{shipping_country_times:n}=e;return fy(e,n,t)},onSubmit:async()=>{g(!0),await c(),g(!1)}},(e=>(0,s.createElement)(JE,{formProps:e,countries:t,submitLabel:u,saving:d})))):(0,s.createElement)(Wg,null)},n$=()=>{const{data:e}=hv(),{deleteShippingTimes:t,upsertShippingTimes:n}=Og(),r=(0,s.useCallback)((async r=>{const o=((e,t)=>((e,t)=>(0,ie.differenceBy)(t,e,"countryCode"))(e,t).map((e=>e.countryCode)))(r,e);o.length&&await t(o);const a=(i=r,s=e,(0,ie.differenceWith)(i,s,ie.isEqual));var i,s;if(a.length){const e=(e=>{const t=new Map;return e.forEach((e=>{let{countryCode:n,time:r}=e;const o=t.get(r)||{countryCodes:[],time:r};o.countryCodes.push(n),t.set(r,o)})),Array.from(t.values())})(a).map((e=>n(e)));await Promise.all(e)}}),[t,e,n]);return{saveShippingTimes:r}};function r$(e){const t=new Set([(0,gc.getNewPath)({pageStep:void 0}),(0,gc.getNewPath)({pageStep:1}),(0,gc.getNewPath)({pageStep:2})]),n=e.pathname+e.search;return!t.has(n)}var o$=()=>{Gg("full-content");const{targetAudience:e,getFinalCountries:t}=Cy(),{settings:n}=cy(),{saveTargetAudience:r,saveSettings:a}=Og(),{saveShippingRates:i}=Rv(),{saveShippingTimes:l}=n$(),[c,u]=(0,s.useState)(e),[d,g]=(0,s.useState)(n),{hasFinishedResolution:p,data:f}=Nv(),[m,h]=(0,s.useState)(f),y=p?m:null,{hasFinishedResolution:v,data:b}=hv(),[_,w]=(0,s.useState)(b),E=v?_:null;(0,s.useEffect)((()=>g(n)),[n]),(0,s.useEffect)((()=>u(e)),[e]),(0,s.useEffect)((()=>h(f)),[f]),(0,s.useEffect)((()=>w(b)),[b]);const[$]=Lp({path:"/wc/gla/mc/settings/sync",method:"POST"}),{createNotice:C}=Np(),k=!(0,ie.isEqual)(...[c,e].map((e=>({...e,countries:new Set(null==e?void 0:e.countries)})))),S=!(0,ie.isEqual)(d,n),x=(P=f,(O=m).length!==P.length||Pv(O,P).length>0);var O,P;const A=!(0,ie.isEqual)(new Set(_),new Set(b)),N=k||S||x||A;G_((0,o.__)("You have unsaved campaign data. Are you sure you want to leave?","google-listings-and-ads"),N,r$);const{pageStep:R="1"}=(0,gc.getQuery)(),T=(0,gc.getNewPath)({pageStep:void 0,subpath:void 0},"/google/dashboard"),M=()=>{const e=t(c),n=y.filter((t=>e.includes(t.country)));h(n);const r=E.filter((t=>e.includes(t.countryCode)));w(r)},j=e=>{"2"===e&&M(),(0,gc.getHistory)().push((0,gc.getNewPath)({pageStep:e}))};return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(qg,{title:(0,o.__)("Edit free listings","google-listings-and-ads"),helpButton:(0,s.createElement)(Ug,{eventContext:"edit-free-listings"}),backHref:T}),(0,s.createElement)(Bl.Stepper,{className:"gla-setup-stepper",currentStep:R,steps:[{key:"1",label:(0,o.__)("Choose your audience","google-listings-and-ads"),content:(0,s.createElement)(HE,{initialData:c,onChange:(e,t)=>{u(t)},onContinue:()=>{M(),(0,gc.getHistory)().push((0,gc.getNewPath)({pageStep:"2"}))}}),onClick:j},{key:"2",label:(0,o.__)("Configure your product listings","google-listings-and-ads"),content:(0,s.createElement)(t$,{countries:t(c),settings:d,onSettingsChange:(e,t)=>{g(t)},shippingRates:y,onShippingRatesChange:h,shippingTimes:E,onShippingTimesChange:w,onContinue:async()=>{try{const e=[r(c),a(d),i(m),l(_)],t=await async function(e,t){const n=(await Promise.allSettled(e)).reduce(((e,n,r)=>("rejected"===n.status&&t[r]&&e.push(t[r]),e)),[]);return function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(e.length){const n=(0,o._x)(", ","the separator for concatenating the messages of failed actions","google-listings-and-ads"),r=(0,o.sprintf)(// translators: 1: optional string when there are multiple failed actions, and it's a concatenated text of failed actions except for the last one. 2: the last one or the only failed action.
|
| 28 |
(0,o._n)("There is an error in the following action: %1$s%2$s.","There are errors in the following actions: %1$s and %2$s.",e.length,"google-listings-and-ads"),e.slice(0,-1).join(n),e.at(-1)),a=t?// translators: text for the failed action(s).
|
| 29 |
(0,o.__)("%s Other changes have been saved. Please try again later.","google-listings-and-ads"):// translators: text for the failed action(s).
|
| 30 |
+
(0,o.__)("%s Please try again later.","google-listings-and-ads");return(0,o.sprintf)(a,r)}return null}(n,n.length<e.length)}(e,[(0,o.__)("Target audience","google-listings-and-ads"),(0,o.__)("Merchant Center Settings","google-listings-and-ads"),(0,o.__)("Shipping rates","google-listings-and-ads"),(0,o.__)("Shipping times","google-listings-and-ads")]);await $(),t?C("error",t):C("success",(0,o.__)("Your changes to your Free Listings have been saved and will be synced to your Google Merchant Center account.","google-listings-and-ads")),(0,Dl.recordEvent)("gla_free_campaign_edited")}catch(e){C("error",(0,o.__)("Something went wrong while saving your changes. Please try again later.","google-listings-and-ads"))}},submitLabel:(0,o.__)("Save changes","google-listings-and-ads")}),onClick:j}]}))},a$=e=>{let{formProps:t,allowMultiple:n=!0}=e;const r=n?(0,o.__)("Once a campaign has been created, you cannot change the target country(s).","google-listings-and-ads"):(0,o.__)("Once a campaign has been created, you cannot change the target country.","google-listings-and-ads");return(0,s.createElement)("div",{className:"gla-campaign-form-content"},(0,s.createElement)(lw,{disabled:!0,multiple:n,countrySelectHelperText:r,formProps:t}),(0,s.createElement)(gw,{formProps:t}),(0,s.createElement)(pw,null))},i$=e=>{const{campaign:t}=e,{amount:n,allowMultiple:r,displayCountries:a}=t,[i,l]=(0,s.useState)(!1),{updateAdsCampaign:c}=Og();return(0,s.createElement)(Bl.Form,{initialValues:{amount:n,countryCodes:a},validate:e=>Sw(e),onSubmit:async e=>{l(!0);try{await c(t.id,{amount:e.amount})}catch(e){return void l(!1)}(0,gc.getHistory)().push(xc())}},(e=>{const{isValidForm:t,handleSubmit:n}=e;return(0,s.createElement)(tp,null,(0,s.createElement)(np,{title:(0,o.__)("Edit your paid campaign","google-listings-and-ads"),description:(0,s.createElement)(s.Fragment,null,(0,o.__)("Paid ad campaigns are automatically optimized for you by Google.","google-listings-and-ads"),(0,s.createElement)("br",null),(0,s.createElement)(zl,{context:"edit-ads",linkId:"see-what-ads-look-like",href:"https://support.google.com/google-ads/answer/6275294"},(0,o.__)("See what your ads will look like.","google-listings-and-ads")))}),(0,s.createElement)(a$,{formProps:e,allowMultiple:r}),(0,s.createElement)(rp,null,(0,s.createElement)(dc,{isPrimary:!0,disabled:!t,loading:i,onClick:n},(0,o.__)("Save changes","google-listings-and-ads"))))}))};const s$=(0,gc.getNewPath)({},"/google/dashboard",{}),l$=(0,s.createElement)(Ug,{eventContext:"edit-ads"});var c$=()=>{Gg("full-content");const e=Number((0,gc.getQuery)().programId),{loaded:t,data:n}=RE(),r=null==n?void 0:n.find((t=>t.id===e));return t?r?(0,s.createElement)(s.Fragment,null,(0,s.createElement)(qg,{title:(0,o.sprintf)(// translators: %s: campaign's name.
|
| 31 |
+
(0,o.__)("Edit %s","google-listings-and-ads"),r.name),helpButton:l$,backHref:s$}),(0,s.createElement)(i$,{campaign:r})):(0,s.createElement)(s.Fragment,null,(0,s.createElement)(qg,{title:(0,o.__)("Edit Campaign","google-listings-and-ads"),helpButton:l$,backHref:s$}),(0,s.createElement)("div",null,(0,o.__)("Error in loading your paid ads campaign. Please try again later.","google-listings-and-ads"))):(0,s.createElement)(s.Fragment,null,(0,s.createElement)(qg,{title:(0,o.__)("Loading…","google-listings-and-ads"),helpButton:l$,backHref:s$}),(0,s.createElement)(Wg,null))},u$=()=>{const[e,t]=(0,s.useState)(!1),{createAdsCampaign:n}=Og(),{createNotice:r}=Np(),{data:a}=Cy();return a?(0,s.createElement)(Bl.Form,{initialValues:{amount:0,countryCodes:a},validate:e=>Sw(e),onSubmit:async e=>{t(!0);try{const{amount:t,countryCodes:a}=e;(0,Dl.recordEvent)("gla_launch_paid_campaign_button_click",{audiences:a.join(","),budget:t}),await n(t,a),r("success",(0,o.__)("You’ve successfully created a paid campaign!","google-listings-and-ads"))}catch(e){return void t(!1)}(0,gc.getHistory)().push(xc())}},(t=>{const{isValidForm:n,handleSubmit:r}=t;return(0,s.createElement)(tp,null,(0,s.createElement)(np,{title:(0,o.__)("Create your paid campaign","google-listings-and-ads"),description:(0,s.createInterpolateElement)((0,o.__)("Paid Performance Max campaigns are automatically optimized for you by Google. <link>See what your ads will look like.</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"create-ads",linkId:"see-what-ads-look-like",href:"https://support.google.com/google-ads/answer/6275294"})})}),(0,s.createElement)(fw,{formProps:t}),(0,s.createElement)(rp,null,(0,s.createElement)(dc,{isPrimary:!0,disabled:!n,loading:e,onClick:r},(0,o.__)("Launch paid campaign","google-listings-and-ads"))))})):null};const d$=(0,gc.getNewPath)({},"/google/dashboard",{});var g$=()=>(Gg("full-content"),(0,s.createElement)(s.Fragment,null,(0,s.createElement)(qg,{title:(0,o.__)("Create your paid campaign","google-listings-and-ads"),helpButton:(0,s.createElement)(Ug,{eventContext:"create-ads"}),backHref:d$}),(0,s.createElement)(u$,null))),p$=()=>{const[e,t]=(0,s.useState)(!1),n=(0,s.useCallback)(((e,n)=>{const r=n||e.currentTarget.dataset.action,o={...(0,gc.getQuery)(),guide:void 0};(0,gc.getHistory)().replace((0,gc.getNewPath)(o)),r===_E?(0,gc.getHistory)().push(kc()):r===wE&&t(!0),(0,Dl.recordEvent)("gla_modal_closed",{context:oc,action:r})}),[t]),r=(0,gc.getQuery)();switch(r.subpath){case hc:return(0,s.createElement)(o$,null);case yc:return(0,s.createElement)(c$,null);case vc:return(0,s.createElement)(g$,null)}const a="dashboard",{enableReports:i}=Zl,l=(null==r?void 0:r.guide)===oc,c=qE();return(0,s.createElement)(s.Fragment,null,(0,s.createElement)("div",{className:"gla-dashboard"},(0,s.createElement)(Pw,{context:"dashboard"}),(0,s.createElement)(Xw,null),(0,s.createElement)("div",{className:"gla-dashboard__campaign_conversion"},(0,s.createElement)(Lw,{context:"dashboard"})),(0,s.createElement)("div",{className:"gla-dashboard__filter"},(0,s.createElement)(rE,{trackEventReportId:a}),i&&(0,s.createElement)((()=>(0,s.createElement)(Bl.Link,{href:(0,gc.getNewPath)(null,"/google/reports")},(0,s.createElement)(xl,{isPrimary:!0},"View Reports"))),null)),(0,s.createElement)("div",{className:"gla-dashboard__performance"},(0,s.createElement)(hE,null)),(0,s.createElement)("div",{className:"gla-dashboard__programs"},(0,s.createElement)(BE,{trackEventReportId:a}))),l&&(0,s.createElement)(EE,{onGuideRequestClose:n}),e&&c&&(0,s.createElement)(nE,{label:(0,o.__)("How easy was it to create a Google Ad campaign?","google-listings-and-ads"),eventContext:oc}))};function f$(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return[...new Set(e.split(",").map((e=>parseInt(e,10))).filter((e=>!isNaN(e))))]}function m$(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return e.reduce(((e,r)=>(e[r]=(t[r]||0)+(n[r]||0),e)),{})}function h$(e,t){if(!t)return e||null;if(!e)return t;const n=new Map(e.map((e=>[e.interval,e.subtotals]))),r=new Map(t.map((e=>[e.interval,e.subtotals])));return[...new Set([...n.keys(),...r.keys()])].sort().map((e=>({interval:e,subtotals:m$(Cd,n.get(e),r.get(e))})))}function y$(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r=e?Object.keys(e):n;return e=e||{},r.reduce(((r,o)=>{let a=kd.NONE,i=e[o];return n&&(n.includes(o)?void 0===t[o]?a=kd.FOR_REQUEST:i=(e[o]||0)+t[o]:a=kd.FOR_METRIC),{...r,[o]:Pd(i,void 0,a)}}),{})}const v$="programs",b$={free_listings:[],campaigns:[],intervals:[],totals:{}},_$={loaded:!0,data:{},reportQuery:null};function w$(e,t,n){const r=f$(t.programs),o=0===r.length||r.includes(0),a=(0===r.length||r.some((e=>0!==e)))&&Zl.adsSetupComplete;return{free:o&&e(v$,"free",t,n)||_$,paid:a&&e(v$,"paid",t,n)||_$}}const E$=(0,o.__)("Unavailable","google-listings-and-ads");function $$(e){const{formatNumber:t}=Ay(),{formatAmount:n}=aE();return(0,s.useMemo)((()=>{function r(e){return void 0===e?E$:this.isCurrency?n(e,!0):t(e,0)}return e.map((e=>({...e,formatFn:r})))}),[e,t,n])}const C$=[{id:0,name:(0,o.__)("Free Listings","google-listings-and-ads")}],k$=new Set(C$.map((e=>e.id)));var S$=__webpack_require__(5697),x$=__webpack_require__.n(S$);class O$ extends s.Component{constructor(e){let{getLabels:t,param:n,query:r}=e;super(...arguments),this.state={selected:[]},this.clearQuery=this.clearQuery.bind(this),this.updateQuery=this.updateQuery.bind(this),this.updateLabels=this.updateLabels.bind(this),this.onButtonClicked=this.onButtonClicked.bind(this),r[n]&&t(r[n],r).then(this.updateLabels)}componentDidUpdate(e,t){let{param:n,query:r}=e,{selected:o}=t;const{getLabels:a,param:i,query:s}=this.props,{selected:l}=this.state;if(n!==i||o.length>0&&0===l.length)return void this.clearQuery();const c=(0,gc.getIdsFromQuery)(r[i]),u=(0,gc.getIdsFromQuery)(s[i]);(0,ie.isEqual)(c.sort(),u.sort())||a(s[i],s).then(this.updateLabels)}clearQuery(){const{param:e,path:t,query:n}=this.props;this.setState({selected:[]}),(0,gc.updateQueryString)({[e]:void 0},t,n)}updateLabels(e){this.setState({selected:e})}updateQuery(){const{param:e,path:t,query:n}=this.props,{selected:r}=this.state,o=r.map((e=>e.key));(0,gc.updateQueryString)({[e]:o.join(",")},t,n)}onButtonClicked(e){this.updateQuery(e),(0,ie.isFunction)(this.props.onClick)&&this.props.onClick(e)}render(){const{labels:e,type:t,autocompleter:n}=this.props,{selected:r}=this.state;return(0,s.createElement)(De,{className:"woocommerce-filters__compare"},(0,s.createElement)(zi,null,(0,s.createElement)(Ii,{variant:"subtitle.small"},e.title)),(0,s.createElement)(qe,null,(0,s.createElement)(Bl.Search,{autocompleter:n,type:t,selected:r,placeholder:e.placeholder,onChange:e=>{this.setState({selected:e})}})),(0,s.createElement)(sp,{justify:"flex-start"},(0,s.createElement)(Bl.CompareButton,{count:r.length,helpText:e.helpText,onClick:this.onButtonClicked},e.update),r.length>0&&(0,s.createElement)(xl,{isLink:!0,onClick:this.clearQuery},(0,o.__)("Clear all","woocommerce-admin"))))}}function P$(e){var t,n,r,o,a,i=e.renderContent,c=e.renderToggle,u=e.position,g=void 0===u?"bottom right":u,p=e.className,f=e.contentClassName,m=e.expandOnMobile,h=e.headerTitle,y=e.focusOnMount,v=e.popoverProps,b=e.onClose,_=e.onToggle,w=(0,s.useRef)(),E=(!1,n=_,o=(r=Et((0,s.useState)(false),2))[0],a=r[1],[o,function(e){a(e),n&&n(e)}]),$=Et(E,2),C=$[0],k=$[1];function S(){b&&b(),k(!1)}(0,s.useEffect)((function(){return function(){_&&_(!1)}}),[]);var x={isOpen:C,onToggle:function(){k(!C)},onClose:S};return(0,s.createElement)("div",{className:d()("components-dropdown",p),ref:w},c(x),C&&(0,s.createElement)(cl,l({position:g,onClose:S,onFocusOutside:function(){var e=w.current.ownerDocument;w.current.contains(e.activeElement)||e.activeElement.closest('[role="dialog"]')||S()},expandOnMobile:m,headerTitle:h,focusOnMount:y},v,{anchorRef:null!==(t=null==v?void 0:v.anchorRef)&&void 0!==t?t:w.current,className:d()("components-dropdown__content",v?v.className:void 0,f)}),i(x)))}O$.propTypes={getLabels:x$().func.isRequired,labels:x$().shape({placeholder:x$().string,title:x$().string,update:x$().string}),param:x$().string.isRequired,path:x$().string.isRequired,query:x$().object,type:x$().string.isRequired,autocompleter:x$().object},O$.defaultProps={labels:{},query:{}};var A$=(0,s.createElement)(rs,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,s.createElement)(ns,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"}));const N$="all";class R$ extends s.Component{constructor(e){super(e);const t=this.getFilter();if(this.state={nav:t.path||[],animate:null,selectedTag:null},this.selectSubFilter=this.selectSubFilter.bind(this),this.getVisibleFilters=this.getVisibleFilters.bind(this),this.updateSelectedTag=this.updateSelectedTag.bind(this),this.onTagChange=this.onTagChange.bind(this),this.onContentMount=this.onContentMount.bind(this),this.goBack=this.goBack.bind(this),t.settings&&t.settings.getLabels){const{query:e}=this.props,{param:n,getLabels:r}=t.settings;r(e[n],e).then(this.updateSelectedTag)}}componentDidUpdate(e){let{query:t}=e;const{query:n,config:r}=this.props;if(t[r.param]!==n[[r.param]]){const e=this.getFilter();if(e&&"Search"===e.component){this.setState({nav:e.path||[]});const{param:t,getLabels:r}=e.settings;r(n[t],n).then(this.updateSelectedTag)}}}updateSelectedTag(e){this.setState({selectedTag:e[0]})}getFilter(e){const{config:t,query:n}=this.props,r=(0,gc.flattenFilters)(t.filters);return e=e||n[t.param]||t.defaultValue||N$,(0,ie.find)(r,{value:e})||{}}getButtonLabel(e){if("Search"===e.component){const{selectedTag:t}=this.state;return[t&&t.label,(0,ie.get)(e,"settings.labels.button")]}return e?[e.label]:[]}getVisibleFilters(e,t){if(0===t.length)return e;const n=t[0],r=(0,ie.find)(e,{value:n});return this.getVisibleFilters(r&&r.subFilters,t.slice(1))}selectSubFilter(e){this.setState((t=>({nav:[...t.nav,e],animate:"left"})))}goBack(){this.setState((e=>({nav:e.nav.slice(0,-1),animate:"right"})))}update(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{path:n,query:r,config:o,onFilterSelect:a}=this.props,i=(0,gc.getPersistedQuery)(r),s={[o.param]:(o.defaultValue||N$)===e?void 0:e,...t};o.staticParams.forEach((e=>{s[e]=r[e]})),(0,gc.updateQueryString)(s,n,i),a(s)}onTagChange(e,t,n,r){const o=(0,ie.last)(r),{value:a,settings:i}=e,{param:s}=i;o?(this.update(a,{[s]:o.key}),t()):this.update(n.defaultValue||N$),this.updateSelectedTag([o])}renderButton(e,t,n){if(e.component){const{type:r,labels:o,autocompleter:a}=e.settings,i=this.getFilter().value===e.value?this.state.selectedTag:null;return(0,s.createElement)(Bl.Search,{autocompleter:a,className:"woocommerce-filters-filter__search",type:r,placeholder:o.placeholder,selected:i?[i]:[],onChange:(0,ie.partial)(this.onTagChange,e,t,n),inlineTags:!0,staticResults:!0})}const r=n=>{t(n),this.update(e.value,e.query||{}),this.setState({selectedTag:null})},o=(0,ie.partial)(this.selectSubFilter,e.value),a=this.getFilter(),i=a.value===e.value||a.path&&(0,ie.includes)(a.path,e.value);return(0,s.createElement)(xl,{className:"woocommerce-filters-filter__button",onClick:n=>{i?t(n):e.subFilters?o(n):r(n)}},e.label)}onContentMount(e){const{nav:t}=this.state,n=t.length&&this.getFilter(t[t.length-1])?1:0,r=ls.focus.tabbable.find(e)[n];setTimeout((()=>{r.focus()}),0)}render(){const{config:e}=this.props,{nav:t,animate:n}=this.state,r=this.getVisibleFilters(e.filters,t),a=!!t.length&&this.getFilter(t[t.length-1]),i=this.getFilter();return(0,s.createElement)("div",{className:"woocommerce-filters-filter"},e.label&&(0,s.createElement)("span",{className:"woocommerce-filters-label"},e.label,":"),(0,s.createElement)(P$,{contentClassName:"woocommerce-filters-filter__content",position:"bottom",expandOnMobile:!0,headerTitle:(0,o.__)("filter report to show:","woocommerce-admin"),renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,s.createElement)(Bl.DropdownButton,{onClick:n,isOpen:t,labels:this.getButtonLabel(i)})},renderContent:o=>{let{onClose:l}=o;return(0,s.createElement)(Bl.AnimationSlider,{animationKey:t,animate:n,onExited:this.onContentMount},(()=>(0,s.createElement)("ul",{className:"woocommerce-filters-filter__content-list"},a&&(0,s.createElement)("li",{className:"woocommerce-filters-filter__content-list-item"},(0,s.createElement)(xl,{className:"woocommerce-filters-filter__button",onClick:this.goBack},(0,s.createElement)(vp,{icon:A$}),a.label)),r.map((t=>(0,s.createElement)("li",{key:t.value,className:d()("woocommerce-filters-filter__content-list-item",{"is-selected":i.value===t.value||i.path&&(0,ie.includes)(i.path,t.value)})},this.renderButton(t,l,e)))))))}}))}}R$.propTypes={config:x$().shape({label:x$().string,staticParams:x$().array.isRequired,param:x$().string.isRequired,defaultValue:x$().string,showFilters:x$().func.isRequired,filters:x$().arrayOf(x$().shape({chartMode:x$().oneOf(["item-comparison","time-comparison"]),component:x$().string,label:x$().string,path:x$().string,subFilters:x$().array,value:x$().string.isRequired}))}).isRequired,path:x$().string.isRequired,query:x$().object,onFilterSelect:x$().func},R$.defaultProps={query:{},onFilterSelect:()=>{}};var T$=R$;class M$ extends s.Component{constructor(){super(),this.renderCard=this.renderCard.bind(this),this.onRangeSelect=this.onRangeSelect.bind(this)}renderCard(e){const{siteLocale:t,advancedFilters:n,query:r,path:o,onAdvancedFilterAction:a,currency:i}=this.props,{filters:c,param:u}=e;if(!r[u])return null;if(0===r[u].indexOf("compare")){const e=(0,ie.find)(c,{value:r[u]});if(!e)return null;const{settings:t={}}=e;return(0,s.createElement)("div",{key:u,className:"woocommerce-filters__advanced-filters"},(0,s.createElement)(O$,l({path:o,query:r},t)))}return"advanced"===r[u]?(0,s.createElement)("div",{key:u,className:"woocommerce-filters__advanced-filters"},(0,s.createElement)(Bl.AdvancedFilters,{siteLocale:t,currency:i,config:n,path:o,query:r,onAdvancedFilterAction:a})):void 0}onRangeSelect(e){const{query:t,path:n,onDateSelect:r}=this.props;(0,gc.updateQueryString)(e,n,t),r(e)}getDateQuery(e){const{period:t,compare:n,before:r,after:o}=(0,Ed.getDateParamsFromQuery)(e),{primary:a,secondary:i}=(0,Ed.getCurrentDates)(e);return{period:t,compare:n,before:r,after:o,primaryDate:a,secondaryDate:i}}render(){const{dateQuery:e,filters:t,query:n,path:r,showDatePicker:a,onFilterSelect:i,isoDateFormat:l}=this.props;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(Bl.H,{className:"screen-reader-text"},(0,o.__)("Filters","woocommerce-admin")),(0,s.createElement)(Bl.Section,{component:"div",className:"woocommerce-filters"},(0,s.createElement)("div",{className:"woocommerce-filters__basic-filters"},a&&(0,s.createElement)(Bl.DateRangeFilterPicker,{key:JSON.stringify(n),dateQuery:e||this.getDateQuery(n),onRangeSelect:this.onRangeSelect,isoDateFormat:l}),t.map((e=>e.showFilters(n)?(0,s.createElement)(T$,{key:e.param,config:e,query:n,path:r,onFilterSelect:i}):null))),t.map(this.renderCard)))}}M$.propTypes={siteLocale:x$().string,advancedFilters:x$().object,filters:x$().array,path:x$().string.isRequired,query:x$().object,showDatePicker:x$().bool,onDateSelect:x$().func,onFilterSelect:x$().func,onAdvancedFilterAction:x$().func,currency:x$().object,dateQuery:x$().shape({period:x$().string.isRequired,compare:x$().string.isRequired,before:x$().object,after:x$().object,primaryDate:x$().shape({label:x$().string.isRequired,range:x$().string.isRequired}).isRequired,secondaryDate:x$().shape({label:x$().string.isRequired,range:x$().string.isRequired})}),isoDateFormat:x$().string},M$.defaultProps={siteLocale:"en_US",advancedFilters:{},filters:[],query:{},showDatePicker:!0,onDateSelect:()=>{},currency:oE().getCurrencyConfig()};var j$=M$;const I$=(0,i.getSetting)("locale").siteLocale,F$=(()=>{let e,t,n;function r(){e=null,n=new Promise((e=>{t=e})).then((()=>C$.concat(e)))}r();const a={name:"programs",options:()=>n,getOptionIdentifier:e=>e.id,getOptionLabel:e=>e.name,getOptionKeywords:e=>[e.name],getOptionCompletion:e=>({key:e.id,label:e.name})};async function i(e){const t=new Set(f$(e));let r;return r=function(e,t){if(e.size>t.size)return!1;for(const n of e)if(!t.has(n))return!1;return!0}(t,k$)?C$:(await n).filter((e=>t.has(e.id))),r.map((e=>({key:e.id,label:e.name})))}const s={label:(0,o.__)("Show","google-listings-and-ads"),staticParams:["period","chartType","paged","per_page","selectedMetric","reportKey","orderby","order"],param:"filter",showFilters:()=>!0,filters:[{label:(0,o.__)("All Google programs","google-listings-and-ads"),value:"all"},{label:(0,o.__)("Single program","google-listings-and-ads"),value:"select_program",subFilters:[{component:"Search",value:"single_program",path:["select_program"],settings:{type:"custom",param:nc,getLabels:i,labels:{placeholder:(0,o.__)("Type to search for a program","google-listings-and-ads"),button:(0,o.__)("Single Program","google-listings-and-ads")},autocompleter:a}}]},{label:(0,o.__)("Comparison","google-listings-and-ads"),chartMode:"item-comparison",value:"compare-programs",settings:{type:"custom",param:nc,getLabels:i,labels:{helpText:(0,o.__)("Check at least two programs below to compare","google-listings-and-ads"),placeholder:(0,o.__)("Search for programs to compare","google-listings-and-ads"),title:(0,o.__)("Compare Programs","google-listings-and-ads"),update:(0,o.__)("Compare","google-listings-and-ads")},autocompleter:a}}]};return n=>{let{data:o,loaded:a}=n;return a?(e&&e!==o&&r(),e=o,t()):e&&r(),s}})();var D$=e=>{const{query:t,trackEventId:n}=e,r=[F$(RE({exclude_removed:!1}))],{period:o,compare:a,before:i,after:l}=(0,Ed.getDateParamsFromQuery)(t),{primary:c,secondary:u}=(0,Ed.getCurrentDates)(t),d={period:o,compare:a,before:i,after:l,primaryDate:c,secondaryDate:u},g=Ay(),p={...t};return(0,s.createElement)(j$,{query:p,siteLocale:I$,currency:g,filters:r,onDateSelect:e=>(0,Dl.recordEvent)("gla_datepicker_update",{report:n,...(0,ie.omitBy)(e,ie.isUndefined)}),onFilterSelect:e=>(0,Dl.recordEvent)("gla_filter",{report:n,filter:e.filter||"all"}),path:t.path,dateQuery:d,isoDateFormat:Ed.isoDateFormat})};const L$="https://merchants.google.com/mc/reporting/dashboard";var G$=e=>{let{href:t,selected:n,onLinkClickCallback:r,metric:a,data:{value:i,prevValue:c,delta:u,missingFreeListingsData:d}}=e;const g=(0,s.useMemo)((()=>({value:a.formatFn(i),prevValue:a.formatFn(c)})),[a,i,c]);let p=a.label;const f=[],m=[];if(d!==kd.NONE){const e=(0,o.__)("This data is currently available for paid campaigns only.","google-listings-and-ads");f.push(e),m.push(e)}if(d===kd.FOR_REQUEST){const e=(0,o.__)("Please try again later, or go to <googleMerchantCenterLink /> to track your performance for Google Free Listings.","google-listings-and-ads");f.push((0,s.createInterpolateElement)(e,{googleMerchantCenterLink:(0,s.createElement)(ql,{eventName:"gla_google_mc_link_click",eventProps:{context:"reports",href:L$},type:"external",target:"_blank",href:L$,onClick:e=>e.stopPropagation()},(0,o.__)("Google Merchant Center","google-listings-and-ads"))}));const t=(0,s.createInterpolateElement)(e,{googleMerchantCenterLink:(0,s.createElement)(s.Fragment,null,(0,o.sprintf)(// translators: %s: link to Google Merchant Center.
|
| 32 |
+
(0,o.__)("Google Merchant Center (%s)","google-listings-and-ads"),L$))});m.push((0,s.renderToString)(t))}if(f.length>0){const e=f.map(((e,t)=>(0,s.createElement)("div",{className:"gla-reports__metric-info",key:t},e)));p=(0,s.createElement)("div",{className:"gla-reports__metric-label"},a.label,(0,s.createElement)(Kp,{text:e},(0,s.createElement)(cw.Z,{className:"gla-reports__metric-infoicon",role:"img","aria-label":m.join(" "),size:16})))}return(0,s.createElement)(Bl.SummaryNumber,l({label:p,href:t,selected:n,delta:u,onLinkClickCallback:r},g))};const B$={value:null,preValue:null,delta:null};var q$=e=>{let{loaded:t,metrics:n,expectedLength:r=n.length,totals:o,trackEventId:a}=e;const i=iE();if(!t)return(0,s.createElement)(Bl.SummaryListPlaceholder,{numberOfItems:r});const{selectedMetric:l=n[0].key}=i;return(0,s.createElement)(Bl.SummaryList,null,(()=>n.map((e=>{const{key:t}=e,n=l===t,r=(0,gc.getNewPath)({selectedMetric:t});return(0,s.createElement)(G$,{key:t,metric:e,href:r,selected:n,data:o[t]||B$,onLinkClickCallback:()=>{return e=t,void(0,Dl.recordEvent)("gla_chart_tab_click",{report:a,context:e});var e}})}))))};const z$=(0,o.__)("No data for the selected date range","google-listings-and-ads");function H$(e){let{metrics:t,loaded:n,intervals:r}=e;const o=iE(),a=Ay(),{selectedMetric:i}=o;let l={};t.length&&(l=i&&t.find((e=>e.key===i))||t[0]);const{key:c,label:u,isCurrency:d=!1,formatFn:g}=l,p={...a,symbol:""},f=(0,Ed.getChartTypeForQuery)(o),m=d?"currency":"number",h=g.bind(l),y=(0,s.useMemo)((()=>n?r.map((e=>{let{interval:t,subtotals:n}=e;return{date:t,[u]:{value:n[c],label:u}}})):[]),[c,u,n,r]);return(0,s.createElement)(Bl.Chart,{data:y,title:u,query:o,currency:p,chartType:f,valueType:m,tooltipValueFormat:h,isRequesting:!n,emptyMessage:z$,layout:"time-comparison",legendPosition:"hidden"})}var U$=e=>{let{compareBy:t,compareParam:n,metrics:r,isLoading:a,compareButonTitle:i,data:c,nameHeader:u,nameCell:d,...g}=e;const p=iE(),[f,m]=(0,s.useState)((()=>new Set(f$(p[t])))),h=c.length||5,y=(0,s.useMemo)((()=>{if(!r.length)return[];const e=r.map((e=>({...e,isSortable:!0,isNumeric:!0})));return e[0].defaultSort=!0,e[0].defaultOrder="desc",e}),[r]),v=e=>r.map((t=>{const n=e.subtotals[t.key];return{display:t.formatFn(n)}})),b=(e,t)=>{t?m(new Set([...f,e])):(f.delete(e),m(new Set(f)))};return(0,s.createElement)(SE,l({actions:(0,s.createElement)(xl,{isSecondary:!0,disabled:a||f.size<=1,title:i,onClick:()=>{const e=Array.from(f).join(",");(0,gc.onQueryChange)("compare")(t,n,e)}},(0,o.__)("Compare","google-listings-and-ads")),isLoading:a,headers:(_=c,[{key:"compare",label:(0,s.createElement)(Vh,{disabled:a,checked:!a&&_.length&&f.size===_.length,onChange:e=>{if(e){const e=c.map((e=>e.id));m(new Set(e))}else m(new Set)}}),required:!0},{key:"title",label:u,isLeftAligned:!0,required:!0},...y]),rows:(e=>e.map((e=>[{display:(0,s.createElement)(Vh,{checked:f.has(e.id),onChange:b.bind(null,e.id)})},{display:d(e)},...v(e)])))(c),totalRows:c.length,rowsPerPage:h,query:p,compareBy:t,compareParam:n,onQueryChange:gc.onQueryChange,onSort:(0,gc.onQueryChange)("sort")},g));var _},V$=e=>{let{isConverted:t,name:n}=e;return t?(0,s.createElement)("div",{className:"gla-reports__tooltip-campaign-name"},(0,s.createElement)(Kp,{position:"top right",text:(0,o.__)("This campaign has been upgraded to Performance Max","google-listings-and-ads")},n)):n},W$=e=>{let{isLoading:t,orderby:n,order:r,metrics:a,freeListings:i,campaigns:c,...u}=e;const d=(0,s.useMemo)((()=>{if(t)return[];if(!i||0===i.length)return c;const e=[{...i[0],name:(0,o.__)("Free Listings","google-listings-and-ads"),id:0},...c];return c.length&&(e.sort(((e,t)=>(e.subtotals[n]||Number.NEGATIVE_INFINITY)-(t.subtotals[n]||Number.NEGATIVE_INFINITY))),"desc"===r&&e.reverse()),e}),[t,i,c,n,r]);return(0,s.createElement)(U$,l({title:(0,o.__)("Programs","google-listings-and-ads"),compareButonTitle:(0,o.__)("Select one or more programs to compare","google-listings-and-ads"),nameHeader:(0,o.__)("Program","google-listings-and-ads"),nameCell:V$,compareBy:"programs",compareParam:"filter",metrics:a,isLoading:t,data:d},u))},Y$=e=>{const{selectedKey:t,tabs:n}=e;return(0,s.createElement)(Hw,{role:"tablist",orientation:"horizontal",className:"subsubsub gla-sub-nav"},n.map(((e,r)=>{const o=e.key===t;return(0,s.createElement)(s.Fragment,{key:e.key},(0,s.createElement)(Bl.Link,{className:d()({current:o}),tabIndex:o?null:-1,id:`${e.key}`,href:e.href,role:"tab","aria-selected":o,"aria-controls":`${e.key}-view`,"aria-current":!!o&&"page"},e.title+" "),r<n.length-1?" | ":" ")})))},K$=()=>{const e=(0,gc.getQuery)();return"products"===(null==e?void 0:e.reportKey)?"products":"programs"};const Q$=[{key:"programs",title:(0,o.__)("Programs","google-listings-and-ads"),href:(0,gc.getNewPath)({reportKey:"programs"},"/google/reports",{})},{key:"products",title:(0,o.__)("Products","google-listings-and-ads"),href:(0,gc.getNewPath)({reportKey:"products"},"/google/reports",{})}];var Z$=()=>{const e=Ww(),t=K$();return e?(0,s.createElement)(Vw,{tabs:Q$,selectedKey:t}):(0,s.createElement)(Y$,{tabs:Q$,selectedKey:t})},X$=()=>{const e=Tw(Zl.adsCampaignConvertStatus),t=Rw.REPORTS_CONVERSION;return"AFTER_CONVERSION"!==e?null:(0,s.createElement)(Fw,{className:"gla-campaign-conversion-status-reports-notice",localStorageKey:t.localStorageKey},(0,s.createElement)(Ii,{"data-testid":"gla-campaign-conversion-reports-notice"},t.content))};const J$=[{key:"sales",label:(0,o.__)("Total Sales","google-listings-and-ads"),isCurrency:!0},{key:"conversions",label:(0,o.__)("Conversions","google-listings-and-ads")},{key:"clicks",label:(0,o.__)("Clicks","google-listings-and-ads")},{key:"impressions",label:(0,o.__)("Impressions","google-listings-and-ads")}],eC=[...J$,{key:"spend",label:(0,o.__)("Total Spend","google-listings-and-ads"),isCurrency:!0}],tC=[...J$,{key:"spend",label:(0,o.__)("Spend","google-listings-and-ads"),isCurrency:!0}];var nC=()=>{const e="reports-programs",{loaded:t,data:{totals:n,intervals:r,freeListings:o,campaigns:a},reportQuery:{fields:i,orderby:l,order:c}}=function(){var e;const t=iE(),{paid:n,free:r}=(0,dn.useSelect)((e=>{const{getReport:n}=e(Gc);return w$(n,t,"primary")}),[t]),o=n.loaded&&r.loaded,a=n.reportQuery||r.reportQuery,i=null===(e=r.reportQuery)||void 0===e?void 0:e.fields,l=(0,s.useMemo)((()=>{const e=r.data,t=n.data;return o&&t&&e?{freeListings:e.free_listings||b$.free_listings,campaigns:t.campaigns||b$.campaigns,intervals:h$(t.intervals,e.intervals)||b$.intervals,totals:y$(t.totals,e.totals,i)}:b$}),[o,n.data,r.data,i]);return{loaded:o,reportQuery:a,data:l}}(),u=(0,s.useMemo)((()=>{const e=t&&Object.keys(n).length>0,r=e?eC.filter((e=>{let{key:t}=e;return n.hasOwnProperty(t)})):eC.filter((e=>{let{key:t}=e;return i.includes(t)})),o=e?tC.filter((e=>{let{key:t}=e;return n.hasOwnProperty(t)})):tC.filter((e=>{let{key:t}=e;return i.includes(t)}));return{available:r,expected:o}}),[t,n,i]),d=$$(u.available),g=$$(u.expected),{loaded:p,data:f}=function(e){const t=iE(),{loaded:n,data:r}=function(e){var t;const{paid:n,free:r}=(0,dn.useSelect)((t=>{const{getReport:n}=t(Gc);return w$(n,e,"secondary")}),[e]),o=n.loaded&&r.loaded,a=null===(t=r.reportQuery)||void 0===t?void 0:t.fields,i=(0,s.useMemo)((()=>{const e=r.data,t=n.data;return o&&t&&e?y$(t.totals,e.totals,a):b$.totals}),[o,n.data,r.data,a]);return{loaded:o,data:i}}(t),o=(0,s.useMemo)((()=>n?function(e,t){return Object.keys(e).reduce(((n,r)=>{var o;return{...n,[r]:Pd(e[r].value,null===(o=t[r])||void 0===o?void 0:o.value,e[r].missingFreeListingsData)}}),{})}(e,r):e),[n,r,e]);return{loaded:n,data:o}}(n),m=p?f:n;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(Pw,{context:e}),(0,s.createElement)(Xw,null),(0,s.createElement)(Z$,null),(0,s.createElement)(D$,{query:(0,gc.getQuery)(),trackEventId:e}),(0,s.createElement)(q$,{loaded:t,metrics:d,expectedLength:eC.length,totals:m,trackEventId:e}),(0,s.createElement)(H$,{metrics:d,loaded:t,intervals:r}),(0,s.createElement)(X$,null),(0,s.createElement)(W$,{trackEventReportId:e,isLoading:!t,orderby:l,order:c,metrics:g,freeListings:o,campaigns:a}))};const rC="products",oC={products:[],intervals:[],totals:{}};function aC(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:ie.identity;return function(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",r=arguments.length>1?arguments[1]:void 0;const o="function"==typeof e?e(r):e,a=(0,gc.getIdsFromQuery)(n);if(a.length<1)return Promise.resolve([]);const i={include:a.join(","),per_page:a.length};return Vc()({path:(0,tg.addQueryArgs)(o,i)}).then((e=>e.map(t)))}}const iC=aC(Rg.NAMESPACE+"/products",(e=>({key:e.id,label:e.name,type:e.type})));function sC(e){var t;let{attributes:n,name:r}=e;const o=(null===(t=(0,i.getSetting)("admin"))||void 0===t?void 0:t.variationTitleAttributesSeparator)||" - ";if(r.indexOf(o)>-1)return r;const a=n.map((e=>{let{option:t}=e;return t})).join(", ");return a?r+o+a:r}const lC=aC((e=>{let{products:t}=e;return t?Rg.NAMESPACE+`/products/${t}/variations`:Rg.NAMESPACE+"/variations"}),(e=>({key:e.id,label:sC(e)}))),cC={label:(0,o.__)("Show","google-listings-and-ads"),staticParams:[Xl,"chartType","orderby","order","paged","per_page","selectedMetric","reportKey"],param:"filter",showFilters:()=>!0,filters:[{label:(0,o.__)("All Products","google-listings-and-ads"),value:"all"},{label:(0,o.__)("Single Product","google-listings-and-ads"),value:"select_product",chartMode:"item-comparison",subFilters:[{component:"Search",value:"single-product",chartMode:"item-comparison",path:["select_product"],settings:{type:"products",param:"products",getLabels:iC,labels:{placeholder:(0,o.__)("Type to search for a product","google-listings-and-ads"),button:(0,o.__)("Single Product","google-listings-and-ads")}}}]},{label:(0,o.__)("Comparison","google-listings-and-ads"),value:"compare-products",chartMode:"item-comparison",settings:{type:"products",param:"products",getLabels:iC,labels:{helpText:(0,o.__)("Check at least two products below to compare","google-listings-and-ads"),placeholder:(0,o.__)("Search for products to compare","google-listings-and-ads"),title:(0,o.__)("Compare Products","google-listings-and-ads"),update:(0,o.__)("Compare","google-listings-and-ads")}}}]},uC={showFilters:e=>"single-product"===e.filter&&!!e.products&&e["is-variable"],staticParams:["filter","products","chartType","orderby","order","paged","per_page","selectedMetric","reportKey"],param:"filter-variations",filters:[{label:(0,o.__)("All Variations","google-listings-and-ads"),chartMode:"item-comparison",value:"all"},{label:(0,o.__)("Single Variation","google-listings-and-ads"),value:"select_variation",subFilters:[{component:"Search",value:"single-variation",path:["select_variation"],settings:{type:"variations",param:"variations",getLabels:lC,labels:{placeholder:(0,o.__)("Type to search for a variation","google-listings-and-ads"),button:(0,o.__)("Single Variation","google-listings-and-ads")}}}]},{label:(0,o.__)("Comparison","google-listings-and-ads"),chartMode:"item-comparison",value:"compare-variations",settings:{type:"variations",param:"variations",getLabels:lC,labels:{helpText:(0,o.__)("Check at least two variations below to compare","google-listings-and-ads"),placeholder:(0,o.__)("Search for variations to compare","google-listings-and-ads"),title:(0,o.__)("Compare Variations","google-listings-and-ads"),update:(0,o.__)("Compare","google-listings-and-ads")}}}]},dC={label:(0,o.__)("Show data from","google-listings-and-ads"),param:Xl,staticParams:["filter","products","orderby","order","chartType","selectedMetric","reportKey"],defaultValue:tc,filters:[{value:Jl,label:(0,o.__)("Paid campaigns","google-listings-and-ads")},{value:ec,label:(0,o.__)("Free listings","google-listings-and-ads")}],showFilters:e=>{let{hasPaidSource:t}=e;return t}},gC=(0,a.applyFilters)("gla_products_report_filters",[cC,uC,dC]),pC=(0,a.applyFilters)("gla_products_report_advanced_filters",{}),fC=(0,i.getSetting)("currency"),mC=(0,i.getSetting)("locale").siteLocale;var hC=e=>{const{hasPaidSource:t,query:n,trackEventId:r}=e,{period:o,compare:a,before:i,after:l}=(0,Ed.getDateParamsFromQuery)(n),{primary:c,secondary:u}=(0,Ed.getCurrentDates)(n),d={period:o,compare:a,before:i,after:l,primaryDate:c,secondaryDate:u},g=(0,dn.useSelect)((e=>{if(n.search||!n.products||1!==n.products.split(",").length)return!1;const t=parseInt(n.products,10),r={include:t},{getItems:o}=e(Rg.ITEMS_STORE_NAME),a=o("products",r);return a&&a.get(t)&&"variable"===a.get(t).type}),[n.search,n.products]),p={...n,"is-variable":g,hasPaidSource:t};return(0,s.createElement)(Bl.ReportFilters,{query:p,siteLocale:mC,currency:fC,filters:gC,advancedFilters:pC,onDateSelect:e=>(0,Dl.recordEvent)("gla_datepicker_update",{report:r,...(0,ie.omitBy)(e,ie.isUndefined)}),onFilterSelect:e=>(0,Dl.recordEvent)("gla_filter",{report:r,filter:e.filter||"all",filterVariations:e["filter-variations"]}),dateQuery:d,isoDateFormat:Ed.isoDateFormat})},yC=e=>{let{metrics:t,isLoading:n,products:r,...a}=e;return(0,s.createElement)(U$,l({title:(0,o.__)("Products","google-listings-and-ads"),compareButonTitle:(0,o.__)("Select one or more products to compare","google-listings-and-ads"),nameHeader:(0,o.__)("Product title","google-listings-and-ads"),nameCell:e=>e.name,compareBy:"products",compareParam:"filter",metrics:t,isLoading:n,data:r},a))};const vC=[{key:"clicks",label:(0,o.__)("Clicks","google-listings-and-ads")},{key:"impressions",label:(0,o.__)("Impressions","google-listings-and-ads")}],bC=[{key:"sales",label:(0,o.__)("Total Sales","google-listings-and-ads"),isCurrency:!0},{key:"conversions",label:(0,o.__)("Conversions","google-listings-and-ads")},...vC,{key:"spend",label:(0,o.__)("Spend","google-listings-and-ads"),isCurrency:!0}],_C=e=>{let{hasPaidSource:t}=e;const n="reports-products",r=(0,gc.getQuery)(),o=t?r["report-source"]||tc:ec,a=$$(o===Jl?bC:vC),{loaded:i,data:{totals:l,intervals:c,products:u}}=function(e){const t=iE();return(0,dn.useSelect)((n=>{const{getReport:r}=n(Gc),o=r(rC,e,t,"primary"),a=r(rC,e,t,"secondary"),i=o.loaded&&a.loaded;let s=oC;return i&&o.data&&a.data&&(s={products:o.data.products||oC.products,intervals:o.data.intervals||oC.intervals,totals:Od(o.data.totals,a.data.totals,o.reportQuery.fields)}),{data:s,loaded:i}}),[e,t])}(o);return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(hC,{hasPaidSource:t,query:r,trackEventId:n}),(0,s.createElement)(q$,{metrics:a,loaded:i,totals:l,trackEventId:n}),(0,s.createElement)(H$,{metrics:a,loaded:i,intervals:c}),(0,s.createElement)(yC,{trackEventReportId:n,metrics:a,isLoading:!i,products:u}))};var wC=()=>{const{loaded:e,data:t}=RE(),n=e&&t.some((e=>{let{status:t}=e;return"enabled"===t}));return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(Pw,{context:"reports-products"}),(0,s.createElement)(Xw,null),(0,s.createElement)(Z$,null),e?(0,s.createElement)(_C,{hasPaidSource:n}):(0,s.createElement)(Wg,null))},EC=()=>"products"===K$()?(0,s.createElement)(wC,null):(0,s.createElement)(nC,null),$C=[{key:"type",label:(0,o.__)("Type","google-listings-and-ads"),isLeftAligned:!0,required:!0},{key:"affectedProduct",label:(0,o.__)("Affected product","google-listings-and-ads"),isLeftAligned:!0,required:!0},{key:"issue",label:(0,o.__)("Issue","google-listings-and-ads"),isLeftAligned:!0,required:!0},{key:"suggestedAction",label:(0,o.__)("Suggested action","google-listings-and-ads"),isLeftAligned:!0,required:!0},{key:"action",label:"",required:!0}];const CC=(e,t,n)=>{const r={context:e};let o;"goto"===n?(o="gla_table_go_to_page",r.page=t):(o="gla_table_page_click",r.direction=n),(0,Dl.recordEvent)(o,r)};var kC=__webpack_require__(7489),SC=e=>{let{size:t=18}=e;return(0,s.createElement)(kC.Z,{className:"gla-error-icon",size:t})};const xC=()=>{};var OC=e=>{let{productId:t,eventName:n,eventProps:r}=e;const a=`post.php?action=edit&post=${t}`,i=n?()=>(0,Dl.queueRecordEvent)(n,r):xC;return(0,s.createElement)(Bl.Link,{href:a,onClick:i,type:"wp-admin"},(0,o.__)("Edit","google-listings-and-ads"))};var PC=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:lc,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:5;return Ag("getMCIssues",{page:t,issue_type:e,per_page:n})};const AC=e=>{const t=Object.values(e).reduce(((e,t)=>e+t),0);return Number.isInteger(t)?t:void 0};var NC=()=>{var e,t,n,r;const o={[lc]:null===(e=PC(lc))||void 0===e||null===(t=e.data)||void 0===t?void 0:t.total,[sc]:null===(n=PC(sc))||void 0===n||null===(r=n.data)||void 0===r?void 0:r.total};return{...o,total:AC(o)}},RC=()=>{var e;const t=NC().account?lc:sc;return(null===(e=(0,gc.getQuery)())||void 0===e?void 0:e.issueType)||t},TC=()=>{const e=RC(),t={[lc]:(0,o.__)("All account issues resolved","google-listings-and-ads"),[sc]:(0,o.__)("All product issues resolved","google-listings-and-ads")},n={[lc]:(0,s.createInterpolateElement)((0,o.__)("However, there are issues affecting your products that needs to be resolved. Head over to the <strong>Product Issues</strong> tab to view them.","google-listings-and-ads"),{strong:(0,s.createElement)("strong",null)}),[sc]:(0,s.createInterpolateElement)((0,o.__)("However, there are issues affecting your account that needs to be resolved. Head over to the <strong>Account Issues</strong> tab to view them.","google-listings-and-ads"),{strong:(0,s.createElement)("strong",null)})};return(0,s.createElement)("div",{className:"gla-issues-solved"},(0,s.createElement)(bl,{icon:"yes-alt",className:"gla-issues-solved__icon"}),(0,s.createElement)(Ii,{variant:"subtitle"},t[e]),(0,s.createElement)(Ii,{variant:"body",className:"gla-issues-solved__body"},n[e]))},MC=__webpack_require__(8359),jC=e=>{let{issue:t,onRequestClose:n=(()=>{})}=e;return(0,s.createElement)(Bh,{className:"gla-issues-table-data-modal",title:t.issue,onRequestClose:n,buttons:[(0,s.createElement)(dc,{key:"learn-more",isPrimary:!0,target:"_blank",href:t.action_url,text:(0,o.__)("Learn more","google-listings-and-ads"),eventName:"gla_documentation_link_click",eventProps:{context:"issues-data-table-modal",linkId:t.code,href:t.action_url},icon:(0,s.createElement)(MC.Z,null)})]},(0,s.createElement)("p",null,(0,s.createElement)("strong",null,(0,o.__)("What to do?","google-listings-and-ads"))),(0,s.createElement)("p",null,t.action))},IC=e=>{var t;let{data:n}=e;const r=(0,o.__)("Read more about this issue","google-listings-and-ads");return n?null!==(t=n.issues)&&void 0!==t&&t.length?(0,s.createElement)(Bl.Table,{caption:(0,o.__)("Issues to resolve","google-listings-and-ads"),headers:$C,rows:n.issues.map((e=>[{display:"warning"===e.severity?(0,s.createElement)(zh,null):(0,s.createElement)(SC,null)},{display:e.product},{display:e.issue},{display:e.action?(0,s.createElement)(xy,{button:(0,s.createElement)(dc,{isLink:!0,eventName:"gla_click_read_more_about_issue",eventProps:{context:"issues-to-resolve",issue:e.code}},r),modal:(0,s.createElement)(jC,{issue:e})}):(0,s.createElement)(zl,{context:"issues-to-resolve",linkId:e.code,href:e.action_url},r)},{display:e.type===sc&&(0,s.createElement)(OC,{productId:e.product_id,eventName:"gla_edit_product_issue_click",eventProps:{code:e.code,issue:e.issue}})}]))}):(0,s.createElement)(TC,null):(0,s.createElement)(Bl.EmptyTable,{headers:$C,numberOfRows:1},(0,o.__)("An error occurred while retrieving issues. Please try again later.","google-listings-and-ads"))},FC=()=>{const e=RC(),{page:t,setPage:n}=function(e){var t;let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;const[r,o]=(0,s.useState)({}),a=(0,s.useCallback)((t=>{o((n=>({...n,[e]:t})))}),[e]);return{page:null!==(t=r[e])&&void 0!==t?t:n,setPage:a}}(e),{data:r,hasFinishedResolution:a}=PC(e,t);return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(qe,{size:null},a?(0,s.createElement)(IC,{data:r}):(0,s.createElement)(Bl.TablePlaceholder,{headers:$C,caption:(0,o.__)("Loading Issues To Resolve","google-listings-and-ads")})),(null==r?void 0:r.total)>0&&(0,s.createElement)(sp,{justify:"center"},(0,s.createElement)(Bl.Pagination,{page:t,perPage:5,total:r.total,showPagePicker:!1,showPerPagePicker:!1,onPageChange:(t,r)=>{n(t),CC(`${e}-issues-to-resolve`,t,r)}})))},DC=()=>{const e=NC(),t=RC(),n=t=>{const n=e[t];return n>=0?`(${n})`:""},r=[{key:lc,title:`${(0,o.__)("Account Issues","google-listings-and-ads")} ${n(lc)}`,href:(0,gc.getNewPath)({issueType:lc},"/google/product-feed",{})},{key:sc,title:`${(0,o.__)("Product Issues","google-listings-and-ads")} ${n(sc)}`,href:(0,gc.getNewPath)({issueType:sc},"/google/product-feed",{})}];return(0,s.createElement)(Vw,{tabs:r,selectedKey:t})},LC=e=>{let{issues:t=[]}=e;const[n,r]=(0,s.useState)(!1);if(!t.length)return null;const a=n?t:t.slice(0,5);return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(Ii,{variant:"subtitle"},(0,o.__)("Request a review on the following issue(s):","google-listings-and-ads")),(0,s.createElement)("ul",{className:"gla-review-request-modal__issue-list"},a.map((e=>(0,s.createElement)("li",{key:e.code},e.issue)))),t.length>5&&(0,s.createElement)(xl,{isTertiary:!0,onClick:()=>{(0,Dl.recordEvent)("gla_request_review_issue_list_toggle_click",{action:n?"collapse":"expand"}),r(!n)}},n?(0,o.__)("Show less","google-listing-and-ads"):(0,o.sprintf)(// translators: %d: The number of extra issues issues
|
| 33 |
+
(0,o.__)("+ %d more issue(s)","google-listing-and-ads"),t.length-5)))},GC=e=>{let{issues:t=[],isActive:n=!1,onClose:r=(()=>{})}=e;const[a,i]=(0,s.useState)(!1),[l,c]=(0,s.useState)(!1),{sendMCReviewRequest:u}=Og(),{createNotice:d}=Np();if(!n)return null;const g=e=>{l||r(e)};return(0,s.createElement)(Bh,{className:"gla-review-request-modal",title:(0,o.__)("Request account review","google-listings-and-ads"),buttons:[(0,s.createElement)(dc,{key:"secondary",isSecondary:!0,onClick:()=>{g("maybe-later")}},(0,o.__)("Cancel","google-listings-and-ads")),(0,s.createElement)(dc,{loading:l,key:"primary",isPrimary:!0,disabled:!a&&t.length,onClick:()=>{l||(c(!0),(0,Dl.recordEvent)("gla_request_review"),u().then((()=>{d("success",(0,o.__)("Your account review was successfully requested.","google-listings-and-ads")),(0,Dl.recordEvent)("gla_request_review_success"),r("request-review-success")})).catch((()=>{c(!1),(0,Dl.recordEvent)("gla_request_review_failure")})))}},(0,o.__)("Request account review","google-listings-and-ads"))],onRequestClose:()=>{g("dismiss")}},(0,s.createElement)(Dc,{className:"gla-review-request-modal__notice",status:"warning",isDismissible:!1},(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("Please ensure that you have resolved all account suspension issues before requesting for an account review. If some issues are unresolved, you wont be able to request another review for at least 7 days. <Link>Learn more</Link>","google-listings-and-ads"),{Link:(0,s.createElement)(zl,{href:"https://support.google.com/merchants/answer/2948694",context:"request-review-modal",linkId:"request-review-modal-learn-more"})}))),(0,s.createElement)(LC,{issues:t}),t.length>0&&(0,s.createElement)(Vh,{className:"gla-review-request-modal__checkbox",label:(0,o.__)("I have resolved all the issue(s) listed above.","google-listings-and-ads"),checked:a,onChange:e=>{i(e),(0,Dl.recordEvent)("gla_request_review_issues_solved_checkbox_click",{action:e?"check":"uncheck"})}}))},BC=e=>{let{size:t=18}=e;return(0,s.createElement)(Op.Z,{className:"gla-success-icon",size:t})},qC=__webpack_require__(8249),zC=e=>{let{size:t=18,className:n}=e;return(0,s.createElement)(qC.Z,{className:d()("gla-sync-icon",n),size:t})};const HC={status:(0,s.createElement)("span",{className:"gla-error"},(0,o.__)("Disapproved","google-listing-and-ads")),statusDescription:(0,o.__)("To make products eligible to show on Google, fix all setup and policy issues that were found.","google-listing-and-ads"),title:(0,o.__)("We’ve found unresolved issues in your account.","google-listing-and-ads"),body:(0,o.__)("Fix all account suspension issues listed below to request a review of your account.","google-listing-and-ads"),requestButton:!0,icon:(0,s.createElement)(SC,{size:24})},UC={...HC,status:(0,o.__)("Warning","google-listing-and-ads"),statusDescription:(0,o.__)("To keep showing your products on Google, fix your setup and policy issues.","google-listing-and-ads"),icon:(0,s.createElement)(zh,{size:24})},VC={status:(0,o.__)("Pending review","google-listing-and-ads"),statusDescription:(0,o.__)("This may take up to 3 days. If approved, your products will show on Google once it’s completed.","google-listing-and-ads"),icon:(0,s.createElement)(zC,{size:24})};var WC={UNDER_REVIEW:{status:(0,o.__)("Under review","google-listing-and-ads"),statusDescription:(0,o.__)("Review requests take at least 7 days.","google-listing-and-ads"),icon:(0,s.createElement)(zC,{size:24})},PENDING_REVIEW:VC,DISAPPROVED:HC,WARNING:UC,APPROVED:{status:(0,s.createElement)("span",{className:"gla-success"},(0,o.__)("Approved","google-listing-and-ads")),statusDescription:(0,o.__)("Your products listings are on Google.","google-listing-and-ads"),icon:(0,s.createElement)(BC,{size:24})},ONBOARDING:{status:(0,o.__)("No products added","google-listing-and-ads"),statusDescription:(0,o.__)("Add and sync products to Google.","google-listing-and-ads"),icon:(0,s.createElement)(zh,{size:24})}},YC=e=>{let{account:t,onRequestReviewClick:n=(()=>{})}=e;const r=WC[t.status];if(!r)return null;const a=t.cooldown&&(0,o.sprintf)(// translators: %s: Cool down period date.
|
| 34 |
+
(0,o.__)("Your account is under cool down period. You can request a new review on %s.","google-listings-and-ads"),(0,wd.format)(`${Zl.dateFormat}, ${Zl.timeFormat}`,new Date(t.cooldown)));return(0,s.createElement)(ae,{"data-testid":"gla-review-request-notice",className:"gla-review-request-notice"},(0,s.createElement)(ze,null,(0,s.createElement)(ae,null,(0,s.createElement)(ze,{className:"gla-review-request-notice__icon"},r.icon),(0,s.createElement)(ze,{className:"gla-review-request-notice__text"},(0,s.createElement)(Ii,{variant:"subtitle"},r.title),(0,s.createElement)(Ii,{className:"gla-review-request-notice__text-body",variant:"body"},a||r.body)))),(0,s.createElement)(ze,{className:"gla-review-request-notice__button"},r.requestButton&&(t.cooldown||t.reviewEligibleRegions.length>0)&&(0,s.createElement)(dc,{isPrimary:!0,onClick:n,disabled:!!t.cooldown,text:(0,o.__)("Request review","google-listings-and-ads")})))},KC=e=>{let{account:t={}}=e;const[n,r]=(0,s.useState)(!1),o=RC(),{data:a,hasFinishedResolution:i}=PC(lc,1,200),{data:l,hasFinishedResolution:c}=t;return i&&c&&(u=l.status,null!==(d=WC[u])&&void 0!==d&&d.title)&&o===lc?(0,s.createElement)("div",{className:"gla-review-request"},(0,s.createElement)(GC,{issues:a.issues.filter((e=>l.issues.includes(e.code))),isActive:n,onClose:e=>{r(!1),(0,Dl.recordEvent)("gla_modal_closed",{context:cc,action:e})}}),(0,s.createElement)(YC,{account:l,onRequestReviewClick:()=>{r(!0),(0,Dl.recordEvent)("gla_modal_open",{context:cc})}})):null;var u,d};const QC=(0,s.createElement)(A_,{id:"issues-to-resolve"},(0,s.createInterpolateElement)((0,o.__)("Products and stores must meet <link>Google Merchant Center’s requirements</link> in order to get approved. WooCommerce and Google automatically check your product feed to help you resolve any issues. ","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"product-feed",linkId:"issues-to-resolve",href:"https://support.google.com/merchants/answer/6363310"})}));var ZC=()=>{const{total:e}=NC(),t=Ag("getMCReviewRequest");return e?(0,s.createElement)($E,{className:"gla-issues-table-card"},(0,s.createElement)(De,{className:d()("woocommerce-table",{"has-actions":!!QC})},(0,s.createElement)(zi,null,(0,s.createElement)(Ii,{variant:"title.small",as:"h2"},(0,o.__)("Issues to resolve","google-listings-and-ads")),(0,s.createElement)("div",{className:"woocommerce-table__actions"},QC)),(0,s.createElement)(DC,null),(0,s.createElement)(KC,{account:t}),(0,s.createElement)(FC,null))):null},XC=(0,s.createElement)(rs,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,s.createElement)(ns,{d:"M20.1 5.1L16.9 2 6.2 12.7l-1.3 4.4 4.5-1.3L20.1 5.1zM4 20.8h8v-1.5H4v1.5z"}));const JC=(0,o.__)("Select channel visibility","google-listings-and-ads"),ek=[{key:0,value:!0,label:(0,o.__)("Sync and show","google-listings-and-ads")},{key:1,value:!1,label:(0,o.__)("Don’t sync and show","google-listings-and-ads")}];function tk(e){let{withTooltip:t,children:n,...r}=e;return t?(0,s.createElement)(Kp,l({children:n},r)):n}function nk(e){let{selectedSize:t,onActionClick:n}=e;const[r,a]=(0,s.useState)(null);return(0,s.useEffect)((()=>{0===t&&a(null)}),[t]),0===t?(0,s.createElement)(Kp,{position:"top center",text:(0,o.__)("Select one or more products to bulk edit","google-listings-and-ads")},(0,s.createElement)(El,{icon:XC,size:24})):(0,s.createElement)(s.Fragment,null,(0,s.createElement)(Bl.SelectControl,{label:JC,options:ek,selected:r,onChange:a}),(0,s.createElement)(tk,{withTooltip:null===r,position:"top center",text:JC},(0,s.createElement)(xl,{isSecondary:!0,disabled:null===r,onClick:()=>{const e=ek.find((e=>{let{key:t}=e;return t===r}));n(e.value)}},(0,o.sprintf)(// translators: %d: number of selected products to edit channel visibility, with minimum value of 1.
|
| 35 |
+
(0,o.__)("Apply to %d selected","google-listings-and-ads"),t))))}var rk={approved:(0,o.__)("Approved","google-listings-and-ads"),partially_approved:(0,o.__)("Partially approved","google-listings-and-ads"),expiring:(0,o.__)("Expiring","google-listings-and-ads"),pending:(0,o.__)("Pending","google-listings-and-ads"),disapproved:(0,o.__)("Disapproved","google-listings-and-ads"),not_synced:(0,o.__)("Not synced","google-listings-and-ads")};const ok="product-feed",ak=e=>e?"sync_and_show":"dont_sync_and_show";var ik=()=>{var e,t;const[n,r]=(0,s.useState)(new Set),[a,i]=(0,s.useState)({page:1,per_page:10,orderby:"title",order:"asc"}),{hasFinishedResolution:l,data:c}=Ag("getMCProductFeed",a),{updateMCProductVisibility:u}=Og(),{createNotice:g}=Np(),p=e=>{if(e){const e=null==c?void 0:c.products.map((e=>e.id));r(new Set([...e]))}else r(new Set)},f=[{key:"select",label:(0,s.createElement)(Vh,{disabled:!(null!=c&&c.products),checked:(null==c||null===(e=c.products)||void 0===e?void 0:e.length)>0&&(null==c||null===(t=c.products)||void 0===t?void 0:t.every((e=>n.has(e.id)))),onChange:p}),isLeftAligned:!0,required:!0},{key:"title",label:(0,o.__)("Product Title","google-listings-and-ads"),isLeftAligned:!0,required:!0,isSortable:!0},{key:"visible",label:(0,o.__)("Channel Visibility","google-listings-and-ads"),isLeftAligned:!0,isSortable:!0},{key:"status",label:(0,o.__)("Status","google-listings-and-ads"),isLeftAligned:!0,isSortable:!0},{key:"action",label:"",required:!0}],m=(0,s.createElement)(nk,{selectedSize:n.size,onActionClick:e=>{const t=Array.from(n),{length:r}=t;u(t,e).then((()=>{const e=(0,o.sprintf)(// translators: %d: number of products are updated successfully, with minimum value of 1.
|
| 36 |
+
(0,o._n)("You successfully changed the channel visibility of %d product","You successfully changed the channel visibility of %d products",r,"google-listings-and-ads"),r);g("success",e)})),(0,Dl.recordEvent)("gla_bulk_edit_click",{context:ok,number_of_items:r,visibility_to:ak(e)}),p(!1)}});return(0,s.createElement)($E,{className:"gla-product-feed-table-card"},(0,s.createElement)(De,{className:d()("woocommerce-table",{"has-actions":!!m})},(0,s.createElement)(zi,null,(0,s.createElement)(Ii,{variant:"title.small",as:"h2"},(0,o.__)("Product Feed","google-listings-and-ads")),(0,s.createElement)("div",{className:"woocommerce-table__actions"},m)),(0,s.createElement)(qe,{size:null},!l&&(0,s.createElement)(Bl.TablePlaceholder,{headers:f,numberOfRows:a.per_page}),l&&!(null!=c&&c.products)&&(0,s.createElement)(Bl.EmptyTable,{headers:f,numberOfRows:1},(0,o.__)("An error occurred while retrieving products. Please try again later.","google-listings-and-ads")),l&&(null==c?void 0:c.products)&&(0,s.createElement)(Bl.Table,{headers:f,rows:c.products.map((e=>{return[{display:(0,s.createElement)(Vh,{checked:n.has(e.id),onChange:(t=e.id,e=>{e?r(new Set([...n,t])):(n.delete(t),r(new Set(n)))})})},{display:e.title},{display:e.visible?(0,o.__)("Sync and show","google-listings-and-ads"):(0,o.__)("Don't sync and show","google-listings-and-ads")},{display:rk[e.status]},{display:(0,s.createElement)(OC,{productId:e.id,eventName:"gla_edit_product_click",eventProps:{status:e.status,visibility:ak(e.visible)}})}];var t})),query:a,onSort:(e,t)=>{i({...a,orderby:e,order:t})}})),(0,s.createElement)(sp,{justify:"center"},(null==c?void 0:c.total)&&(0,s.createElement)(Bl.Pagination,{page:a.page,perPage:a.per_page,total:null==c?void 0:c.total,showPagePicker:!0,showPerPagePicker:!1,onPageChange:(e,t)=>{i({...a,page:e}),CC(ok,e,t)}}))))},sk=__webpack_require__(2441),lk=__webpack_require__.n(sk);function ck(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window,t=e.navigator.platform;return-1!==t.indexOf("Mac")||(0,ie.includes)(["iPad","iPhone"],t)}__webpack_require__(3956);function uk(e){var t=e.target,n=e.callback;return function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.bindGlobal,o=void 0!==r&&r,a=n.eventName,i=void 0===a?"keydown":a,l=n.isDisabled,c=void 0!==l&&l,u=n.target,d=(0,s.useRef)(t);(0,s.useEffect)((function(){d.current=t}),[t]),(0,s.useEffect)((function(){if(!c){var t=new(lk())(u?u.current:document);return(0,ie.castArray)(e).forEach((function(e){var n=e.split("+"),r=new Set(n.filter((function(e){return e.length>1}))),a=r.has("alt"),s=r.has("shift");if(ck()&&(1===r.size&&a||2===r.size&&a&&s))throw new Error("Cannot bind ".concat(e,". Alt and Shift+Alt modifiers are reserved for character input."));t[o?"bindGlobal":"bind"](e,(function(){return d.current.apply(d,arguments)}),i)})),function(){t.reset()}}}),[e,o,i,u,c])}(e.shortcut,n,{bindGlobal:e.bindGlobal,target:t,eventName:e.eventName}),null}var dk=function(e){var t=e.children,n=e.shortcuts,r=e.bindGlobal,o=e.eventName,a=(0,s.useRef)(),i=(0,ie.map)(n,(function(e,t){return(0,s.createElement)(uk,{key:t,shortcut:t,callback:e,bindGlobal:r,eventName:o,target:a})}));return s.Children.count(t)?(0,s.createElement)("div",{ref:a},i,t):i};const gk=e=>{let{isSelected:t}=e;return(0,s.createElement)(rs,{width:"8",height:"8",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,s.createElement)(ts,{cx:"4",cy:"4",r:"4",fill:t?"#419ECD":"#E1E3E6"}))};function pk(e){let{currentPage:t,numberOfPages:n,setCurrentPage:r}=e;return(0,s.createElement)("ul",{className:"components-guide__page-control","aria-label":(0,o.__)("Guide controls")},(0,ie.times)(n,(e=>(0,s.createElement)("li",{key:e,"aria-current":e===t?"step":void 0},(0,s.createElement)(xl,{key:e,icon:(0,s.createElement)(gk,{isSelected:e===t}),"aria-label":(0,o.sprintf)(
|
| 37 |
/* translators: 1: current page number 2: total number of pages */
|
| 38 |
+
(0,o.__)("Page %1$d of %2$d"),e+1,n),onClick:()=>r(e)})))))}function fk(e){const t=(0,s.useRef)();return(0,s.useLayoutEffect)((()=>{const{ownerDocument:e}=t.current,{activeElement:n,body:r}=e;n&&n!==r||t.current.focus()}),[]),(0,s.createElement)(xl,l({},e,{ref:t}))}function mk(e){let{className:t,contentLabel:n,backButtonText:r,finishButtonText:a,renderFinish:i=(e=>e),onFinish:l,pages:c}=e;const[u,g]=(0,s.useState)(0),p=u>0,f=u<c.length-1,m=()=>{p&&g(u-1)},h=()=>{f&&g(u+1)};if(0===c.length)return null;let y=null;return f||(y=i((0,s.createElement)(fk,{className:"components-guide__finish-button",onClick:l},a||(0,o.__)("Finish")))),(0,s.createElement)(Lh,{className:d()("components-guide",t),contentLabel:n,onRequestClose:l},(0,s.createElement)(dk,{key:u,shortcuts:{left:m,right:h}}),(0,s.createElement)("div",{className:"components-guide__container"},(0,s.createElement)("div",{className:"components-guide__page"},c[u].image,(0,s.createElement)(pk,{currentPage:u,numberOfPages:c.length,setCurrentPage:g}),c[u].content),(0,s.createElement)("div",{className:"components-guide__footer"},p&&(0,s.createElement)(xl,{className:"components-guide__back-button",onClick:m},r||(0,o.__)("Previous")),f&&(0,s.createElement)(xl,{className:"components-guide__forward-button",onClick:h},(0,o.__)("Next")),y)))}var hk=__webpack_require__(1393);const yk="gla_modal_closed",vk="components-guide__finish-button",bk=(0,gc.getNewPath)({guide:void 0},"/google/product-feed"),_k=(0,s.createElement)("div",{className:"gla-submission-success-guide__logo-block"},(0,s.createElement)("div",{className:"gla-submission-success-guide__logo-item"},(0,s.createElement)("img",{src:hk,alt:(0,o.__)("WooCommerce Logo","google-listings-and-ads"),width:"145",height:"31"})),(0,s.createElement)("div",{className:"gla-submission-success-guide__logo-separator-line"}),(0,s.createElement)("div",{className:"gla-submission-success-guide__logo-item"},(0,s.createElement)("img",{src:jc,alt:(0,o.__)("Google Logo","google-listings-and-ads"),width:"106",height:"36"}))),wk=[{image:_k,content:(0,s.createElement)(yE,{title:(0,o.__)("You have successfully set up Google Listings & Ads! 🎉","google-listings-and-ads")},(0,s.createElement)("p",null,(0,o.__)("Google reviews product listings in 3-5 days. If approved, your products will automatically be live and searchable on Google.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("<productFeedLink>Manage and edit your product feed in WooCommerce.</productFeedLink> We will also notify you of any product feed issues to ensure your products get approved and perform well on Google.","google-listings-and-ads"),{productFeedLink:(0,s.createElement)(vE,{href:bk,context:"product-feed"})})))},{image:_k,content:(0,s.createElement)(yE,{title:(0,o.__)("Spend $500 to get $500 in Google Ads credits","google-listings-and-ads")},(0,s.createElement)("p",null,(0,o.__)("New to Google Ads? Get $500 in ad credit when you spend $500 within your first 60 days* You can edit or cancel your campaign at any time.","google-listings-and-ads")),(0,s.createElement)("cite",null,(0,s.createInterpolateElement)((0,o.__)("*Full terms and conditions <link>here</link>.","google-listings-and-ads"),{link:(0,s.createElement)(vE,{href:"https://www.google.com/ads/coupons/terms/",context:"terms-of-ads-coupons"})})))}],Ek=e=>{(0,gc.getHistory)().replace(bk);const t=(e.currentTarget||e.target).classList.contains(vk)?"maybe-later":"dismiss";(0,Dl.recordEvent)(yk,{context:rc,action:t})};var $k=()=>{(0,s.useEffect)((()=>{(0,Dl.recordEvent)("gla_modal_open",{context:rc}),Iw.set(ac,!0)}),[]);const e=(0,s.useCallback)((()=>(0,s.createElement)(s.Fragment,null,(0,s.createElement)("div",{className:"gla-submission-success-guide__space_holder"}),(0,s.createElement)(xl,{isSecondary:!0,className:vk,onClick:Ek},(0,o.__)("Maybe later","google-listings-and-ads")),(0,s.createElement)(uE,{isPrimary:!0,isSecondary:!1,isSmall:!1,eventName:yk,eventProps:{context:rc,action:"create-paid-campaign"}},(0,o.__)("Create paid campaign","google-listings-and-ads")))),[]);return(0,s.createElement)(mk,{className:"gla-submission-success-guide",backButtonText:(0,o.__)("Back","google-listings-and-ads"),pages:wk,renderFinish:e,onFinish:Ek})},Ck=()=>Ag("getMCProductStatistics"),kk=()=>{const e={strong:(0,s.createElement)("strong",null)};return(0,s.createElement)(A_,{id:"product-status"},(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("Your product feed is <strong>automatically synced</strong> from WooCommerce to Google, every 1-2 days. ","google-listings-and-ads"),e)),(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("<strong>‘Not synced’ products</strong> do not appear in Google listings. They are queued for submission, or they may be ineligible or excluded from the product feed.","google-listings-and-ads"),e)),(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("After submission, Google assigns each product a status: <strong>Active, Expiring, Pending, or Disapproved.</strong>","google-listings-and-ads"),e)),(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("<strong>‘Active’ products</strong> are fully approved and eligible to appear in free listings on Google.","google-listings-and-ads"),e)),(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("<strong>‘Expiring’ products</strong> will become inactive and no longer appear in Google listings in the next 3 days.","google-listings-and-ads"),e)),(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("<strong>‘Pending’ products</strong> are being processed by Google. They will not appear in listings until they are approved.","google-listings-and-ads"),e)),(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("<strong>‘Disapproved’ products</strong> are inactive and do not appear in Google listings.","google-listings-and-ads"),e)),(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("<link>Read more about product sync and statuses</link>","google-listings-and-ads"),{link:(0,s.createElement)(zl,{context:"product-feed",linkId:"product-sync-statuses",href:"https://support.google.com/merchants/answer/160491"})})))},Sk=e=>{let{icon:t,title:n,label:r,description:o,className:a}=e;return(0,s.createElement)(ae,{className:a,justify:"normal",gap:1},(0,s.createElement)(ze,null,n),(0,s.createElement)(ze,{className:"gla-status__icon"},t),(0,s.createElement)(ze,null,(0,s.createElement)("span",{className:"gla-status__label"},r),(0,s.createElement)("span",{className:"gla-status__description"},o)))},xk=function(){const{data:e}=Ag("getMCProductStatistics"),{Icon:t,status:n,description:r}=function(e){let{scheduled_sync:t,statistics:n,timestamp:r}=e;if(0!==t)return{Icon:zC,status:(0,o.__)("Sync in progress","google-listings-and-ads"),description:null};const a=Object.entries(n).reduce(((e,t)=>{let[n,r]=t;return"not_synced"===n?e:e+r}),0);return{Icon:BC,status:(0,o.__)("Automatically synced to Google","google-listings-and-ads"),description:(0,o.sprintf)(// translators: %s: datetime of last update products sync status, and %d: number of synced products, with minimum value of 1.
|
| 39 |
+
(0,o._n)("Last updated: %1$s, containing %2$d product","Last updated: %1$s, containing %2$d products",a,"google-listings-and-ads"),(0,wd.format)(Zl.dateFormat+(Zl.dateFormat.trim()&&Zl.timeFormat.trim()?", ":"")+Zl.timeFormat,new Date(1e3*r)),a)}}(e);return(0,s.createElement)(Sk,{title:(0,o.__)("Sync with Google:","google-listings-and-ads"),icon:(0,s.createElement)(t,{className:"gla-success",size:24}),label:(0,s.createElement)("span",{className:"gla-success"},n),description:r})},Ok=function(){const{total:e}=NC(),t=(n=e,Number.isInteger(n)?0===n?(0,o.__)("No issues to resolve 🎉","google-listings-and-ads"):(0,o.sprintf)(// translators: %d: number of unsolved Merchant Center issues, with minimum value of 1.
|
| 40 |
+
(0,o._n)("%d issue to resolve","%d issues to resolve",n,"google-listings-and-ads"),n):"");var n;return(0,s.createElement)(Sk,{title:(0,o.__)("Feed setup:","google-listings-and-ads"),icon:(0,s.createElement)(BC,{size:24}),label:(0,s.createElement)("span",{className:"gla-success"},(0,o.__)("Free listings setup completed","google-listings-and-ads")),description:t})},Pk=()=>{var e;const t=Ag("getMCReviewRequest");if(!t.hasFinishedResolution||null===(e=t.data)||void 0===e||!e.status)return null;const n=WC[t.data.status];return n?(0,s.createElement)(Sk,{className:"gla-account-status",title:(0,o.__)("Account status:","google-listings-and-ads"),icon:n.icon,label:n.status,description:n.statusDescription}):null},Ak=()=>{const{hasFinishedResolution:e,data:t}=Ck();return(0,s.createElement)(De,{className:"gla-product-statistics"},(0,s.createElement)(zi,{justify:"normal"},(0,s.createElement)(ze,null,(0,s.createElement)(Ii,{variant:"title.small",as:"h2"},(0,o.__)("Overview","google-listings-and-ads"))),(0,s.createElement)(kk,null)),(0,s.createElement)(qe,{className:"gla-product-statistics__summaries",size:null},!e&&(0,s.createElement)(Bl.SummaryListPlaceholder,{numberOfItems:5}),e&&t&&(0,s.createElement)(Bl.SummaryList,null,(()=>[(0,s.createElement)(Bl.SummaryNumber,{key:"active",label:(0,o.__)("Active","google-listings-and-ads"),value:t.statistics.active}),(0,s.createElement)(Bl.SummaryNumber,{key:"expiring",label:(0,o.__)("Expiring","google-listings-and-ads"),value:t.statistics.expiring}),(0,s.createElement)(Bl.SummaryNumber,{key:"pending",label:(0,o.__)("Pending","google-listings-and-ads"),value:t.statistics.pending}),(0,s.createElement)(Bl.SummaryNumber,{key:"disapproved",label:(0,o.__)("Disapproved","google-listings-and-ads"),value:t.statistics.disapproved}),(0,s.createElement)(Bl.SummaryNumber,{key:"not_synced",label:(0,o.__)("Not Synced","google-listings-and-ads"),value:t.statistics.not_synced})]))),(0,s.createElement)(sp,{gap:0},(0,s.createElement)(Ok,null),(0,s.createElement)(xk,null),(0,s.createElement)(Pk,null)))},Nk=()=>{var e;const{hasFinishedResolution:t,data:n}=Ck(),[r,a]=(0,s.useState)(!1),i=(null===(e=(0,gc.getQuery)())||void 0===e?void 0:e.guide)===rc,l=qE();return(0,s.useEffect)((()=>{if(!r){const e=Iw.get(ac);a(!i&&e&&l)}}),[i,r,l]),(0,s.createElement)(s.Fragment,null,(0,s.createElement)(Xw,null),i&&(0,s.createElement)($k,null),r&&(0,s.createElement)(nE,{label:(0,o.__)("How easy was it to set up Google Listings & Ads?","google-listings-and-ads"),eventContext:rc}),(0,s.createElement)("div",{className:"gla-product-feed"},!t&&(0,s.createElement)(Wg,null),t&&!n&&(0,o.__)("An error occurred while retrieving your product feed. Please try again later.","google-listings-and-ads"),t&&n&&(0,s.createElement)(s.Fragment,null,(0,s.createElement)(Ak,null),(0,s.createElement)(ZC,null),(0,s.createElement)(ik,{trackEventReportId:"product-feed"}))))};function Rk(e){return(0,s.createElement)(gp,l({title:(0,o.__)("Linked accounts","google-listings-and-ads"),description:(0,o.__)("A WordPress.com account, Google account, and Google Merchant Center account are required to use this extension in WooCommerce.","google-listings-and-ads")},e))}const Tk="all-accounts",Mk="ads-account",jk={[Tk]:{title:(0,o.__)("Disconnect all accounts","google-listings-and-ads"),confirmButton:(0,o.__)("Disconnect all accounts","google-listings-and-ads"),confirmation:(0,o.__)("Yes, I want to disconnect all my accounts.","google-listings-and-ads"),contents:[(0,o.__)("I understand that I am disconnecting any WordPress.com account, Google account, Google Merchant Center account and Google Ads account connected to this extension.","google-listings-and-ads"),(0,o.__)("Any active product listings will continue to show on Google. They can be managed, edited, or deleted manually from Google Merchant Center (merchants.google.com).","google-listings-and-ads"),(0,o.__)("Any ongoing paid campaigns will continue to run. They can be managed, edited, or deleted manually from Google Ads (ads.google.com).","google-listings-and-ads")]},[Mk]:{title:(0,o.__)("Disconnect Google Ads account","google-listings-and-ads"),confirmButton:(0,o.__)("Disconnect Google Ads Account","google-listings-and-ads"),confirmation:(0,o.__)("Yes, I want to disconnect my Google Ads account.","google-listings-and-ads"),contents:[(0,o.__)("I understand that I am disconnecting my Google Ads account from this WooCommerce extension.","google-listings-and-ads"),(0,o.__)("Any ongoing paid campaigns will continue to run. They can be managed, edited, or deleted manually from Google Ads (ads.google.com).","google-listings-and-ads"),(0,o.__)("Some configurations for Google Ads created through WooCommerce may be lost. This cannot be undone.","google-listings-and-ads")]}};function Ik(e){let{disconnectTarget:t,onRequestClose:n,onDisconnected:r}=e;const[a,i]=(0,s.useState)(!1),[l,c]=(0,s.useState)(!1),u=Og(),{title:d,confirmButton:g,confirmation:p,contents:f}=jk[t],m=()=>{l||n()};return(0,s.createElement)(Bh,{className:"gla-disconnect-accounts-modal",title:(0,s.createElement)(s.Fragment,null,(0,s.createElement)(zh,{size:20}),d),isDismissible:!l,buttons:[(0,s.createElement)(xl,{key:"1",isSecondary:!0,disabled:l,onClick:m},(0,o.__)("Never mind","google-listings-and-ads")),(0,s.createElement)(dc,{key:"2",isPrimary:!0,isDestructive:!0,loading:l,disabled:!a,onClick:()=>{const e=t===Tk?u.disconnectAllAccounts:u.disconnectGoogleAdsAccount;c(!0),e().then((()=>{r(),n()})).catch((()=>{c(!1)}))}},g)],onRequestClose:m},f.map(((e,t)=>(0,s.createElement)("p",{key:t},e))),(0,s.createElement)(Vh,{label:p,checked:a,disabled:l,onChange:i}))}function Fk(e){return(0,s.createElement)(Ik,e)}function Dk(){const e=Bv(),{jetpack:t}=Yg(),{google:n}=Jg(),{googleMCAccount:r}=ep(),{googleAdsAccount:a}=q_(),i=!(t&&n&&r&&a),l=["connected","incomplete"].includes(null==a?void 0:a.status),[c,u]=(0,s.useState)(null);return(0,s.createElement)(Rk,null,c&&(0,s.createElement)(Fk,{onRequestClose:()=>u(null),onDisconnected:()=>{(0,Dl.queueRecordEvent)("gla_disconnected_accounts",{context:c});const t=c===Tk?e+(0,gc.getNewPath)(null,"/google/start",null):window.location.href;window.location.href=t},disconnectTarget:c}),i?(0,s.createElement)(Qp,null):(0,s.createElement)(fp,{size:"large"},(0,s.createElement)(Ap,{jetpack:t}),(0,s.createElement)(Vp,{googleAccount:n,hideAccountSwitch:!0}),(0,s.createElement)(Zp,{googleMCAccount:r,hideAccountSwitch:!0}),l&&(0,s.createElement)(H_,{googleAdsAccount:a},(0,s.createElement)(gp.Card.Footer,null,(0,s.createElement)(xl,{isDestructive:!0,isLink:!0,onClick:()=>u(Mk)},(0,o.__)("Disconnect Google Ads account only","google-listings-and-ads")))),(0,s.createElement)(ae,{justify:"flex-end"},(0,s.createElement)(xl,{isPrimary:!0,isDestructive:!0,onClick:()=>u(Tk)},(0,o.__)("Disconnect from all accounts","google-listings-and-ads")))))}var Lk=(0,s.createElement)(rs,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,s.createElement)(ns,{d:"M10.5 4v4h3V4H15v4h1.5a1 1 0 011 1v4l-3 4v2a1 1 0 01-1 1h-3a1 1 0 01-1-1v-2l-3-4V9a1 1 0 011-1H9V4h1.5zm.5 12.5v2h2v-2l3-4v-3H8v3l3 4z"}));let Gk=null;function Bk(){if(Gk)return;const e=(0,tg.getQueryArgs)(document.location.search),t=t=>{const{target:n}=t;if("A"!==n.tagName)return;const r=[pc,fc,"/google/product-feed",mc],o=(0,tg.getQueryArgs)(n.getAttribute("href"));if(r.includes(o.path)){t.stopPropagation(),t.preventDefault();const n=!Ww()||o.path===mc,r=(0,tg.getQueryArgs)(document.location.search);if(n&&!(0,ie.isEqual)(e,r)){const{path:t,...n}=e;(0,gc.getHistory)().push((0,gc.getNewPath)(n,t,null))}}};document.defaultView.addEventListener("click",t,!0),document.body.classList.add("gla-reconnection-lock"),Gk=()=>{document.defaultView.removeEventListener("click",t,!0),document.body.classList.remove("gla-reconnection-lock")}}function qk(){Gk&&(Gk(),Gk=null)}function zk(){const{jetpack:e}=Yg(),t="yes"===(null==e?void 0:e.active);return(0,s.useEffect)((()=>{t?((0,gc.getHistory)().replace(Oc()),qk()):Bk()}),[t]),e?(0,s.createElement)(Rk,null,(0,s.createElement)(fp,{size:"large"},(0,s.createElement)(xp,{className:"gla-wpcom-connection-lost-card",isBorderless:!0,size:"small",icon:(0,s.createElement)(vp,{icon:Lk,size:24}),title:(0,o.__)("Your WordPress.com account has been disconnected.","google-listings-and-ads"),helper:(0,o.__)("Connect your WordPress.com account to ensure your products stay listed on Google. If you do not re-connect, your products can’t be automatically synced to Google, and any existing listings may be removed from Google.","google-listings-and-ads")}),(0,s.createElement)(Gp,null))):(0,s.createElement)(Wg,null)}function Hk(e){let{email:t}=e;const n=Bv(),[r,a]=(0,s.useState)(null),{disconnectGoogleAccount:i}=Og(),[l,c]=(0,s.useState)(!1);return(0,s.createElement)(xp,{appearance:Ep.GOOGLE,description:t},(0,s.createElement)(ef,null),(0,s.createElement)(gp.Card.Body,null,(0,s.createElement)(Dc,{status:"error",isDismissible:!1},(0,s.createElement)("p",null,(0,s.createInterpolateElement)((0,o.__)("This Google account, <accountEmail />, was not the Google account previously connected to this integration.","google-listings-and-ads"),{accountEmail:(0,s.createElement)("strong",null,t)})),(0,s.createElement)("p",null,(0,o.__)("Thus, it doesn‘t have access to the Google Merchant Center and/or Google Ads account currently connected to this WooCommerce store.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,o.__)("Try connecting with a different Google account, or completely disconnect all your connected accounts.","google-listings-and-ads")))),(0,s.createElement)(gp.Card.Footer,{justify:"flex-end"},r&&(0,s.createElement)(Fk,{onRequestClose:()=>a(null),onDisconnected:()=>{const e=(0,gc.getNewPath)(null,"/google/start",null);window.location.href=n+e},disconnectTarget:r}),(0,s.createElement)(dc,{isSecondary:!0,isDestructive:!0,disabled:l,onClick:()=>a(Tk)},(0,o.__)("Disconnect all accounts","google-listings-and-ads")),(0,s.createElement)(dc,{isPrimary:!0,loading:l,onClick:()=>{c(!0),i().catch((()=>{c(!1)}))}},(0,o.__)("Try another Google account","google-listings-and-ads"))))}function Uk(){const{data:e}=Ag("getGoogleAccountAccess"),t=Xg(Zl.adsSetupComplete,null==e?void 0:e.scope),n="yes"===(null==e?void 0:e.active),r=n?"no"===(null==e?void 0:e.merchant_access)||"no"===(null==e?void 0:e.ads_access):void 0,a=n&&!r&&t.glaRequired;if((0,s.useEffect)((()=>{a?((0,gc.getHistory)().replace(xc()),qk()):Bk()}),[a]),!e)return(0,s.createElement)(Wg,null);if(!a){const t=r?(0,s.createElement)(Hk,{email:e.email}):(0,s.createElement)(Yp,null);return(0,s.createElement)(gp,{title:(0,o.__)("Connect account","google-listings-and-ads")},t)}return null}var Vk=()=>{Gg("full-content");const{updateGoogleMCContactInformation:e}=Og(),{data:t}=zv(),[n,r]=(0,s.useState)(!1),a=t.isAddressFilled&&t.isMCAddressDifferent;return(0,s.createElement)(s.Fragment,null,(0,s.createElement)(qg,{title:(0,o.__)("Edit store address","google-listings-and-ads"),helpButton:(0,s.createElement)(Ug,{eventContext:"edit-store-address"}),backHref:Oc()}),(0,s.createElement)("div",{className:"gla-settings"},(0,s.createElement)(gp,{title:(0,o.__)("Store address","google-listings-and-ads"),description:(0,s.createElement)("div",null,(0,s.createElement)("p",null,(0,o.__)("Your store address is required by Google for verification purposes. It will be shared with the Google Merchant Center and will not be displayed to customers.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,s.createElement)(zl,{context:"settings-store-address",linkId:"contact-information-read-more",href:"https://docs.woocommerce.com/document/google-listings-and-ads/#contact-information"},(0,o.__)("Learn more","google-listings-and-ads"))))},(0,s.createElement)(b_,null)),(0,s.createElement)(gp,null,(0,s.createElement)(ae,{justify:"flex-end"},(0,s.createElement)(dc,{isPrimary:!0,loading:n,disabled:!a,eventName:"gla_contact_information_save_button_click",onClick:()=>{r(!0),e().then((()=>(0,gc.getHistory)().push(Oc()))).catch((()=>r(!1)))}},(0,o.__)("Save details","google-listings-and-ads"))))))},Wk=()=>{const e=e_();return E_(e),Gg("full-content"),(0,s.createElement)(s.Fragment,null,(0,s.createElement)(qg,{title:(0,o.__)("Edit phone number","google-listings-and-ads"),helpButton:(0,s.createElement)(Ug,{eventContext:"edit-phone-number"}),backHref:Oc()}),(0,s.createElement)("div",{className:"gla-settings"},(0,s.createElement)(gp,{title:(0,o.__)("Phone number","google-listings-and-ads"),description:(0,s.createElement)("div",null,(0,s.createElement)("p",null,(0,o.__)("Your phone number is required by Google for verification purposes. It will be shared with the Google Merchant Center and will not be displayed to customers.","google-listings-and-ads")),(0,s.createElement)("p",null,(0,s.createElement)(zl,{context:"settings-phone-number",linkId:"contact-information-read-more",href:"https://docs.woocommerce.com/document/google-listings-and-ads/#contact-information"},(0,o.__)("Learn more","google-listings-and-ads"))))},(0,s.createElement)(f_,{view:"settings",phoneNumber:e,initEditing:!0}))))};const Yk="gla-settings";var Kk,Qk=()=>{const{subpath:e}=(0,gc.getQuery)();Kw();const{google:t}=Jg(),n=e===Ec;switch((0,s.useEffect)((()=>{n||"no"!==(null==t?void 0:t.active)||(0,gc.getHistory)().replace(Ac(ic))}),[n,t]),e){case wc:return(0,s.createElement)("div",{className:Yk},(0,s.createElement)(zk,null));case Ec:return(0,s.createElement)(Uk,null);case bc:return(0,s.createElement)(Wk,null);case _c:return(0,s.createElement)(Vk,null)}return(0,s.createElement)("div",{className:Yk},(0,s.createElement)(Xw,null),(0,s.createElement)(O_,null),(0,s.createElement)(Dk,null))};const Zk=(null===(Kk=(0,i.getSetting)("admin"))||void 0===Kk?void 0:Kk.woocommerceTranslation)||(0,o.__)("WooCommerce","google-listings-and-ads");(0,a.addFilter)("woocommerce_admin_pages_list","woocommerce-marketing",(e=>{const t=Ww(),n=[["",Zk]];return t||n.push(["/marketing",(0,o.__)("Marketing","google-listings-and-ads")]),n.push((0,o.__)("Google Listings & Ads","google-listings-and-ads")),[...e,{breadcrumbs:[...n],container:Dg,path:"/google/start",wpOpenMenu:"toplevel_page_woocommerce-marketing",navArgs:{id:"google-start"}},{breadcrumbs:[...n,(0,o.__)("Setup Merchant Center","google-listings-and-ads")],container:F_,path:"/google/setup-mc"},{breadcrumbs:[...n,(0,o.__)("Setup Google Ads","google-listings-and-ads")],container:Ow,path:"/google/setup-ads"},{breadcrumbs:[...n,(0,o.__)("Dashboard","google-listings-and-ads")],container:p$,path:"/google/dashboard",wpOpenMenu:"toplevel_page_woocommerce-marketing",navArgs:{id:"google-dashboard"}},{breadcrumbs:[...n,(0,o.__)("Reports","google-listings-and-ads")],container:EC,path:"/google/reports",wpOpenMenu:"toplevel_page_woocommerce-marketing",navArgs:{id:"google-reports"}},{breadcrumbs:[...n,(0,o.__)("Product Feed","google-listings-and-ads")],container:Nk,path:"/google/product-feed",wpOpenMenu:"toplevel_page_woocommerce-marketing",navArgs:{id:"google-product-feed"}},{breadcrumbs:[...n,(0,o.__)("Settings","google-listings-and-ads")],container:Qk,path:"/google/settings",wpOpenMenu:"toplevel_page_woocommerce-marketing",navArgs:{id:"google-settings"}}]}))}()})();
|
languages/google-listings-and-ads.pot
CHANGED
|
@@ -2,14 +2,14 @@
|
|
| 2 |
# This file is distributed under the same license as the Google Listings and Ads plugin.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
-
"Project-Id-Version: Google Listings and Ads 2.1.
|
| 6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-listings-and-ads\n"
|
| 7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
| 8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"POT-Creation-Date: 2022-09-
|
| 13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
| 14 |
"X-Generator: WP-CLI 2.6.0\n"
|
| 15 |
"X-Domain: google-listings-and-ads\n"
|
| 2 |
# This file is distributed under the same license as the Google Listings and Ads plugin.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"Project-Id-Version: Google Listings and Ads 2.1.2\n"
|
| 6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-listings-and-ads\n"
|
| 7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
| 8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
+
"POT-Creation-Date: 2022-09-15T08:03:04+00:00\n"
|
| 13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
| 14 |
"X-Generator: WP-CLI 2.6.0\n"
|
| 15 |
"X-Domain: google-listings-and-ads\n"
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Tags: woocommerce, google, listings, ads
|
|
| 4 |
Requires at least: 5.7
|
| 5 |
Tested up to: 6.0
|
| 6 |
Requires PHP: 7.4
|
| 7 |
-
Stable tag: 2.1.
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
|
|
@@ -109,6 +109,10 @@ Yes, you can run both at the same time, and we recommend it! In the US, advertis
|
|
| 109 |
|
| 110 |
== Changelog ==
|
| 111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
= 2.1.1 - 2022-09-06 =
|
| 113 |
* Dev - Run PHPCS checks for unit tests.
|
| 114 |
* Fix - A compatibility issue with WooCommerce 6.9 which prevents interaction with the input field of the paid campaign budget.
|
| 4 |
Requires at least: 5.7
|
| 5 |
Tested up to: 6.0
|
| 6 |
Requires PHP: 7.4
|
| 7 |
+
Stable tag: 2.1.2
|
| 8 |
License: GPLv3
|
| 9 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
|
| 109 |
|
| 110 |
== Changelog ==
|
| 111 |
|
| 112 |
+
= 2.1.2 - 2022-09-15 =
|
| 113 |
+
* Fix - WooCommerce 6.7 compatibility issues.
|
| 114 |
+
* Tweak - WC 6.9 compatibility.
|
| 115 |
+
|
| 116 |
= 2.1.1 - 2022-09-06 =
|
| 117 |
* Dev - Run PHPCS checks for unit tests.
|
| 118 |
* Fix - A compatibility issue with WooCommerce 6.9 which prevents interaction with the input field of the paid campaign budget.
|
vendor/autoload.php
CHANGED
|
@@ -9,4 +9,4 @@ if (PHP_VERSION_ID < 50600) {
|
|
| 9 |
|
| 10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 11 |
|
| 12 |
-
return
|
| 9 |
|
| 10 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 11 |
|
| 12 |
+
return ComposerAutoloaderInitd90fcfe2e9047d2aecbf1eb0303bab39::getLoader();
|
vendor/autoload_packages.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
-
namespace Automattic\Jetpack\Autoloader\
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
| 5 |
* @package automattic/jetpack-autoloader
|
| 6 |
*/
|
| 7 |
|
| 8 |
+
namespace Automattic\Jetpack\Autoloader\jpd90fcfe2e9047d2aecbf1eb0303bab39;
|
| 9 |
|
| 10 |
// phpcs:ignore
|
| 11 |
|
vendor/composer/InstalledVersions.php
CHANGED
|
@@ -28,7 +28,7 @@ class InstalledVersions
|
|
| 28 |
{
|
| 29 |
/**
|
| 30 |
* @var mixed[]|null
|
| 31 |
-
* @psalm-var array{root: array{name: string,
|
| 32 |
*/
|
| 33 |
private static $installed;
|
| 34 |
|
|
@@ -39,7 +39,7 @@ class InstalledVersions
|
|
| 39 |
|
| 40 |
/**
|
| 41 |
* @var array[]
|
| 42 |
-
* @psalm-var array<string, array{root: array{name: string,
|
| 43 |
*/
|
| 44 |
private static $installedByVendor = array();
|
| 45 |
|
|
@@ -243,7 +243,7 @@ class InstalledVersions
|
|
| 243 |
|
| 244 |
/**
|
| 245 |
* @return array
|
| 246 |
-
* @psalm-return array{name: string,
|
| 247 |
*/
|
| 248 |
public static function getRootPackage()
|
| 249 |
{
|
|
@@ -257,7 +257,7 @@ class InstalledVersions
|
|
| 257 |
*
|
| 258 |
* @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect.
|
| 259 |
* @return array[]
|
| 260 |
-
* @psalm-return array{root: array{name: string,
|
| 261 |
*/
|
| 262 |
public static function getRawData()
|
| 263 |
{
|
|
@@ -280,7 +280,7 @@ class InstalledVersions
|
|
| 280 |
* Returns the raw data of all installed.php which are currently loaded for custom implementations
|
| 281 |
*
|
| 282 |
* @return array[]
|
| 283 |
-
* @psalm-return list<array{root: array{name: string,
|
| 284 |
*/
|
| 285 |
public static function getAllRawData()
|
| 286 |
{
|
|
@@ -303,7 +303,7 @@ class InstalledVersions
|
|
| 303 |
* @param array[] $data A vendor/composer/installed.php data set
|
| 304 |
* @return void
|
| 305 |
*
|
| 306 |
-
* @psalm-param array{root: array{name: string,
|
| 307 |
*/
|
| 308 |
public static function reload($data)
|
| 309 |
{
|
|
@@ -313,7 +313,7 @@ class InstalledVersions
|
|
| 313 |
|
| 314 |
/**
|
| 315 |
* @return array[]
|
| 316 |
-
* @psalm-return list<array{root: array{name: string,
|
| 317 |
*/
|
| 318 |
private static function getInstalled()
|
| 319 |
{
|
| 28 |
{
|
| 29 |
/**
|
| 30 |
* @var mixed[]|null
|
| 31 |
+
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null
|
| 32 |
*/
|
| 33 |
private static $installed;
|
| 34 |
|
| 39 |
|
| 40 |
/**
|
| 41 |
* @var array[]
|
| 42 |
+
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
|
| 43 |
*/
|
| 44 |
private static $installedByVendor = array();
|
| 45 |
|
| 243 |
|
| 244 |
/**
|
| 245 |
* @return array
|
| 246 |
+
* @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}
|
| 247 |
*/
|
| 248 |
public static function getRootPackage()
|
| 249 |
{
|
| 257 |
*
|
| 258 |
* @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect.
|
| 259 |
* @return array[]
|
| 260 |
+
* @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}
|
| 261 |
*/
|
| 262 |
public static function getRawData()
|
| 263 |
{
|
| 280 |
* Returns the raw data of all installed.php which are currently loaded for custom implementations
|
| 281 |
*
|
| 282 |
* @return array[]
|
| 283 |
+
* @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
|
| 284 |
*/
|
| 285 |
public static function getAllRawData()
|
| 286 |
{
|
| 303 |
* @param array[] $data A vendor/composer/installed.php data set
|
| 304 |
* @return void
|
| 305 |
*
|
| 306 |
+
* @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>} $data
|
| 307 |
*/
|
| 308 |
public static function reload($data)
|
| 309 |
{
|
| 313 |
|
| 314 |
/**
|
| 315 |
* @return array[]
|
| 316 |
+
* @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>
|
| 317 |
*/
|
| 318 |
private static function getInstalled()
|
| 319 |
{
|
vendor/composer/autoload_real.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
-
class
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
|
@@ -24,18 +24,18 @@ class ComposerAutoloaderInitbf56a7be6005e8bb91cd91eab96968c5
|
|
| 24 |
|
| 25 |
require __DIR__ . '/platform_check.php';
|
| 26 |
|
| 27 |
-
spl_autoload_register(array('
|
| 28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
| 29 |
-
spl_autoload_unregister(array('
|
| 30 |
|
| 31 |
require __DIR__ . '/autoload_static.php';
|
| 32 |
-
call_user_func(\Composer\Autoload\
|
| 33 |
|
| 34 |
$loader->register(true);
|
| 35 |
|
| 36 |
-
$includeFiles = \Composer\Autoload\
|
| 37 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 38 |
-
|
| 39 |
}
|
| 40 |
|
| 41 |
return $loader;
|
|
@@ -47,7 +47,7 @@ class ComposerAutoloaderInitbf56a7be6005e8bb91cd91eab96968c5
|
|
| 47 |
* @param string $file
|
| 48 |
* @return void
|
| 49 |
*/
|
| 50 |
-
function
|
| 51 |
{
|
| 52 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 53 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
+
class ComposerAutoloaderInitd90fcfe2e9047d2aecbf1eb0303bab39
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 24 |
|
| 25 |
require __DIR__ . '/platform_check.php';
|
| 26 |
|
| 27 |
+
spl_autoload_register(array('ComposerAutoloaderInitd90fcfe2e9047d2aecbf1eb0303bab39', 'loadClassLoader'), true, true);
|
| 28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
|
| 29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInitd90fcfe2e9047d2aecbf1eb0303bab39', 'loadClassLoader'));
|
| 30 |
|
| 31 |
require __DIR__ . '/autoload_static.php';
|
| 32 |
+
call_user_func(\Composer\Autoload\ComposerStaticInitd90fcfe2e9047d2aecbf1eb0303bab39::getInitializer($loader));
|
| 33 |
|
| 34 |
$loader->register(true);
|
| 35 |
|
| 36 |
+
$includeFiles = \Composer\Autoload\ComposerStaticInitd90fcfe2e9047d2aecbf1eb0303bab39::$files;
|
| 37 |
foreach ($includeFiles as $fileIdentifier => $file) {
|
| 38 |
+
composerRequired90fcfe2e9047d2aecbf1eb0303bab39($fileIdentifier, $file);
|
| 39 |
}
|
| 40 |
|
| 41 |
return $loader;
|
| 47 |
* @param string $file
|
| 48 |
* @return void
|
| 49 |
*/
|
| 50 |
+
function composerRequired90fcfe2e9047d2aecbf1eb0303bab39($fileIdentifier, $file)
|
| 51 |
{
|
| 52 |
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
| 53 |
$GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
|
vendor/composer/autoload_static.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
-
class
|
| 8 |
{
|
| 9 |
public static $files = array (
|
| 10 |
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
|
@@ -4243,9 +4243,9 @@ class ComposerStaticInitbf56a7be6005e8bb91cd91eab96968c5
|
|
| 4243 |
public static function getInitializer(ClassLoader $loader)
|
| 4244 |
{
|
| 4245 |
return \Closure::bind(function () use ($loader) {
|
| 4246 |
-
$loader->prefixLengthsPsr4 =
|
| 4247 |
-
$loader->prefixDirsPsr4 =
|
| 4248 |
-
$loader->classMap =
|
| 4249 |
|
| 4250 |
}, null, ClassLoader::class);
|
| 4251 |
}
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
+
class ComposerStaticInitd90fcfe2e9047d2aecbf1eb0303bab39
|
| 8 |
{
|
| 9 |
public static $files = array (
|
| 10 |
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
| 4243 |
public static function getInitializer(ClassLoader $loader)
|
| 4244 |
{
|
| 4245 |
return \Closure::bind(function () use ($loader) {
|
| 4246 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInitd90fcfe2e9047d2aecbf1eb0303bab39::$prefixLengthsPsr4;
|
| 4247 |
+
$loader->prefixDirsPsr4 = ComposerStaticInitd90fcfe2e9047d2aecbf1eb0303bab39::$prefixDirsPsr4;
|
| 4248 |
+
$loader->classMap = ComposerStaticInitd90fcfe2e9047d2aecbf1eb0303bab39::$classMap;
|
| 4249 |
|
| 4250 |
}, null, ClassLoader::class);
|
| 4251 |
}
|
vendor/composer/installed.php
CHANGED
|
@@ -1,238 +1,238 @@
|
|
| 1 |
<?php return array(
|
| 2 |
'root' => array(
|
| 3 |
-
'
|
| 4 |
-
'
|
| 5 |
-
'version' => 'dev-release/2.1.1',
|
| 6 |
-
'reference' => 'e350477c726a89b2f3a7dce55a72d9209066e970',
|
| 7 |
'type' => 'wordpress-plugin',
|
| 8 |
'install_path' => __DIR__ . '/../../',
|
| 9 |
'aliases' => array(),
|
|
|
|
|
|
|
| 10 |
'dev' => false,
|
| 11 |
),
|
| 12 |
'versions' => array(
|
| 13 |
'automattic/jetpack-a8c-mc-stats' => array(
|
| 14 |
'pretty_version' => 'v1.4.13',
|
| 15 |
'version' => '1.4.13.0',
|
| 16 |
-
'reference' => '64ee9a83861c6b2c8744e2ebc25157806f3548e0',
|
| 17 |
'type' => 'jetpack-library',
|
| 18 |
'install_path' => __DIR__ . '/../automattic/jetpack-a8c-mc-stats',
|
| 19 |
'aliases' => array(),
|
|
|
|
| 20 |
'dev_requirement' => false,
|
| 21 |
),
|
| 22 |
'automattic/jetpack-admin-ui' => array(
|
| 23 |
'pretty_version' => 'v0.2.7',
|
| 24 |
'version' => '0.2.7.0',
|
| 25 |
-
'reference' => '56a60ee4d03ac2be62cb341e3df0f2fb5cc851f8',
|
| 26 |
'type' => 'jetpack-library',
|
| 27 |
'install_path' => __DIR__ . '/../automattic/jetpack-admin-ui',
|
| 28 |
'aliases' => array(),
|
|
|
|
| 29 |
'dev_requirement' => false,
|
| 30 |
),
|
| 31 |
'automattic/jetpack-autoloader' => array(
|
| 32 |
'pretty_version' => 'v2.11.5',
|
| 33 |
'version' => '2.11.5.0',
|
| 34 |
-
'reference' => '664c7cf0ff94b4f2f7c5b359bef3616822004a04',
|
| 35 |
'type' => 'composer-plugin',
|
| 36 |
'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
|
| 37 |
'aliases' => array(),
|
|
|
|
| 38 |
'dev_requirement' => false,
|
| 39 |
),
|
| 40 |
'automattic/jetpack-config' => array(
|
| 41 |
'pretty_version' => 'v1.9.0',
|
| 42 |
'version' => '1.9.0.0',
|
| 43 |
-
'reference' => '415d06ba5363b2b204d4763aa4d65bfbdd4b769a',
|
| 44 |
'type' => 'jetpack-library',
|
| 45 |
'install_path' => __DIR__ . '/../automattic/jetpack-config',
|
| 46 |
'aliases' => array(),
|
|
|
|
| 47 |
'dev_requirement' => false,
|
| 48 |
),
|
| 49 |
'automattic/jetpack-connection' => array(
|
| 50 |
'pretty_version' => 'v1.40.5',
|
| 51 |
'version' => '1.40.5.0',
|
| 52 |
-
'reference' => '461d33c0aa9b8f706d1b62a317a6c770f990ce4d',
|
| 53 |
'type' => 'jetpack-library',
|
| 54 |
'install_path' => __DIR__ . '/../automattic/jetpack-connection',
|
| 55 |
'aliases' => array(),
|
|
|
|
| 56 |
'dev_requirement' => false,
|
| 57 |
),
|
| 58 |
'automattic/jetpack-constants' => array(
|
| 59 |
'pretty_version' => 'v1.6.16',
|
| 60 |
'version' => '1.6.16.0',
|
| 61 |
-
'reference' => 'f719d15636026c2e47d927a24edc54898d859a0e',
|
| 62 |
'type' => 'jetpack-library',
|
| 63 |
'install_path' => __DIR__ . '/../automattic/jetpack-constants',
|
| 64 |
'aliases' => array(),
|
|
|
|
| 65 |
'dev_requirement' => false,
|
| 66 |
),
|
| 67 |
'automattic/jetpack-redirect' => array(
|
| 68 |
'pretty_version' => 'v1.7.15',
|
| 69 |
'version' => '1.7.15.0',
|
| 70 |
-
'reference' => 'd9c416ba23831cce2608c6fd689754f15dcb8498',
|
| 71 |
'type' => 'jetpack-library',
|
| 72 |
'install_path' => __DIR__ . '/../automattic/jetpack-redirect',
|
| 73 |
'aliases' => array(),
|
|
|
|
| 74 |
'dev_requirement' => false,
|
| 75 |
),
|
| 76 |
'automattic/jetpack-roles' => array(
|
| 77 |
'pretty_version' => 'v1.4.15',
|
| 78 |
'version' => '1.4.15.0',
|
| 79 |
-
'reference' => '6ffbb2fef269334e3528380bfd7a064e3c904dce',
|
| 80 |
'type' => 'jetpack-library',
|
| 81 |
'install_path' => __DIR__ . '/../automattic/jetpack-roles',
|
| 82 |
'aliases' => array(),
|
|
|
|
| 83 |
'dev_requirement' => false,
|
| 84 |
),
|
| 85 |
'automattic/jetpack-status' => array(
|
| 86 |
'pretty_version' => 'v1.13.6',
|
| 87 |
'version' => '1.13.6.0',
|
| 88 |
-
'reference' => '6005840740548864d2a67090d87b59a6f141e5c4',
|
| 89 |
'type' => 'jetpack-library',
|
| 90 |
'install_path' => __DIR__ . '/../automattic/jetpack-status',
|
| 91 |
'aliases' => array(),
|
|
|
|
| 92 |
'dev_requirement' => false,
|
| 93 |
),
|
| 94 |
'firebase/php-jwt' => array(
|
| 95 |
'pretty_version' => 'v6.3.0',
|
| 96 |
'version' => '6.3.0.0',
|
| 97 |
-
'reference' => '018dfc4e1da92ad8a1b90adc4893f476a3b41cb8',
|
| 98 |
'type' => 'library',
|
| 99 |
'install_path' => __DIR__ . '/../firebase/php-jwt',
|
| 100 |
'aliases' => array(),
|
|
|
|
| 101 |
'dev_requirement' => false,
|
| 102 |
),
|
| 103 |
'google/apiclient' => array(
|
| 104 |
'pretty_version' => 'v2.12.6',
|
| 105 |
'version' => '2.12.6.0',
|
| 106 |
-
'reference' => 'f92aa126903a9e2da5bd41a280d9633cb249e79e',
|
| 107 |
'type' => 'library',
|
| 108 |
'install_path' => __DIR__ . '/../google/apiclient',
|
| 109 |
'aliases' => array(),
|
|
|
|
| 110 |
'dev_requirement' => false,
|
| 111 |
),
|
| 112 |
'google/apiclient-services' => array(
|
| 113 |
'pretty_version' => 'v0.258.0',
|
| 114 |
'version' => '0.258.0.0',
|
| 115 |
-
'reference' => '71eb32534aba05e373fe317c1373a9645065881c',
|
| 116 |
'type' => 'library',
|
| 117 |
'install_path' => __DIR__ . '/../google/apiclient-services',
|
| 118 |
'aliases' => array(),
|
|
|
|
| 119 |
'dev_requirement' => false,
|
| 120 |
),
|
| 121 |
'google/auth' => array(
|
| 122 |
'pretty_version' => 'v1.21.1',
|
| 123 |
'version' => '1.21.1.0',
|
| 124 |
-
'reference' => 'aa3b9ca29258ac6347ce3c8937a2418c5d78f840',
|
| 125 |
'type' => 'library',
|
| 126 |
'install_path' => __DIR__ . '/../google/auth',
|
| 127 |
'aliases' => array(),
|
|
|
|
| 128 |
'dev_requirement' => false,
|
| 129 |
),
|
| 130 |
'google/common-protos' => array(
|
| 131 |
'pretty_version' => '2.1.0',
|
| 132 |
'version' => '2.1.0.0',
|
| 133 |
-
'reference' => '4bad82f73a10f8ea4e6d078da93406a16c996044',
|
| 134 |
'type' => 'library',
|
| 135 |
'install_path' => __DIR__ . '/../google/common-protos',
|
| 136 |
'aliases' => array(),
|
|
|
|
| 137 |
'dev_requirement' => false,
|
| 138 |
),
|
| 139 |
'google/gax' => array(
|
| 140 |
'pretty_version' => 'v1.13.0',
|
| 141 |
'version' => '1.13.0.0',
|
| 142 |
-
'reference' => '1403cdf2406ef9af113d8563a43ccb0f7d7c7544',
|
| 143 |
'type' => 'library',
|
| 144 |
'install_path' => __DIR__ . '/../google/gax',
|
| 145 |
'aliases' => array(),
|
|
|
|
| 146 |
'dev_requirement' => false,
|
| 147 |
),
|
| 148 |
'google/grpc-gcp' => array(
|
| 149 |
'pretty_version' => 'v0.2.0',
|
| 150 |
'version' => '0.2.0.0',
|
| 151 |
-
'reference' => '2465c2273e11ada1e95155aa1e209f3b8f03c314',
|
| 152 |
'type' => 'library',
|
| 153 |
'install_path' => __DIR__ . '/../google/grpc-gcp',
|
| 154 |
'aliases' => array(),
|
|
|
|
| 155 |
'dev_requirement' => false,
|
| 156 |
),
|
| 157 |
'google/protobuf' => array(
|
| 158 |
'pretty_version' => 'v3.21.2',
|
| 159 |
'version' => '3.21.2.0',
|
| 160 |
-
'reference' => '374edda06747bb1d6899d11af646ccab38646e65',
|
| 161 |
'type' => 'library',
|
| 162 |
'install_path' => __DIR__ . '/../google/protobuf',
|
| 163 |
'aliases' => array(),
|
|
|
|
| 164 |
'dev_requirement' => false,
|
| 165 |
),
|
| 166 |
'googleads/google-ads-php' => array(
|
| 167 |
'pretty_version' => 'v16.0.0',
|
| 168 |
'version' => '16.0.0.0',
|
| 169 |
-
'reference' => '41382c1419a78d98821b67b52a5f47d615a131b2',
|
| 170 |
'type' => 'library',
|
| 171 |
'install_path' => __DIR__ . '/../googleads/google-ads-php',
|
| 172 |
'aliases' => array(),
|
|
|
|
| 173 |
'dev_requirement' => false,
|
| 174 |
),
|
| 175 |
'grpc/grpc' => array(
|
| 176 |
'pretty_version' => '1.42.0',
|
| 177 |
'version' => '1.42.0.0',
|
| 178 |
-
'reference' => '9fa44f104cb92e924d4da547323a97f3d8aca6d4',
|
| 179 |
'type' => 'library',
|
| 180 |
'install_path' => __DIR__ . '/../grpc/grpc',
|
| 181 |
'aliases' => array(),
|
|
|
|
| 182 |
'dev_requirement' => false,
|
| 183 |
),
|
| 184 |
'guzzlehttp/guzzle' => array(
|
| 185 |
'pretty_version' => '7.4.5',
|
| 186 |
'version' => '7.4.5.0',
|
| 187 |
-
'reference' => '1dd98b0564cb3f6bd16ce683cb755f94c10fbd82',
|
| 188 |
'type' => 'library',
|
| 189 |
'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
|
| 190 |
'aliases' => array(),
|
|
|
|
| 191 |
'dev_requirement' => false,
|
| 192 |
),
|
| 193 |
'guzzlehttp/promises' => array(
|
| 194 |
'pretty_version' => '1.5.1',
|
| 195 |
'version' => '1.5.1.0',
|
| 196 |
-
'reference' => 'fe752aedc9fd8fcca3fe7ad05d419d32998a06da',
|
| 197 |
'type' => 'library',
|
| 198 |
'install_path' => __DIR__ . '/../guzzlehttp/promises',
|
| 199 |
'aliases' => array(),
|
|
|
|
| 200 |
'dev_requirement' => false,
|
| 201 |
),
|
| 202 |
'guzzlehttp/psr7' => array(
|
| 203 |
'pretty_version' => '2.4.0',
|
| 204 |
'version' => '2.4.0.0',
|
| 205 |
-
'reference' => '13388f00956b1503577598873fffb5ae994b5737',
|
| 206 |
'type' => 'library',
|
| 207 |
'install_path' => __DIR__ . '/../guzzlehttp/psr7',
|
| 208 |
'aliases' => array(),
|
|
|
|
| 209 |
'dev_requirement' => false,
|
| 210 |
),
|
| 211 |
'league/container' => array(
|
| 212 |
'pretty_version' => '3.4.1',
|
| 213 |
'version' => '3.4.1.0',
|
| 214 |
-
'reference' => '84ecbc2dbecc31bd23faf759a0e329ee49abddbd',
|
| 215 |
'type' => 'library',
|
| 216 |
'install_path' => __DIR__ . '/../league/container',
|
| 217 |
'aliases' => array(),
|
|
|
|
| 218 |
'dev_requirement' => false,
|
| 219 |
),
|
| 220 |
'league/iso3166' => array(
|
| 221 |
'pretty_version' => '3.0.0',
|
| 222 |
'version' => '3.0.0.0',
|
| 223 |
-
'reference' => '9976d382f270ad3f3df8a68719beb7a7179ffa1e',
|
| 224 |
'type' => 'library',
|
| 225 |
'install_path' => __DIR__ . '/../league/iso3166',
|
| 226 |
'aliases' => array(),
|
|
|
|
| 227 |
'dev_requirement' => false,
|
| 228 |
),
|
| 229 |
'monolog/monolog' => array(
|
| 230 |
'pretty_version' => '2.7.0',
|
| 231 |
'version' => '2.7.0.0',
|
| 232 |
-
'reference' => '5579edf28aee1190a798bfa5be8bc16c563bd524',
|
| 233 |
'type' => 'library',
|
| 234 |
'install_path' => __DIR__ . '/../monolog/monolog',
|
| 235 |
'aliases' => array(),
|
|
|
|
| 236 |
'dev_requirement' => false,
|
| 237 |
),
|
| 238 |
'orno/di' => array(
|
|
@@ -244,55 +244,55 @@
|
|
| 244 |
'paragonie/constant_time_encoding' => array(
|
| 245 |
'pretty_version' => 'v2.6.3',
|
| 246 |
'version' => '2.6.3.0',
|
| 247 |
-
'reference' => '58c3f47f650c94ec05a151692652a868995d2938',
|
| 248 |
'type' => 'library',
|
| 249 |
'install_path' => __DIR__ . '/../paragonie/constant_time_encoding',
|
| 250 |
'aliases' => array(),
|
|
|
|
| 251 |
'dev_requirement' => false,
|
| 252 |
),
|
| 253 |
'paragonie/random_compat' => array(
|
| 254 |
'pretty_version' => 'v9.99.100',
|
| 255 |
'version' => '9.99.100.0',
|
| 256 |
-
'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a',
|
| 257 |
'type' => 'library',
|
| 258 |
'install_path' => __DIR__ . '/../paragonie/random_compat',
|
| 259 |
'aliases' => array(),
|
|
|
|
| 260 |
'dev_requirement' => false,
|
| 261 |
),
|
| 262 |
'phpseclib/bcmath_compat' => array(
|
| 263 |
'pretty_version' => '2.0.1',
|
| 264 |
'version' => '2.0.1.0',
|
| 265 |
-
'reference' => '2ffea8bfe1702b4535a7b3c2649c4301968e9a3c',
|
| 266 |
'type' => 'library',
|
| 267 |
'install_path' => __DIR__ . '/../phpseclib/bcmath_compat',
|
| 268 |
'aliases' => array(),
|
|
|
|
| 269 |
'dev_requirement' => false,
|
| 270 |
),
|
| 271 |
'phpseclib/phpseclib' => array(
|
| 272 |
'pretty_version' => '3.0.14',
|
| 273 |
'version' => '3.0.14.0',
|
| 274 |
-
'reference' => '2f0b7af658cbea265cbb4a791d6c29a6613f98ef',
|
| 275 |
'type' => 'library',
|
| 276 |
'install_path' => __DIR__ . '/../phpseclib/phpseclib',
|
| 277 |
'aliases' => array(),
|
|
|
|
| 278 |
'dev_requirement' => false,
|
| 279 |
),
|
| 280 |
'psr/cache' => array(
|
| 281 |
'pretty_version' => '1.0.1',
|
| 282 |
'version' => '1.0.1.0',
|
| 283 |
-
'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8',
|
| 284 |
'type' => 'library',
|
| 285 |
'install_path' => __DIR__ . '/../psr/cache',
|
| 286 |
'aliases' => array(),
|
|
|
|
| 287 |
'dev_requirement' => false,
|
| 288 |
),
|
| 289 |
'psr/container' => array(
|
| 290 |
'pretty_version' => '1.1.1',
|
| 291 |
'version' => '1.1.1.0',
|
| 292 |
-
'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf',
|
| 293 |
'type' => 'library',
|
| 294 |
'install_path' => __DIR__ . '/../psr/container',
|
| 295 |
'aliases' => array(),
|
|
|
|
| 296 |
'dev_requirement' => false,
|
| 297 |
),
|
| 298 |
'psr/container-implementation' => array(
|
|
@@ -304,10 +304,10 @@
|
|
| 304 |
'psr/http-client' => array(
|
| 305 |
'pretty_version' => '1.0.1',
|
| 306 |
'version' => '1.0.1.0',
|
| 307 |
-
'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621',
|
| 308 |
'type' => 'library',
|
| 309 |
'install_path' => __DIR__ . '/../psr/http-client',
|
| 310 |
'aliases' => array(),
|
|
|
|
| 311 |
'dev_requirement' => false,
|
| 312 |
),
|
| 313 |
'psr/http-client-implementation' => array(
|
|
@@ -319,10 +319,10 @@
|
|
| 319 |
'psr/http-factory' => array(
|
| 320 |
'pretty_version' => '1.0.1',
|
| 321 |
'version' => '1.0.1.0',
|
| 322 |
-
'reference' => '12ac7fcd07e5b077433f5f2bee95b3a771bf61be',
|
| 323 |
'type' => 'library',
|
| 324 |
'install_path' => __DIR__ . '/../psr/http-factory',
|
| 325 |
'aliases' => array(),
|
|
|
|
| 326 |
'dev_requirement' => false,
|
| 327 |
),
|
| 328 |
'psr/http-factory-implementation' => array(
|
|
@@ -334,10 +334,10 @@
|
|
| 334 |
'psr/http-message' => array(
|
| 335 |
'pretty_version' => '1.0.1',
|
| 336 |
'version' => '1.0.1.0',
|
| 337 |
-
'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',
|
| 338 |
'type' => 'library',
|
| 339 |
'install_path' => __DIR__ . '/../psr/http-message',
|
| 340 |
'aliases' => array(),
|
|
|
|
| 341 |
'dev_requirement' => false,
|
| 342 |
),
|
| 343 |
'psr/http-message-implementation' => array(
|
|
@@ -349,10 +349,10 @@
|
|
| 349 |
'psr/log' => array(
|
| 350 |
'pretty_version' => '1.1.4',
|
| 351 |
'version' => '1.1.4.0',
|
| 352 |
-
'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
|
| 353 |
'type' => 'library',
|
| 354 |
'install_path' => __DIR__ . '/../psr/log',
|
| 355 |
'aliases' => array(),
|
|
|
|
| 356 |
'dev_requirement' => false,
|
| 357 |
),
|
| 358 |
'psr/log-implementation' => array(
|
|
@@ -364,100 +364,100 @@
|
|
| 364 |
'ralouphie/getallheaders' => array(
|
| 365 |
'pretty_version' => '3.0.3',
|
| 366 |
'version' => '3.0.3.0',
|
| 367 |
-
'reference' => '120b605dfeb996808c31b6477290a714d356e822',
|
| 368 |
'type' => 'library',
|
| 369 |
'install_path' => __DIR__ . '/../ralouphie/getallheaders',
|
| 370 |
'aliases' => array(),
|
|
|
|
| 371 |
'dev_requirement' => false,
|
| 372 |
),
|
| 373 |
'symfony/deprecation-contracts' => array(
|
| 374 |
'pretty_version' => 'v2.5.2',
|
| 375 |
'version' => '2.5.2.0',
|
| 376 |
-
'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66',
|
| 377 |
'type' => 'library',
|
| 378 |
'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
|
| 379 |
'aliases' => array(),
|
|
|
|
| 380 |
'dev_requirement' => false,
|
| 381 |
),
|
| 382 |
'symfony/polyfill-ctype' => array(
|
| 383 |
'pretty_version' => 'v1.26.0',
|
| 384 |
'version' => '1.26.0.0',
|
| 385 |
-
'reference' => '6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4',
|
| 386 |
'type' => 'library',
|
| 387 |
'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
|
| 388 |
'aliases' => array(),
|
|
|
|
| 389 |
'dev_requirement' => false,
|
| 390 |
),
|
| 391 |
'symfony/polyfill-intl-normalizer' => array(
|
| 392 |
'pretty_version' => 'v1.26.0',
|
| 393 |
'version' => '1.26.0.0',
|
| 394 |
-
'reference' => '219aa369ceff116e673852dce47c3a41794c14bd',
|
| 395 |
'type' => 'library',
|
| 396 |
'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer',
|
| 397 |
'aliases' => array(),
|
|
|
|
| 398 |
'dev_requirement' => false,
|
| 399 |
),
|
| 400 |
'symfony/polyfill-mbstring' => array(
|
| 401 |
'pretty_version' => 'v1.26.0',
|
| 402 |
'version' => '1.26.0.0',
|
| 403 |
-
'reference' => '9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e',
|
| 404 |
'type' => 'library',
|
| 405 |
'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
|
| 406 |
'aliases' => array(),
|
|
|
|
| 407 |
'dev_requirement' => false,
|
| 408 |
),
|
| 409 |
'symfony/polyfill-php73' => array(
|
| 410 |
'pretty_version' => 'v1.26.0',
|
| 411 |
'version' => '1.26.0.0',
|
| 412 |
-
'reference' => 'e440d35fa0286f77fb45b79a03fedbeda9307e85',
|
| 413 |
'type' => 'library',
|
| 414 |
'install_path' => __DIR__ . '/../symfony/polyfill-php73',
|
| 415 |
'aliases' => array(),
|
|
|
|
| 416 |
'dev_requirement' => false,
|
| 417 |
),
|
| 418 |
'symfony/polyfill-php80' => array(
|
| 419 |
'pretty_version' => 'v1.26.0',
|
| 420 |
'version' => '1.26.0.0',
|
| 421 |
-
'reference' => 'cfa0ae98841b9e461207c13ab093d76b0fa7bace',
|
| 422 |
'type' => 'library',
|
| 423 |
'install_path' => __DIR__ . '/../symfony/polyfill-php80',
|
| 424 |
'aliases' => array(),
|
|
|
|
| 425 |
'dev_requirement' => false,
|
| 426 |
),
|
| 427 |
'symfony/polyfill-php81' => array(
|
| 428 |
'pretty_version' => 'v1.26.0',
|
| 429 |
'version' => '1.26.0.0',
|
| 430 |
-
'reference' => '13f6d1271c663dc5ae9fb843a8f16521db7687a1',
|
| 431 |
'type' => 'library',
|
| 432 |
'install_path' => __DIR__ . '/../symfony/polyfill-php81',
|
| 433 |
'aliases' => array(),
|
|
|
|
| 434 |
'dev_requirement' => false,
|
| 435 |
),
|
| 436 |
'symfony/translation-contracts' => array(
|
| 437 |
'pretty_version' => 'v2.5.1',
|
| 438 |
'version' => '2.5.1.0',
|
| 439 |
-
'reference' => '1211df0afa701e45a04253110e959d4af4ef0f07',
|
| 440 |
'type' => 'library',
|
| 441 |
'install_path' => __DIR__ . '/../symfony/translation-contracts',
|
| 442 |
'aliases' => array(),
|
|
|
|
| 443 |
'dev_requirement' => false,
|
| 444 |
),
|
| 445 |
'symfony/validator' => array(
|
| 446 |
'pretty_version' => 'v5.4.8',
|
| 447 |
'version' => '5.4.8.0',
|
| 448 |
-
'reference' => 'bdc6d04ba95c73ccbf906b4ad9b8775c738d83ad',
|
| 449 |
'type' => 'library',
|
| 450 |
'install_path' => __DIR__ . '/../symfony/validator',
|
| 451 |
'aliases' => array(),
|
|
|
|
| 452 |
'dev_requirement' => false,
|
| 453 |
),
|
| 454 |
'woocommerce/google-listings-and-ads' => array(
|
| 455 |
-
'pretty_version' => 'dev-release/2.1.
|
| 456 |
-
'version' => 'dev-release/2.1.
|
| 457 |
-
'reference' => 'e350477c726a89b2f3a7dce55a72d9209066e970',
|
| 458 |
'type' => 'wordpress-plugin',
|
| 459 |
'install_path' => __DIR__ . '/../../',
|
| 460 |
'aliases' => array(),
|
|
|
|
| 461 |
'dev_requirement' => false,
|
| 462 |
),
|
| 463 |
),
|
| 1 |
<?php return array(
|
| 2 |
'root' => array(
|
| 3 |
+
'pretty_version' => 'dev-release/2.1.2',
|
| 4 |
+
'version' => 'dev-release/2.1.2',
|
|
|
|
|
|
|
| 5 |
'type' => 'wordpress-plugin',
|
| 6 |
'install_path' => __DIR__ . '/../../',
|
| 7 |
'aliases' => array(),
|
| 8 |
+
'reference' => '8c75521440715f51b4dad9d82055e51014274f03',
|
| 9 |
+
'name' => 'woocommerce/google-listings-and-ads',
|
| 10 |
'dev' => false,
|
| 11 |
),
|
| 12 |
'versions' => array(
|
| 13 |
'automattic/jetpack-a8c-mc-stats' => array(
|
| 14 |
'pretty_version' => 'v1.4.13',
|
| 15 |
'version' => '1.4.13.0',
|
|
|
|
| 16 |
'type' => 'jetpack-library',
|
| 17 |
'install_path' => __DIR__ . '/../automattic/jetpack-a8c-mc-stats',
|
| 18 |
'aliases' => array(),
|
| 19 |
+
'reference' => '64ee9a83861c6b2c8744e2ebc25157806f3548e0',
|
| 20 |
'dev_requirement' => false,
|
| 21 |
),
|
| 22 |
'automattic/jetpack-admin-ui' => array(
|
| 23 |
'pretty_version' => 'v0.2.7',
|
| 24 |
'version' => '0.2.7.0',
|
|
|
|
| 25 |
'type' => 'jetpack-library',
|
| 26 |
'install_path' => __DIR__ . '/../automattic/jetpack-admin-ui',
|
| 27 |
'aliases' => array(),
|
| 28 |
+
'reference' => '56a60ee4d03ac2be62cb341e3df0f2fb5cc851f8',
|
| 29 |
'dev_requirement' => false,
|
| 30 |
),
|
| 31 |
'automattic/jetpack-autoloader' => array(
|
| 32 |
'pretty_version' => 'v2.11.5',
|
| 33 |
'version' => '2.11.5.0',
|
|
|
|
| 34 |
'type' => 'composer-plugin',
|
| 35 |
'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
|
| 36 |
'aliases' => array(),
|
| 37 |
+
'reference' => '664c7cf0ff94b4f2f7c5b359bef3616822004a04',
|
| 38 |
'dev_requirement' => false,
|
| 39 |
),
|
| 40 |
'automattic/jetpack-config' => array(
|
| 41 |
'pretty_version' => 'v1.9.0',
|
| 42 |
'version' => '1.9.0.0',
|
|
|
|
| 43 |
'type' => 'jetpack-library',
|
| 44 |
'install_path' => __DIR__ . '/../automattic/jetpack-config',
|
| 45 |
'aliases' => array(),
|
| 46 |
+
'reference' => '415d06ba5363b2b204d4763aa4d65bfbdd4b769a',
|
| 47 |
'dev_requirement' => false,
|
| 48 |
),
|
| 49 |
'automattic/jetpack-connection' => array(
|
| 50 |
'pretty_version' => 'v1.40.5',
|
| 51 |
'version' => '1.40.5.0',
|
|
|
|
| 52 |
'type' => 'jetpack-library',
|
| 53 |
'install_path' => __DIR__ . '/../automattic/jetpack-connection',
|
| 54 |
'aliases' => array(),
|
| 55 |
+
'reference' => '461d33c0aa9b8f706d1b62a317a6c770f990ce4d',
|
| 56 |
'dev_requirement' => false,
|
| 57 |
),
|
| 58 |
'automattic/jetpack-constants' => array(
|
| 59 |
'pretty_version' => 'v1.6.16',
|
| 60 |
'version' => '1.6.16.0',
|
|
|
|
| 61 |
'type' => 'jetpack-library',
|
| 62 |
'install_path' => __DIR__ . '/../automattic/jetpack-constants',
|
| 63 |
'aliases' => array(),
|
| 64 |
+
'reference' => 'f719d15636026c2e47d927a24edc54898d859a0e',
|
| 65 |
'dev_requirement' => false,
|
| 66 |
),
|
| 67 |
'automattic/jetpack-redirect' => array(
|
| 68 |
'pretty_version' => 'v1.7.15',
|
| 69 |
'version' => '1.7.15.0',
|
|
|
|
| 70 |
'type' => 'jetpack-library',
|
| 71 |
'install_path' => __DIR__ . '/../automattic/jetpack-redirect',
|
| 72 |
'aliases' => array(),
|
| 73 |
+
'reference' => 'd9c416ba23831cce2608c6fd689754f15dcb8498',
|
| 74 |
'dev_requirement' => false,
|
| 75 |
),
|
| 76 |
'automattic/jetpack-roles' => array(
|
| 77 |
'pretty_version' => 'v1.4.15',
|
| 78 |
'version' => '1.4.15.0',
|
|
|
|
| 79 |
'type' => 'jetpack-library',
|
| 80 |
'install_path' => __DIR__ . '/../automattic/jetpack-roles',
|
| 81 |
'aliases' => array(),
|
| 82 |
+
'reference' => '6ffbb2fef269334e3528380bfd7a064e3c904dce',
|
| 83 |
'dev_requirement' => false,
|
| 84 |
),
|
| 85 |
'automattic/jetpack-status' => array(
|
| 86 |
'pretty_version' => 'v1.13.6',
|
| 87 |
'version' => '1.13.6.0',
|
|
|
|
| 88 |
'type' => 'jetpack-library',
|
| 89 |
'install_path' => __DIR__ . '/../automattic/jetpack-status',
|
| 90 |
'aliases' => array(),
|
| 91 |
+
'reference' => '6005840740548864d2a67090d87b59a6f141e5c4',
|
| 92 |
'dev_requirement' => false,
|
| 93 |
),
|
| 94 |
'firebase/php-jwt' => array(
|
| 95 |
'pretty_version' => 'v6.3.0',
|
| 96 |
'version' => '6.3.0.0',
|
|
|
|
| 97 |
'type' => 'library',
|
| 98 |
'install_path' => __DIR__ . '/../firebase/php-jwt',
|
| 99 |
'aliases' => array(),
|
| 100 |
+
'reference' => '018dfc4e1da92ad8a1b90adc4893f476a3b41cb8',
|
| 101 |
'dev_requirement' => false,
|
| 102 |
),
|
| 103 |
'google/apiclient' => array(
|
| 104 |
'pretty_version' => 'v2.12.6',
|
| 105 |
'version' => '2.12.6.0',
|
|
|
|
| 106 |
'type' => 'library',
|
| 107 |
'install_path' => __DIR__ . '/../google/apiclient',
|
| 108 |
'aliases' => array(),
|
| 109 |
+
'reference' => 'f92aa126903a9e2da5bd41a280d9633cb249e79e',
|
| 110 |
'dev_requirement' => false,
|
| 111 |
),
|
| 112 |
'google/apiclient-services' => array(
|
| 113 |
'pretty_version' => 'v0.258.0',
|
| 114 |
'version' => '0.258.0.0',
|
|
|
|
| 115 |
'type' => 'library',
|
| 116 |
'install_path' => __DIR__ . '/../google/apiclient-services',
|
| 117 |
'aliases' => array(),
|
| 118 |
+
'reference' => '71eb32534aba05e373fe317c1373a9645065881c',
|
| 119 |
'dev_requirement' => false,
|
| 120 |
),
|
| 121 |
'google/auth' => array(
|
| 122 |
'pretty_version' => 'v1.21.1',
|
| 123 |
'version' => '1.21.1.0',
|
|
|
|
| 124 |
'type' => 'library',
|
| 125 |
'install_path' => __DIR__ . '/../google/auth',
|
| 126 |
'aliases' => array(),
|
| 127 |
+
'reference' => 'aa3b9ca29258ac6347ce3c8937a2418c5d78f840',
|
| 128 |
'dev_requirement' => false,
|
| 129 |
),
|
| 130 |
'google/common-protos' => array(
|
| 131 |
'pretty_version' => '2.1.0',
|
| 132 |
'version' => '2.1.0.0',
|
|
|
|
| 133 |
'type' => 'library',
|
| 134 |
'install_path' => __DIR__ . '/../google/common-protos',
|
| 135 |
'aliases' => array(),
|
| 136 |
+
'reference' => '4bad82f73a10f8ea4e6d078da93406a16c996044',
|
| 137 |
'dev_requirement' => false,
|
| 138 |
),
|
| 139 |
'google/gax' => array(
|
| 140 |
'pretty_version' => 'v1.13.0',
|
| 141 |
'version' => '1.13.0.0',
|
|
|
|
| 142 |
'type' => 'library',
|
| 143 |
'install_path' => __DIR__ . '/../google/gax',
|
| 144 |
'aliases' => array(),
|
| 145 |
+
'reference' => '1403cdf2406ef9af113d8563a43ccb0f7d7c7544',
|
| 146 |
'dev_requirement' => false,
|
| 147 |
),
|
| 148 |
'google/grpc-gcp' => array(
|
| 149 |
'pretty_version' => 'v0.2.0',
|
| 150 |
'version' => '0.2.0.0',
|
|
|
|
| 151 |
'type' => 'library',
|
| 152 |
'install_path' => __DIR__ . '/../google/grpc-gcp',
|
| 153 |
'aliases' => array(),
|
| 154 |
+
'reference' => '2465c2273e11ada1e95155aa1e209f3b8f03c314',
|
| 155 |
'dev_requirement' => false,
|
| 156 |
),
|
| 157 |
'google/protobuf' => array(
|
| 158 |
'pretty_version' => 'v3.21.2',
|
| 159 |
'version' => '3.21.2.0',
|
|
|
|
| 160 |
'type' => 'library',
|
| 161 |
'install_path' => __DIR__ . '/../google/protobuf',
|
| 162 |
'aliases' => array(),
|
| 163 |
+
'reference' => '374edda06747bb1d6899d11af646ccab38646e65',
|
| 164 |
'dev_requirement' => false,
|
| 165 |
),
|
| 166 |
'googleads/google-ads-php' => array(
|
| 167 |
'pretty_version' => 'v16.0.0',
|
| 168 |
'version' => '16.0.0.0',
|
|
|
|
| 169 |
'type' => 'library',
|
| 170 |
'install_path' => __DIR__ . '/../googleads/google-ads-php',
|
| 171 |
'aliases' => array(),
|
| 172 |
+
'reference' => '41382c1419a78d98821b67b52a5f47d615a131b2',
|
| 173 |
'dev_requirement' => false,
|
| 174 |
),
|
| 175 |
'grpc/grpc' => array(
|
| 176 |
'pretty_version' => '1.42.0',
|
| 177 |
'version' => '1.42.0.0',
|
|
|
|
| 178 |
'type' => 'library',
|
| 179 |
'install_path' => __DIR__ . '/../grpc/grpc',
|
| 180 |
'aliases' => array(),
|
| 181 |
+
'reference' => '9fa44f104cb92e924d4da547323a97f3d8aca6d4',
|
| 182 |
'dev_requirement' => false,
|
| 183 |
),
|
| 184 |
'guzzlehttp/guzzle' => array(
|
| 185 |
'pretty_version' => '7.4.5',
|
| 186 |
'version' => '7.4.5.0',
|
|
|
|
| 187 |
'type' => 'library',
|
| 188 |
'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
|
| 189 |
'aliases' => array(),
|
| 190 |
+
'reference' => '1dd98b0564cb3f6bd16ce683cb755f94c10fbd82',
|
| 191 |
'dev_requirement' => false,
|
| 192 |
),
|
| 193 |
'guzzlehttp/promises' => array(
|
| 194 |
'pretty_version' => '1.5.1',
|
| 195 |
'version' => '1.5.1.0',
|
|
|
|
| 196 |
'type' => 'library',
|
| 197 |
'install_path' => __DIR__ . '/../guzzlehttp/promises',
|
| 198 |
'aliases' => array(),
|
| 199 |
+
'reference' => 'fe752aedc9fd8fcca3fe7ad05d419d32998a06da',
|
| 200 |
'dev_requirement' => false,
|
| 201 |
),
|
| 202 |
'guzzlehttp/psr7' => array(
|
| 203 |
'pretty_version' => '2.4.0',
|
| 204 |
'version' => '2.4.0.0',
|
|
|
|
| 205 |
'type' => 'library',
|
| 206 |
'install_path' => __DIR__ . '/../guzzlehttp/psr7',
|
| 207 |
'aliases' => array(),
|
| 208 |
+
'reference' => '13388f00956b1503577598873fffb5ae994b5737',
|
| 209 |
'dev_requirement' => false,
|
| 210 |
),
|
| 211 |
'league/container' => array(
|
| 212 |
'pretty_version' => '3.4.1',
|
| 213 |
'version' => '3.4.1.0',
|
|
|
|
| 214 |
'type' => 'library',
|
| 215 |
'install_path' => __DIR__ . '/../league/container',
|
| 216 |
'aliases' => array(),
|
| 217 |
+
'reference' => '84ecbc2dbecc31bd23faf759a0e329ee49abddbd',
|
| 218 |
'dev_requirement' => false,
|
| 219 |
),
|
| 220 |
'league/iso3166' => array(
|
| 221 |
'pretty_version' => '3.0.0',
|
| 222 |
'version' => '3.0.0.0',
|
|
|
|
| 223 |
'type' => 'library',
|
| 224 |
'install_path' => __DIR__ . '/../league/iso3166',
|
| 225 |
'aliases' => array(),
|
| 226 |
+
'reference' => '9976d382f270ad3f3df8a68719beb7a7179ffa1e',
|
| 227 |
'dev_requirement' => false,
|
| 228 |
),
|
| 229 |
'monolog/monolog' => array(
|
| 230 |
'pretty_version' => '2.7.0',
|
| 231 |
'version' => '2.7.0.0',
|
|
|
|
| 232 |
'type' => 'library',
|
| 233 |
'install_path' => __DIR__ . '/../monolog/monolog',
|
| 234 |
'aliases' => array(),
|
| 235 |
+
'reference' => '5579edf28aee1190a798bfa5be8bc16c563bd524',
|
| 236 |
'dev_requirement' => false,
|
| 237 |
),
|
| 238 |
'orno/di' => array(
|
| 244 |
'paragonie/constant_time_encoding' => array(
|
| 245 |
'pretty_version' => 'v2.6.3',
|
| 246 |
'version' => '2.6.3.0',
|
|
|
|
| 247 |
'type' => 'library',
|
| 248 |
'install_path' => __DIR__ . '/../paragonie/constant_time_encoding',
|
| 249 |
'aliases' => array(),
|
| 250 |
+
'reference' => '58c3f47f650c94ec05a151692652a868995d2938',
|
| 251 |
'dev_requirement' => false,
|
| 252 |
),
|
| 253 |
'paragonie/random_compat' => array(
|
| 254 |
'pretty_version' => 'v9.99.100',
|
| 255 |
'version' => '9.99.100.0',
|
|
|
|
| 256 |
'type' => 'library',
|
| 257 |
'install_path' => __DIR__ . '/../paragonie/random_compat',
|
| 258 |
'aliases' => array(),
|
| 259 |
+
'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a',
|
| 260 |
'dev_requirement' => false,
|
| 261 |
),
|
| 262 |
'phpseclib/bcmath_compat' => array(
|
| 263 |
'pretty_version' => '2.0.1',
|
| 264 |
'version' => '2.0.1.0',
|
|
|
|
| 265 |
'type' => 'library',
|
| 266 |
'install_path' => __DIR__ . '/../phpseclib/bcmath_compat',
|
| 267 |
'aliases' => array(),
|
| 268 |
+
'reference' => '2ffea8bfe1702b4535a7b3c2649c4301968e9a3c',
|
| 269 |
'dev_requirement' => false,
|
| 270 |
),
|
| 271 |
'phpseclib/phpseclib' => array(
|
| 272 |
'pretty_version' => '3.0.14',
|
| 273 |
'version' => '3.0.14.0',
|
|
|
|
| 274 |
'type' => 'library',
|
| 275 |
'install_path' => __DIR__ . '/../phpseclib/phpseclib',
|
| 276 |
'aliases' => array(),
|
| 277 |
+
'reference' => '2f0b7af658cbea265cbb4a791d6c29a6613f98ef',
|
| 278 |
'dev_requirement' => false,
|
| 279 |
),
|
| 280 |
'psr/cache' => array(
|
| 281 |
'pretty_version' => '1.0.1',
|
| 282 |
'version' => '1.0.1.0',
|
|
|
|
| 283 |
'type' => 'library',
|
| 284 |
'install_path' => __DIR__ . '/../psr/cache',
|
| 285 |
'aliases' => array(),
|
| 286 |
+
'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8',
|
| 287 |
'dev_requirement' => false,
|
| 288 |
),
|
| 289 |
'psr/container' => array(
|
| 290 |
'pretty_version' => '1.1.1',
|
| 291 |
'version' => '1.1.1.0',
|
|
|
|
| 292 |
'type' => 'library',
|
| 293 |
'install_path' => __DIR__ . '/../psr/container',
|
| 294 |
'aliases' => array(),
|
| 295 |
+
'reference' => '8622567409010282b7aeebe4bb841fe98b58dcaf',
|
| 296 |
'dev_requirement' => false,
|
| 297 |
),
|
| 298 |
'psr/container-implementation' => array(
|
| 304 |
'psr/http-client' => array(
|
| 305 |
'pretty_version' => '1.0.1',
|
| 306 |
'version' => '1.0.1.0',
|
|
|
|
| 307 |
'type' => 'library',
|
| 308 |
'install_path' => __DIR__ . '/../psr/http-client',
|
| 309 |
'aliases' => array(),
|
| 310 |
+
'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621',
|
| 311 |
'dev_requirement' => false,
|
| 312 |
),
|
| 313 |
'psr/http-client-implementation' => array(
|
| 319 |
'psr/http-factory' => array(
|
| 320 |
'pretty_version' => '1.0.1',
|
| 321 |
'version' => '1.0.1.0',
|
|
|
|
| 322 |
'type' => 'library',
|
| 323 |
'install_path' => __DIR__ . '/../psr/http-factory',
|
| 324 |
'aliases' => array(),
|
| 325 |
+
'reference' => '12ac7fcd07e5b077433f5f2bee95b3a771bf61be',
|
| 326 |
'dev_requirement' => false,
|
| 327 |
),
|
| 328 |
'psr/http-factory-implementation' => array(
|
| 334 |
'psr/http-message' => array(
|
| 335 |
'pretty_version' => '1.0.1',
|
| 336 |
'version' => '1.0.1.0',
|
|
|
|
| 337 |
'type' => 'library',
|
| 338 |
'install_path' => __DIR__ . '/../psr/http-message',
|
| 339 |
'aliases' => array(),
|
| 340 |
+
'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',
|
| 341 |
'dev_requirement' => false,
|
| 342 |
),
|
| 343 |
'psr/http-message-implementation' => array(
|
| 349 |
'psr/log' => array(
|
| 350 |
'pretty_version' => '1.1.4',
|
| 351 |
'version' => '1.1.4.0',
|
|
|
|
| 352 |
'type' => 'library',
|
| 353 |
'install_path' => __DIR__ . '/../psr/log',
|
| 354 |
'aliases' => array(),
|
| 355 |
+
'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
|
| 356 |
'dev_requirement' => false,
|
| 357 |
),
|
| 358 |
'psr/log-implementation' => array(
|
| 364 |
'ralouphie/getallheaders' => array(
|
| 365 |
'pretty_version' => '3.0.3',
|
| 366 |
'version' => '3.0.3.0',
|
|
|
|
| 367 |
'type' => 'library',
|
| 368 |
'install_path' => __DIR__ . '/../ralouphie/getallheaders',
|
| 369 |
'aliases' => array(),
|
| 370 |
+
'reference' => '120b605dfeb996808c31b6477290a714d356e822',
|
| 371 |
'dev_requirement' => false,
|
| 372 |
),
|
| 373 |
'symfony/deprecation-contracts' => array(
|
| 374 |
'pretty_version' => 'v2.5.2',
|
| 375 |
'version' => '2.5.2.0',
|
|
|
|
| 376 |
'type' => 'library',
|
| 377 |
'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
|
| 378 |
'aliases' => array(),
|
| 379 |
+
'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66',
|
| 380 |
'dev_requirement' => false,
|
| 381 |
),
|
| 382 |
'symfony/polyfill-ctype' => array(
|
| 383 |
'pretty_version' => 'v1.26.0',
|
| 384 |
'version' => '1.26.0.0',
|
|
|
|
| 385 |
'type' => 'library',
|
| 386 |
'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
|
| 387 |
'aliases' => array(),
|
| 388 |
+
'reference' => '6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4',
|
| 389 |
'dev_requirement' => false,
|
| 390 |
),
|
| 391 |
'symfony/polyfill-intl-normalizer' => array(
|
| 392 |
'pretty_version' => 'v1.26.0',
|
| 393 |
'version' => '1.26.0.0',
|
|
|
|
| 394 |
'type' => 'library',
|
| 395 |
'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer',
|
| 396 |
'aliases' => array(),
|
| 397 |
+
'reference' => '219aa369ceff116e673852dce47c3a41794c14bd',
|
| 398 |
'dev_requirement' => false,
|
| 399 |
),
|
| 400 |
'symfony/polyfill-mbstring' => array(
|
| 401 |
'pretty_version' => 'v1.26.0',
|
| 402 |
'version' => '1.26.0.0',
|
|
|
|
| 403 |
'type' => 'library',
|
| 404 |
'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
|
| 405 |
'aliases' => array(),
|
| 406 |
+
'reference' => '9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e',
|
| 407 |
'dev_requirement' => false,
|
| 408 |
),
|
| 409 |
'symfony/polyfill-php73' => array(
|
| 410 |
'pretty_version' => 'v1.26.0',
|
| 411 |
'version' => '1.26.0.0',
|
|
|
|
| 412 |
'type' => 'library',
|
| 413 |
'install_path' => __DIR__ . '/../symfony/polyfill-php73',
|
| 414 |
'aliases' => array(),
|
| 415 |
+
'reference' => 'e440d35fa0286f77fb45b79a03fedbeda9307e85',
|
| 416 |
'dev_requirement' => false,
|
| 417 |
),
|
| 418 |
'symfony/polyfill-php80' => array(
|
| 419 |
'pretty_version' => 'v1.26.0',
|
| 420 |
'version' => '1.26.0.0',
|
|
|
|
| 421 |
'type' => 'library',
|
| 422 |
'install_path' => __DIR__ . '/../symfony/polyfill-php80',
|
| 423 |
'aliases' => array(),
|
| 424 |
+
'reference' => 'cfa0ae98841b9e461207c13ab093d76b0fa7bace',
|
| 425 |
'dev_requirement' => false,
|
| 426 |
),
|
| 427 |
'symfony/polyfill-php81' => array(
|
| 428 |
'pretty_version' => 'v1.26.0',
|
| 429 |
'version' => '1.26.0.0',
|
|
|
|
| 430 |
'type' => 'library',
|
| 431 |
'install_path' => __DIR__ . '/../symfony/polyfill-php81',
|
| 432 |
'aliases' => array(),
|
| 433 |
+
'reference' => '13f6d1271c663dc5ae9fb843a8f16521db7687a1',
|
| 434 |
'dev_requirement' => false,
|
| 435 |
),
|
| 436 |
'symfony/translation-contracts' => array(
|
| 437 |
'pretty_version' => 'v2.5.1',
|
| 438 |
'version' => '2.5.1.0',
|
|
|
|
| 439 |
'type' => 'library',
|
| 440 |
'install_path' => __DIR__ . '/../symfony/translation-contracts',
|
| 441 |
'aliases' => array(),
|
| 442 |
+
'reference' => '1211df0afa701e45a04253110e959d4af4ef0f07',
|
| 443 |
'dev_requirement' => false,
|
| 444 |
),
|
| 445 |
'symfony/validator' => array(
|
| 446 |
'pretty_version' => 'v5.4.8',
|
| 447 |
'version' => '5.4.8.0',
|
|
|
|
| 448 |
'type' => 'library',
|
| 449 |
'install_path' => __DIR__ . '/../symfony/validator',
|
| 450 |
'aliases' => array(),
|
| 451 |
+
'reference' => 'bdc6d04ba95c73ccbf906b4ad9b8775c738d83ad',
|
| 452 |
'dev_requirement' => false,
|
| 453 |
),
|
| 454 |
'woocommerce/google-listings-and-ads' => array(
|
| 455 |
+
'pretty_version' => 'dev-release/2.1.2',
|
| 456 |
+
'version' => 'dev-release/2.1.2',
|
|
|
|
| 457 |
'type' => 'wordpress-plugin',
|
| 458 |
'install_path' => __DIR__ . '/../../',
|
| 459 |
'aliases' => array(),
|
| 460 |
+
'reference' => '8c75521440715f51b4dad9d82055e51014274f03',
|
| 461 |
'dev_requirement' => false,
|
| 462 |
),
|
| 463 |
),
|
vendor/composer/jetpack_autoload_classmap.php
CHANGED
|
@@ -6,1321 +6,1321 @@ $vendorDir = dirname(__DIR__);
|
|
| 6 |
$baseDir = dirname($vendorDir);
|
| 7 |
|
| 8 |
return array(
|
| 9 |
-
'phpseclib3\\
|
| 10 |
'version' => '3.0.14.0',
|
| 11 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 12 |
),
|
| 13 |
-
'phpseclib3\\
|
| 14 |
'version' => '3.0.14.0',
|
| 15 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 16 |
),
|
| 17 |
-
'phpseclib3\\
|
| 18 |
'version' => '3.0.14.0',
|
| 19 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 20 |
),
|
| 21 |
-
'phpseclib3\\
|
| 22 |
'version' => '3.0.14.0',
|
| 23 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 24 |
),
|
| 25 |
-
'phpseclib3\\
|
| 26 |
'version' => '3.0.14.0',
|
| 27 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 28 |
),
|
| 29 |
-
'phpseclib3\\
|
| 30 |
'version' => '3.0.14.0',
|
| 31 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 32 |
),
|
| 33 |
-
'phpseclib3\\
|
| 34 |
'version' => '3.0.14.0',
|
| 35 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 36 |
),
|
| 37 |
-
'phpseclib3\\
|
| 38 |
'version' => '3.0.14.0',
|
| 39 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 40 |
),
|
| 41 |
-
'phpseclib3\\
|
| 42 |
'version' => '3.0.14.0',
|
| 43 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 44 |
),
|
| 45 |
-
'phpseclib3\\
|
| 46 |
'version' => '3.0.14.0',
|
| 47 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 48 |
),
|
| 49 |
-
'phpseclib3\\
|
| 50 |
'version' => '3.0.14.0',
|
| 51 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 52 |
),
|
| 53 |
-
'phpseclib3\\
|
| 54 |
'version' => '3.0.14.0',
|
| 55 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 56 |
),
|
| 57 |
-
'phpseclib3\\
|
| 58 |
'version' => '3.0.14.0',
|
| 59 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 60 |
),
|
| 61 |
-
'phpseclib3\\
|
| 62 |
'version' => '3.0.14.0',
|
| 63 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 64 |
),
|
| 65 |
-
'phpseclib3\\
|
| 66 |
'version' => '3.0.14.0',
|
| 67 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 68 |
),
|
| 69 |
-
'phpseclib3\\
|
| 70 |
'version' => '3.0.14.0',
|
| 71 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 72 |
),
|
| 73 |
-
'phpseclib3\\
|
| 74 |
'version' => '3.0.14.0',
|
| 75 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 76 |
),
|
| 77 |
-
'phpseclib3\\
|
| 78 |
'version' => '3.0.14.0',
|
| 79 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 80 |
),
|
| 81 |
-
'phpseclib3\\
|
| 82 |
'version' => '3.0.14.0',
|
| 83 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 84 |
),
|
| 85 |
-
'phpseclib3\\
|
| 86 |
'version' => '3.0.14.0',
|
| 87 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 88 |
),
|
| 89 |
-
'phpseclib3\\
|
| 90 |
'version' => '3.0.14.0',
|
| 91 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 92 |
),
|
| 93 |
-
'phpseclib3\\
|
| 94 |
'version' => '3.0.14.0',
|
| 95 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 96 |
),
|
| 97 |
-
'phpseclib3\\
|
| 98 |
'version' => '3.0.14.0',
|
| 99 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 100 |
),
|
| 101 |
-
'phpseclib3\\
|
| 102 |
'version' => '3.0.14.0',
|
| 103 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 104 |
),
|
| 105 |
-
'phpseclib3\\
|
| 106 |
'version' => '3.0.14.0',
|
| 107 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 108 |
),
|
| 109 |
-
'phpseclib3\\
|
| 110 |
'version' => '3.0.14.0',
|
| 111 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 112 |
),
|
| 113 |
-
'phpseclib3\\
|
| 114 |
'version' => '3.0.14.0',
|
| 115 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 116 |
),
|
| 117 |
-
'phpseclib3\\
|
| 118 |
'version' => '3.0.14.0',
|
| 119 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 120 |
),
|
| 121 |
-
'phpseclib3\\
|
| 122 |
'version' => '3.0.14.0',
|
| 123 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 124 |
),
|
| 125 |
-
'phpseclib3\\
|
| 126 |
'version' => '3.0.14.0',
|
| 127 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 128 |
),
|
| 129 |
-
'phpseclib3\\
|
| 130 |
'version' => '3.0.14.0',
|
| 131 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 132 |
),
|
| 133 |
-
'phpseclib3\\
|
| 134 |
'version' => '3.0.14.0',
|
| 135 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 136 |
),
|
| 137 |
-
'phpseclib3\\
|
| 138 |
'version' => '3.0.14.0',
|
| 139 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 140 |
),
|
| 141 |
-
'phpseclib3\\
|
| 142 |
'version' => '3.0.14.0',
|
| 143 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 144 |
),
|
| 145 |
-
'phpseclib3\\
|
| 146 |
'version' => '3.0.14.0',
|
| 147 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 148 |
),
|
| 149 |
-
'phpseclib3\\
|
| 150 |
'version' => '3.0.14.0',
|
| 151 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 152 |
),
|
| 153 |
-
'phpseclib3\\
|
| 154 |
'version' => '3.0.14.0',
|
| 155 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 156 |
),
|
| 157 |
-
'phpseclib3\\
|
| 158 |
'version' => '3.0.14.0',
|
| 159 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 160 |
),
|
| 161 |
-
'phpseclib3\\
|
| 162 |
'version' => '3.0.14.0',
|
| 163 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 164 |
),
|
| 165 |
-
'phpseclib3\\
|
| 166 |
'version' => '3.0.14.0',
|
| 167 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 168 |
),
|
| 169 |
-
'phpseclib3\\
|
| 170 |
'version' => '3.0.14.0',
|
| 171 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 172 |
),
|
| 173 |
-
'phpseclib3\\
|
| 174 |
'version' => '3.0.14.0',
|
| 175 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 176 |
),
|
| 177 |
-
'phpseclib3\\
|
| 178 |
'version' => '3.0.14.0',
|
| 179 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 180 |
),
|
| 181 |
-
'phpseclib3\\
|
| 182 |
'version' => '3.0.14.0',
|
| 183 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 184 |
),
|
| 185 |
-
'phpseclib3\\
|
| 186 |
'version' => '3.0.14.0',
|
| 187 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 188 |
),
|
| 189 |
-
'phpseclib3\\
|
| 190 |
'version' => '3.0.14.0',
|
| 191 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 192 |
),
|
| 193 |
-
'phpseclib3\\
|
| 194 |
'version' => '3.0.14.0',
|
| 195 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 196 |
),
|
| 197 |
-
'phpseclib3\\
|
| 198 |
'version' => '3.0.14.0',
|
| 199 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 200 |
),
|
| 201 |
-
'phpseclib3\\
|
| 202 |
'version' => '3.0.14.0',
|
| 203 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 204 |
),
|
| 205 |
-
'phpseclib3\\
|
| 206 |
'version' => '3.0.14.0',
|
| 207 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 208 |
),
|
| 209 |
-
'phpseclib3\\
|
| 210 |
'version' => '3.0.14.0',
|
| 211 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 212 |
),
|
| 213 |
-
'phpseclib3\\
|
| 214 |
'version' => '3.0.14.0',
|
| 215 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 216 |
),
|
| 217 |
-
'phpseclib3\\
|
| 218 |
'version' => '3.0.14.0',
|
| 219 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 220 |
),
|
| 221 |
-
'phpseclib3\\
|
| 222 |
'version' => '3.0.14.0',
|
| 223 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 224 |
),
|
| 225 |
-
'phpseclib3\\
|
| 226 |
'version' => '3.0.14.0',
|
| 227 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 228 |
),
|
| 229 |
-
'phpseclib3\\
|
| 230 |
'version' => '3.0.14.0',
|
| 231 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 232 |
),
|
| 233 |
-
'phpseclib3\\
|
| 234 |
'version' => '3.0.14.0',
|
| 235 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 236 |
),
|
| 237 |
-
'phpseclib3\\
|
| 238 |
'version' => '3.0.14.0',
|
| 239 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 240 |
),
|
| 241 |
-
'phpseclib3\\
|
| 242 |
'version' => '3.0.14.0',
|
| 243 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 244 |
),
|
| 245 |
-
'phpseclib3\\
|
| 246 |
'version' => '3.0.14.0',
|
| 247 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 248 |
),
|
| 249 |
-
'phpseclib3\\
|
| 250 |
'version' => '3.0.14.0',
|
| 251 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 252 |
),
|
| 253 |
-
'phpseclib3\\
|
| 254 |
'version' => '3.0.14.0',
|
| 255 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 256 |
),
|
| 257 |
-
'phpseclib3\\
|
| 258 |
'version' => '3.0.14.0',
|
| 259 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 260 |
),
|
| 261 |
-
'phpseclib3\\
|
| 262 |
'version' => '3.0.14.0',
|
| 263 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 264 |
),
|
| 265 |
-
'phpseclib3\\
|
| 266 |
'version' => '3.0.14.0',
|
| 267 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 268 |
),
|
| 269 |
-
'phpseclib3\\
|
| 270 |
'version' => '3.0.14.0',
|
| 271 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 272 |
),
|
| 273 |
-
'phpseclib3\\
|
| 274 |
'version' => '3.0.14.0',
|
| 275 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 276 |
),
|
| 277 |
-
'phpseclib3\\
|
| 278 |
'version' => '3.0.14.0',
|
| 279 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 280 |
),
|
| 281 |
-
'phpseclib3\\
|
| 282 |
'version' => '3.0.14.0',
|
| 283 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 284 |
),
|
| 285 |
-
'phpseclib3\\
|
| 286 |
'version' => '3.0.14.0',
|
| 287 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 288 |
),
|
| 289 |
-
'phpseclib3\\
|
| 290 |
'version' => '3.0.14.0',
|
| 291 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 292 |
),
|
| 293 |
-
'phpseclib3\\
|
| 294 |
'version' => '3.0.14.0',
|
| 295 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 296 |
),
|
| 297 |
-
'phpseclib3\\
|
| 298 |
'version' => '3.0.14.0',
|
| 299 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 300 |
),
|
| 301 |
-
'phpseclib3\\
|
| 302 |
'version' => '3.0.14.0',
|
| 303 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 304 |
),
|
| 305 |
-
'phpseclib3\\
|
| 306 |
'version' => '3.0.14.0',
|
| 307 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 308 |
),
|
| 309 |
-
'phpseclib3\\
|
| 310 |
'version' => '3.0.14.0',
|
| 311 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 312 |
),
|
| 313 |
-
'phpseclib3\\
|
| 314 |
'version' => '3.0.14.0',
|
| 315 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 316 |
),
|
| 317 |
-
'phpseclib3\\
|
| 318 |
'version' => '3.0.14.0',
|
| 319 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 320 |
),
|
| 321 |
-
'phpseclib3\\
|
| 322 |
'version' => '3.0.14.0',
|
| 323 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 324 |
),
|
| 325 |
-
'phpseclib3\\
|
| 326 |
'version' => '3.0.14.0',
|
| 327 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 328 |
),
|
| 329 |
-
'phpseclib3\\
|
| 330 |
'version' => '3.0.14.0',
|
| 331 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 332 |
),
|
| 333 |
-
'phpseclib3\\
|
| 334 |
'version' => '3.0.14.0',
|
| 335 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 336 |
),
|
| 337 |
-
'phpseclib3\\
|
| 338 |
'version' => '3.0.14.0',
|
| 339 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 340 |
),
|
| 341 |
-
'phpseclib3\\
|
| 342 |
'version' => '3.0.14.0',
|
| 343 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 344 |
),
|
| 345 |
-
'phpseclib3\\
|
| 346 |
'version' => '3.0.14.0',
|
| 347 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 348 |
),
|
| 349 |
-
'phpseclib3\\
|
| 350 |
'version' => '3.0.14.0',
|
| 351 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 352 |
),
|
| 353 |
-
'phpseclib3\\
|
| 354 |
'version' => '3.0.14.0',
|
| 355 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 356 |
),
|
| 357 |
-
'phpseclib3\\
|
| 358 |
'version' => '3.0.14.0',
|
| 359 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 360 |
),
|
| 361 |
-
'phpseclib3\\
|
| 362 |
'version' => '3.0.14.0',
|
| 363 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 364 |
),
|
| 365 |
-
'phpseclib3\\
|
| 366 |
'version' => '3.0.14.0',
|
| 367 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 368 |
),
|
| 369 |
-
'phpseclib3\\
|
| 370 |
'version' => '3.0.14.0',
|
| 371 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 372 |
),
|
| 373 |
-
'phpseclib3\\
|
| 374 |
'version' => '3.0.14.0',
|
| 375 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 376 |
),
|
| 377 |
-
'phpseclib3\\
|
| 378 |
'version' => '3.0.14.0',
|
| 379 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 380 |
),
|
| 381 |
-
'phpseclib3\\
|
| 382 |
'version' => '3.0.14.0',
|
| 383 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 384 |
),
|
| 385 |
-
'phpseclib3\\
|
| 386 |
'version' => '3.0.14.0',
|
| 387 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 388 |
),
|
| 389 |
-
'phpseclib3\\
|
| 390 |
'version' => '3.0.14.0',
|
| 391 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 392 |
),
|
| 393 |
-
'phpseclib3\\
|
| 394 |
'version' => '3.0.14.0',
|
| 395 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 396 |
),
|
| 397 |
-
'phpseclib3\\
|
| 398 |
'version' => '3.0.14.0',
|
| 399 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 400 |
),
|
| 401 |
-
'phpseclib3\\
|
| 402 |
'version' => '3.0.14.0',
|
| 403 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 404 |
),
|
| 405 |
-
'phpseclib3\\
|
| 406 |
'version' => '3.0.14.0',
|
| 407 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 408 |
),
|
| 409 |
-
'phpseclib3\\
|
| 410 |
'version' => '3.0.14.0',
|
| 411 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 412 |
),
|
| 413 |
-
'phpseclib3\\
|
| 414 |
'version' => '3.0.14.0',
|
| 415 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 416 |
),
|
| 417 |
-
'phpseclib3\\
|
| 418 |
'version' => '3.0.14.0',
|
| 419 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 420 |
),
|
| 421 |
-
'phpseclib3\\
|
| 422 |
'version' => '3.0.14.0',
|
| 423 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 424 |
),
|
| 425 |
-
'phpseclib3\\
|
| 426 |
'version' => '3.0.14.0',
|
| 427 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 428 |
),
|
| 429 |
-
'phpseclib3\\
|
| 430 |
'version' => '3.0.14.0',
|
| 431 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 432 |
),
|
| 433 |
-
'phpseclib3\\
|
| 434 |
'version' => '3.0.14.0',
|
| 435 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 436 |
),
|
| 437 |
-
'phpseclib3\\
|
| 438 |
'version' => '3.0.14.0',
|
| 439 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 440 |
),
|
| 441 |
-
'phpseclib3\\
|
| 442 |
'version' => '3.0.14.0',
|
| 443 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 444 |
),
|
| 445 |
-
'phpseclib3\\
|
| 446 |
'version' => '3.0.14.0',
|
| 447 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 448 |
),
|
| 449 |
-
'phpseclib3\\
|
| 450 |
'version' => '3.0.14.0',
|
| 451 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 452 |
),
|
| 453 |
-
'phpseclib3\\
|
| 454 |
'version' => '3.0.14.0',
|
| 455 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 456 |
),
|
| 457 |
-
'phpseclib3\\
|
| 458 |
'version' => '3.0.14.0',
|
| 459 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 460 |
),
|
| 461 |
-
'phpseclib3\\
|
| 462 |
'version' => '3.0.14.0',
|
| 463 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 464 |
),
|
| 465 |
-
'phpseclib3\\
|
| 466 |
'version' => '3.0.14.0',
|
| 467 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 468 |
),
|
| 469 |
-
'phpseclib3\\
|
| 470 |
'version' => '3.0.14.0',
|
| 471 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 472 |
),
|
| 473 |
-
'phpseclib3\\
|
| 474 |
'version' => '3.0.14.0',
|
| 475 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 476 |
),
|
| 477 |
-
'phpseclib3\\
|
| 478 |
'version' => '3.0.14.0',
|
| 479 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 480 |
),
|
| 481 |
-
'phpseclib3\\
|
| 482 |
'version' => '3.0.14.0',
|
| 483 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 484 |
),
|
| 485 |
-
'phpseclib3\\
|
| 486 |
'version' => '3.0.14.0',
|
| 487 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 488 |
),
|
| 489 |
-
'phpseclib3\\
|
| 490 |
'version' => '3.0.14.0',
|
| 491 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 492 |
),
|
| 493 |
-
'phpseclib3\\
|
| 494 |
'version' => '3.0.14.0',
|
| 495 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 496 |
),
|
| 497 |
-
'phpseclib3\\
|
| 498 |
'version' => '3.0.14.0',
|
| 499 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 500 |
),
|
| 501 |
-
'phpseclib3\\
|
| 502 |
'version' => '3.0.14.0',
|
| 503 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 504 |
),
|
| 505 |
-
'phpseclib3\\
|
| 506 |
'version' => '3.0.14.0',
|
| 507 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 508 |
),
|
| 509 |
-
'phpseclib3\\
|
| 510 |
'version' => '3.0.14.0',
|
| 511 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 512 |
),
|
| 513 |
-
'phpseclib3\\
|
| 514 |
'version' => '3.0.14.0',
|
| 515 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 516 |
),
|
| 517 |
-
'phpseclib3\\
|
| 518 |
'version' => '3.0.14.0',
|
| 519 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 520 |
),
|
| 521 |
-
'phpseclib3\\
|
| 522 |
'version' => '3.0.14.0',
|
| 523 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 524 |
),
|
| 525 |
-
'phpseclib3\\
|
| 526 |
'version' => '3.0.14.0',
|
| 527 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 528 |
),
|
| 529 |
-
'phpseclib3\\
|
| 530 |
'version' => '3.0.14.0',
|
| 531 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 532 |
),
|
| 533 |
-
'phpseclib3\\Crypt\\
|
| 534 |
'version' => '3.0.14.0',
|
| 535 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 536 |
),
|
| 537 |
-
'phpseclib3\\Crypt\\
|
| 538 |
'version' => '3.0.14.0',
|
| 539 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 540 |
),
|
| 541 |
-
'phpseclib3\\Crypt\\
|
| 542 |
'version' => '3.0.14.0',
|
| 543 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 544 |
),
|
| 545 |
-
'phpseclib3\\Crypt\\
|
| 546 |
'version' => '3.0.14.0',
|
| 547 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 548 |
),
|
| 549 |
-
'phpseclib3\\Crypt\\
|
| 550 |
'version' => '3.0.14.0',
|
| 551 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 552 |
),
|
| 553 |
-
'phpseclib3\\Crypt\\
|
| 554 |
'version' => '3.0.14.0',
|
| 555 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 556 |
),
|
| 557 |
-
'phpseclib3\\Crypt\\
|
| 558 |
'version' => '3.0.14.0',
|
| 559 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 560 |
),
|
| 561 |
-
'phpseclib3\\Crypt\\
|
| 562 |
'version' => '3.0.14.0',
|
| 563 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 564 |
),
|
| 565 |
-
'phpseclib3\\Crypt\\
|
| 566 |
'version' => '3.0.14.0',
|
| 567 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 568 |
),
|
| 569 |
-
'phpseclib3\\Crypt\\
|
| 570 |
'version' => '3.0.14.0',
|
| 571 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 572 |
),
|
| 573 |
-
'phpseclib3\\Crypt\\
|
| 574 |
'version' => '3.0.14.0',
|
| 575 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 576 |
),
|
| 577 |
-
'phpseclib3\\Crypt\\
|
| 578 |
'version' => '3.0.14.0',
|
| 579 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 580 |
),
|
| 581 |
-
'phpseclib3\\Crypt\\
|
| 582 |
'version' => '3.0.14.0',
|
| 583 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 584 |
),
|
| 585 |
-
'phpseclib3\\Crypt\\
|
| 586 |
'version' => '3.0.14.0',
|
| 587 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 588 |
),
|
| 589 |
-
'phpseclib3\\Crypt\\
|
| 590 |
'version' => '3.0.14.0',
|
| 591 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 592 |
),
|
| 593 |
-
'phpseclib3\\Crypt\\
|
| 594 |
'version' => '3.0.14.0',
|
| 595 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 596 |
),
|
| 597 |
-
'phpseclib3\\Crypt\\
|
| 598 |
'version' => '3.0.14.0',
|
| 599 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 600 |
),
|
| 601 |
-
'phpseclib3\\Crypt\\
|
| 602 |
'version' => '3.0.14.0',
|
| 603 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 604 |
),
|
| 605 |
-
'phpseclib3\\Crypt\\
|
| 606 |
'version' => '3.0.14.0',
|
| 607 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 608 |
),
|
| 609 |
-
'phpseclib3\\Crypt\\
|
| 610 |
'version' => '3.0.14.0',
|
| 611 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 612 |
),
|
| 613 |
-
'phpseclib3\\Crypt\\EC\\
|
| 614 |
'version' => '3.0.14.0',
|
| 615 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/
|
| 616 |
),
|
| 617 |
-
'phpseclib3\\Crypt\\EC\\
|
| 618 |
'version' => '3.0.14.0',
|
| 619 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/
|
| 620 |
),
|
| 621 |
-
'phpseclib3\\Crypt\\EC\\
|
| 622 |
'version' => '3.0.14.0',
|
| 623 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/
|
| 624 |
),
|
| 625 |
-
'phpseclib3\\Crypt\\EC\\
|
| 626 |
'version' => '3.0.14.0',
|
| 627 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/
|
| 628 |
),
|
| 629 |
-
'phpseclib3\\Crypt\\EC\\
|
| 630 |
'version' => '3.0.14.0',
|
| 631 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/
|
| 632 |
),
|
| 633 |
-
'phpseclib3\\Crypt\\EC\\
|
| 634 |
'version' => '3.0.14.0',
|
| 635 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/
|
| 636 |
),
|
| 637 |
-
'phpseclib3\\Crypt\\EC\\
|
| 638 |
'version' => '3.0.14.0',
|
| 639 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/
|
| 640 |
),
|
| 641 |
-
'phpseclib3\\Crypt\\EC\\
|
| 642 |
'version' => '3.0.14.0',
|
| 643 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/
|
| 644 |
),
|
| 645 |
-
'phpseclib3\\Crypt\\EC\\
|
| 646 |
'version' => '3.0.14.0',
|
| 647 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/
|
| 648 |
),
|
| 649 |
-
'phpseclib3\\Crypt\\
|
| 650 |
'version' => '3.0.14.0',
|
| 651 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 652 |
),
|
| 653 |
-
'phpseclib3\\Crypt\\
|
| 654 |
'version' => '3.0.14.0',
|
| 655 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 656 |
),
|
| 657 |
-
'phpseclib3\\Crypt\\
|
| 658 |
'version' => '3.0.14.0',
|
| 659 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 660 |
),
|
| 661 |
-
'phpseclib3\\Crypt\\
|
| 662 |
'version' => '3.0.14.0',
|
| 663 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 664 |
),
|
| 665 |
-
'phpseclib3\\Crypt\\
|
| 666 |
'version' => '3.0.14.0',
|
| 667 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 668 |
),
|
| 669 |
-
'phpseclib3\\Crypt\\
|
| 670 |
'version' => '3.0.14.0',
|
| 671 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 672 |
),
|
| 673 |
-
'phpseclib3\\Crypt\\
|
| 674 |
'version' => '3.0.14.0',
|
| 675 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 676 |
),
|
| 677 |
-
'phpseclib3\\Crypt\\EC' => array(
|
| 678 |
'version' => '3.0.14.0',
|
| 679 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC.php'
|
| 680 |
),
|
| 681 |
-
'phpseclib3\\Crypt\\
|
| 682 |
'version' => '3.0.14.0',
|
| 683 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 684 |
),
|
| 685 |
-
'phpseclib3\\Crypt\\
|
| 686 |
'version' => '3.0.14.0',
|
| 687 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 688 |
),
|
| 689 |
-
'phpseclib3\\Crypt\\
|
| 690 |
'version' => '3.0.14.0',
|
| 691 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 692 |
),
|
| 693 |
-
'phpseclib3\\Crypt\\
|
| 694 |
'version' => '3.0.14.0',
|
| 695 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 696 |
),
|
| 697 |
-
'phpseclib3\\Crypt\\
|
| 698 |
'version' => '3.0.14.0',
|
| 699 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 700 |
),
|
| 701 |
-
'phpseclib3\\Crypt\\
|
| 702 |
'version' => '3.0.14.0',
|
| 703 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 704 |
),
|
| 705 |
-
'phpseclib3\\Crypt\\
|
| 706 |
'version' => '3.0.14.0',
|
| 707 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 708 |
),
|
| 709 |
-
'phpseclib3\\Crypt\\
|
| 710 |
'version' => '3.0.14.0',
|
| 711 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 712 |
),
|
| 713 |
-
'phpseclib3\\Crypt\\
|
| 714 |
'version' => '3.0.14.0',
|
| 715 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 716 |
),
|
| 717 |
-
'phpseclib3\\Crypt\\
|
| 718 |
'version' => '3.0.14.0',
|
| 719 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 720 |
),
|
| 721 |
-
'phpseclib3\\Crypt\\
|
| 722 |
'version' => '3.0.14.0',
|
| 723 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 724 |
),
|
| 725 |
-
'phpseclib3\\Crypt\\
|
| 726 |
'version' => '3.0.14.0',
|
| 727 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 728 |
),
|
| 729 |
-
'phpseclib3\\Crypt\\
|
| 730 |
'version' => '3.0.14.0',
|
| 731 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 732 |
),
|
| 733 |
-
'phpseclib3\\Crypt\\
|
| 734 |
'version' => '3.0.14.0',
|
| 735 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 736 |
),
|
| 737 |
-
'phpseclib3\\Crypt\\
|
| 738 |
'version' => '3.0.14.0',
|
| 739 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 740 |
),
|
| 741 |
-
'phpseclib3\\Crypt\\
|
| 742 |
'version' => '3.0.14.0',
|
| 743 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/
|
| 744 |
),
|
| 745 |
-
'phpseclib3\\
|
| 746 |
'version' => '3.0.14.0',
|
| 747 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 748 |
),
|
| 749 |
-
'phpseclib3\\
|
| 750 |
'version' => '3.0.14.0',
|
| 751 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 752 |
),
|
| 753 |
-
'phpseclib3\\
|
| 754 |
'version' => '3.0.14.0',
|
| 755 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 756 |
),
|
| 757 |
-
'phpseclib3\\
|
| 758 |
'version' => '3.0.14.0',
|
| 759 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 760 |
),
|
| 761 |
-
'phpseclib3\\
|
| 762 |
'version' => '3.0.14.0',
|
| 763 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 764 |
),
|
| 765 |
-
'phpseclib3\\
|
| 766 |
'version' => '3.0.14.0',
|
| 767 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 768 |
),
|
| 769 |
-
'phpseclib3\\
|
| 770 |
'version' => '3.0.14.0',
|
| 771 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 772 |
),
|
| 773 |
-
'phpseclib3\\
|
| 774 |
'version' => '3.0.14.0',
|
| 775 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 776 |
),
|
| 777 |
-
'phpseclib3\\
|
| 778 |
'version' => '3.0.14.0',
|
| 779 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 780 |
),
|
| 781 |
-
'phpseclib3\\
|
| 782 |
'version' => '3.0.14.0',
|
| 783 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 784 |
),
|
| 785 |
-
'phpseclib3\\
|
| 786 |
'version' => '3.0.14.0',
|
| 787 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 788 |
),
|
| 789 |
-
'phpseclib3\\
|
| 790 |
'version' => '3.0.14.0',
|
| 791 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 792 |
),
|
| 793 |
-
'phpseclib3\\
|
| 794 |
'version' => '3.0.14.0',
|
| 795 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 796 |
),
|
| 797 |
-
'phpseclib3\\
|
| 798 |
'version' => '3.0.14.0',
|
| 799 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 800 |
),
|
| 801 |
-
'phpseclib3\\
|
| 802 |
'version' => '3.0.14.0',
|
| 803 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 804 |
),
|
| 805 |
-
'phpseclib3\\
|
| 806 |
'version' => '3.0.14.0',
|
| 807 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 808 |
),
|
| 809 |
-
'phpseclib3\\
|
| 810 |
'version' => '3.0.14.0',
|
| 811 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 812 |
),
|
| 813 |
-
'phpseclib3\\
|
| 814 |
'version' => '3.0.14.0',
|
| 815 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 816 |
),
|
| 817 |
-
'phpseclib3\\
|
| 818 |
'version' => '3.0.14.0',
|
| 819 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 820 |
),
|
| 821 |
-
'phpseclib3\\
|
| 822 |
'version' => '3.0.14.0',
|
| 823 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 824 |
),
|
| 825 |
-
'phpseclib3\\
|
| 826 |
'version' => '3.0.14.0',
|
| 827 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 828 |
),
|
| 829 |
-
'phpseclib3\\
|
| 830 |
'version' => '3.0.14.0',
|
| 831 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 832 |
),
|
| 833 |
-
'phpseclib3\\
|
| 834 |
'version' => '3.0.14.0',
|
| 835 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 836 |
),
|
| 837 |
-
'phpseclib3\\
|
| 838 |
'version' => '3.0.14.0',
|
| 839 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 840 |
),
|
| 841 |
-
'phpseclib3\\
|
| 842 |
'version' => '3.0.14.0',
|
| 843 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 844 |
),
|
| 845 |
-
'phpseclib3\\
|
| 846 |
'version' => '3.0.14.0',
|
| 847 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 848 |
),
|
| 849 |
-
'phpseclib3\\
|
| 850 |
'version' => '3.0.14.0',
|
| 851 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 852 |
),
|
| 853 |
-
'phpseclib3\\
|
| 854 |
'version' => '3.0.14.0',
|
| 855 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 856 |
),
|
| 857 |
-
'phpseclib3\\
|
| 858 |
'version' => '3.0.14.0',
|
| 859 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 860 |
),
|
| 861 |
-
'phpseclib3\\
|
| 862 |
'version' => '3.0.14.0',
|
| 863 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 864 |
),
|
| 865 |
-
'phpseclib3\\
|
| 866 |
'version' => '3.0.14.0',
|
| 867 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 868 |
),
|
| 869 |
-
'phpseclib3\\
|
| 870 |
'version' => '3.0.14.0',
|
| 871 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 872 |
),
|
| 873 |
-
'phpseclib3\\
|
| 874 |
'version' => '3.0.14.0',
|
| 875 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 876 |
),
|
| 877 |
-
'phpseclib3\\
|
| 878 |
'version' => '3.0.14.0',
|
| 879 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 880 |
),
|
| 881 |
-
'phpseclib3\\
|
| 882 |
'version' => '3.0.14.0',
|
| 883 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 884 |
),
|
| 885 |
-
'phpseclib3\\
|
| 886 |
'version' => '3.0.14.0',
|
| 887 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 888 |
),
|
| 889 |
-
'phpseclib3\\
|
| 890 |
'version' => '3.0.14.0',
|
| 891 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 892 |
),
|
| 893 |
-
'phpseclib3\\
|
| 894 |
'version' => '3.0.14.0',
|
| 895 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 896 |
),
|
| 897 |
-
'phpseclib3\\
|
| 898 |
'version' => '3.0.14.0',
|
| 899 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 900 |
),
|
| 901 |
-
'phpseclib3\\
|
| 902 |
'version' => '3.0.14.0',
|
| 903 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 904 |
),
|
| 905 |
-
'phpseclib3\\
|
| 906 |
'version' => '3.0.14.0',
|
| 907 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 908 |
),
|
| 909 |
-
'phpseclib3\\
|
| 910 |
'version' => '3.0.14.0',
|
| 911 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 912 |
),
|
| 913 |
-
'phpseclib3\\
|
| 914 |
'version' => '3.0.14.0',
|
| 915 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 916 |
),
|
| 917 |
-
'phpseclib3\\
|
| 918 |
'version' => '3.0.14.0',
|
| 919 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 920 |
),
|
| 921 |
-
'phpseclib3\\
|
| 922 |
'version' => '3.0.14.0',
|
| 923 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 924 |
),
|
| 925 |
-
'phpseclib3\\
|
| 926 |
'version' => '3.0.14.0',
|
| 927 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 928 |
),
|
| 929 |
-
'phpseclib3\\
|
| 930 |
'version' => '3.0.14.0',
|
| 931 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 932 |
),
|
| 933 |
-
'phpseclib3\\
|
| 934 |
'version' => '3.0.14.0',
|
| 935 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 936 |
),
|
| 937 |
-
'phpseclib3\\
|
| 938 |
'version' => '3.0.14.0',
|
| 939 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 940 |
),
|
| 941 |
-
'phpseclib3\\
|
| 942 |
'version' => '3.0.14.0',
|
| 943 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 944 |
),
|
| 945 |
-
'phpseclib3\\
|
| 946 |
'version' => '3.0.14.0',
|
| 947 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 948 |
),
|
| 949 |
-
'phpseclib3\\
|
| 950 |
'version' => '3.0.14.0',
|
| 951 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 952 |
),
|
| 953 |
-
'phpseclib3\\
|
| 954 |
'version' => '3.0.14.0',
|
| 955 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 956 |
),
|
| 957 |
-
'phpseclib3\\
|
| 958 |
'version' => '3.0.14.0',
|
| 959 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 960 |
),
|
| 961 |
-
'phpseclib3\\
|
| 962 |
'version' => '3.0.14.0',
|
| 963 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 964 |
),
|
| 965 |
-
'phpseclib3\\
|
| 966 |
'version' => '3.0.14.0',
|
| 967 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 968 |
),
|
| 969 |
-
'phpseclib3\\
|
| 970 |
'version' => '3.0.14.0',
|
| 971 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 972 |
),
|
| 973 |
-
'phpseclib3\\
|
| 974 |
'version' => '3.0.14.0',
|
| 975 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 976 |
),
|
| 977 |
-
'phpseclib3\\
|
| 978 |
'version' => '3.0.14.0',
|
| 979 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 980 |
),
|
| 981 |
-
'phpseclib3\\
|
| 982 |
'version' => '3.0.14.0',
|
| 983 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 984 |
),
|
| 985 |
-
'phpseclib3\\
|
| 986 |
'version' => '3.0.14.0',
|
| 987 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 988 |
),
|
| 989 |
-
'phpseclib3\\
|
| 990 |
'version' => '3.0.14.0',
|
| 991 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 992 |
),
|
| 993 |
-
'phpseclib3\\
|
| 994 |
'version' => '3.0.14.0',
|
| 995 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 996 |
),
|
| 997 |
-
'phpseclib3\\
|
| 998 |
'version' => '3.0.14.0',
|
| 999 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1000 |
),
|
| 1001 |
-
'phpseclib3\\
|
| 1002 |
'version' => '3.0.14.0',
|
| 1003 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1004 |
),
|
| 1005 |
-
'phpseclib3\\
|
| 1006 |
'version' => '3.0.14.0',
|
| 1007 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1008 |
),
|
| 1009 |
-
'phpseclib3\\
|
| 1010 |
'version' => '3.0.14.0',
|
| 1011 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1012 |
),
|
| 1013 |
-
'phpseclib3\\
|
| 1014 |
'version' => '3.0.14.0',
|
| 1015 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1016 |
),
|
| 1017 |
-
'phpseclib3\\
|
| 1018 |
'version' => '3.0.14.0',
|
| 1019 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1020 |
),
|
| 1021 |
-
'phpseclib3\\
|
| 1022 |
'version' => '3.0.14.0',
|
| 1023 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1024 |
),
|
| 1025 |
-
'phpseclib3\\
|
| 1026 |
'version' => '3.0.14.0',
|
| 1027 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1028 |
),
|
| 1029 |
-
'phpseclib3\\
|
| 1030 |
'version' => '3.0.14.0',
|
| 1031 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1032 |
),
|
| 1033 |
-
'phpseclib3\\
|
| 1034 |
-
'version' => '3.0.14.0',
|
| 1035 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php'
|
| 1036 |
-
),
|
| 1037 |
-
'phpseclib3\\File\\ASN1\\Maps\\CPSuri' => array(
|
| 1038 |
-
'version' => '3.0.14.0',
|
| 1039 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php'
|
| 1040 |
-
),
|
| 1041 |
-
'phpseclib3\\File\\ASN1\\Maps\\OrganizationalUnitNames' => array(
|
| 1042 |
'version' => '3.0.14.0',
|
| 1043 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1044 |
),
|
| 1045 |
-
'phpseclib3\\
|
| 1046 |
'version' => '3.0.14.0',
|
| 1047 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1048 |
),
|
| 1049 |
-
'phpseclib3\\
|
| 1050 |
'version' => '3.0.14.0',
|
| 1051 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1052 |
),
|
| 1053 |
-
'phpseclib3\\
|
| 1054 |
'version' => '3.0.14.0',
|
| 1055 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1056 |
),
|
| 1057 |
-
'phpseclib3\\
|
| 1058 |
'version' => '3.0.14.0',
|
| 1059 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1060 |
),
|
| 1061 |
-
'phpseclib3\\
|
| 1062 |
'version' => '3.0.14.0',
|
| 1063 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1064 |
),
|
| 1065 |
-
'phpseclib3\\
|
| 1066 |
'version' => '3.0.14.0',
|
| 1067 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1068 |
),
|
| 1069 |
-
'phpseclib3\\
|
| 1070 |
'version' => '3.0.14.0',
|
| 1071 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1072 |
),
|
| 1073 |
-
'phpseclib3\\
|
| 1074 |
'version' => '3.0.14.0',
|
| 1075 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1076 |
),
|
| 1077 |
-
'phpseclib3\\
|
| 1078 |
'version' => '3.0.14.0',
|
| 1079 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1080 |
),
|
| 1081 |
-
'phpseclib3\\
|
| 1082 |
'version' => '3.0.14.0',
|
| 1083 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1084 |
),
|
| 1085 |
-
'phpseclib3\\
|
| 1086 |
'version' => '3.0.14.0',
|
| 1087 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1088 |
),
|
| 1089 |
-
'phpseclib3\\
|
| 1090 |
'version' => '3.0.14.0',
|
| 1091 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1092 |
),
|
| 1093 |
-
'phpseclib3\\
|
| 1094 |
'version' => '3.0.14.0',
|
| 1095 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1096 |
),
|
| 1097 |
-
'phpseclib3\\
|
| 1098 |
'version' => '3.0.14.0',
|
| 1099 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1100 |
),
|
| 1101 |
-
'phpseclib3\\
|
| 1102 |
'version' => '3.0.14.0',
|
| 1103 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1104 |
),
|
| 1105 |
-
'phpseclib3\\
|
| 1106 |
'version' => '3.0.14.0',
|
| 1107 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1108 |
),
|
| 1109 |
-
'phpseclib3\\
|
| 1110 |
'version' => '3.0.14.0',
|
| 1111 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1112 |
),
|
| 1113 |
-
'phpseclib3\\
|
| 1114 |
'version' => '3.0.14.0',
|
| 1115 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1116 |
),
|
| 1117 |
-
'phpseclib3\\
|
| 1118 |
'version' => '3.0.14.0',
|
| 1119 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1120 |
),
|
| 1121 |
-
'phpseclib3\\
|
| 1122 |
'version' => '3.0.14.0',
|
| 1123 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1124 |
),
|
| 1125 |
-
'phpseclib3\\
|
| 1126 |
'version' => '3.0.14.0',
|
| 1127 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1128 |
),
|
| 1129 |
-
'phpseclib3\\
|
| 1130 |
'version' => '3.0.14.0',
|
| 1131 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1132 |
),
|
| 1133 |
-
'phpseclib3\\
|
| 1134 |
'version' => '3.0.14.0',
|
| 1135 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1136 |
),
|
| 1137 |
-
'phpseclib3\\
|
| 1138 |
'version' => '3.0.14.0',
|
| 1139 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1140 |
),
|
| 1141 |
-
'phpseclib3\\
|
| 1142 |
'version' => '3.0.14.0',
|
| 1143 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1144 |
),
|
| 1145 |
-
'phpseclib3\\
|
| 1146 |
'version' => '3.0.14.0',
|
| 1147 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1148 |
),
|
| 1149 |
-
'phpseclib3\\
|
| 1150 |
'version' => '3.0.14.0',
|
| 1151 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1152 |
),
|
| 1153 |
-
'phpseclib3\\
|
| 1154 |
'version' => '3.0.14.0',
|
| 1155 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1156 |
),
|
| 1157 |
-
'phpseclib3\\
|
| 1158 |
'version' => '3.0.14.0',
|
| 1159 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1160 |
),
|
| 1161 |
-
'phpseclib3\\
|
| 1162 |
'version' => '3.0.14.0',
|
| 1163 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1164 |
),
|
| 1165 |
-
'phpseclib3\\
|
| 1166 |
'version' => '3.0.14.0',
|
| 1167 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1168 |
),
|
| 1169 |
-
'phpseclib3\\
|
| 1170 |
'version' => '3.0.14.0',
|
| 1171 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1172 |
),
|
| 1173 |
-
'phpseclib3\\
|
| 1174 |
'version' => '3.0.14.0',
|
| 1175 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1176 |
),
|
| 1177 |
-
'phpseclib3\\
|
| 1178 |
'version' => '3.0.14.0',
|
| 1179 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1180 |
),
|
| 1181 |
-
'phpseclib3\\
|
| 1182 |
'version' => '3.0.14.0',
|
| 1183 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1184 |
),
|
| 1185 |
-
'phpseclib3\\
|
| 1186 |
'version' => '3.0.14.0',
|
| 1187 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1188 |
),
|
| 1189 |
-
'phpseclib3\\
|
| 1190 |
'version' => '3.0.14.0',
|
| 1191 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1192 |
),
|
| 1193 |
-
'phpseclib3\\
|
| 1194 |
'version' => '3.0.14.0',
|
| 1195 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1196 |
),
|
| 1197 |
-
'phpseclib3\\
|
| 1198 |
'version' => '3.0.14.0',
|
| 1199 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1200 |
),
|
| 1201 |
-
'phpseclib3\\
|
| 1202 |
'version' => '3.0.14.0',
|
| 1203 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1204 |
),
|
| 1205 |
-
'phpseclib3\\
|
| 1206 |
'version' => '3.0.14.0',
|
| 1207 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1208 |
),
|
| 1209 |
-
'phpseclib3\\
|
| 1210 |
'version' => '3.0.14.0',
|
| 1211 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1212 |
),
|
| 1213 |
-
'phpseclib3\\
|
| 1214 |
'version' => '3.0.14.0',
|
| 1215 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1216 |
),
|
| 1217 |
-
'phpseclib3\\
|
| 1218 |
'version' => '3.0.14.0',
|
| 1219 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1220 |
),
|
| 1221 |
-
'phpseclib3\\
|
| 1222 |
'version' => '3.0.14.0',
|
| 1223 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1224 |
),
|
| 1225 |
-
'phpseclib3\\
|
| 1226 |
'version' => '3.0.14.0',
|
| 1227 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1228 |
),
|
| 1229 |
-
'phpseclib3\\
|
| 1230 |
'version' => '3.0.14.0',
|
| 1231 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1232 |
),
|
| 1233 |
-
'phpseclib3\\
|
| 1234 |
'version' => '3.0.14.0',
|
| 1235 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1236 |
),
|
| 1237 |
-
'phpseclib3\\
|
| 1238 |
'version' => '3.0.14.0',
|
| 1239 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1240 |
),
|
| 1241 |
-
'phpseclib3\\
|
| 1242 |
'version' => '3.0.14.0',
|
| 1243 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1244 |
),
|
| 1245 |
-
'phpseclib3\\
|
| 1246 |
'version' => '3.0.14.0',
|
| 1247 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1248 |
),
|
| 1249 |
-
'phpseclib3\\
|
| 1250 |
'version' => '3.0.14.0',
|
| 1251 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1252 |
),
|
| 1253 |
-
'phpseclib3\\
|
| 1254 |
'version' => '3.0.14.0',
|
| 1255 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1256 |
),
|
| 1257 |
-
'phpseclib3\\
|
| 1258 |
'version' => '3.0.14.0',
|
| 1259 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1260 |
),
|
| 1261 |
-
'phpseclib3\\
|
| 1262 |
'version' => '3.0.14.0',
|
| 1263 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1264 |
),
|
| 1265 |
-
'phpseclib3\\
|
| 1266 |
'version' => '3.0.14.0',
|
| 1267 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1268 |
),
|
| 1269 |
-
'phpseclib3\\
|
| 1270 |
'version' => '3.0.14.0',
|
| 1271 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1272 |
),
|
| 1273 |
-
'phpseclib3\\
|
| 1274 |
'version' => '3.0.14.0',
|
| 1275 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/
|
| 1276 |
),
|
| 1277 |
'phpseclib3\\Exception\\BadDecryptionException' => array(
|
| 1278 |
'version' => '3.0.14.0',
|
| 1279 |
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php'
|
| 1280 |
),
|
| 1281 |
-
'phpseclib3\\Exception\\
|
| 1282 |
'version' => '3.0.14.0',
|
| 1283 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/
|
| 1284 |
),
|
| 1285 |
-
'phpseclib3\\Exception\\
|
| 1286 |
'version' => '3.0.14.0',
|
| 1287 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/
|
| 1288 |
),
|
| 1289 |
'phpseclib3\\Exception\\NoKeyLoadedException' => array(
|
| 1290 |
'version' => '3.0.14.0',
|
| 1291 |
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php'
|
| 1292 |
),
|
| 1293 |
-
'phpseclib3\\Exception\\
|
| 1294 |
'version' => '3.0.14.0',
|
| 1295 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1296 |
),
|
| 1297 |
'phpseclib3\\Exception\\UnsupportedCurveException' => array(
|
| 1298 |
'version' => '3.0.14.0',
|
| 1299 |
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php'
|
| 1300 |
),
|
| 1301 |
-
'phpseclib3\\Exception\\
|
| 1302 |
'version' => '3.0.14.0',
|
| 1303 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/
|
| 1304 |
),
|
| 1305 |
-
'phpseclib3\\Exception\\
|
| 1306 |
'version' => '3.0.14.0',
|
| 1307 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/
|
| 1308 |
),
|
| 1309 |
'phpseclib3\\Exception\\InconsistentSetupException' => array(
|
| 1310 |
'version' => '3.0.14.0',
|
| 1311 |
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php'
|
| 1312 |
),
|
| 1313 |
-
'phpseclib3\\Exception\\
|
| 1314 |
'version' => '3.0.14.0',
|
| 1315 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/
|
| 1316 |
),
|
| 1317 |
-
'phpseclib3\\Exception\\
|
| 1318 |
'version' => '3.0.14.0',
|
| 1319 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/
|
| 1320 |
),
|
| 1321 |
-
'phpseclib3\\Exception\\
|
| 1322 |
'version' => '3.0.14.0',
|
| 1323 |
-
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1324 |
),
|
| 1325 |
'bcmath_compat\\BCMath' => array(
|
| 1326 |
'version' => '2.0.1.0',
|
|
@@ -1354,10 +1354,6 @@ return array(
|
|
| 1354 |
'version' => '1.26.0.0',
|
| 1355 |
'path' => $vendorDir . '/symfony/polyfill-ctype/Ctype.php'
|
| 1356 |
),
|
| 1357 |
-
'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => array(
|
| 1358 |
-
'version' => '2.5.1.0',
|
| 1359 |
-
'path' => $vendorDir . '/symfony/translation-contracts/LocaleAwareInterface.php'
|
| 1360 |
-
),
|
| 1361 |
'Symfony\\Contracts\\Translation\\TranslatableInterface' => array(
|
| 1362 |
'version' => '2.5.1.0',
|
| 1363 |
'path' => $vendorDir . '/symfony/translation-contracts/TranslatableInterface.php'
|
|
@@ -1366,961 +1362,965 @@ return array(
|
|
| 1366 |
'version' => '2.5.1.0',
|
| 1367 |
'path' => $vendorDir . '/symfony/translation-contracts/TranslatorInterface.php'
|
| 1368 |
),
|
| 1369 |
-
'Symfony\\Contracts\\Translation\\
|
| 1370 |
'version' => '2.5.1.0',
|
| 1371 |
-
'path' => $vendorDir . '/symfony/translation-contracts/
|
| 1372 |
),
|
| 1373 |
'Symfony\\Contracts\\Translation\\Test\\TranslatorTest' => array(
|
| 1374 |
'version' => '2.5.1.0',
|
| 1375 |
'path' => $vendorDir . '/symfony/translation-contracts/Test/TranslatorTest.php'
|
| 1376 |
),
|
| 1377 |
-
'Symfony\\
|
| 1378 |
-
'version' => '5.
|
| 1379 |
-
'path' => $vendorDir . '/symfony/
|
| 1380 |
),
|
| 1381 |
'Symfony\\Component\\Validator\\DataCollector\\ValidatorDataCollector' => array(
|
| 1382 |
'version' => '5.4.8.0',
|
| 1383 |
'path' => $vendorDir . '/symfony/validator/DataCollector/ValidatorDataCollector.php'
|
| 1384 |
),
|
| 1385 |
-
'Symfony\\Component\\Validator\\
|
| 1386 |
'version' => '5.4.8.0',
|
| 1387 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1388 |
),
|
| 1389 |
-
'Symfony\\Component\\Validator\\
|
| 1390 |
'version' => '5.4.8.0',
|
| 1391 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1392 |
),
|
| 1393 |
-
'Symfony\\Component\\Validator\\
|
| 1394 |
'version' => '5.4.8.0',
|
| 1395 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1396 |
),
|
| 1397 |
-
'Symfony\\Component\\Validator\\
|
| 1398 |
'version' => '5.4.8.0',
|
| 1399 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1400 |
),
|
| 1401 |
-
'Symfony\\Component\\Validator\\
|
| 1402 |
'version' => '5.4.8.0',
|
| 1403 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1404 |
),
|
| 1405 |
-
'Symfony\\Component\\Validator\\
|
| 1406 |
'version' => '5.4.8.0',
|
| 1407 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1408 |
),
|
| 1409 |
-
'Symfony\\Component\\Validator\\
|
| 1410 |
'version' => '5.4.8.0',
|
| 1411 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1412 |
),
|
| 1413 |
-
'Symfony\\Component\\Validator\\
|
| 1414 |
'version' => '5.4.8.0',
|
| 1415 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1416 |
),
|
| 1417 |
-
'Symfony\\Component\\Validator\\
|
| 1418 |
'version' => '5.4.8.0',
|
| 1419 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1420 |
),
|
| 1421 |
-
'Symfony\\Component\\Validator\\
|
| 1422 |
'version' => '5.4.8.0',
|
| 1423 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1424 |
),
|
| 1425 |
-
'Symfony\\Component\\Validator\\
|
| 1426 |
'version' => '5.4.8.0',
|
| 1427 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1428 |
),
|
| 1429 |
-
'Symfony\\Component\\Validator\\
|
| 1430 |
'version' => '5.4.8.0',
|
| 1431 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1432 |
),
|
| 1433 |
-
'Symfony\\Component\\Validator\\
|
| 1434 |
'version' => '5.4.8.0',
|
| 1435 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1436 |
),
|
| 1437 |
-
'Symfony\\Component\\Validator\\
|
| 1438 |
'version' => '5.4.8.0',
|
| 1439 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1440 |
),
|
| 1441 |
-
'Symfony\\Component\\Validator\\
|
| 1442 |
'version' => '5.4.8.0',
|
| 1443 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1444 |
),
|
| 1445 |
-
'Symfony\\Component\\Validator\\
|
| 1446 |
'version' => '5.4.8.0',
|
| 1447 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1448 |
),
|
| 1449 |
-
'Symfony\\Component\\Validator\\
|
| 1450 |
'version' => '5.4.8.0',
|
| 1451 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1452 |
),
|
| 1453 |
-
'Symfony\\Component\\Validator\\
|
| 1454 |
'version' => '5.4.8.0',
|
| 1455 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1456 |
),
|
| 1457 |
-
'Symfony\\Component\\Validator\\
|
| 1458 |
'version' => '5.4.8.0',
|
| 1459 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1460 |
),
|
| 1461 |
-
'Symfony\\Component\\Validator\\
|
| 1462 |
'version' => '5.4.8.0',
|
| 1463 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1464 |
),
|
| 1465 |
-
'Symfony\\Component\\Validator\\
|
| 1466 |
'version' => '5.4.8.0',
|
| 1467 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1468 |
),
|
| 1469 |
-
'Symfony\\Component\\Validator\\
|
| 1470 |
'version' => '5.4.8.0',
|
| 1471 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1472 |
),
|
| 1473 |
-
'Symfony\\Component\\Validator\\
|
| 1474 |
'version' => '5.4.8.0',
|
| 1475 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1476 |
),
|
| 1477 |
-
'Symfony\\Component\\Validator\\
|
| 1478 |
'version' => '5.4.8.0',
|
| 1479 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1480 |
),
|
| 1481 |
-
'Symfony\\Component\\Validator\\
|
| 1482 |
'version' => '5.4.8.0',
|
| 1483 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1484 |
),
|
| 1485 |
-
'Symfony\\Component\\Validator\\
|
| 1486 |
'version' => '5.4.8.0',
|
| 1487 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1488 |
),
|
| 1489 |
-
'Symfony\\Component\\Validator\\
|
| 1490 |
'version' => '5.4.8.0',
|
| 1491 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1492 |
),
|
| 1493 |
-
'Symfony\\Component\\Validator\\
|
| 1494 |
'version' => '5.4.8.0',
|
| 1495 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1496 |
),
|
| 1497 |
-
'Symfony\\Component\\Validator\\
|
| 1498 |
'version' => '5.4.8.0',
|
| 1499 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1500 |
),
|
| 1501 |
-
'Symfony\\Component\\Validator\\
|
| 1502 |
'version' => '5.4.8.0',
|
| 1503 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1504 |
),
|
| 1505 |
-
'Symfony\\Component\\Validator\\
|
| 1506 |
'version' => '5.4.8.0',
|
| 1507 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1508 |
),
|
| 1509 |
-
'Symfony\\Component\\Validator\\
|
| 1510 |
'version' => '5.4.8.0',
|
| 1511 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1512 |
),
|
| 1513 |
-
'Symfony\\Component\\Validator\\
|
| 1514 |
'version' => '5.4.8.0',
|
| 1515 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1516 |
),
|
| 1517 |
-
'Symfony\\Component\\Validator\\
|
| 1518 |
'version' => '5.4.8.0',
|
| 1519 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1520 |
),
|
| 1521 |
-
'Symfony\\Component\\Validator\\
|
| 1522 |
'version' => '5.4.8.0',
|
| 1523 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1524 |
),
|
| 1525 |
-
'Symfony\\Component\\Validator\\
|
| 1526 |
'version' => '5.4.8.0',
|
| 1527 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1528 |
),
|
| 1529 |
-
'Symfony\\Component\\Validator\\
|
| 1530 |
'version' => '5.4.8.0',
|
| 1531 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1532 |
),
|
| 1533 |
-
'Symfony\\Component\\Validator\\
|
| 1534 |
'version' => '5.4.8.0',
|
| 1535 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1536 |
),
|
| 1537 |
-
'Symfony\\Component\\Validator\\
|
| 1538 |
'version' => '5.4.8.0',
|
| 1539 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1540 |
),
|
| 1541 |
-
'Symfony\\Component\\Validator\\
|
| 1542 |
'version' => '5.4.8.0',
|
| 1543 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1544 |
),
|
| 1545 |
-
'Symfony\\Component\\Validator\\
|
| 1546 |
'version' => '5.4.8.0',
|
| 1547 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1548 |
),
|
| 1549 |
-
'Symfony\\Component\\Validator\\
|
| 1550 |
'version' => '5.4.8.0',
|
| 1551 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1552 |
),
|
| 1553 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1554 |
'version' => '5.4.8.0',
|
| 1555 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1556 |
),
|
| 1557 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1558 |
'version' => '5.4.8.0',
|
| 1559 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1560 |
),
|
| 1561 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1562 |
'version' => '5.4.8.0',
|
| 1563 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1564 |
),
|
| 1565 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1566 |
'version' => '5.4.8.0',
|
| 1567 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1568 |
),
|
| 1569 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1570 |
'version' => '5.4.8.0',
|
| 1571 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1572 |
),
|
| 1573 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1574 |
'version' => '5.4.8.0',
|
| 1575 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1576 |
),
|
| 1577 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1578 |
'version' => '5.4.8.0',
|
| 1579 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1580 |
),
|
| 1581 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1582 |
'version' => '5.4.8.0',
|
| 1583 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1584 |
),
|
| 1585 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1586 |
'version' => '5.4.8.0',
|
| 1587 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1588 |
),
|
| 1589 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1590 |
'version' => '5.4.8.0',
|
| 1591 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1592 |
),
|
| 1593 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1594 |
'version' => '5.4.8.0',
|
| 1595 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1596 |
),
|
| 1597 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1598 |
'version' => '5.4.8.0',
|
| 1599 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1600 |
),
|
| 1601 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1602 |
'version' => '5.4.8.0',
|
| 1603 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1604 |
),
|
| 1605 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1606 |
'version' => '5.4.8.0',
|
| 1607 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1608 |
),
|
| 1609 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1610 |
'version' => '5.4.8.0',
|
| 1611 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1612 |
),
|
| 1613 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1614 |
'version' => '5.4.8.0',
|
| 1615 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1616 |
),
|
| 1617 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1618 |
'version' => '5.4.8.0',
|
| 1619 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1620 |
),
|
| 1621 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1622 |
'version' => '5.4.8.0',
|
| 1623 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1624 |
),
|
| 1625 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1626 |
'version' => '5.4.8.0',
|
| 1627 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1628 |
),
|
| 1629 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1630 |
'version' => '5.4.8.0',
|
| 1631 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1632 |
),
|
| 1633 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1634 |
'version' => '5.4.8.0',
|
| 1635 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1636 |
),
|
| 1637 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1638 |
'version' => '5.4.8.0',
|
| 1639 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1640 |
),
|
| 1641 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1642 |
'version' => '5.4.8.0',
|
| 1643 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1644 |
),
|
| 1645 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1646 |
'version' => '5.4.8.0',
|
| 1647 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1648 |
),
|
| 1649 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1650 |
'version' => '5.4.8.0',
|
| 1651 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1652 |
),
|
| 1653 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1654 |
'version' => '5.4.8.0',
|
| 1655 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1656 |
),
|
| 1657 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1658 |
'version' => '5.4.8.0',
|
| 1659 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1660 |
),
|
| 1661 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1662 |
'version' => '5.4.8.0',
|
| 1663 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1664 |
),
|
| 1665 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1666 |
'version' => '5.4.8.0',
|
| 1667 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1668 |
),
|
| 1669 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1670 |
'version' => '5.4.8.0',
|
| 1671 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1672 |
),
|
| 1673 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1674 |
'version' => '5.4.8.0',
|
| 1675 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1676 |
),
|
| 1677 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1678 |
'version' => '5.4.8.0',
|
| 1679 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1680 |
),
|
| 1681 |
'Symfony\\Component\\Validator\\Constraints\\NotIdenticalTo' => array(
|
| 1682 |
'version' => '5.4.8.0',
|
| 1683 |
'path' => $vendorDir . '/symfony/validator/Constraints/NotIdenticalTo.php'
|
| 1684 |
),
|
| 1685 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1686 |
'version' => '5.4.8.0',
|
| 1687 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1688 |
),
|
| 1689 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1690 |
'version' => '5.4.8.0',
|
| 1691 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1692 |
),
|
| 1693 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1694 |
'version' => '5.4.8.0',
|
| 1695 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1696 |
),
|
| 1697 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1698 |
'version' => '5.4.8.0',
|
| 1699 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1700 |
),
|
| 1701 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1702 |
'version' => '5.4.8.0',
|
| 1703 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1704 |
),
|
| 1705 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1706 |
'version' => '5.4.8.0',
|
| 1707 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1708 |
),
|
| 1709 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1710 |
'version' => '5.4.8.0',
|
| 1711 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1712 |
),
|
| 1713 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1714 |
'version' => '5.4.8.0',
|
| 1715 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1716 |
),
|
| 1717 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1718 |
'version' => '5.4.8.0',
|
| 1719 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1720 |
),
|
| 1721 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1722 |
'version' => '5.4.8.0',
|
| 1723 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1724 |
),
|
| 1725 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1726 |
'version' => '5.4.8.0',
|
| 1727 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1728 |
),
|
| 1729 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1730 |
'version' => '5.4.8.0',
|
| 1731 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1732 |
),
|
| 1733 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1734 |
'version' => '5.4.8.0',
|
| 1735 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1736 |
),
|
| 1737 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1738 |
'version' => '5.4.8.0',
|
| 1739 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1740 |
),
|
| 1741 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1742 |
'version' => '5.4.8.0',
|
| 1743 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1744 |
),
|
| 1745 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1746 |
'version' => '5.4.8.0',
|
| 1747 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1748 |
),
|
| 1749 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1750 |
'version' => '5.4.8.0',
|
| 1751 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1752 |
),
|
| 1753 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1754 |
'version' => '5.4.8.0',
|
| 1755 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1756 |
),
|
| 1757 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1758 |
'version' => '5.4.8.0',
|
| 1759 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1760 |
),
|
| 1761 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1762 |
'version' => '5.4.8.0',
|
| 1763 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1764 |
),
|
| 1765 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1766 |
'version' => '5.4.8.0',
|
| 1767 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1768 |
),
|
| 1769 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1770 |
'version' => '5.4.8.0',
|
| 1771 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1772 |
),
|
| 1773 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1774 |
'version' => '5.4.8.0',
|
| 1775 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1776 |
),
|
| 1777 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1778 |
'version' => '5.4.8.0',
|
| 1779 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1780 |
),
|
| 1781 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1782 |
'version' => '5.4.8.0',
|
| 1783 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1784 |
),
|
| 1785 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1786 |
'version' => '5.4.8.0',
|
| 1787 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1788 |
),
|
| 1789 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1790 |
'version' => '5.4.8.0',
|
| 1791 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1792 |
),
|
| 1793 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1794 |
'version' => '5.4.8.0',
|
| 1795 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1796 |
),
|
| 1797 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1798 |
'version' => '5.4.8.0',
|
| 1799 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1800 |
),
|
| 1801 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1802 |
'version' => '5.4.8.0',
|
| 1803 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1804 |
),
|
| 1805 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1806 |
'version' => '5.4.8.0',
|
| 1807 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1808 |
),
|
| 1809 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1810 |
'version' => '5.4.8.0',
|
| 1811 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1812 |
),
|
| 1813 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1814 |
'version' => '5.4.8.0',
|
| 1815 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1816 |
),
|
| 1817 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1818 |
'version' => '5.4.8.0',
|
| 1819 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1820 |
),
|
| 1821 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1822 |
'version' => '5.4.8.0',
|
| 1823 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1824 |
),
|
| 1825 |
'Symfony\\Component\\Validator\\Constraints\\Optional' => array(
|
| 1826 |
'version' => '5.4.8.0',
|
| 1827 |
'path' => $vendorDir . '/symfony/validator/Constraints/Optional.php'
|
| 1828 |
),
|
| 1829 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1830 |
'version' => '5.4.8.0',
|
| 1831 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1832 |
),
|
| 1833 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1834 |
'version' => '5.4.8.0',
|
| 1835 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1836 |
),
|
| 1837 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1838 |
'version' => '5.4.8.0',
|
| 1839 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1840 |
),
|
| 1841 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1842 |
'version' => '5.4.8.0',
|
| 1843 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1844 |
),
|
| 1845 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1846 |
'version' => '5.4.8.0',
|
| 1847 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1848 |
),
|
| 1849 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1850 |
'version' => '5.4.8.0',
|
| 1851 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1852 |
),
|
| 1853 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1854 |
'version' => '5.4.8.0',
|
| 1855 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1856 |
),
|
| 1857 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1858 |
'version' => '5.4.8.0',
|
| 1859 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1860 |
),
|
| 1861 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1862 |
'version' => '5.4.8.0',
|
| 1863 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1864 |
),
|
| 1865 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1866 |
'version' => '5.4.8.0',
|
| 1867 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1868 |
),
|
| 1869 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1870 |
'version' => '5.4.8.0',
|
| 1871 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1872 |
),
|
| 1873 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1874 |
'version' => '5.4.8.0',
|
| 1875 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1876 |
),
|
| 1877 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1878 |
'version' => '5.4.8.0',
|
| 1879 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1880 |
),
|
| 1881 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1882 |
'version' => '5.4.8.0',
|
| 1883 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1884 |
),
|
| 1885 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1886 |
'version' => '5.4.8.0',
|
| 1887 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1888 |
),
|
| 1889 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1890 |
'version' => '5.4.8.0',
|
| 1891 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1892 |
),
|
| 1893 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1894 |
'version' => '5.4.8.0',
|
| 1895 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1896 |
),
|
| 1897 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1898 |
'version' => '5.4.8.0',
|
| 1899 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1900 |
),
|
| 1901 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1902 |
'version' => '5.4.8.0',
|
| 1903 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1904 |
),
|
| 1905 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1906 |
'version' => '5.4.8.0',
|
| 1907 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1908 |
),
|
| 1909 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1910 |
'version' => '5.4.8.0',
|
| 1911 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1912 |
),
|
| 1913 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1914 |
'version' => '5.4.8.0',
|
| 1915 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1916 |
),
|
| 1917 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1918 |
'version' => '5.4.8.0',
|
| 1919 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1920 |
),
|
| 1921 |
-
'Symfony\\Component\\Validator\\Constraints\\
|
| 1922 |
'version' => '5.4.8.0',
|
| 1923 |
-
'path' => $vendorDir . '/symfony/validator/Constraints/
|
| 1924 |
),
|
| 1925 |
-
'Symfony\\Component\\Validator\\
|
| 1926 |
'version' => '5.4.8.0',
|
| 1927 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1928 |
),
|
| 1929 |
-
'Symfony\\Component\\Validator\\
|
| 1930 |
'version' => '5.4.8.0',
|
| 1931 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1932 |
),
|
| 1933 |
-
'Symfony\\Component\\Validator\\
|
| 1934 |
'version' => '5.4.8.0',
|
| 1935 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1936 |
),
|
| 1937 |
-
'Symfony\\Component\\Validator\\
|
| 1938 |
'version' => '5.4.8.0',
|
| 1939 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1940 |
),
|
| 1941 |
-
'Symfony\\Component\\Validator\\
|
| 1942 |
'version' => '5.4.8.0',
|
| 1943 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1944 |
),
|
| 1945 |
-
'Symfony\\Component\\Validator\\
|
| 1946 |
'version' => '5.4.8.0',
|
| 1947 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1948 |
),
|
| 1949 |
-
'Symfony\\Component\\Validator\\
|
| 1950 |
'version' => '5.4.8.0',
|
| 1951 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1952 |
),
|
| 1953 |
-
'Symfony\\Component\\Validator\\
|
| 1954 |
'version' => '5.4.8.0',
|
| 1955 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1956 |
),
|
| 1957 |
-
'Symfony\\Component\\Validator\\
|
| 1958 |
'version' => '5.4.8.0',
|
| 1959 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1960 |
),
|
| 1961 |
-
'Symfony\\Component\\Validator\\
|
| 1962 |
'version' => '5.4.8.0',
|
| 1963 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1964 |
),
|
| 1965 |
-
'Symfony\\Component\\Validator\\
|
| 1966 |
'version' => '5.4.8.0',
|
| 1967 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1968 |
),
|
| 1969 |
-
'Symfony\\Component\\Validator\\
|
| 1970 |
'version' => '5.4.8.0',
|
| 1971 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1972 |
),
|
| 1973 |
-
'Symfony\\Component\\Validator\\
|
| 1974 |
'version' => '5.4.8.0',
|
| 1975 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1976 |
),
|
| 1977 |
-
'Symfony\\Component\\Validator\\
|
| 1978 |
'version' => '5.4.8.0',
|
| 1979 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1980 |
),
|
| 1981 |
-
'Symfony\\Component\\Validator\\
|
| 1982 |
'version' => '5.4.8.0',
|
| 1983 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1984 |
),
|
| 1985 |
-
'Symfony\\Component\\Validator\\
|
| 1986 |
'version' => '5.4.8.0',
|
| 1987 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1988 |
),
|
| 1989 |
-
'Symfony\\Component\\Validator\\
|
| 1990 |
'version' => '5.4.8.0',
|
| 1991 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1992 |
),
|
| 1993 |
-
'Symfony\\Component\\Validator\\
|
| 1994 |
'version' => '5.4.8.0',
|
| 1995 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 1996 |
),
|
| 1997 |
-
'Symfony\\Component\\Validator\\
|
| 1998 |
'version' => '5.4.8.0',
|
| 1999 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2000 |
),
|
| 2001 |
-
'Symfony\\Component\\Validator\\
|
| 2002 |
'version' => '5.4.8.0',
|
| 2003 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2004 |
),
|
| 2005 |
-
'Symfony\\Component\\Validator\\
|
| 2006 |
'version' => '5.4.8.0',
|
| 2007 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2008 |
),
|
| 2009 |
-
'Symfony\\Component\\Validator\\
|
| 2010 |
'version' => '5.4.8.0',
|
| 2011 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2012 |
),
|
| 2013 |
-
'Symfony\\Component\\Validator\\
|
| 2014 |
'version' => '5.4.8.0',
|
| 2015 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2016 |
),
|
| 2017 |
-
'Symfony\\Component\\Validator\\
|
| 2018 |
'version' => '5.4.8.0',
|
| 2019 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2020 |
),
|
| 2021 |
-
'Symfony\\Component\\Validator\\
|
| 2022 |
'version' => '5.4.8.0',
|
| 2023 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2024 |
),
|
| 2025 |
-
'Symfony\\Component\\Validator\\
|
| 2026 |
'version' => '5.4.8.0',
|
| 2027 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2028 |
),
|
| 2029 |
-
'Symfony\\Component\\Validator\\
|
| 2030 |
'version' => '5.4.8.0',
|
| 2031 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2032 |
),
|
| 2033 |
-
'Symfony\\Component\\Validator\\
|
| 2034 |
'version' => '5.4.8.0',
|
| 2035 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2036 |
),
|
| 2037 |
-
'Symfony\\Component\\Validator\\
|
| 2038 |
'version' => '5.4.8.0',
|
| 2039 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2040 |
),
|
| 2041 |
-
'Symfony\\Component\\Validator\\
|
| 2042 |
'version' => '5.4.8.0',
|
| 2043 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2044 |
),
|
| 2045 |
-
'Symfony\\Component\\Validator\\
|
| 2046 |
'version' => '5.4.8.0',
|
| 2047 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2048 |
),
|
| 2049 |
-
'Symfony\\Component\\Validator\\
|
| 2050 |
'version' => '5.4.8.0',
|
| 2051 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2052 |
),
|
| 2053 |
-
'Symfony\\Component\\Validator\\
|
| 2054 |
'version' => '5.4.8.0',
|
| 2055 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2056 |
),
|
| 2057 |
-
'Symfony\\Component\\Validator\\
|
| 2058 |
'version' => '5.4.8.0',
|
| 2059 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2060 |
),
|
| 2061 |
-
'Symfony\\Component\\Validator\\
|
| 2062 |
'version' => '5.4.8.0',
|
| 2063 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2064 |
),
|
| 2065 |
-
'Symfony\\Component\\Validator\\
|
| 2066 |
'version' => '5.4.8.0',
|
| 2067 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2068 |
),
|
| 2069 |
-
'Symfony\\Component\\Validator\\
|
| 2070 |
'version' => '5.4.8.0',
|
| 2071 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2072 |
),
|
| 2073 |
-
'Symfony\\Component\\Validator\\
|
| 2074 |
'version' => '5.4.8.0',
|
| 2075 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2076 |
),
|
| 2077 |
-
'Symfony\\Component\\Validator\\
|
| 2078 |
'version' => '5.4.8.0',
|
| 2079 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2080 |
),
|
| 2081 |
-
'Symfony\\Component\\Validator\\
|
| 2082 |
'version' => '5.4.8.0',
|
| 2083 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2084 |
),
|
| 2085 |
-
'Symfony\\Component\\Validator\\
|
| 2086 |
'version' => '5.4.8.0',
|
| 2087 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2088 |
),
|
| 2089 |
'Symfony\\Component\\Validator\\Util\\PropertyPath' => array(
|
| 2090 |
'version' => '5.4.8.0',
|
| 2091 |
'path' => $vendorDir . '/symfony/validator/Util/PropertyPath.php'
|
| 2092 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2093 |
'Symfony\\Component\\Validator\\ConstraintViolation' => array(
|
| 2094 |
'version' => '5.4.8.0',
|
| 2095 |
'path' => $vendorDir . '/symfony/validator/ConstraintViolation.php'
|
| 2096 |
),
|
| 2097 |
-
'Symfony\\Component\\Validator\\
|
| 2098 |
'version' => '5.4.8.0',
|
| 2099 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2100 |
),
|
| 2101 |
-
'Symfony\\Component\\Validator\\
|
| 2102 |
'version' => '5.4.8.0',
|
| 2103 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2104 |
),
|
| 2105 |
-
'Symfony\\Component\\Validator\\
|
| 2106 |
'version' => '5.4.8.0',
|
| 2107 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2108 |
),
|
| 2109 |
-
'Symfony\\Component\\Validator\\
|
| 2110 |
'version' => '5.4.8.0',
|
| 2111 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2112 |
),
|
| 2113 |
-
'Symfony\\Component\\Validator\\
|
| 2114 |
'version' => '5.4.8.0',
|
| 2115 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2116 |
),
|
| 2117 |
-
'Symfony\\Component\\Validator\\
|
| 2118 |
'version' => '5.4.8.0',
|
| 2119 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2120 |
-
),
|
| 2121 |
-
'Symfony\\Component\\Validator\\Exception\\RuntimeException' => array(
|
| 2122 |
-
'version' => '5.4.8.0',
|
| 2123 |
-
'path' => $vendorDir . '/symfony/validator/Exception/RuntimeException.php'
|
| 2124 |
),
|
| 2125 |
-
'Symfony\\Component\\Validator\\
|
| 2126 |
'version' => '5.4.8.0',
|
| 2127 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2128 |
),
|
| 2129 |
-
'Symfony\\Component\\Validator\\
|
| 2130 |
'version' => '5.4.8.0',
|
| 2131 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2132 |
),
|
| 2133 |
-
'Symfony\\Component\\Validator\\
|
| 2134 |
'version' => '5.4.8.0',
|
| 2135 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2136 |
),
|
| 2137 |
-
'Symfony\\Component\\Validator\\
|
| 2138 |
'version' => '5.4.8.0',
|
| 2139 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2140 |
),
|
| 2141 |
-
'Symfony\\Component\\Validator\\
|
| 2142 |
'version' => '5.4.8.0',
|
| 2143 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2144 |
),
|
| 2145 |
-
'Symfony\\Component\\Validator\\
|
| 2146 |
'version' => '5.4.8.0',
|
| 2147 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2148 |
),
|
| 2149 |
-
'Symfony\\Component\\Validator\\
|
| 2150 |
'version' => '5.4.8.0',
|
| 2151 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2152 |
),
|
| 2153 |
-
'Symfony\\Component\\Validator\\
|
| 2154 |
'version' => '5.4.8.0',
|
| 2155 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2156 |
),
|
| 2157 |
-
'Symfony\\Component\\Validator\\
|
| 2158 |
'version' => '5.4.8.0',
|
| 2159 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2160 |
),
|
| 2161 |
'Symfony\\Component\\Validator\\Exception\\ConstraintDefinitionException' => array(
|
| 2162 |
'version' => '5.4.8.0',
|
| 2163 |
'path' => $vendorDir . '/symfony/validator/Exception/ConstraintDefinitionException.php'
|
| 2164 |
),
|
| 2165 |
-
'Symfony\\Component\\Validator\\Exception\\
|
| 2166 |
'version' => '5.4.8.0',
|
| 2167 |
-
'path' => $vendorDir . '/symfony/validator/Exception/
|
| 2168 |
),
|
| 2169 |
-
'Symfony\\Component\\Validator\\Exception\\
|
| 2170 |
'version' => '5.4.8.0',
|
| 2171 |
-
'path' => $vendorDir . '/symfony/validator/Exception/
|
| 2172 |
),
|
| 2173 |
'Symfony\\Component\\Validator\\Exception\\LogicException' => array(
|
| 2174 |
'version' => '5.4.8.0',
|
| 2175 |
'path' => $vendorDir . '/symfony/validator/Exception/LogicException.php'
|
| 2176 |
),
|
| 2177 |
-
'Symfony\\Component\\Validator\\Exception\\
|
| 2178 |
'version' => '5.4.8.0',
|
| 2179 |
-
'path' => $vendorDir . '/symfony/validator/Exception/
|
| 2180 |
),
|
| 2181 |
'Symfony\\Component\\Validator\\Exception\\UnsupportedMetadataException' => array(
|
| 2182 |
'version' => '5.4.8.0',
|
| 2183 |
'path' => $vendorDir . '/symfony/validator/Exception/UnsupportedMetadataException.php'
|
| 2184 |
),
|
| 2185 |
-
'Symfony\\Component\\Validator\\Exception\\
|
| 2186 |
'version' => '5.4.8.0',
|
| 2187 |
-
'path' => $vendorDir . '/symfony/validator/Exception/
|
| 2188 |
),
|
| 2189 |
-
'Symfony\\Component\\Validator\\
|
| 2190 |
'version' => '5.4.8.0',
|
| 2191 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2192 |
),
|
| 2193 |
-
'Symfony\\Component\\Validator\\
|
| 2194 |
'version' => '5.4.8.0',
|
| 2195 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2196 |
),
|
| 2197 |
-
'Symfony\\Component\\Validator\\
|
| 2198 |
'version' => '5.4.8.0',
|
| 2199 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2200 |
),
|
| 2201 |
-
'Symfony\\Component\\Validator\\
|
| 2202 |
'version' => '5.4.8.0',
|
| 2203 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2204 |
),
|
| 2205 |
-
'Symfony\\Component\\Validator\\
|
| 2206 |
'version' => '5.4.8.0',
|
| 2207 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2208 |
),
|
| 2209 |
-
'Symfony\\Component\\Validator\\
|
| 2210 |
'version' => '5.4.8.0',
|
| 2211 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2212 |
),
|
| 2213 |
-
'Symfony\\Component\\Validator\\
|
| 2214 |
'version' => '5.4.8.0',
|
| 2215 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2216 |
),
|
| 2217 |
-
'Symfony\\Component\\Validator\\
|
| 2218 |
'version' => '5.4.8.0',
|
| 2219 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2220 |
),
|
| 2221 |
-
'Symfony\\Component\\Validator\\
|
| 2222 |
'version' => '5.4.8.0',
|
| 2223 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2224 |
),
|
| 2225 |
-
'Symfony\\Component\\Validator\\
|
| 2226 |
'version' => '5.4.8.0',
|
| 2227 |
-
'path' => $vendorDir . '/symfony/validator/
|
| 2228 |
),
|
| 2229 |
-
'Psr\\Log\\
|
| 2230 |
'version' => '1.1.4.0',
|
| 2231 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
| 2232 |
),
|
| 2233 |
-
'Psr\\Log\\
|
| 2234 |
'version' => '1.1.4.0',
|
| 2235 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
| 2236 |
),
|
| 2237 |
-
'Psr\\Log\\
|
| 2238 |
'version' => '1.1.4.0',
|
| 2239 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
| 2240 |
),
|
| 2241 |
-
'Psr\\Log\\
|
| 2242 |
'version' => '1.1.4.0',
|
| 2243 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
| 2244 |
),
|
| 2245 |
-
'Psr\\Log\\
|
| 2246 |
'version' => '1.1.4.0',
|
| 2247 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
| 2248 |
),
|
| 2249 |
-
'Psr\\Log\\
|
| 2250 |
'version' => '1.1.4.0',
|
| 2251 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
| 2252 |
),
|
| 2253 |
-
'Psr\\Log\\
|
| 2254 |
'version' => '1.1.4.0',
|
| 2255 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
| 2256 |
),
|
| 2257 |
-
'Psr\\Log\\
|
| 2258 |
'version' => '1.1.4.0',
|
| 2259 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
| 2260 |
),
|
| 2261 |
-
'Psr\\Log\\
|
| 2262 |
'version' => '1.1.4.0',
|
| 2263 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
| 2264 |
),
|
| 2265 |
-
'Psr\\Log\\
|
| 2266 |
'version' => '1.1.4.0',
|
| 2267 |
-
'path' => $vendorDir . '/psr/log/Psr/Log/
|
| 2268 |
),
|
| 2269 |
'Psr\\Log\\AbstractLogger' => array(
|
| 2270 |
'version' => '1.1.4.0',
|
| 2271 |
'path' => $vendorDir . '/psr/log/Psr/Log/AbstractLogger.php'
|
| 2272 |
),
|
| 2273 |
-
'Psr\\Http\\Message\\
|
| 2274 |
'version' => '1.0.1.0',
|
| 2275 |
-
'path' => $vendorDir . '/psr/http-factory/src/
|
| 2276 |
),
|
| 2277 |
-
'Psr\\Http\\Message\\
|
| 2278 |
'version' => '1.0.1.0',
|
| 2279 |
-
'path' => $vendorDir . '/psr/http-factory/src/
|
| 2280 |
),
|
| 2281 |
-
'Psr\\Http\\Message\\
|
| 2282 |
'version' => '1.0.1.0',
|
| 2283 |
-
'path' => $vendorDir . '/psr/http-factory/src/
|
| 2284 |
),
|
| 2285 |
-
'Psr\\Http\\Message\\
|
| 2286 |
'version' => '1.0.1.0',
|
| 2287 |
-
'path' => $vendorDir . '/psr/http-factory/src/
|
| 2288 |
),
|
| 2289 |
-
'Psr\\Http\\Message\\
|
| 2290 |
'version' => '1.0.1.0',
|
| 2291 |
-
'path' => $vendorDir . '/psr/http-factory/src/
|
| 2292 |
),
|
| 2293 |
'Psr\\Http\\Message\\RequestFactoryInterface' => array(
|
| 2294 |
'version' => '1.0.1.0',
|
| 2295 |
'path' => $vendorDir . '/psr/http-factory/src/RequestFactoryInterface.php'
|
| 2296 |
),
|
| 2297 |
-
'Psr\\Http\\Message\\
|
| 2298 |
'version' => '1.0.1.0',
|
| 2299 |
-
'path' => $vendorDir . '/psr/http-message/src/
|
| 2300 |
),
|
| 2301 |
-
'Psr\\Http\\Message\\
|
| 2302 |
'version' => '1.0.1.0',
|
| 2303 |
-
'path' => $vendorDir . '/psr/http-message/src/
|
| 2304 |
),
|
| 2305 |
-
'Psr\\Http\\Message\\
|
| 2306 |
'version' => '1.0.1.0',
|
| 2307 |
-
'path' => $vendorDir . '/psr/http-message/src/
|
| 2308 |
),
|
| 2309 |
'Psr\\Http\\Message\\UploadedFileInterface' => array(
|
| 2310 |
'version' => '1.0.1.0',
|
| 2311 |
'path' => $vendorDir . '/psr/http-message/src/UploadedFileInterface.php'
|
| 2312 |
),
|
| 2313 |
-
'Psr\\Http\\Message\\MessageInterface' => array(
|
| 2314 |
-
'version' => '1.0.1.0',
|
| 2315 |
-
'path' => $vendorDir . '/psr/http-message/src/MessageInterface.php'
|
| 2316 |
-
),
|
| 2317 |
'Psr\\Http\\Message\\RequestInterface' => array(
|
| 2318 |
'version' => '1.0.1.0',
|
| 2319 |
'path' => $vendorDir . '/psr/http-message/src/RequestInterface.php'
|
| 2320 |
),
|
| 2321 |
-
'Psr\\Http\\Message\\
|
| 2322 |
'version' => '1.0.1.0',
|
| 2323 |
-
'path' => $vendorDir . '/psr/http-message/src/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2324 |
),
|
| 2325 |
'Psr\\Http\\Client\\NetworkExceptionInterface' => array(
|
| 2326 |
'version' => '1.0.1.0',
|
|
@@ -2338,10 +2338,6 @@ return array(
|
|
| 2338 |
'version' => '1.0.1.0',
|
| 2339 |
'path' => $vendorDir . '/psr/http-client/src/ClientExceptionInterface.php'
|
| 2340 |
),
|
| 2341 |
-
'Psr\\Container\\ContainerExceptionInterface' => array(
|
| 2342 |
-
'version' => '1.1.1.0',
|
| 2343 |
-
'path' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php'
|
| 2344 |
-
),
|
| 2345 |
'Psr\\Container\\NotFoundExceptionInterface' => array(
|
| 2346 |
'version' => '1.1.1.0',
|
| 2347 |
'path' => $vendorDir . '/psr/container/src/NotFoundExceptionInterface.php'
|
|
@@ -2350,9 +2346,13 @@ return array(
|
|
| 2350 |
'version' => '1.1.1.0',
|
| 2351 |
'path' => $vendorDir . '/psr/container/src/ContainerInterface.php'
|
| 2352 |
),
|
| 2353 |
-
'Psr\\
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2354 |
'version' => '1.0.1.0',
|
| 2355 |
-
'path' => $vendorDir . '/psr/cache/src/
|
| 2356 |
),
|
| 2357 |
'Psr\\Cache\\CacheItemInterface' => array(
|
| 2358 |
'version' => '1.0.1.0',
|
|
@@ -2362,321 +2362,337 @@ return array(
|
|
| 2362 |
'version' => '1.0.1.0',
|
| 2363 |
'path' => $vendorDir . '/psr/cache/src/InvalidArgumentException.php'
|
| 2364 |
),
|
| 2365 |
-
'Psr\\Cache\\
|
| 2366 |
'version' => '1.0.1.0',
|
| 2367 |
-
'path' => $vendorDir . '/psr/cache/src/
|
| 2368 |
-
),
|
| 2369 |
-
'ParagonIE\\ConstantTime\\Base64' => array(
|
| 2370 |
-
'version' => '2.6.3.0',
|
| 2371 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64.php'
|
| 2372 |
-
),
|
| 2373 |
-
'ParagonIE\\ConstantTime\\EncoderInterface' => array(
|
| 2374 |
-
'version' => '2.6.3.0',
|
| 2375 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/EncoderInterface.php'
|
| 2376 |
-
),
|
| 2377 |
-
'ParagonIE\\ConstantTime\\Base64DotSlashOrdered' => array(
|
| 2378 |
-
'version' => '2.6.3.0',
|
| 2379 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php'
|
| 2380 |
),
|
| 2381 |
'ParagonIE\\ConstantTime\\Base64UrlSafe' => array(
|
| 2382 |
'version' => '2.6.3.0',
|
| 2383 |
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64UrlSafe.php'
|
| 2384 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2385 |
'ParagonIE\\ConstantTime\\Base64DotSlash' => array(
|
| 2386 |
'version' => '2.6.3.0',
|
| 2387 |
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64DotSlash.php'
|
| 2388 |
),
|
| 2389 |
-
'ParagonIE\\ConstantTime\\
|
| 2390 |
'version' => '2.6.3.0',
|
| 2391 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
| 2392 |
),
|
| 2393 |
-
'ParagonIE\\ConstantTime\\
|
| 2394 |
'version' => '2.6.3.0',
|
| 2395 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2396 |
),
|
| 2397 |
'ParagonIE\\ConstantTime\\Hex' => array(
|
| 2398 |
'version' => '2.6.3.0',
|
| 2399 |
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Hex.php'
|
| 2400 |
),
|
| 2401 |
-
'ParagonIE\\ConstantTime\\
|
| 2402 |
'version' => '2.6.3.0',
|
| 2403 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2404 |
),
|
| 2405 |
'ParagonIE\\ConstantTime\\RFC4648' => array(
|
| 2406 |
'version' => '2.6.3.0',
|
| 2407 |
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/RFC4648.php'
|
| 2408 |
),
|
| 2409 |
-
'ParagonIE\\ConstantTime\\
|
| 2410 |
'version' => '2.6.3.0',
|
| 2411 |
-
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/
|
| 2412 |
),
|
| 2413 |
-
'Monolog\\Handler\\
|
| 2414 |
'version' => '2.7.0.0',
|
| 2415 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2416 |
),
|
| 2417 |
-
'Monolog\\Handler\\
|
| 2418 |
'version' => '2.7.0.0',
|
| 2419 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2420 |
),
|
| 2421 |
-
'Monolog\\Handler\\
|
| 2422 |
'version' => '2.7.0.0',
|
| 2423 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2424 |
),
|
| 2425 |
-
'Monolog\\Handler\\
|
| 2426 |
'version' => '2.7.0.0',
|
| 2427 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2428 |
),
|
| 2429 |
-
'Monolog\\Handler\\
|
| 2430 |
'version' => '2.7.0.0',
|
| 2431 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2432 |
-
),
|
| 2433 |
-
'Monolog\\Handler\\PushoverHandler' => array(
|
| 2434 |
-
'version' => '2.7.0.0',
|
| 2435 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PushoverHandler.php'
|
| 2436 |
),
|
| 2437 |
-
'Monolog\\Handler\\
|
| 2438 |
'version' => '2.7.0.0',
|
| 2439 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2440 |
),
|
| 2441 |
-
'Monolog\\Handler\\
|
| 2442 |
'version' => '2.7.0.0',
|
| 2443 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2444 |
),
|
| 2445 |
-
'Monolog\\Handler\\
|
| 2446 |
'version' => '2.7.0.0',
|
| 2447 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2448 |
),
|
| 2449 |
-
'Monolog\\Handler\\
|
| 2450 |
'version' => '2.7.0.0',
|
| 2451 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2452 |
),
|
| 2453 |
-
'Monolog\\Handler\\
|
| 2454 |
'version' => '2.7.0.0',
|
| 2455 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2456 |
),
|
| 2457 |
-
'Monolog\\Handler\\
|
| 2458 |
'version' => '2.7.0.0',
|
| 2459 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2460 |
),
|
| 2461 |
-
'Monolog\\Handler\\
|
| 2462 |
'version' => '2.7.0.0',
|
| 2463 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2464 |
),
|
| 2465 |
-
'Monolog\\Handler\\
|
| 2466 |
'version' => '2.7.0.0',
|
| 2467 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2468 |
),
|
| 2469 |
-
'Monolog\\Handler\\
|
| 2470 |
'version' => '2.7.0.0',
|
| 2471 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2472 |
),
|
| 2473 |
-
'Monolog\\Handler\\
|
| 2474 |
'version' => '2.7.0.0',
|
| 2475 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2476 |
),
|
| 2477 |
-
'Monolog\\Handler\\
|
| 2478 |
'version' => '2.7.0.0',
|
| 2479 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2480 |
),
|
| 2481 |
-
'Monolog\\Handler\\
|
| 2482 |
'version' => '2.7.0.0',
|
| 2483 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2484 |
),
|
| 2485 |
-
'Monolog\\Handler\\
|
| 2486 |
'version' => '2.7.0.0',
|
| 2487 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2488 |
),
|
| 2489 |
-
'Monolog\\Handler\\
|
| 2490 |
'version' => '2.7.0.0',
|
| 2491 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2492 |
),
|
| 2493 |
-
'Monolog\\Handler\\
|
| 2494 |
'version' => '2.7.0.0',
|
| 2495 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2496 |
),
|
| 2497 |
-
'Monolog\\Handler\\
|
| 2498 |
'version' => '2.7.0.0',
|
| 2499 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2500 |
),
|
| 2501 |
-
'Monolog\\Handler\\
|
| 2502 |
'version' => '2.7.0.0',
|
| 2503 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2504 |
),
|
| 2505 |
-
'Monolog\\Handler\\
|
| 2506 |
'version' => '2.7.0.0',
|
| 2507 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2508 |
),
|
| 2509 |
-
'Monolog\\Handler\\
|
| 2510 |
'version' => '2.7.0.0',
|
| 2511 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2512 |
),
|
| 2513 |
-
'Monolog\\Handler\\
|
| 2514 |
'version' => '2.7.0.0',
|
| 2515 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2516 |
),
|
| 2517 |
'Monolog\\Handler\\ProcessableHandlerInterface' => array(
|
| 2518 |
'version' => '2.7.0.0',
|
| 2519 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php'
|
| 2520 |
),
|
| 2521 |
-
'Monolog\\Handler\\
|
| 2522 |
'version' => '2.7.0.0',
|
| 2523 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2524 |
),
|
| 2525 |
-
'Monolog\\Handler\\
|
| 2526 |
'version' => '2.7.0.0',
|
| 2527 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2528 |
),
|
| 2529 |
'Monolog\\Handler\\BrowserConsoleHandler' => array(
|
| 2530 |
'version' => '2.7.0.0',
|
| 2531 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php'
|
| 2532 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2533 |
'Monolog\\Handler\\SqsHandler' => array(
|
| 2534 |
'version' => '2.7.0.0',
|
| 2535 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SqsHandler.php'
|
| 2536 |
),
|
| 2537 |
-
'Monolog\\Handler\\
|
| 2538 |
'version' => '2.7.0.0',
|
| 2539 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2540 |
),
|
| 2541 |
-
'Monolog\\Handler\\
|
| 2542 |
'version' => '2.7.0.0',
|
| 2543 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2544 |
),
|
| 2545 |
-
'Monolog\\Handler\\
|
| 2546 |
'version' => '2.7.0.0',
|
| 2547 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2548 |
),
|
| 2549 |
-
'Monolog\\Handler\\
|
| 2550 |
'version' => '2.7.0.0',
|
| 2551 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2552 |
),
|
| 2553 |
-
'Monolog\\Handler\\
|
| 2554 |
'version' => '2.7.0.0',
|
| 2555 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2556 |
),
|
| 2557 |
-
'Monolog\\Handler\\
|
| 2558 |
'version' => '2.7.0.0',
|
| 2559 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2560 |
),
|
| 2561 |
-
'Monolog\\Handler\\
|
| 2562 |
'version' => '2.7.0.0',
|
| 2563 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2564 |
),
|
| 2565 |
-
'Monolog\\Handler\\
|
| 2566 |
'version' => '2.7.0.0',
|
| 2567 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2568 |
),
|
| 2569 |
-
'Monolog\\Handler\\
|
| 2570 |
'version' => '2.7.0.0',
|
| 2571 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2572 |
),
|
| 2573 |
-
'Monolog\\Handler\\
|
| 2574 |
'version' => '2.7.0.0',
|
| 2575 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2576 |
),
|
| 2577 |
-
'Monolog\\Handler\\
|
| 2578 |
'version' => '2.7.0.0',
|
| 2579 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2580 |
),
|
| 2581 |
-
'Monolog\\Handler\\
|
| 2582 |
'version' => '2.7.0.0',
|
| 2583 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2584 |
),
|
| 2585 |
'Monolog\\Handler\\FirePHPHandler' => array(
|
| 2586 |
'version' => '2.7.0.0',
|
| 2587 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php'
|
| 2588 |
),
|
| 2589 |
-
'Monolog\\Handler\\
|
| 2590 |
'version' => '2.7.0.0',
|
| 2591 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2592 |
),
|
| 2593 |
-
'Monolog\\Handler\\
|
| 2594 |
'version' => '2.7.0.0',
|
| 2595 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2596 |
),
|
| 2597 |
'Monolog\\Handler\\DynamoDbHandler' => array(
|
| 2598 |
'version' => '2.7.0.0',
|
| 2599 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php'
|
| 2600 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2601 |
'Monolog\\Handler\\RedisPubSubHandler' => array(
|
| 2602 |
'version' => '2.7.0.0',
|
| 2603 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php'
|
| 2604 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2605 |
'Monolog\\Handler\\StreamHandler' => array(
|
| 2606 |
'version' => '2.7.0.0',
|
| 2607 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/StreamHandler.php'
|
| 2608 |
),
|
| 2609 |
-
'Monolog\\Handler\\
|
| 2610 |
'version' => '2.7.0.0',
|
| 2611 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2612 |
),
|
| 2613 |
-
'Monolog\\Handler\\
|
| 2614 |
'version' => '2.7.0.0',
|
| 2615 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2616 |
),
|
| 2617 |
-
'Monolog\\Handler\\
|
| 2618 |
'version' => '2.7.0.0',
|
| 2619 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2620 |
),
|
| 2621 |
-
'Monolog\\Handler\\
|
| 2622 |
'version' => '2.7.0.0',
|
| 2623 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2624 |
),
|
| 2625 |
-
'Monolog\\Handler\\
|
| 2626 |
'version' => '2.7.0.0',
|
| 2627 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2628 |
),
|
| 2629 |
-
'Monolog\\Handler\\
|
| 2630 |
'version' => '2.7.0.0',
|
| 2631 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2632 |
),
|
| 2633 |
-
'Monolog\\Handler\\
|
| 2634 |
'version' => '2.7.0.0',
|
| 2635 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2636 |
),
|
| 2637 |
-
'Monolog\\Handler\\
|
| 2638 |
'version' => '2.7.0.0',
|
| 2639 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2640 |
),
|
| 2641 |
-
'Monolog\\Handler\\
|
| 2642 |
'version' => '2.7.0.0',
|
| 2643 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2644 |
),
|
| 2645 |
-
'Monolog\\Handler\\
|
| 2646 |
'version' => '2.7.0.0',
|
| 2647 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2648 |
),
|
| 2649 |
-
'Monolog\\Handler\\
|
| 2650 |
'version' => '2.7.0.0',
|
| 2651 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2652 |
),
|
| 2653 |
-
'Monolog\\Handler\\
|
| 2654 |
'version' => '2.7.0.0',
|
| 2655 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2656 |
),
|
| 2657 |
-
'Monolog\\Handler\\
|
| 2658 |
'version' => '2.7.0.0',
|
| 2659 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2660 |
),
|
| 2661 |
-
'Monolog\\Handler\\
|
| 2662 |
'version' => '2.7.0.0',
|
| 2663 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2664 |
),
|
| 2665 |
-
'Monolog\\Handler\\
|
| 2666 |
'version' => '2.7.0.0',
|
| 2667 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2668 |
),
|
| 2669 |
-
'Monolog\\Handler\\
|
| 2670 |
'version' => '2.7.0.0',
|
| 2671 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2672 |
),
|
| 2673 |
-
'Monolog\\Handler\\
|
| 2674 |
'version' => '2.7.0.0',
|
| 2675 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2676 |
),
|
| 2677 |
-
'Monolog\\Handler\\
|
| 2678 |
'version' => '2.7.0.0',
|
| 2679 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2680 |
),
|
| 2681 |
'Monolog\\Handler\\RedisHandler' => array(
|
| 2682 |
'version' => '2.7.0.0',
|
|
@@ -2686,209 +2702,197 @@ return array(
|
|
| 2686 |
'version' => '2.7.0.0',
|
| 2687 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/CubeHandler.php'
|
| 2688 |
),
|
| 2689 |
-
'Monolog\\Handler\\
|
| 2690 |
'version' => '2.7.0.0',
|
| 2691 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/
|
| 2692 |
),
|
| 2693 |
-
'Monolog\\
|
| 2694 |
'version' => '2.7.0.0',
|
| 2695 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
| 2696 |
),
|
| 2697 |
-
'Monolog\\
|
| 2698 |
'version' => '2.7.0.0',
|
| 2699 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
| 2700 |
),
|
| 2701 |
-
'Monolog\\
|
| 2702 |
'version' => '2.7.0.0',
|
| 2703 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
| 2704 |
-
),
|
| 2705 |
-
'Monolog\\Handler\\SocketHandler' => array(
|
| 2706 |
-
'version' => '2.7.0.0',
|
| 2707 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SocketHandler.php'
|
| 2708 |
),
|
| 2709 |
-
'Monolog\\
|
| 2710 |
'version' => '2.7.0.0',
|
| 2711 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
| 2712 |
),
|
| 2713 |
'Monolog\\Registry' => array(
|
| 2714 |
'version' => '2.7.0.0',
|
| 2715 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Registry.php'
|
| 2716 |
),
|
| 2717 |
-
'Monolog\\
|
| 2718 |
-
'version' => '2.7.0.0',
|
| 2719 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/SignalHandler.php'
|
| 2720 |
-
),
|
| 2721 |
-
'Monolog\\DateTimeImmutable' => array(
|
| 2722 |
-
'version' => '2.7.0.0',
|
| 2723 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/DateTimeImmutable.php'
|
| 2724 |
-
),
|
| 2725 |
-
'Monolog\\ResettableInterface' => array(
|
| 2726 |
-
'version' => '2.7.0.0',
|
| 2727 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/ResettableInterface.php'
|
| 2728 |
-
),
|
| 2729 |
-
'Monolog\\LogRecord' => array(
|
| 2730 |
-
'version' => '2.7.0.0',
|
| 2731 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/LogRecord.php'
|
| 2732 |
-
),
|
| 2733 |
-
'Monolog\\Processor\\GitProcessor' => array(
|
| 2734 |
'version' => '2.7.0.0',
|
| 2735 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/
|
| 2736 |
),
|
| 2737 |
'Monolog\\Processor\\PsrLogMessageProcessor' => array(
|
| 2738 |
'version' => '2.7.0.0',
|
| 2739 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php'
|
| 2740 |
),
|
| 2741 |
-
'Monolog\\Processor\\
|
| 2742 |
'version' => '2.7.0.0',
|
| 2743 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/
|
| 2744 |
),
|
| 2745 |
-
'Monolog\\Processor\\
|
| 2746 |
'version' => '2.7.0.0',
|
| 2747 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/
|
| 2748 |
),
|
| 2749 |
-
'Monolog\\Processor\\
|
| 2750 |
'version' => '2.7.0.0',
|
| 2751 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2752 |
),
|
| 2753 |
'Monolog\\Processor\\TagProcessor' => array(
|
| 2754 |
'version' => '2.7.0.0',
|
| 2755 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/TagProcessor.php'
|
| 2756 |
),
|
| 2757 |
-
'Monolog\\Processor\\
|
| 2758 |
'version' => '2.7.0.0',
|
| 2759 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/
|
| 2760 |
),
|
| 2761 |
'Monolog\\Processor\\MemoryProcessor' => array(
|
| 2762 |
'version' => '2.7.0.0',
|
| 2763 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php'
|
| 2764 |
),
|
| 2765 |
-
'Monolog\\Processor\\
|
| 2766 |
'version' => '2.7.0.0',
|
| 2767 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2768 |
),
|
| 2769 |
'Monolog\\Processor\\ProcessorInterface' => array(
|
| 2770 |
'version' => '2.7.0.0',
|
| 2771 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php'
|
| 2772 |
),
|
| 2773 |
-
'Monolog\\Processor\\
|
| 2774 |
'version' => '2.7.0.0',
|
| 2775 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/
|
| 2776 |
),
|
| 2777 |
-
'Monolog\\
|
| 2778 |
'version' => '2.7.0.0',
|
| 2779 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
| 2780 |
),
|
| 2781 |
-
'Monolog\\
|
| 2782 |
'version' => '2.7.0.0',
|
| 2783 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
| 2784 |
),
|
| 2785 |
-
'Monolog\\Formatter\\
|
| 2786 |
'version' => '2.7.0.0',
|
| 2787 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2788 |
),
|
| 2789 |
-
'Monolog\\Formatter\\
|
| 2790 |
'version' => '2.7.0.0',
|
| 2791 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2792 |
),
|
| 2793 |
-
'Monolog\\Formatter\\
|
| 2794 |
'version' => '2.7.0.0',
|
| 2795 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2796 |
),
|
| 2797 |
-
'Monolog\\Formatter\\
|
| 2798 |
'version' => '2.7.0.0',
|
| 2799 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2800 |
),
|
| 2801 |
-
'Monolog\\Formatter\\
|
| 2802 |
'version' => '2.7.0.0',
|
| 2803 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2804 |
),
|
| 2805 |
-
'Monolog\\Formatter\\
|
| 2806 |
'version' => '2.7.0.0',
|
| 2807 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2808 |
),
|
| 2809 |
-
'Monolog\\Formatter\\
|
| 2810 |
'version' => '2.7.0.0',
|
| 2811 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2812 |
),
|
| 2813 |
-
'Monolog\\Formatter\\
|
| 2814 |
'version' => '2.7.0.0',
|
| 2815 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2816 |
),
|
| 2817 |
-
'Monolog\\Formatter\\
|
| 2818 |
'version' => '2.7.0.0',
|
| 2819 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2820 |
),
|
| 2821 |
-
'Monolog\\Formatter\\
|
| 2822 |
'version' => '2.7.0.0',
|
| 2823 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2824 |
),
|
| 2825 |
-
'Monolog\\Formatter\\
|
| 2826 |
'version' => '2.7.0.0',
|
| 2827 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2828 |
),
|
| 2829 |
'Monolog\\Formatter\\ChromePHPFormatter' => array(
|
| 2830 |
'version' => '2.7.0.0',
|
| 2831 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php'
|
| 2832 |
),
|
| 2833 |
-
'Monolog\\Formatter\\
|
| 2834 |
'version' => '2.7.0.0',
|
| 2835 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2836 |
),
|
| 2837 |
-
'Monolog\\Formatter\\
|
| 2838 |
'version' => '2.7.0.0',
|
| 2839 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2840 |
),
|
| 2841 |
-
'Monolog\\Formatter\\
|
| 2842 |
'version' => '2.7.0.0',
|
| 2843 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2844 |
),
|
| 2845 |
-
'Monolog\\Formatter\\
|
| 2846 |
'version' => '2.7.0.0',
|
| 2847 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2848 |
),
|
| 2849 |
-
'Monolog\\Formatter\\
|
| 2850 |
'version' => '2.7.0.0',
|
| 2851 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/
|
| 2852 |
),
|
| 2853 |
-
'Monolog\\
|
| 2854 |
'version' => '2.7.0.0',
|
| 2855 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
| 2856 |
),
|
| 2857 |
-
'Monolog\\
|
| 2858 |
'version' => '2.7.0.0',
|
| 2859 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
| 2860 |
),
|
| 2861 |
-
'Monolog\\
|
| 2862 |
'version' => '2.7.0.0',
|
| 2863 |
-
'path' => $vendorDir . '/monolog/monolog/src/Monolog/
|
| 2864 |
),
|
| 2865 |
-
'
|
| 2866 |
-
'version' => '2.
|
| 2867 |
-
'path' => $vendorDir . '/
|
| 2868 |
),
|
| 2869 |
-
'Grpc\\Gcp\\
|
| 2870 |
'version' => '0.2.0.0',
|
| 2871 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
| 2872 |
),
|
| 2873 |
-
'Grpc\\Gcp\\
|
| 2874 |
'version' => '0.2.0.0',
|
| 2875 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
| 2876 |
),
|
| 2877 |
-
'Grpc\\Gcp\\
|
| 2878 |
'version' => '0.2.0.0',
|
| 2879 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
| 2880 |
),
|
| 2881 |
-
'Grpc\\Gcp\\
|
| 2882 |
'version' => '0.2.0.0',
|
| 2883 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
| 2884 |
),
|
| 2885 |
'Grpc\\Gcp\\GCPBidiStreamingCall' => array(
|
| 2886 |
'version' => '0.2.0.0',
|
| 2887 |
'path' => $vendorDir . '/google/grpc-gcp/src/GCPBidiStreamingCall.php'
|
| 2888 |
),
|
| 2889 |
-
'Grpc\\Gcp\\
|
| 2890 |
'version' => '0.2.0.0',
|
| 2891 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
| 2892 |
),
|
| 2893 |
'Grpc\\Gcp\\GCPClientStreamCall' => array(
|
| 2894 |
'version' => '0.2.0.0',
|
|
@@ -2902,2637 +2906,2633 @@ return array(
|
|
| 2902 |
'version' => '0.2.0.0',
|
| 2903 |
'path' => $vendorDir . '/google/grpc-gcp/src/Config.php'
|
| 2904 |
),
|
| 2905 |
-
'Grpc\\Gcp\\
|
| 2906 |
'version' => '0.2.0.0',
|
| 2907 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
| 2908 |
),
|
| 2909 |
-
'Grpc\\Gcp\\
|
| 2910 |
'version' => '0.2.0.0',
|
| 2911 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
| 2912 |
),
|
| 2913 |
-
'Grpc\\Gcp\\
|
| 2914 |
'version' => '0.2.0.0',
|
| 2915 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
| 2916 |
),
|
| 2917 |
-
'Grpc\\Gcp\\
|
| 2918 |
'version' => '0.2.0.0',
|
| 2919 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
| 2920 |
),
|
| 2921 |
-
'Grpc\\Gcp\\
|
| 2922 |
'version' => '0.2.0.0',
|
| 2923 |
-
'path' => $vendorDir . '/google/grpc-gcp/src/
|
| 2924 |
),
|
| 2925 |
-
'Grpc\\
|
| 2926 |
-
'version' => '
|
| 2927 |
-
'path' => $vendorDir . '/
|
| 2928 |
),
|
| 2929 |
'Grpc\\ServerCallWriter' => array(
|
| 2930 |
'version' => '1.42.0.0',
|
| 2931 |
'path' => $vendorDir . '/grpc/grpc/src/lib/ServerCallWriter.php'
|
| 2932 |
),
|
| 2933 |
-
'Grpc\\
|
| 2934 |
-
'version' => '1.42.0.0',
|
| 2935 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/CallInvoker.php'
|
| 2936 |
-
),
|
| 2937 |
-
'Grpc\\BidiStreamingCall' => array(
|
| 2938 |
-
'version' => '1.42.0.0',
|
| 2939 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/BidiStreamingCall.php'
|
| 2940 |
-
),
|
| 2941 |
-
'Grpc\\BaseStub' => array(
|
| 2942 |
'version' => '1.42.0.0',
|
| 2943 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
| 2944 |
),
|
| 2945 |
-
'Grpc\\
|
| 2946 |
'version' => '1.42.0.0',
|
| 2947 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
| 2948 |
),
|
| 2949 |
-
'Grpc\\
|
| 2950 |
'version' => '1.42.0.0',
|
| 2951 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
| 2952 |
),
|
| 2953 |
-
'Grpc\\
|
| 2954 |
'version' => '1.42.0.0',
|
| 2955 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
| 2956 |
),
|
| 2957 |
-
'Grpc\\
|
| 2958 |
'version' => '1.42.0.0',
|
| 2959 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
| 2960 |
),
|
| 2961 |
-
'Grpc\\
|
| 2962 |
'version' => '1.42.0.0',
|
| 2963 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
| 2964 |
),
|
| 2965 |
-
'Grpc\\
|
| 2966 |
'version' => '1.42.0.0',
|
| 2967 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
| 2968 |
),
|
| 2969 |
-
'Grpc\\
|
| 2970 |
'version' => '1.42.0.0',
|
| 2971 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
| 2972 |
),
|
| 2973 |
'Grpc\\AbstractCall' => array(
|
| 2974 |
'version' => '1.42.0.0',
|
| 2975 |
'path' => $vendorDir . '/grpc/grpc/src/lib/AbstractCall.php'
|
| 2976 |
),
|
| 2977 |
-
'Grpc\\
|
| 2978 |
'version' => '1.42.0.0',
|
| 2979 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
| 2980 |
),
|
| 2981 |
-
'Grpc\\
|
| 2982 |
'version' => '1.42.0.0',
|
| 2983 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
| 2984 |
),
|
| 2985 |
-
'Grpc\\
|
| 2986 |
'version' => '1.42.0.0',
|
| 2987 |
-
'path' => $vendorDir . '/grpc/grpc/src/lib/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2988 |
),
|
| 2989 |
'Grpc\\ServerContext' => array(
|
| 2990 |
'version' => '1.42.0.0',
|
| 2991 |
'path' => $vendorDir . '/grpc/grpc/src/lib/ServerContext.php'
|
| 2992 |
),
|
| 2993 |
-
'Google\\Service\\
|
| 2994 |
'version' => '0.258.0.0',
|
| 2995 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
| 2996 |
-
),
|
| 2997 |
-
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceResource' => array(
|
| 2998 |
-
'version' => '0.258.0.0',
|
| 2999 |
-
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResource.php'
|
| 3000 |
),
|
| 3001 |
-
'Google\\Service\\
|
| 3002 |
'version' => '0.258.0.0',
|
| 3003 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
| 3004 |
),
|
| 3005 |
-
'Google\\Service\\
|
| 3006 |
'version' => '0.258.0.0',
|
| 3007 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
| 3008 |
),
|
| 3009 |
-
'Google\\Service\\
|
| 3010 |
'version' => '0.258.0.0',
|
| 3011 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
| 3012 |
),
|
| 3013 |
-
'Google\\Service\\
|
| 3014 |
'version' => '0.258.0.0',
|
| 3015 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
| 3016 |
),
|
| 3017 |
-
'Google\\Service\\
|
| 3018 |
'version' => '0.258.0.0',
|
| 3019 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
| 3020 |
),
|
| 3021 |
-
'Google\\Service\\
|
| 3022 |
'version' => '0.258.0.0',
|
| 3023 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
| 3024 |
),
|
| 3025 |
-
'Google\\Service\\ShoppingContent' => array(
|
| 3026 |
'version' => '0.258.0.0',
|
| 3027 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent.php'
|
| 3028 |
),
|
| 3029 |
-
'Google\\Service\\ShoppingContent\\
|
| 3030 |
'version' => '0.258.0.0',
|
| 3031 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3032 |
),
|
| 3033 |
-
'Google\\Service\\ShoppingContent\\
|
| 3034 |
'version' => '0.258.0.0',
|
| 3035 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3036 |
),
|
| 3037 |
-
'Google\\Service\\ShoppingContent\\
|
| 3038 |
'version' => '0.258.0.0',
|
| 3039 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3040 |
),
|
| 3041 |
-
'Google\\Service\\ShoppingContent\\
|
| 3042 |
'version' => '0.258.0.0',
|
| 3043 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3044 |
),
|
| 3045 |
-
'Google\\Service\\ShoppingContent\\
|
| 3046 |
'version' => '0.258.0.0',
|
| 3047 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3048 |
),
|
| 3049 |
-
'Google\\Service\\ShoppingContent\\
|
| 3050 |
'version' => '0.258.0.0',
|
| 3051 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3052 |
),
|
| 3053 |
-
'Google\\Service\\ShoppingContent\\
|
| 3054 |
'version' => '0.258.0.0',
|
| 3055 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3056 |
),
|
| 3057 |
-
'Google\\Service\\ShoppingContent\\
|
| 3058 |
'version' => '0.258.0.0',
|
| 3059 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3060 |
),
|
| 3061 |
-
'Google\\Service\\ShoppingContent\\
|
| 3062 |
'version' => '0.258.0.0',
|
| 3063 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3064 |
),
|
| 3065 |
-
'Google\\Service\\ShoppingContent\\
|
| 3066 |
'version' => '0.258.0.0',
|
| 3067 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3068 |
),
|
| 3069 |
-
'Google\\Service\\ShoppingContent\\
|
| 3070 |
'version' => '0.258.0.0',
|
| 3071 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3072 |
),
|
| 3073 |
-
'Google\\Service\\ShoppingContent\\
|
| 3074 |
'version' => '0.258.0.0',
|
| 3075 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3076 |
),
|
| 3077 |
-
'Google\\Service\\ShoppingContent\\
|
| 3078 |
'version' => '0.258.0.0',
|
| 3079 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3080 |
),
|
| 3081 |
-
'Google\\Service\\ShoppingContent\\
|
| 3082 |
'version' => '0.258.0.0',
|
| 3083 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3084 |
),
|
| 3085 |
-
'Google\\Service\\ShoppingContent\\
|
| 3086 |
'version' => '0.258.0.0',
|
| 3087 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3088 |
),
|
| 3089 |
-
'Google\\Service\\ShoppingContent\\
|
| 3090 |
'version' => '0.258.0.0',
|
| 3091 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3092 |
),
|
| 3093 |
-
'Google\\Service\\ShoppingContent\\
|
| 3094 |
'version' => '0.258.0.0',
|
| 3095 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3096 |
),
|
| 3097 |
-
'Google\\Service\\ShoppingContent\\
|
| 3098 |
'version' => '0.258.0.0',
|
| 3099 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3100 |
),
|
| 3101 |
-
'Google\\Service\\ShoppingContent\\
|
| 3102 |
'version' => '0.258.0.0',
|
| 3103 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3104 |
),
|
| 3105 |
-
'Google\\Service\\ShoppingContent\\
|
| 3106 |
'version' => '0.258.0.0',
|
| 3107 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3108 |
),
|
| 3109 |
-
'Google\\Service\\ShoppingContent\\
|
| 3110 |
'version' => '0.258.0.0',
|
| 3111 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3112 |
),
|
| 3113 |
-
'Google\\Service\\ShoppingContent\\
|
| 3114 |
'version' => '0.258.0.0',
|
| 3115 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3116 |
),
|
| 3117 |
-
'Google\\Service\\ShoppingContent\\
|
| 3118 |
'version' => '0.258.0.0',
|
| 3119 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3120 |
),
|
| 3121 |
-
'Google\\Service\\ShoppingContent\\
|
| 3122 |
'version' => '0.258.0.0',
|
| 3123 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3124 |
),
|
| 3125 |
-
'Google\\Service\\ShoppingContent\\
|
| 3126 |
'version' => '0.258.0.0',
|
| 3127 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3128 |
),
|
| 3129 |
-
'Google\\Service\\ShoppingContent\\
|
| 3130 |
'version' => '0.258.0.0',
|
| 3131 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3132 |
),
|
| 3133 |
-
'Google\\Service\\ShoppingContent\\
|
| 3134 |
'version' => '0.258.0.0',
|
| 3135 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3136 |
),
|
| 3137 |
-
'Google\\Service\\ShoppingContent\\
|
| 3138 |
'version' => '0.258.0.0',
|
| 3139 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3140 |
),
|
| 3141 |
-
'Google\\Service\\ShoppingContent\\
|
| 3142 |
'version' => '0.258.0.0',
|
| 3143 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3144 |
),
|
| 3145 |
-
'Google\\Service\\ShoppingContent\\
|
| 3146 |
'version' => '0.258.0.0',
|
| 3147 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3148 |
),
|
| 3149 |
-
'Google\\Service\\ShoppingContent\\
|
| 3150 |
'version' => '0.258.0.0',
|
| 3151 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3152 |
),
|
| 3153 |
-
'Google\\Service\\ShoppingContent\\
|
| 3154 |
'version' => '0.258.0.0',
|
| 3155 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3156 |
),
|
| 3157 |
-
'Google\\Service\\ShoppingContent\\
|
| 3158 |
'version' => '0.258.0.0',
|
| 3159 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3160 |
),
|
| 3161 |
-
'Google\\Service\\ShoppingContent\\
|
| 3162 |
'version' => '0.258.0.0',
|
| 3163 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3164 |
),
|
| 3165 |
-
'Google\\Service\\ShoppingContent\\
|
| 3166 |
'version' => '0.258.0.0',
|
| 3167 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3168 |
),
|
| 3169 |
-
'Google\\Service\\ShoppingContent\\
|
| 3170 |
'version' => '0.258.0.0',
|
| 3171 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3172 |
),
|
| 3173 |
-
'Google\\Service\\ShoppingContent\\
|
| 3174 |
'version' => '0.258.0.0',
|
| 3175 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3176 |
),
|
| 3177 |
-
'Google\\Service\\ShoppingContent\\
|
| 3178 |
'version' => '0.258.0.0',
|
| 3179 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3180 |
),
|
| 3181 |
-
'Google\\Service\\ShoppingContent\\
|
| 3182 |
'version' => '0.258.0.0',
|
| 3183 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3184 |
),
|
| 3185 |
-
'Google\\Service\\ShoppingContent\\
|
| 3186 |
'version' => '0.258.0.0',
|
| 3187 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3188 |
),
|
| 3189 |
-
'Google\\Service\\ShoppingContent\\
|
| 3190 |
'version' => '0.258.0.0',
|
| 3191 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3192 |
),
|
| 3193 |
-
'Google\\Service\\ShoppingContent\\
|
| 3194 |
'version' => '0.258.0.0',
|
| 3195 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3196 |
),
|
| 3197 |
'Google\\Service\\ShoppingContent\\OrderShipment' => array(
|
| 3198 |
'version' => '0.258.0.0',
|
| 3199 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderShipment.php'
|
| 3200 |
),
|
| 3201 |
-
'Google\\Service\\ShoppingContent\\InvoiceSummary' => array(
|
| 3202 |
-
'version' => '0.258.0.0',
|
| 3203 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/InvoiceSummary.php'
|
| 3204 |
-
),
|
| 3205 |
'Google\\Service\\ShoppingContent\\AccountStatus' => array(
|
| 3206 |
'version' => '0.258.0.0',
|
| 3207 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatus.php'
|
| 3208 |
),
|
| 3209 |
-
'Google\\Service\\ShoppingContent\\
|
| 3210 |
'version' => '0.258.0.0',
|
| 3211 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3212 |
),
|
| 3213 |
-
'Google\\Service\\ShoppingContent\\
|
| 3214 |
'version' => '0.258.0.0',
|
| 3215 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3216 |
),
|
| 3217 |
-
'Google\\Service\\ShoppingContent\\
|
| 3218 |
'version' => '0.258.0.0',
|
| 3219 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3220 |
),
|
| 3221 |
-
'Google\\Service\\ShoppingContent\\
|
| 3222 |
'version' => '0.258.0.0',
|
| 3223 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3224 |
),
|
| 3225 |
-
'Google\\Service\\ShoppingContent\\
|
| 3226 |
'version' => '0.258.0.0',
|
| 3227 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3228 |
),
|
| 3229 |
-
'Google\\Service\\ShoppingContent\\
|
| 3230 |
'version' => '0.258.0.0',
|
| 3231 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3232 |
),
|
| 3233 |
-
'Google\\Service\\ShoppingContent\\
|
| 3234 |
'version' => '0.258.0.0',
|
| 3235 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3236 |
),
|
| 3237 |
-
'Google\\Service\\ShoppingContent\\
|
| 3238 |
'version' => '0.258.0.0',
|
| 3239 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3240 |
),
|
| 3241 |
-
'Google\\Service\\ShoppingContent\\
|
| 3242 |
'version' => '0.258.0.0',
|
| 3243 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3244 |
),
|
| 3245 |
-
'Google\\Service\\ShoppingContent\\
|
| 3246 |
'version' => '0.258.0.0',
|
| 3247 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3248 |
),
|
| 3249 |
-
'Google\\Service\\ShoppingContent\\
|
| 3250 |
'version' => '0.258.0.0',
|
| 3251 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3252 |
),
|
| 3253 |
-
'Google\\Service\\ShoppingContent\\
|
| 3254 |
'version' => '0.258.0.0',
|
| 3255 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3256 |
),
|
| 3257 |
-
'Google\\Service\\ShoppingContent\\
|
| 3258 |
'version' => '0.258.0.0',
|
| 3259 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3260 |
-
),
|
| 3261 |
-
'Google\\Service\\ShoppingContent\\InvoiceSummaryAdditionalChargeSummary' => array(
|
| 3262 |
-
'version' => '0.258.0.0',
|
| 3263 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/InvoiceSummaryAdditionalChargeSummary.php'
|
| 3264 |
-
),
|
| 3265 |
-
'Google\\Service\\ShoppingContent\\ListAccountReturnCarrierResponse' => array(
|
| 3266 |
-
'version' => '0.258.0.0',
|
| 3267 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListAccountReturnCarrierResponse.php'
|
| 3268 |
),
|
| 3269 |
-
'Google\\Service\\ShoppingContent\\
|
| 3270 |
'version' => '0.258.0.0',
|
| 3271 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3272 |
),
|
| 3273 |
-
'Google\\Service\\ShoppingContent\\
|
| 3274 |
'version' => '0.258.0.0',
|
| 3275 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3276 |
),
|
| 3277 |
-
'Google\\Service\\ShoppingContent\\
|
| 3278 |
'version' => '0.258.0.0',
|
| 3279 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3280 |
),
|
| 3281 |
-
'Google\\Service\\ShoppingContent\\
|
| 3282 |
'version' => '0.258.0.0',
|
| 3283 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3284 |
),
|
| 3285 |
-
'Google\\Service\\ShoppingContent\\
|
| 3286 |
'version' => '0.258.0.0',
|
| 3287 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3288 |
),
|
| 3289 |
-
'Google\\Service\\ShoppingContent\\
|
| 3290 |
'version' => '0.258.0.0',
|
| 3291 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3292 |
),
|
| 3293 |
-
'Google\\Service\\ShoppingContent\\
|
| 3294 |
'version' => '0.258.0.0',
|
| 3295 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3296 |
),
|
| 3297 |
-
'Google\\Service\\ShoppingContent\\
|
| 3298 |
'version' => '0.258.0.0',
|
| 3299 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3300 |
),
|
| 3301 |
-
'Google\\Service\\ShoppingContent\\
|
| 3302 |
'version' => '0.258.0.0',
|
| 3303 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3304 |
),
|
| 3305 |
-
'Google\\Service\\ShoppingContent\\
|
| 3306 |
'version' => '0.258.0.0',
|
| 3307 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3308 |
),
|
| 3309 |
-
'Google\\Service\\ShoppingContent\\
|
| 3310 |
'version' => '0.258.0.0',
|
| 3311 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3312 |
),
|
| 3313 |
-
'Google\\Service\\ShoppingContent\\
|
| 3314 |
'version' => '0.258.0.0',
|
| 3315 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3316 |
),
|
| 3317 |
-
'Google\\Service\\ShoppingContent\\
|
| 3318 |
'version' => '0.258.0.0',
|
| 3319 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3320 |
),
|
| 3321 |
-
'Google\\Service\\ShoppingContent\\
|
| 3322 |
'version' => '0.258.0.0',
|
| 3323 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3324 |
),
|
| 3325 |
-
'Google\\Service\\ShoppingContent\\
|
| 3326 |
'version' => '0.258.0.0',
|
| 3327 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3328 |
),
|
| 3329 |
-
'Google\\Service\\ShoppingContent\\
|
| 3330 |
'version' => '0.258.0.0',
|
| 3331 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3332 |
),
|
| 3333 |
-
'Google\\Service\\ShoppingContent\\
|
| 3334 |
'version' => '0.258.0.0',
|
| 3335 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3336 |
),
|
| 3337 |
-
'Google\\Service\\ShoppingContent\\
|
| 3338 |
'version' => '0.258.0.0',
|
| 3339 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3340 |
),
|
| 3341 |
-
'Google\\Service\\ShoppingContent\\
|
| 3342 |
'version' => '0.258.0.0',
|
| 3343 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3344 |
),
|
| 3345 |
-
'Google\\Service\\ShoppingContent\\
|
| 3346 |
'version' => '0.258.0.0',
|
| 3347 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3348 |
),
|
| 3349 |
-
'Google\\Service\\ShoppingContent\\
|
| 3350 |
'version' => '0.258.0.0',
|
| 3351 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3352 |
),
|
| 3353 |
-
'Google\\Service\\ShoppingContent\\
|
| 3354 |
'version' => '0.258.0.0',
|
| 3355 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3356 |
),
|
| 3357 |
-
'Google\\Service\\ShoppingContent\\
|
| 3358 |
'version' => '0.258.0.0',
|
| 3359 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3360 |
),
|
| 3361 |
-
'Google\\Service\\ShoppingContent\\
|
| 3362 |
'version' => '0.258.0.0',
|
| 3363 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3364 |
),
|
| 3365 |
-
'Google\\Service\\ShoppingContent\\
|
| 3366 |
'version' => '0.258.0.0',
|
| 3367 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3368 |
),
|
| 3369 |
-
'Google\\Service\\ShoppingContent\\
|
| 3370 |
'version' => '0.258.0.0',
|
| 3371 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3372 |
),
|
| 3373 |
'Google\\Service\\ShoppingContent\\ReturnaddressCustomBatchRequestEntry' => array(
|
| 3374 |
'version' => '0.258.0.0',
|
| 3375 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressCustomBatchRequestEntry.php'
|
| 3376 |
),
|
| 3377 |
-
'Google\\Service\\ShoppingContent\\
|
| 3378 |
'version' => '0.258.0.0',
|
| 3379 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3380 |
),
|
| 3381 |
-
'Google\\Service\\ShoppingContent\\
|
| 3382 |
'version' => '0.258.0.0',
|
| 3383 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3384 |
),
|
| 3385 |
-
'Google\\Service\\ShoppingContent\\
|
| 3386 |
'version' => '0.258.0.0',
|
| 3387 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3388 |
),
|
| 3389 |
-
'Google\\Service\\ShoppingContent\\
|
| 3390 |
'version' => '0.258.0.0',
|
| 3391 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3392 |
),
|
| 3393 |
-
'Google\\Service\\ShoppingContent\\
|
| 3394 |
'version' => '0.258.0.0',
|
| 3395 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3396 |
),
|
| 3397 |
-
'Google\\Service\\ShoppingContent\\
|
| 3398 |
'version' => '0.258.0.0',
|
| 3399 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3400 |
),
|
| 3401 |
-
'Google\\Service\\ShoppingContent\\
|
| 3402 |
'version' => '0.258.0.0',
|
| 3403 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3404 |
),
|
| 3405 |
-
'Google\\Service\\ShoppingContent\\
|
| 3406 |
'version' => '0.258.0.0',
|
| 3407 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3408 |
),
|
| 3409 |
-
'Google\\Service\\ShoppingContent\\
|
| 3410 |
'version' => '0.258.0.0',
|
| 3411 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3412 |
),
|
| 3413 |
-
'Google\\Service\\ShoppingContent\\
|
| 3414 |
'version' => '0.258.0.0',
|
| 3415 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3416 |
),
|
| 3417 |
-
'Google\\Service\\ShoppingContent\\
|
| 3418 |
'version' => '0.258.0.0',
|
| 3419 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3420 |
),
|
| 3421 |
-
'Google\\Service\\ShoppingContent\\
|
| 3422 |
'version' => '0.258.0.0',
|
| 3423 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3424 |
),
|
| 3425 |
-
'Google\\Service\\ShoppingContent\\
|
| 3426 |
'version' => '0.258.0.0',
|
| 3427 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3428 |
),
|
| 3429 |
-
'Google\\Service\\ShoppingContent\\
|
| 3430 |
'version' => '0.258.0.0',
|
| 3431 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3432 |
),
|
| 3433 |
-
'Google\\Service\\ShoppingContent\\
|
| 3434 |
'version' => '0.258.0.0',
|
| 3435 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3436 |
),
|
| 3437 |
-
'Google\\Service\\ShoppingContent\\
|
| 3438 |
'version' => '0.258.0.0',
|
| 3439 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3440 |
),
|
| 3441 |
-
'Google\\Service\\ShoppingContent\\
|
| 3442 |
'version' => '0.258.0.0',
|
| 3443 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3444 |
),
|
| 3445 |
-
'Google\\Service\\ShoppingContent\\
|
| 3446 |
'version' => '0.258.0.0',
|
| 3447 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3448 |
),
|
| 3449 |
'Google\\Service\\ShoppingContent\\Address' => array(
|
| 3450 |
'version' => '0.258.0.0',
|
| 3451 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Address.php'
|
| 3452 |
),
|
| 3453 |
-
'Google\\Service\\ShoppingContent\\
|
| 3454 |
'version' => '0.258.0.0',
|
| 3455 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3456 |
),
|
| 3457 |
-
'Google\\Service\\ShoppingContent\\
|
| 3458 |
'version' => '0.258.0.0',
|
| 3459 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3460 |
),
|
| 3461 |
-
'Google\\Service\\ShoppingContent\\
|
| 3462 |
'version' => '0.258.0.0',
|
| 3463 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3464 |
),
|
| 3465 |
-
'Google\\Service\\ShoppingContent\\
|
| 3466 |
'version' => '0.258.0.0',
|
| 3467 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3468 |
),
|
| 3469 |
-
'Google\\Service\\ShoppingContent\\
|
| 3470 |
'version' => '0.258.0.0',
|
| 3471 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3472 |
),
|
| 3473 |
-
'Google\\Service\\ShoppingContent\\
|
| 3474 |
'version' => '0.258.0.0',
|
| 3475 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3476 |
),
|
| 3477 |
-
'Google\\Service\\ShoppingContent\\
|
| 3478 |
'version' => '0.258.0.0',
|
| 3479 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3480 |
),
|
| 3481 |
-
'Google\\Service\\ShoppingContent\\
|
| 3482 |
'version' => '0.258.0.0',
|
| 3483 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3484 |
),
|
| 3485 |
-
'Google\\Service\\ShoppingContent\\
|
| 3486 |
'version' => '0.258.0.0',
|
| 3487 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3488 |
),
|
| 3489 |
-
'Google\\Service\\ShoppingContent\\
|
| 3490 |
'version' => '0.258.0.0',
|
| 3491 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3492 |
),
|
| 3493 |
-
'Google\\Service\\ShoppingContent\\
|
| 3494 |
'version' => '0.258.0.0',
|
| 3495 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3496 |
),
|
| 3497 |
-
'Google\\Service\\ShoppingContent\\
|
| 3498 |
'version' => '0.258.0.0',
|
| 3499 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3500 |
),
|
| 3501 |
-
'Google\\Service\\ShoppingContent\\
|
| 3502 |
'version' => '0.258.0.0',
|
| 3503 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3504 |
),
|
| 3505 |
-
'Google\\Service\\ShoppingContent\\
|
| 3506 |
'version' => '0.258.0.0',
|
| 3507 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3508 |
),
|
| 3509 |
-
'Google\\Service\\ShoppingContent\\
|
| 3510 |
'version' => '0.258.0.0',
|
| 3511 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3512 |
),
|
| 3513 |
-
'Google\\Service\\ShoppingContent\\
|
| 3514 |
'version' => '0.258.0.0',
|
| 3515 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3516 |
),
|
| 3517 |
-
'Google\\Service\\ShoppingContent\\
|
| 3518 |
'version' => '0.258.0.0',
|
| 3519 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3520 |
),
|
| 3521 |
-
'Google\\Service\\ShoppingContent\\
|
| 3522 |
'version' => '0.258.0.0',
|
| 3523 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3524 |
),
|
| 3525 |
-
'Google\\Service\\ShoppingContent\\
|
| 3526 |
'version' => '0.258.0.0',
|
| 3527 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3528 |
),
|
| 3529 |
-
'Google\\Service\\ShoppingContent\\
|
| 3530 |
'version' => '0.258.0.0',
|
| 3531 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3532 |
),
|
| 3533 |
-
'Google\\Service\\ShoppingContent\\
|
| 3534 |
'version' => '0.258.0.0',
|
| 3535 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3536 |
),
|
| 3537 |
-
'Google\\Service\\ShoppingContent\\
|
| 3538 |
'version' => '0.258.0.0',
|
| 3539 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3540 |
),
|
| 3541 |
-
'Google\\Service\\ShoppingContent\\
|
| 3542 |
'version' => '0.258.0.0',
|
| 3543 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3544 |
),
|
| 3545 |
-
'Google\\Service\\ShoppingContent\\
|
| 3546 |
'version' => '0.258.0.0',
|
| 3547 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3548 |
),
|
| 3549 |
-
'Google\\Service\\ShoppingContent\\
|
| 3550 |
'version' => '0.258.0.0',
|
| 3551 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3552 |
),
|
| 3553 |
-
'Google\\Service\\ShoppingContent\\
|
| 3554 |
'version' => '0.258.0.0',
|
| 3555 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3556 |
),
|
| 3557 |
-
'Google\\Service\\ShoppingContent\\
|
| 3558 |
'version' => '0.258.0.0',
|
| 3559 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3560 |
),
|
| 3561 |
-
'Google\\Service\\ShoppingContent\\
|
| 3562 |
'version' => '0.258.0.0',
|
| 3563 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3564 |
),
|
| 3565 |
-
'Google\\Service\\ShoppingContent\\
|
| 3566 |
'version' => '0.258.0.0',
|
| 3567 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3568 |
),
|
| 3569 |
-
'Google\\Service\\ShoppingContent\\
|
| 3570 |
'version' => '0.258.0.0',
|
| 3571 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3572 |
),
|
| 3573 |
-
'Google\\Service\\ShoppingContent\\
|
| 3574 |
'version' => '0.258.0.0',
|
| 3575 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3576 |
),
|
| 3577 |
-
'Google\\Service\\ShoppingContent\\
|
| 3578 |
'version' => '0.258.0.0',
|
| 3579 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3580 |
),
|
| 3581 |
-
'Google\\Service\\ShoppingContent\\
|
| 3582 |
'version' => '0.258.0.0',
|
| 3583 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3584 |
),
|
| 3585 |
-
'Google\\Service\\ShoppingContent\\
|
| 3586 |
'version' => '0.258.0.0',
|
| 3587 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3588 |
),
|
| 3589 |
-
'Google\\Service\\ShoppingContent\\
|
| 3590 |
'version' => '0.258.0.0',
|
| 3591 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3592 |
),
|
| 3593 |
-
'Google\\Service\\ShoppingContent\\
|
| 3594 |
'version' => '0.258.0.0',
|
| 3595 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3596 |
),
|
| 3597 |
-
'Google\\Service\\ShoppingContent\\
|
| 3598 |
'version' => '0.258.0.0',
|
| 3599 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3600 |
),
|
| 3601 |
-
'Google\\Service\\ShoppingContent\\
|
| 3602 |
'version' => '0.258.0.0',
|
| 3603 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3604 |
),
|
| 3605 |
-
'Google\\Service\\ShoppingContent\\
|
| 3606 |
'version' => '0.258.0.0',
|
| 3607 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3608 |
),
|
| 3609 |
-
'Google\\Service\\ShoppingContent\\
|
| 3610 |
'version' => '0.258.0.0',
|
| 3611 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3612 |
),
|
| 3613 |
-
'Google\\Service\\ShoppingContent\\
|
| 3614 |
'version' => '0.258.0.0',
|
| 3615 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3616 |
),
|
| 3617 |
-
'Google\\Service\\ShoppingContent\\
|
| 3618 |
'version' => '0.258.0.0',
|
| 3619 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3620 |
),
|
| 3621 |
-
'Google\\Service\\ShoppingContent\\
|
| 3622 |
'version' => '0.258.0.0',
|
| 3623 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3624 |
),
|
| 3625 |
-
'Google\\Service\\ShoppingContent\\
|
| 3626 |
'version' => '0.258.0.0',
|
| 3627 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3628 |
),
|
| 3629 |
-
'Google\\Service\\ShoppingContent\\
|
| 3630 |
'version' => '0.258.0.0',
|
| 3631 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3632 |
),
|
| 3633 |
-
'Google\\Service\\ShoppingContent\\
|
| 3634 |
'version' => '0.258.0.0',
|
| 3635 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3636 |
),
|
| 3637 |
-
'Google\\Service\\ShoppingContent\\
|
| 3638 |
'version' => '0.258.0.0',
|
| 3639 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3640 |
),
|
| 3641 |
-
'Google\\Service\\ShoppingContent\\
|
| 3642 |
'version' => '0.258.0.0',
|
| 3643 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3644 |
),
|
| 3645 |
-
'Google\\Service\\ShoppingContent\\
|
| 3646 |
'version' => '0.258.0.0',
|
| 3647 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3648 |
),
|
| 3649 |
-
'Google\\Service\\ShoppingContent\\
|
| 3650 |
'version' => '0.258.0.0',
|
| 3651 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3652 |
),
|
| 3653 |
-
'Google\\Service\\ShoppingContent\\
|
| 3654 |
'version' => '0.258.0.0',
|
| 3655 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3656 |
),
|
| 3657 |
-
'Google\\Service\\ShoppingContent\\
|
| 3658 |
'version' => '0.258.0.0',
|
| 3659 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3660 |
),
|
| 3661 |
-
'Google\\Service\\ShoppingContent\\
|
| 3662 |
'version' => '0.258.0.0',
|
| 3663 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3664 |
),
|
| 3665 |
-
'Google\\Service\\ShoppingContent\\
|
| 3666 |
'version' => '0.258.0.0',
|
| 3667 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3668 |
),
|
| 3669 |
-
'Google\\Service\\ShoppingContent\\
|
| 3670 |
'version' => '0.258.0.0',
|
| 3671 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3672 |
),
|
| 3673 |
-
'Google\\Service\\ShoppingContent\\
|
| 3674 |
'version' => '0.258.0.0',
|
| 3675 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3676 |
),
|
| 3677 |
-
'Google\\Service\\ShoppingContent\\
|
| 3678 |
'version' => '0.258.0.0',
|
| 3679 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3680 |
),
|
| 3681 |
-
'Google\\Service\\ShoppingContent\\
|
| 3682 |
'version' => '0.258.0.0',
|
| 3683 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3684 |
),
|
| 3685 |
-
'Google\\Service\\ShoppingContent\\
|
| 3686 |
'version' => '0.258.0.0',
|
| 3687 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3688 |
),
|
| 3689 |
-
'Google\\Service\\ShoppingContent\\
|
| 3690 |
'version' => '0.258.0.0',
|
| 3691 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3692 |
),
|
| 3693 |
-
'Google\\Service\\ShoppingContent\\
|
| 3694 |
'version' => '0.258.0.0',
|
| 3695 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3696 |
),
|
| 3697 |
-
'Google\\Service\\ShoppingContent\\
|
| 3698 |
'version' => '0.258.0.0',
|
| 3699 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3700 |
),
|
| 3701 |
-
'Google\\Service\\ShoppingContent\\
|
| 3702 |
'version' => '0.258.0.0',
|
| 3703 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3704 |
),
|
| 3705 |
-
'Google\\Service\\ShoppingContent\\
|
| 3706 |
'version' => '0.258.0.0',
|
| 3707 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3708 |
),
|
| 3709 |
-
'Google\\Service\\ShoppingContent\\
|
| 3710 |
'version' => '0.258.0.0',
|
| 3711 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3712 |
),
|
| 3713 |
-
'Google\\Service\\ShoppingContent\\
|
| 3714 |
'version' => '0.258.0.0',
|
| 3715 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3716 |
),
|
| 3717 |
-
'Google\\Service\\ShoppingContent\\
|
| 3718 |
'version' => '0.258.0.0',
|
| 3719 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3720 |
),
|
| 3721 |
-
'Google\\Service\\ShoppingContent\\
|
| 3722 |
'version' => '0.258.0.0',
|
| 3723 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3724 |
),
|
| 3725 |
-
'Google\\Service\\ShoppingContent\\
|
| 3726 |
'version' => '0.258.0.0',
|
| 3727 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3728 |
),
|
| 3729 |
-
'Google\\Service\\ShoppingContent\\
|
| 3730 |
'version' => '0.258.0.0',
|
| 3731 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3732 |
),
|
| 3733 |
-
'Google\\Service\\ShoppingContent\\
|
| 3734 |
'version' => '0.258.0.0',
|
| 3735 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3736 |
),
|
| 3737 |
-
'Google\\Service\\ShoppingContent\\
|
| 3738 |
'version' => '0.258.0.0',
|
| 3739 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3740 |
),
|
| 3741 |
-
'Google\\Service\\ShoppingContent\\
|
| 3742 |
'version' => '0.258.0.0',
|
| 3743 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3744 |
),
|
| 3745 |
-
'Google\\Service\\ShoppingContent\\
|
| 3746 |
'version' => '0.258.0.0',
|
| 3747 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3748 |
),
|
| 3749 |
-
'Google\\Service\\ShoppingContent\\
|
| 3750 |
'version' => '0.258.0.0',
|
| 3751 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3752 |
),
|
| 3753 |
-
'Google\\Service\\ShoppingContent\\
|
| 3754 |
'version' => '0.258.0.0',
|
| 3755 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3756 |
),
|
| 3757 |
-
'Google\\Service\\ShoppingContent\\
|
| 3758 |
'version' => '0.258.0.0',
|
| 3759 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3760 |
),
|
| 3761 |
-
'Google\\Service\\ShoppingContent\\
|
| 3762 |
'version' => '0.258.0.0',
|
| 3763 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3764 |
),
|
| 3765 |
-
'Google\\Service\\ShoppingContent\\
|
| 3766 |
'version' => '0.258.0.0',
|
| 3767 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3768 |
),
|
| 3769 |
-
'Google\\Service\\ShoppingContent\\
|
| 3770 |
'version' => '0.258.0.0',
|
| 3771 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3772 |
),
|
| 3773 |
-
'Google\\Service\\ShoppingContent\\
|
| 3774 |
'version' => '0.258.0.0',
|
| 3775 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3776 |
),
|
| 3777 |
-
'Google\\Service\\ShoppingContent\\
|
| 3778 |
'version' => '0.258.0.0',
|
| 3779 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3780 |
),
|
| 3781 |
-
'Google\\Service\\ShoppingContent\\
|
| 3782 |
'version' => '0.258.0.0',
|
| 3783 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3784 |
),
|
| 3785 |
-
'Google\\Service\\ShoppingContent\\
|
| 3786 |
'version' => '0.258.0.0',
|
| 3787 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3788 |
),
|
| 3789 |
-
'Google\\Service\\ShoppingContent\\
|
| 3790 |
'version' => '0.258.0.0',
|
| 3791 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3792 |
),
|
| 3793 |
-
'Google\\Service\\ShoppingContent\\
|
| 3794 |
'version' => '0.258.0.0',
|
| 3795 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3796 |
),
|
| 3797 |
-
'Google\\Service\\ShoppingContent\\
|
| 3798 |
'version' => '0.258.0.0',
|
| 3799 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3800 |
),
|
| 3801 |
-
'Google\\Service\\ShoppingContent\\
|
| 3802 |
'version' => '0.258.0.0',
|
| 3803 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3804 |
),
|
| 3805 |
-
'Google\\Service\\ShoppingContent\\
|
| 3806 |
'version' => '0.258.0.0',
|
| 3807 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3808 |
),
|
| 3809 |
-
'Google\\Service\\ShoppingContent\\
|
| 3810 |
'version' => '0.258.0.0',
|
| 3811 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3812 |
),
|
| 3813 |
-
'Google\\Service\\ShoppingContent\\
|
| 3814 |
'version' => '0.258.0.0',
|
| 3815 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3816 |
),
|
| 3817 |
-
'Google\\Service\\ShoppingContent\\
|
| 3818 |
'version' => '0.258.0.0',
|
| 3819 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3820 |
),
|
| 3821 |
-
'Google\\Service\\ShoppingContent\\
|
| 3822 |
'version' => '0.258.0.0',
|
| 3823 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3824 |
),
|
| 3825 |
-
'Google\\Service\\ShoppingContent\\
|
| 3826 |
'version' => '0.258.0.0',
|
| 3827 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3828 |
),
|
| 3829 |
-
'Google\\Service\\ShoppingContent\\
|
| 3830 |
'version' => '0.258.0.0',
|
| 3831 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3832 |
),
|
| 3833 |
-
'Google\\Service\\ShoppingContent\\
|
| 3834 |
'version' => '0.258.0.0',
|
| 3835 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3836 |
),
|
| 3837 |
-
'Google\\Service\\ShoppingContent\\
|
| 3838 |
'version' => '0.258.0.0',
|
| 3839 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3840 |
),
|
| 3841 |
-
'Google\\Service\\ShoppingContent\\
|
| 3842 |
'version' => '0.258.0.0',
|
| 3843 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3844 |
),
|
| 3845 |
-
'Google\\Service\\ShoppingContent\\
|
| 3846 |
'version' => '0.258.0.0',
|
| 3847 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3848 |
),
|
| 3849 |
-
'Google\\Service\\ShoppingContent\\
|
| 3850 |
'version' => '0.258.0.0',
|
| 3851 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3852 |
),
|
| 3853 |
-
'Google\\Service\\ShoppingContent\\
|
| 3854 |
'version' => '0.258.0.0',
|
| 3855 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3856 |
),
|
| 3857 |
-
'Google\\Service\\ShoppingContent\\
|
| 3858 |
'version' => '0.258.0.0',
|
| 3859 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3860 |
),
|
| 3861 |
-
'Google\\Service\\ShoppingContent\\
|
| 3862 |
'version' => '0.258.0.0',
|
| 3863 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3864 |
),
|
| 3865 |
-
'Google\\Service\\ShoppingContent\\
|
| 3866 |
'version' => '0.258.0.0',
|
| 3867 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3868 |
),
|
| 3869 |
-
'Google\\Service\\ShoppingContent\\
|
| 3870 |
'version' => '0.258.0.0',
|
| 3871 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3872 |
),
|
| 3873 |
-
'Google\\Service\\ShoppingContent\\
|
| 3874 |
'version' => '0.258.0.0',
|
| 3875 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3876 |
),
|
| 3877 |
-
'Google\\Service\\ShoppingContent\\
|
| 3878 |
'version' => '0.258.0.0',
|
| 3879 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3880 |
),
|
| 3881 |
-
'Google\\Service\\ShoppingContent\\
|
| 3882 |
'version' => '0.258.0.0',
|
| 3883 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3884 |
),
|
| 3885 |
-
'Google\\Service\\ShoppingContent\\
|
| 3886 |
'version' => '0.258.0.0',
|
| 3887 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3888 |
),
|
| 3889 |
-
'Google\\Service\\ShoppingContent\\
|
| 3890 |
'version' => '0.258.0.0',
|
| 3891 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3892 |
),
|
| 3893 |
-
'Google\\Service\\ShoppingContent\\
|
| 3894 |
'version' => '0.258.0.0',
|
| 3895 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3896 |
),
|
| 3897 |
-
'Google\\Service\\ShoppingContent\\
|
| 3898 |
'version' => '0.258.0.0',
|
| 3899 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3900 |
),
|
| 3901 |
-
'Google\\Service\\ShoppingContent\\
|
| 3902 |
'version' => '0.258.0.0',
|
| 3903 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3904 |
),
|
| 3905 |
-
'Google\\Service\\ShoppingContent\\
|
| 3906 |
'version' => '0.258.0.0',
|
| 3907 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3908 |
),
|
| 3909 |
-
'Google\\Service\\ShoppingContent\\
|
| 3910 |
'version' => '0.258.0.0',
|
| 3911 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3912 |
),
|
| 3913 |
-
'Google\\Service\\ShoppingContent\\
|
| 3914 |
'version' => '0.258.0.0',
|
| 3915 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3916 |
),
|
| 3917 |
-
'Google\\Service\\ShoppingContent\\
|
| 3918 |
'version' => '0.258.0.0',
|
| 3919 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3920 |
),
|
| 3921 |
-
'Google\\Service\\ShoppingContent\\
|
| 3922 |
'version' => '0.258.0.0',
|
| 3923 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3924 |
),
|
| 3925 |
-
'Google\\Service\\ShoppingContent\\
|
| 3926 |
'version' => '0.258.0.0',
|
| 3927 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3928 |
),
|
| 3929 |
-
'Google\\Service\\ShoppingContent\\
|
| 3930 |
'version' => '0.258.0.0',
|
| 3931 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3932 |
),
|
| 3933 |
-
'Google\\Service\\ShoppingContent\\
|
| 3934 |
'version' => '0.258.0.0',
|
| 3935 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3936 |
),
|
| 3937 |
-
'Google\\Service\\ShoppingContent\\
|
| 3938 |
'version' => '0.258.0.0',
|
| 3939 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3940 |
),
|
| 3941 |
-
'Google\\Service\\ShoppingContent\\
|
| 3942 |
'version' => '0.258.0.0',
|
| 3943 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3944 |
),
|
| 3945 |
-
'Google\\Service\\ShoppingContent\\
|
| 3946 |
'version' => '0.258.0.0',
|
| 3947 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3948 |
),
|
| 3949 |
-
'Google\\Service\\ShoppingContent\\
|
| 3950 |
'version' => '0.258.0.0',
|
| 3951 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3952 |
),
|
| 3953 |
-
'Google\\Service\\ShoppingContent\\
|
| 3954 |
'version' => '0.258.0.0',
|
| 3955 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3956 |
),
|
| 3957 |
-
'Google\\Service\\ShoppingContent\\
|
| 3958 |
'version' => '0.258.0.0',
|
| 3959 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3960 |
),
|
| 3961 |
-
'Google\\Service\\ShoppingContent\\
|
| 3962 |
'version' => '0.258.0.0',
|
| 3963 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3964 |
),
|
| 3965 |
-
'Google\\Service\\ShoppingContent\\
|
| 3966 |
'version' => '0.258.0.0',
|
| 3967 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3968 |
),
|
| 3969 |
-
'Google\\Service\\ShoppingContent\\
|
| 3970 |
'version' => '0.258.0.0',
|
| 3971 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3972 |
),
|
| 3973 |
-
'Google\\Service\\ShoppingContent\\
|
| 3974 |
'version' => '0.258.0.0',
|
| 3975 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3976 |
),
|
| 3977 |
-
'Google\\Service\\ShoppingContent\\
|
| 3978 |
'version' => '0.258.0.0',
|
| 3979 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3980 |
),
|
| 3981 |
-
'Google\\Service\\ShoppingContent\\
|
| 3982 |
'version' => '0.258.0.0',
|
| 3983 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3984 |
),
|
| 3985 |
-
'Google\\Service\\ShoppingContent\\
|
| 3986 |
'version' => '0.258.0.0',
|
| 3987 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3988 |
),
|
| 3989 |
-
'Google\\Service\\ShoppingContent\\
|
| 3990 |
'version' => '0.258.0.0',
|
| 3991 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3992 |
),
|
| 3993 |
-
'Google\\Service\\ShoppingContent\\
|
| 3994 |
'version' => '0.258.0.0',
|
| 3995 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 3996 |
),
|
| 3997 |
-
'Google\\Service\\ShoppingContent\\
|
| 3998 |
'version' => '0.258.0.0',
|
| 3999 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4000 |
),
|
| 4001 |
-
'Google\\Service\\ShoppingContent\\
|
| 4002 |
'version' => '0.258.0.0',
|
| 4003 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4004 |
),
|
| 4005 |
-
'Google\\Service\\ShoppingContent\\
|
| 4006 |
'version' => '0.258.0.0',
|
| 4007 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4008 |
),
|
| 4009 |
-
'Google\\Service\\ShoppingContent\\
|
| 4010 |
'version' => '0.258.0.0',
|
| 4011 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4012 |
),
|
| 4013 |
-
'Google\\Service\\ShoppingContent\\
|
| 4014 |
'version' => '0.258.0.0',
|
| 4015 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4016 |
),
|
| 4017 |
-
'Google\\Service\\ShoppingContent\\
|
| 4018 |
'version' => '0.258.0.0',
|
| 4019 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4020 |
),
|
| 4021 |
-
'Google\\Service\\ShoppingContent\\
|
| 4022 |
'version' => '0.258.0.0',
|
| 4023 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4024 |
),
|
| 4025 |
-
'Google\\Service\\ShoppingContent\\
|
| 4026 |
'version' => '0.258.0.0',
|
| 4027 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4028 |
),
|
| 4029 |
-
'Google\\Service\\ShoppingContent\\
|
| 4030 |
'version' => '0.258.0.0',
|
| 4031 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4032 |
),
|
| 4033 |
-
'Google\\Service\\ShoppingContent\\
|
| 4034 |
'version' => '0.258.0.0',
|
| 4035 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4036 |
),
|
| 4037 |
-
'Google\\Service\\ShoppingContent\\
|
| 4038 |
'version' => '0.258.0.0',
|
| 4039 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4040 |
),
|
| 4041 |
-
'Google\\Service\\ShoppingContent\\
|
| 4042 |
'version' => '0.258.0.0',
|
| 4043 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4044 |
),
|
| 4045 |
-
'Google\\Service\\ShoppingContent\\
|
| 4046 |
'version' => '0.258.0.0',
|
| 4047 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4048 |
),
|
| 4049 |
-
'Google\\Service\\ShoppingContent\\
|
| 4050 |
'version' => '0.258.0.0',
|
| 4051 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4052 |
),
|
| 4053 |
-
'Google\\Service\\ShoppingContent\\
|
| 4054 |
'version' => '0.258.0.0',
|
| 4055 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4056 |
),
|
| 4057 |
-
'Google\\Service\\ShoppingContent\\
|
| 4058 |
'version' => '0.258.0.0',
|
| 4059 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4060 |
),
|
| 4061 |
-
'Google\\Service\\ShoppingContent\\
|
| 4062 |
'version' => '0.258.0.0',
|
| 4063 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4064 |
),
|
| 4065 |
-
'Google\\Service\\ShoppingContent\\
|
| 4066 |
'version' => '0.258.0.0',
|
| 4067 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4068 |
),
|
| 4069 |
-
'Google\\Service\\ShoppingContent\\
|
| 4070 |
'version' => '0.258.0.0',
|
| 4071 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4072 |
),
|
| 4073 |
-
'Google\\Service\\ShoppingContent\\
|
| 4074 |
'version' => '0.258.0.0',
|
| 4075 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4076 |
),
|
| 4077 |
-
'Google\\Service\\ShoppingContent\\
|
| 4078 |
'version' => '0.258.0.0',
|
| 4079 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4080 |
),
|
| 4081 |
-
'Google\\Service\\ShoppingContent\\
|
| 4082 |
'version' => '0.258.0.0',
|
| 4083 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4084 |
),
|
| 4085 |
-
'Google\\Service\\ShoppingContent\\
|
| 4086 |
'version' => '0.258.0.0',
|
| 4087 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4088 |
),
|
| 4089 |
-
'Google\\Service\\ShoppingContent\\
|
| 4090 |
'version' => '0.258.0.0',
|
| 4091 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4092 |
),
|
| 4093 |
-
'Google\\Service\\ShoppingContent\\
|
| 4094 |
'version' => '0.258.0.0',
|
| 4095 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4096 |
),
|
| 4097 |
-
'Google\\Service\\ShoppingContent\\
|
| 4098 |
'version' => '0.258.0.0',
|
| 4099 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4100 |
),
|
| 4101 |
-
'Google\\Service\\ShoppingContent\\
|
| 4102 |
'version' => '0.258.0.0',
|
| 4103 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4104 |
),
|
| 4105 |
-
'Google\\Service\\ShoppingContent\\
|
| 4106 |
'version' => '0.258.0.0',
|
| 4107 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4108 |
),
|
| 4109 |
-
'Google\\Service\\ShoppingContent\\
|
| 4110 |
'version' => '0.258.0.0',
|
| 4111 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4112 |
),
|
| 4113 |
-
'Google\\Service\\ShoppingContent\\
|
| 4114 |
'version' => '0.258.0.0',
|
| 4115 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4116 |
),
|
| 4117 |
-
'Google\\Service\\ShoppingContent\\
|
| 4118 |
'version' => '0.258.0.0',
|
| 4119 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4120 |
),
|
| 4121 |
-
'Google\\Service\\ShoppingContent\\
|
| 4122 |
'version' => '0.258.0.0',
|
| 4123 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4124 |
),
|
| 4125 |
-
'Google\\Service\\ShoppingContent\\
|
| 4126 |
'version' => '0.258.0.0',
|
| 4127 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4128 |
),
|
| 4129 |
-
'Google\\Service\\ShoppingContent\\
|
| 4130 |
'version' => '0.258.0.0',
|
| 4131 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4132 |
),
|
| 4133 |
-
'Google\\Service\\ShoppingContent\\
|
| 4134 |
'version' => '0.258.0.0',
|
| 4135 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4136 |
),
|
| 4137 |
-
'Google\\Service\\ShoppingContent\\
|
| 4138 |
'version' => '0.258.0.0',
|
| 4139 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4140 |
),
|
| 4141 |
-
'Google\\Service\\ShoppingContent\\
|
| 4142 |
'version' => '0.258.0.0',
|
| 4143 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4144 |
),
|
| 4145 |
-
'Google\\Service\\ShoppingContent\\
|
| 4146 |
'version' => '0.258.0.0',
|
| 4147 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4148 |
),
|
| 4149 |
-
'Google\\Service\\ShoppingContent\\
|
| 4150 |
'version' => '0.258.0.0',
|
| 4151 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4152 |
),
|
| 4153 |
-
'Google\\Service\\ShoppingContent\\
|
| 4154 |
'version' => '0.258.0.0',
|
| 4155 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4156 |
),
|
| 4157 |
-
'Google\\Service\\ShoppingContent\\
|
| 4158 |
'version' => '0.258.0.0',
|
| 4159 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4160 |
),
|
| 4161 |
-
'Google\\Service\\ShoppingContent\\
|
| 4162 |
'version' => '0.258.0.0',
|
| 4163 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4164 |
),
|
| 4165 |
-
'Google\\Service\\ShoppingContent\\
|
| 4166 |
'version' => '0.258.0.0',
|
| 4167 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4168 |
),
|
| 4169 |
-
'Google\\Service\\ShoppingContent\\
|
| 4170 |
'version' => '0.258.0.0',
|
| 4171 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4172 |
),
|
| 4173 |
-
'Google\\Service\\ShoppingContent\\
|
| 4174 |
'version' => '0.258.0.0',
|
| 4175 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4176 |
),
|
| 4177 |
-
'Google\\Service\\ShoppingContent\\
|
| 4178 |
'version' => '0.258.0.0',
|
| 4179 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4180 |
),
|
| 4181 |
-
'Google\\Service\\ShoppingContent\\
|
| 4182 |
'version' => '0.258.0.0',
|
| 4183 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4184 |
),
|
| 4185 |
-
'Google\\Service\\ShoppingContent\\
|
| 4186 |
'version' => '0.258.0.0',
|
| 4187 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4188 |
),
|
| 4189 |
-
'Google\\Service\\ShoppingContent\\
|
| 4190 |
'version' => '0.258.0.0',
|
| 4191 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4192 |
),
|
| 4193 |
-
'Google\\Service\\ShoppingContent\\
|
| 4194 |
'version' => '0.258.0.0',
|
| 4195 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4196 |
),
|
| 4197 |
-
'Google\\Service\\ShoppingContent\\
|
| 4198 |
'version' => '0.258.0.0',
|
| 4199 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4200 |
),
|
| 4201 |
-
'Google\\Service\\ShoppingContent\\
|
| 4202 |
'version' => '0.258.0.0',
|
| 4203 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4204 |
),
|
| 4205 |
-
'Google\\Service\\ShoppingContent\\
|
| 4206 |
'version' => '0.258.0.0',
|
| 4207 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4208 |
),
|
| 4209 |
-
'Google\\Service\\ShoppingContent\\
|
| 4210 |
'version' => '0.258.0.0',
|
| 4211 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4212 |
),
|
| 4213 |
-
'Google\\Service\\ShoppingContent\\
|
| 4214 |
'version' => '0.258.0.0',
|
| 4215 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4216 |
),
|
| 4217 |
-
'Google\\Service\\ShoppingContent\\
|
| 4218 |
'version' => '0.258.0.0',
|
| 4219 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4220 |
),
|
| 4221 |
-
'Google\\Service\\ShoppingContent\\
|
| 4222 |
'version' => '0.258.0.0',
|
| 4223 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4224 |
),
|
| 4225 |
-
'Google\\Service\\ShoppingContent\\
|
| 4226 |
'version' => '0.258.0.0',
|
| 4227 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4228 |
),
|
| 4229 |
-
'Google\\Service\\ShoppingContent\\
|
| 4230 |
'version' => '0.258.0.0',
|
| 4231 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4232 |
),
|
| 4233 |
-
'Google\\Service\\ShoppingContent\\
|
| 4234 |
'version' => '0.258.0.0',
|
| 4235 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4236 |
),
|
| 4237 |
-
'Google\\Service\\ShoppingContent\\
|
| 4238 |
'version' => '0.258.0.0',
|
| 4239 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4240 |
),
|
| 4241 |
-
'Google\\Service\\ShoppingContent\\
|
| 4242 |
'version' => '0.258.0.0',
|
| 4243 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4244 |
),
|
| 4245 |
-
'Google\\Service\\ShoppingContent\\
|
| 4246 |
'version' => '0.258.0.0',
|
| 4247 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4248 |
),
|
| 4249 |
-
'Google\\Service\\ShoppingContent\\
|
| 4250 |
'version' => '0.258.0.0',
|
| 4251 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4252 |
),
|
| 4253 |
-
'Google\\Service\\ShoppingContent\\
|
| 4254 |
'version' => '0.258.0.0',
|
| 4255 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4256 |
),
|
| 4257 |
-
'Google\\Service\\ShoppingContent\\
|
| 4258 |
'version' => '0.258.0.0',
|
| 4259 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4260 |
),
|
| 4261 |
-
'Google\\Service\\ShoppingContent\\
|
| 4262 |
'version' => '0.258.0.0',
|
| 4263 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4264 |
),
|
| 4265 |
-
'Google\\Service\\ShoppingContent\\
|
| 4266 |
'version' => '0.258.0.0',
|
| 4267 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4268 |
),
|
| 4269 |
-
'Google\\Service\\ShoppingContent\\
|
| 4270 |
'version' => '0.258.0.0',
|
| 4271 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4272 |
),
|
| 4273 |
-
'Google\\Service\\ShoppingContent\\
|
| 4274 |
'version' => '0.258.0.0',
|
| 4275 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4276 |
),
|
| 4277 |
-
'Google\\Service\\ShoppingContent\\
|
| 4278 |
'version' => '0.258.0.0',
|
| 4279 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4280 |
),
|
| 4281 |
-
'Google\\Service\\ShoppingContent\\
|
| 4282 |
'version' => '0.258.0.0',
|
| 4283 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4284 |
),
|
| 4285 |
-
'Google\\Service\\ShoppingContent\\
|
| 4286 |
'version' => '0.258.0.0',
|
| 4287 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4288 |
),
|
| 4289 |
-
'Google\\Service\\ShoppingContent\\
|
| 4290 |
'version' => '0.258.0.0',
|
| 4291 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4292 |
),
|
| 4293 |
-
'Google\\Service\\ShoppingContent\\
|
| 4294 |
'version' => '0.258.0.0',
|
| 4295 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4296 |
),
|
| 4297 |
-
'Google\\Service\\ShoppingContent\\
|
| 4298 |
'version' => '0.258.0.0',
|
| 4299 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4300 |
),
|
| 4301 |
-
'Google\\Service\\ShoppingContent\\
|
| 4302 |
'version' => '0.258.0.0',
|
| 4303 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4304 |
),
|
| 4305 |
-
'Google\\Service\\ShoppingContent\\
|
| 4306 |
'version' => '0.258.0.0',
|
| 4307 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4308 |
),
|
| 4309 |
-
'Google\\Service\\ShoppingContent\\
|
| 4310 |
'version' => '0.258.0.0',
|
| 4311 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4312 |
),
|
| 4313 |
-
'Google\\Service\\ShoppingContent\\
|
| 4314 |
'version' => '0.258.0.0',
|
| 4315 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4316 |
),
|
| 4317 |
-
'Google\\Service\\ShoppingContent\\
|
| 4318 |
'version' => '0.258.0.0',
|
| 4319 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4320 |
),
|
| 4321 |
-
'Google\\Service\\ShoppingContent\\
|
| 4322 |
'version' => '0.258.0.0',
|
| 4323 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4324 |
),
|
| 4325 |
-
'Google\\Service\\ShoppingContent\\
|
| 4326 |
'version' => '0.258.0.0',
|
| 4327 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4328 |
),
|
| 4329 |
-
'Google\\Service\\ShoppingContent\\
|
| 4330 |
'version' => '0.258.0.0',
|
| 4331 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4332 |
),
|
| 4333 |
-
'Google\\Service\\ShoppingContent\\
|
| 4334 |
'version' => '0.258.0.0',
|
| 4335 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4336 |
),
|
| 4337 |
'Google\\Service\\ShoppingContent\\OrderinvoicesCreateChargeInvoiceRequest' => array(
|
| 4338 |
'version' => '0.258.0.0',
|
| 4339 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCreateChargeInvoiceRequest.php'
|
| 4340 |
),
|
| 4341 |
-
'Google\\Service\\ShoppingContent\\
|
| 4342 |
'version' => '0.258.0.0',
|
| 4343 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4344 |
),
|
| 4345 |
-
'Google\\Service\\ShoppingContent\\
|
| 4346 |
'version' => '0.258.0.0',
|
| 4347 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4348 |
),
|
| 4349 |
-
'Google\\Service\\ShoppingContent\\
|
| 4350 |
'version' => '0.258.0.0',
|
| 4351 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4352 |
),
|
| 4353 |
-
'Google\\Service\\ShoppingContent\\
|
| 4354 |
'version' => '0.258.0.0',
|
| 4355 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4356 |
),
|
| 4357 |
-
'Google\\Service\\ShoppingContent\\
|
| 4358 |
'version' => '0.258.0.0',
|
| 4359 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4360 |
),
|
| 4361 |
-
'Google\\Service\\ShoppingContent\\
|
| 4362 |
'version' => '0.258.0.0',
|
| 4363 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4364 |
),
|
| 4365 |
-
'Google\\Service\\ShoppingContent\\
|
| 4366 |
'version' => '0.258.0.0',
|
| 4367 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4368 |
),
|
| 4369 |
-
'Google\\Service\\ShoppingContent\\
|
| 4370 |
'version' => '0.258.0.0',
|
| 4371 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4372 |
),
|
| 4373 |
-
'Google\\Service\\ShoppingContent\\
|
| 4374 |
'version' => '0.258.0.0',
|
| 4375 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4376 |
),
|
| 4377 |
-
'Google\\Service\\ShoppingContent\\
|
| 4378 |
'version' => '0.258.0.0',
|
| 4379 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4380 |
),
|
| 4381 |
-
'Google\\Service\\ShoppingContent\\
|
| 4382 |
'version' => '0.258.0.0',
|
| 4383 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4384 |
),
|
| 4385 |
-
'Google\\Service\\ShoppingContent\\
|
| 4386 |
'version' => '0.258.0.0',
|
| 4387 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4388 |
),
|
| 4389 |
-
'Google\\Service\\ShoppingContent\\
|
| 4390 |
'version' => '0.258.0.0',
|
| 4391 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4392 |
),
|
| 4393 |
-
'Google\\Service\\ShoppingContent\\
|
| 4394 |
'version' => '0.258.0.0',
|
| 4395 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4396 |
),
|
| 4397 |
-
'Google\\Service\\ShoppingContent\\
|
| 4398 |
'version' => '0.258.0.0',
|
| 4399 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4400 |
),
|
| 4401 |
-
'Google\\Service\\ShoppingContent\\
|
| 4402 |
'version' => '0.258.0.0',
|
| 4403 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4404 |
),
|
| 4405 |
-
'Google\\Service\\ShoppingContent\\
|
| 4406 |
'version' => '0.258.0.0',
|
| 4407 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4408 |
),
|
| 4409 |
-
'Google\\Service\\ShoppingContent\\
|
| 4410 |
'version' => '0.258.0.0',
|
| 4411 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4412 |
),
|
| 4413 |
-
'Google\\Service\\ShoppingContent\\
|
| 4414 |
'version' => '0.258.0.0',
|
| 4415 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4416 |
),
|
| 4417 |
-
'Google\\Service\\ShoppingContent\\
|
| 4418 |
'version' => '0.258.0.0',
|
| 4419 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4420 |
),
|
| 4421 |
-
'Google\\Service\\ShoppingContent\\
|
| 4422 |
'version' => '0.258.0.0',
|
| 4423 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4424 |
),
|
| 4425 |
-
'Google\\Service\\ShoppingContent\\
|
| 4426 |
'version' => '0.258.0.0',
|
| 4427 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4428 |
),
|
| 4429 |
-
'Google\\Service\\ShoppingContent\\
|
| 4430 |
'version' => '0.258.0.0',
|
| 4431 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4432 |
),
|
| 4433 |
-
'Google\\Service\\ShoppingContent\\
|
| 4434 |
'version' => '0.258.0.0',
|
| 4435 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4436 |
),
|
| 4437 |
-
'Google\\Service\\ShoppingContent\\
|
| 4438 |
'version' => '0.258.0.0',
|
| 4439 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4440 |
),
|
| 4441 |
-
'Google\\Service\\ShoppingContent\\
|
| 4442 |
'version' => '0.258.0.0',
|
| 4443 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4444 |
),
|
| 4445 |
-
'Google\\Service\\ShoppingContent\\
|
| 4446 |
'version' => '0.258.0.0',
|
| 4447 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4448 |
),
|
| 4449 |
-
'Google\\Service\\ShoppingContent\\
|
| 4450 |
'version' => '0.258.0.0',
|
| 4451 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4452 |
),
|
| 4453 |
-
'Google\\Service\\ShoppingContent\\
|
| 4454 |
'version' => '0.258.0.0',
|
| 4455 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4456 |
),
|
| 4457 |
-
'Google\\Service\\ShoppingContent\\
|
| 4458 |
'version' => '0.258.0.0',
|
| 4459 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4460 |
),
|
| 4461 |
-
'Google\\Service\\ShoppingContent\\
|
| 4462 |
'version' => '0.258.0.0',
|
| 4463 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4464 |
),
|
| 4465 |
-
'Google\\Service\\ShoppingContent\\
|
| 4466 |
'version' => '0.258.0.0',
|
| 4467 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4468 |
),
|
| 4469 |
-
'Google\\Service\\ShoppingContent\\
|
| 4470 |
'version' => '0.258.0.0',
|
| 4471 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4472 |
),
|
| 4473 |
-
'Google\\Service\\ShoppingContent\\
|
| 4474 |
'version' => '0.258.0.0',
|
| 4475 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4476 |
),
|
| 4477 |
-
'Google\\Service\\ShoppingContent\\
|
| 4478 |
'version' => '0.258.0.0',
|
| 4479 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4480 |
),
|
| 4481 |
-
'Google\\Service\\ShoppingContent\\
|
| 4482 |
'version' => '0.258.0.0',
|
| 4483 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4484 |
),
|
| 4485 |
-
'Google\\Service\\ShoppingContent\\
|
| 4486 |
'version' => '0.258.0.0',
|
| 4487 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4488 |
),
|
| 4489 |
-
'Google\\Service\\ShoppingContent\\
|
| 4490 |
'version' => '0.258.0.0',
|
| 4491 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4492 |
),
|
| 4493 |
-
'Google\\Service\\ShoppingContent\\
|
| 4494 |
'version' => '0.258.0.0',
|
| 4495 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4496 |
),
|
| 4497 |
-
'Google\\Service\\ShoppingContent\\
|
| 4498 |
'version' => '0.258.0.0',
|
| 4499 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4500 |
),
|
| 4501 |
-
'Google\\Service\\ShoppingContent\\
|
| 4502 |
'version' => '0.258.0.0',
|
| 4503 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4504 |
),
|
| 4505 |
-
'Google\\Service\\ShoppingContent\\
|
| 4506 |
'version' => '0.258.0.0',
|
| 4507 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4508 |
),
|
| 4509 |
-
'Google\\Service\\ShoppingContent\\
|
| 4510 |
'version' => '0.258.0.0',
|
| 4511 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4512 |
),
|
| 4513 |
-
'Google\\Service\\ShoppingContent\\
|
| 4514 |
'version' => '0.258.0.0',
|
| 4515 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4516 |
),
|
| 4517 |
-
'Google\\Service\\ShoppingContent\\
|
| 4518 |
'version' => '0.258.0.0',
|
| 4519 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4520 |
),
|
| 4521 |
-
'Google\\Service\\ShoppingContent\\
|
| 4522 |
'version' => '0.258.0.0',
|
| 4523 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4524 |
),
|
| 4525 |
-
'Google\\Service\\ShoppingContent\\
|
| 4526 |
'version' => '0.258.0.0',
|
| 4527 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4528 |
),
|
| 4529 |
-
'Google\\Service\\ShoppingContent\\
|
| 4530 |
'version' => '0.258.0.0',
|
| 4531 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4532 |
),
|
| 4533 |
-
'Google\\Service\\ShoppingContent\\
|
| 4534 |
'version' => '0.258.0.0',
|
| 4535 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4536 |
),
|
| 4537 |
-
'Google\\Service\\ShoppingContent\\
|
| 4538 |
'version' => '0.258.0.0',
|
| 4539 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4540 |
),
|
| 4541 |
-
'Google\\Service\\ShoppingContent\\
|
| 4542 |
'version' => '0.258.0.0',
|
| 4543 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4544 |
),
|
| 4545 |
-
'Google\\Service\\ShoppingContent\\
|
| 4546 |
'version' => '0.258.0.0',
|
| 4547 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4548 |
),
|
| 4549 |
-
'Google\\Service\\ShoppingContent\\
|
| 4550 |
'version' => '0.258.0.0',
|
| 4551 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4552 |
-
),
|
| 4553 |
-
'Google\\Service\\ShoppingContent\\SettlementTransactionAmount' => array(
|
| 4554 |
-
'version' => '0.258.0.0',
|
| 4555 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransactionAmount.php'
|
| 4556 |
),
|
| 4557 |
-
'Google\\Service\\ShoppingContent\\
|
| 4558 |
'version' => '0.258.0.0',
|
| 4559 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4560 |
),
|
| 4561 |
-
'Google\\Service\\ShoppingContent\\
|
| 4562 |
'version' => '0.258.0.0',
|
| 4563 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4564 |
),
|
| 4565 |
-
'Google\\Service\\ShoppingContent\\
|
| 4566 |
'version' => '0.258.0.0',
|
| 4567 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4568 |
),
|
| 4569 |
-
'Google\\Service\\ShoppingContent\\
|
| 4570 |
'version' => '0.258.0.0',
|
| 4571 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4572 |
),
|
| 4573 |
-
'Google\\Service\\ShoppingContent\\
|
| 4574 |
'version' => '0.258.0.0',
|
| 4575 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4576 |
),
|
| 4577 |
-
'Google\\Service\\ShoppingContent\\
|
| 4578 |
'version' => '0.258.0.0',
|
| 4579 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4580 |
),
|
| 4581 |
-
'Google\\Service\\ShoppingContent\\
|
| 4582 |
'version' => '0.258.0.0',
|
| 4583 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4584 |
),
|
| 4585 |
-
'Google\\Service\\ShoppingContent\\
|
| 4586 |
'version' => '0.258.0.0',
|
| 4587 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4588 |
),
|
| 4589 |
-
'Google\\Service\\ShoppingContent\\
|
| 4590 |
'version' => '0.258.0.0',
|
| 4591 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4592 |
),
|
| 4593 |
-
'Google\\Service\\ShoppingContent\\
|
| 4594 |
'version' => '0.258.0.0',
|
| 4595 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4596 |
),
|
| 4597 |
-
'Google\\Service\\ShoppingContent\\
|
| 4598 |
'version' => '0.258.0.0',
|
| 4599 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4600 |
),
|
| 4601 |
-
'Google\\Service\\ShoppingContent\\
|
| 4602 |
'version' => '0.258.0.0',
|
| 4603 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4604 |
),
|
| 4605 |
-
'Google\\Service\\ShoppingContent\\
|
| 4606 |
'version' => '0.258.0.0',
|
| 4607 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4608 |
),
|
| 4609 |
-
'Google\\Service\\ShoppingContent\\
|
| 4610 |
'version' => '0.258.0.0',
|
| 4611 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4612 |
),
|
| 4613 |
-
'Google\\Service\\ShoppingContent\\
|
| 4614 |
'version' => '0.258.0.0',
|
| 4615 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4616 |
),
|
| 4617 |
-
'Google\\Service\\ShoppingContent\\
|
| 4618 |
'version' => '0.258.0.0',
|
| 4619 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4620 |
),
|
| 4621 |
-
'Google\\Service\\ShoppingContent\\
|
| 4622 |
'version' => '0.258.0.0',
|
| 4623 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4624 |
),
|
| 4625 |
-
'Google\\Service\\ShoppingContent\\
|
| 4626 |
'version' => '0.258.0.0',
|
| 4627 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4628 |
),
|
| 4629 |
-
'Google\\Service\\ShoppingContent\\
|
| 4630 |
'version' => '0.258.0.0',
|
| 4631 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4632 |
),
|
| 4633 |
-
'Google\\Service\\ShoppingContent\\
|
| 4634 |
'version' => '0.258.0.0',
|
| 4635 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4636 |
),
|
| 4637 |
-
'Google\\Service\\ShoppingContent\\
|
| 4638 |
'version' => '0.258.0.0',
|
| 4639 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4640 |
),
|
| 4641 |
-
'Google\\Service\\ShoppingContent\\
|
| 4642 |
'version' => '0.258.0.0',
|
| 4643 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4644 |
),
|
| 4645 |
-
'Google\\Service\\ShoppingContent\\
|
| 4646 |
'version' => '0.258.0.0',
|
| 4647 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4648 |
),
|
| 4649 |
-
'Google\\Service\\ShoppingContent\\
|
| 4650 |
'version' => '0.258.0.0',
|
| 4651 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4652 |
),
|
| 4653 |
-
'Google\\Service\\ShoppingContent\\
|
| 4654 |
'version' => '0.258.0.0',
|
| 4655 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4656 |
),
|
| 4657 |
-
'Google\\Service\\ShoppingContent\\
|
| 4658 |
'version' => '0.258.0.0',
|
| 4659 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4660 |
),
|
| 4661 |
-
'Google\\Service\\ShoppingContent\\
|
| 4662 |
'version' => '0.258.0.0',
|
| 4663 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4664 |
),
|
| 4665 |
-
'Google\\Service\\ShoppingContent\\
|
| 4666 |
'version' => '0.258.0.0',
|
| 4667 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4668 |
),
|
| 4669 |
'Google\\Service\\ShoppingContent\\AccounttaxCustomBatchResponse' => array(
|
| 4670 |
'version' => '0.258.0.0',
|
| 4671 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxCustomBatchResponse.php'
|
| 4672 |
),
|
| 4673 |
-
'Google\\Service\\ShoppingContent\\
|
| 4674 |
'version' => '0.258.0.0',
|
| 4675 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4676 |
),
|
| 4677 |
-
'Google\\Service\\ShoppingContent\\
|
| 4678 |
'version' => '0.258.0.0',
|
| 4679 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4680 |
),
|
| 4681 |
-
'Google\\Service\\ShoppingContent\\
|
| 4682 |
'version' => '0.258.0.0',
|
| 4683 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4684 |
),
|
| 4685 |
-
'Google\\Service\\ShoppingContent\\
|
| 4686 |
'version' => '0.258.0.0',
|
| 4687 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4688 |
),
|
| 4689 |
-
'Google\\Service\\ShoppingContent\\
|
| 4690 |
'version' => '0.258.0.0',
|
| 4691 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4692 |
),
|
| 4693 |
-
'Google\\Service\\ShoppingContent\\
|
| 4694 |
'version' => '0.258.0.0',
|
| 4695 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4696 |
),
|
| 4697 |
-
'Google\\Service\\ShoppingContent\\
|
| 4698 |
'version' => '0.258.0.0',
|
| 4699 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4700 |
),
|
| 4701 |
-
'Google\\Service\\ShoppingContent\\
|
| 4702 |
'version' => '0.258.0.0',
|
| 4703 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4704 |
),
|
| 4705 |
-
'Google\\Service\\ShoppingContent\\
|
| 4706 |
'version' => '0.258.0.0',
|
| 4707 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4708 |
),
|
| 4709 |
-
'Google\\Service\\ShoppingContent\\
|
| 4710 |
'version' => '0.258.0.0',
|
| 4711 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4712 |
),
|
| 4713 |
-
'Google\\Service\\ShoppingContent\\
|
| 4714 |
'version' => '0.258.0.0',
|
| 4715 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4716 |
),
|
| 4717 |
-
'Google\\Service\\ShoppingContent\\
|
| 4718 |
'version' => '0.258.0.0',
|
| 4719 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4720 |
),
|
| 4721 |
-
'Google\\Service\\ShoppingContent\\
|
| 4722 |
'version' => '0.258.0.0',
|
| 4723 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4724 |
),
|
| 4725 |
-
'Google\\Service\\ShoppingContent\\
|
| 4726 |
'version' => '0.258.0.0',
|
| 4727 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4728 |
),
|
| 4729 |
'Google\\Service\\ShoppingContent\\BuyOnGoogleProgramStatus' => array(
|
| 4730 |
'version' => '0.258.0.0',
|
| 4731 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/BuyOnGoogleProgramStatus.php'
|
| 4732 |
),
|
| 4733 |
-
'Google\\Service\\ShoppingContent\\
|
| 4734 |
'version' => '0.258.0.0',
|
| 4735 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4736 |
),
|
| 4737 |
-
'Google\\Service\\ShoppingContent\\
|
| 4738 |
'version' => '0.258.0.0',
|
| 4739 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4740 |
),
|
| 4741 |
-
'Google\\Service\\ShoppingContent\\
|
| 4742 |
'version' => '0.258.0.0',
|
| 4743 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4744 |
),
|
| 4745 |
-
'Google\\Service\\ShoppingContent\\
|
| 4746 |
'version' => '0.258.0.0',
|
| 4747 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4748 |
),
|
| 4749 |
-
'Google\\Service\\ShoppingContent\\
|
| 4750 |
'version' => '0.258.0.0',
|
| 4751 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4752 |
),
|
| 4753 |
-
'Google\\Service\\ShoppingContent\\
|
| 4754 |
'version' => '0.258.0.0',
|
| 4755 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4756 |
),
|
| 4757 |
-
'Google\\Service\\ShoppingContent\\
|
| 4758 |
'version' => '0.258.0.0',
|
| 4759 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4760 |
),
|
| 4761 |
-
'Google\\Service\\ShoppingContent\\
|
| 4762 |
'version' => '0.258.0.0',
|
| 4763 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4764 |
),
|
| 4765 |
-
'Google\\Service\\ShoppingContent\\
|
| 4766 |
'version' => '0.258.0.0',
|
| 4767 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4768 |
),
|
| 4769 |
-
'Google\\Service\\ShoppingContent\\
|
| 4770 |
'version' => '0.258.0.0',
|
| 4771 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4772 |
),
|
| 4773 |
-
'Google\\Service\\ShoppingContent\\
|
| 4774 |
'version' => '0.258.0.0',
|
| 4775 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/
|
| 4776 |
),
|
| 4777 |
-
'Google\\Service\\ShoppingContent
|
| 4778 |
'version' => '0.258.0.0',
|
| 4779 |
-
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent
|
| 4780 |
),
|
| 4781 |
-
'Google\\Service\\
|
| 4782 |
'version' => '0.258.0.0',
|
| 4783 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
| 4784 |
),
|
| 4785 |
-
'Google\\Service\\
|
| 4786 |
'version' => '0.258.0.0',
|
| 4787 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
| 4788 |
),
|
| 4789 |
-
'Google\\Service\\
|
| 4790 |
'version' => '0.258.0.0',
|
| 4791 |
-
'path' => $vendorDir . '/google/apiclient-services/src/
|
| 4792 |
-
),
|
| 4793 |
-
'Google\\Protobuf\\SourceContext' => array(
|
| 4794 |
-
'version' => '3.21.2.0',
|
| 4795 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/SourceContext.php'
|
| 4796 |
),
|
| 4797 |
-
'Google\\
|
| 4798 |
-
'version' => '
|
| 4799 |
-
'path' => $vendorDir . '/google/
|
| 4800 |
),
|
| 4801 |
-
'Google\\
|
| 4802 |
-
'version' => '
|
| 4803 |
-
'path' => $vendorDir . '/google/
|
| 4804 |
),
|
| 4805 |
-
'Google\\
|
| 4806 |
-
'version' => '
|
| 4807 |
-
'path' => $vendorDir . '/google/
|
| 4808 |
),
|
| 4809 |
-
'Google\\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4810 |
'version' => '3.21.2.0',
|
| 4811 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4812 |
),
|
| 4813 |
-
'Google\\Protobuf\\
|
| 4814 |
'version' => '3.21.2.0',
|
| 4815 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4816 |
),
|
| 4817 |
-
'Google\\Protobuf\\
|
| 4818 |
'version' => '3.21.2.0',
|
| 4819 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4820 |
),
|
| 4821 |
-
'Google\\Protobuf\\
|
| 4822 |
'version' => '3.21.2.0',
|
| 4823 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4824 |
),
|
| 4825 |
-
'Google\\Protobuf\\
|
| 4826 |
'version' => '3.21.2.0',
|
| 4827 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4828 |
),
|
| 4829 |
-
'Google\\Protobuf\\
|
| 4830 |
'version' => '3.21.2.0',
|
| 4831 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4832 |
),
|
| 4833 |
-
'Google\\Protobuf\\
|
| 4834 |
'version' => '3.21.2.0',
|
| 4835 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4836 |
),
|
| 4837 |
-
'Google\\Protobuf\\
|
| 4838 |
'version' => '3.21.2.0',
|
| 4839 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4840 |
),
|
| 4841 |
-
'Google\\Protobuf\\
|
| 4842 |
'version' => '3.21.2.0',
|
| 4843 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4844 |
),
|
| 4845 |
-
'Google\\Protobuf\\
|
| 4846 |
'version' => '3.21.2.0',
|
| 4847 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4848 |
),
|
| 4849 |
-
'Google\\Protobuf\\
|
| 4850 |
'version' => '3.21.2.0',
|
| 4851 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4852 |
),
|
| 4853 |
-
'Google\\Protobuf\\
|
| 4854 |
'version' => '3.21.2.0',
|
| 4855 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4856 |
),
|
| 4857 |
'Google\\Protobuf\\Field_Cardinality' => array(
|
| 4858 |
'version' => '3.21.2.0',
|
| 4859 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field_Cardinality.php'
|
| 4860 |
),
|
| 4861 |
-
'Google\\Protobuf\\
|
| 4862 |
-
'version' => '3.21.2.0',
|
| 4863 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Struct.php'
|
| 4864 |
-
),
|
| 4865 |
-
'Google\\Protobuf\\Field_Kind' => array(
|
| 4866 |
'version' => '3.21.2.0',
|
| 4867 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4868 |
),
|
| 4869 |
-
'Google\\Protobuf\\
|
| 4870 |
'version' => '3.21.2.0',
|
| 4871 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4872 |
),
|
| 4873 |
-
'Google\\Protobuf\\
|
| 4874 |
'version' => '3.21.2.0',
|
| 4875 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4876 |
),
|
| 4877 |
-
'Google\\Protobuf\\
|
| 4878 |
'version' => '3.21.2.0',
|
| 4879 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4880 |
),
|
| 4881 |
-
'Google\\Protobuf\\
|
| 4882 |
'version' => '3.21.2.0',
|
| 4883 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4884 |
),
|
| 4885 |
-
'Google\\Protobuf\\
|
| 4886 |
'version' => '3.21.2.0',
|
| 4887 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 4888 |
),
|
| 4889 |
-
'Google\\Protobuf\\Internal\\
|
| 4890 |
'version' => '3.21.2.0',
|
| 4891 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4892 |
),
|
| 4893 |
-
'Google\\Protobuf\\Internal\\
|
| 4894 |
'version' => '3.21.2.0',
|
| 4895 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4896 |
),
|
| 4897 |
-
'Google\\Protobuf\\Internal\\
|
| 4898 |
'version' => '3.21.2.0',
|
| 4899 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4900 |
),
|
| 4901 |
-
'Google\\Protobuf\\Internal\\
|
| 4902 |
'version' => '3.21.2.0',
|
| 4903 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4904 |
),
|
| 4905 |
'Google\\Protobuf\\Internal\\RawInputStream' => array(
|
| 4906 |
'version' => '3.21.2.0',
|
| 4907 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RawInputStream.php'
|
| 4908 |
),
|
| 4909 |
-
'Google\\Protobuf\\Internal\\
|
| 4910 |
-
'version' => '3.21.2.0',
|
| 4911 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php'
|
| 4912 |
-
),
|
| 4913 |
-
'Google\\Protobuf\\Internal\\Descriptor' => array(
|
| 4914 |
'version' => '3.21.2.0',
|
| 4915 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4916 |
),
|
| 4917 |
-
'Google\\Protobuf\\Internal\\
|
| 4918 |
'version' => '3.21.2.0',
|
| 4919 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4920 |
),
|
| 4921 |
-
'Google\\Protobuf\\Internal\\
|
| 4922 |
'version' => '3.21.2.0',
|
| 4923 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4924 |
),
|
| 4925 |
-
'Google\\Protobuf\\Internal\\
|
| 4926 |
'version' => '3.21.2.0',
|
| 4927 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4928 |
),
|
| 4929 |
-
'Google\\Protobuf\\Internal\\
|
| 4930 |
'version' => '3.21.2.0',
|
| 4931 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4932 |
),
|
| 4933 |
-
'Google\\Protobuf\\Internal\\
|
| 4934 |
'version' => '3.21.2.0',
|
| 4935 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4936 |
),
|
| 4937 |
-
'Google\\Protobuf\\Internal\\
|
| 4938 |
'version' => '3.21.2.0',
|
| 4939 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4940 |
),
|
| 4941 |
-
'Google\\Protobuf\\Internal\\
|
| 4942 |
'version' => '3.21.2.0',
|
| 4943 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4944 |
),
|
| 4945 |
-
'Google\\Protobuf\\Internal\\
|
| 4946 |
'version' => '3.21.2.0',
|
| 4947 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4948 |
),
|
| 4949 |
-
'Google\\Protobuf\\Internal\\
|
| 4950 |
'version' => '3.21.2.0',
|
| 4951 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4952 |
),
|
| 4953 |
-
'Google\\Protobuf\\Internal\\
|
| 4954 |
'version' => '3.21.2.0',
|
| 4955 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4956 |
),
|
| 4957 |
-
'Google\\Protobuf\\Internal\\
|
| 4958 |
'version' => '3.21.2.0',
|
| 4959 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4960 |
),
|
| 4961 |
-
'Google\\Protobuf\\Internal\\
|
| 4962 |
'version' => '3.21.2.0',
|
| 4963 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4964 |
),
|
| 4965 |
-
'Google\\Protobuf\\Internal\\
|
| 4966 |
'version' => '3.21.2.0',
|
| 4967 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4968 |
),
|
| 4969 |
-
'Google\\Protobuf\\Internal\\
|
| 4970 |
'version' => '3.21.2.0',
|
| 4971 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4972 |
),
|
| 4973 |
-
'Google\\Protobuf\\Internal\\
|
| 4974 |
'version' => '3.21.2.0',
|
| 4975 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4976 |
),
|
| 4977 |
'Google\\Protobuf\\Internal\\DescriptorProto_ExtensionRange' => array(
|
| 4978 |
'version' => '3.21.2.0',
|
| 4979 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php'
|
| 4980 |
),
|
| 4981 |
-
'Google\\Protobuf\\Internal\\
|
| 4982 |
-
'version' => '3.21.2.0',
|
| 4983 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorPool.php'
|
| 4984 |
-
),
|
| 4985 |
-
'Google\\Protobuf\\Internal\\MethodOptions' => array(
|
| 4986 |
-
'version' => '3.21.2.0',
|
| 4987 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions.php'
|
| 4988 |
-
),
|
| 4989 |
-
'Google\\Protobuf\\Internal\\DescriptorProto_ReservedRange' => array(
|
| 4990 |
'version' => '3.21.2.0',
|
| 4991 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4992 |
),
|
| 4993 |
-
'Google\\Protobuf\\Internal\\
|
| 4994 |
'version' => '3.21.2.0',
|
| 4995 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 4996 |
),
|
| 4997 |
-
'Google\\Protobuf\\Internal\\
|
| 4998 |
'version' => '3.21.2.0',
|
| 4999 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5000 |
),
|
| 5001 |
-
'Google\\Protobuf\\Internal\\
|
| 5002 |
'version' => '3.21.2.0',
|
| 5003 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5004 |
),
|
| 5005 |
'Google\\Protobuf\\Internal\\UninterpretedOption' => array(
|
| 5006 |
'version' => '3.21.2.0',
|
| 5007 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption.php'
|
| 5008 |
),
|
| 5009 |
-
'Google\\Protobuf\\Internal\\
|
| 5010 |
'version' => '3.21.2.0',
|
| 5011 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5012 |
),
|
| 5013 |
-
'Google\\Protobuf\\Internal\\
|
| 5014 |
'version' => '3.21.2.0',
|
| 5015 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5016 |
),
|
| 5017 |
-
'Google\\Protobuf\\Internal\\
|
| 5018 |
'version' => '3.21.2.0',
|
| 5019 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5020 |
),
|
| 5021 |
-
'Google\\Protobuf\\Internal\\
|
| 5022 |
'version' => '3.21.2.0',
|
| 5023 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5024 |
),
|
| 5025 |
-
'Google\\Protobuf\\Internal\\
|
| 5026 |
'version' => '3.21.2.0',
|
| 5027 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5028 |
),
|
| 5029 |
-
'Google\\Protobuf\\Internal\\
|
| 5030 |
'version' => '3.21.2.0',
|
| 5031 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5032 |
),
|
| 5033 |
-
'Google\\Protobuf\\Internal\\
|
| 5034 |
'version' => '3.21.2.0',
|
| 5035 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5036 |
),
|
| 5037 |
-
'Google\\Protobuf\\Internal\\
|
| 5038 |
'version' => '3.21.2.0',
|
| 5039 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5040 |
),
|
| 5041 |
-
'Google\\Protobuf\\Internal\\
|
| 5042 |
'version' => '3.21.2.0',
|
| 5043 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5044 |
),
|
| 5045 |
-
'Google\\Protobuf\\Internal\\
|
| 5046 |
'version' => '3.21.2.0',
|
| 5047 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5048 |
),
|
| 5049 |
-
'Google\\Protobuf\\Internal\\
|
| 5050 |
'version' => '3.21.2.0',
|
| 5051 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5052 |
),
|
| 5053 |
-
'Google\\Protobuf\\Internal\\
|
| 5054 |
'version' => '3.21.2.0',
|
| 5055 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5056 |
),
|
| 5057 |
-
'Google\\Protobuf\\Internal\\
|
| 5058 |
'version' => '3.21.2.0',
|
| 5059 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5060 |
),
|
| 5061 |
-
'Google\\Protobuf\\Internal\\
|
| 5062 |
'version' => '3.21.2.0',
|
| 5063 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5064 |
),
|
| 5065 |
-
'Google\\Protobuf\\Internal\\
|
| 5066 |
'version' => '3.21.2.0',
|
| 5067 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5068 |
),
|
| 5069 |
-
'Google\\Protobuf\\Internal\\
|
| 5070 |
'version' => '3.21.2.0',
|
| 5071 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5072 |
),
|
| 5073 |
-
'Google\\Protobuf\\Internal\\
|
| 5074 |
'version' => '3.21.2.0',
|
| 5075 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5076 |
),
|
| 5077 |
-
'Google\\Protobuf\\Internal\\FieldOptions
|
| 5078 |
'version' => '3.21.2.0',
|
| 5079 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions
|
| 5080 |
),
|
| 5081 |
-
'Google\\Protobuf\\Internal\\
|
| 5082 |
'version' => '3.21.2.0',
|
| 5083 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5084 |
),
|
| 5085 |
-
'Google\\Protobuf\\Internal\\
|
| 5086 |
'version' => '3.21.2.0',
|
| 5087 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5088 |
),
|
| 5089 |
-
'Google\\Protobuf\\Internal\\
|
| 5090 |
'version' => '3.21.2.0',
|
| 5091 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5092 |
),
|
| 5093 |
-
'Google\\Protobuf\\Internal\\
|
| 5094 |
'version' => '3.21.2.0',
|
| 5095 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5096 |
),
|
| 5097 |
-
'Google\\Protobuf\\Internal\\
|
| 5098 |
'version' => '3.21.2.0',
|
| 5099 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5100 |
),
|
| 5101 |
-
'Google\\Protobuf\\Internal\\
|
| 5102 |
'version' => '3.21.2.0',
|
| 5103 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5104 |
),
|
| 5105 |
-
'Google\\Protobuf\\Internal\\
|
| 5106 |
'version' => '3.21.2.0',
|
| 5107 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5108 |
),
|
| 5109 |
-
'Google\\Protobuf\\Internal\\
|
| 5110 |
'version' => '3.21.2.0',
|
| 5111 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5112 |
),
|
| 5113 |
-
'Google\\Protobuf\\Internal\\
|
| 5114 |
'version' => '3.21.2.0',
|
| 5115 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5116 |
),
|
| 5117 |
-
'Google\\Protobuf\\Internal\\
|
| 5118 |
'version' => '3.21.2.0',
|
| 5119 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5120 |
),
|
| 5121 |
-
'Google\\Protobuf\\Internal\\
|
| 5122 |
'version' => '3.21.2.0',
|
| 5123 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5124 |
),
|
| 5125 |
-
'Google\\Protobuf\\Internal\\
|
| 5126 |
'version' => '3.21.2.0',
|
| 5127 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5128 |
),
|
| 5129 |
-
'Google\\Protobuf\\Internal\\
|
| 5130 |
'version' => '3.21.2.0',
|
| 5131 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5132 |
),
|
| 5133 |
-
'Google\\Protobuf\\Internal\\
|
| 5134 |
'version' => '3.21.2.0',
|
| 5135 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5136 |
),
|
| 5137 |
-
'Google\\Protobuf\\Internal\\
|
| 5138 |
'version' => '3.21.2.0',
|
| 5139 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5140 |
),
|
| 5141 |
-
'Google\\Protobuf\\Internal\\
|
| 5142 |
'version' => '3.21.2.0',
|
| 5143 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5144 |
),
|
| 5145 |
-
'Google\\Protobuf\\Internal\\
|
| 5146 |
'version' => '3.21.2.0',
|
| 5147 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5148 |
),
|
| 5149 |
-
'Google\\Protobuf\\Internal\\
|
| 5150 |
'version' => '3.21.2.0',
|
| 5151 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5152 |
),
|
| 5153 |
-
'Google\\Protobuf\\Internal\\
|
| 5154 |
'version' => '3.21.2.0',
|
| 5155 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5156 |
),
|
| 5157 |
-
'Google\\Protobuf\\Internal\\
|
| 5158 |
'version' => '3.21.2.0',
|
| 5159 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5160 |
),
|
| 5161 |
-
'Google\\Protobuf\\Internal\\
|
| 5162 |
'version' => '3.21.2.0',
|
| 5163 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5164 |
),
|
| 5165 |
-
'Google\\Protobuf\\Internal\\
|
| 5166 |
'version' => '3.21.2.0',
|
| 5167 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5168 |
),
|
| 5169 |
-
'Google\\Protobuf\\Internal\\
|
| 5170 |
'version' => '3.21.2.0',
|
| 5171 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/
|
| 5172 |
),
|
| 5173 |
-
'Google\\Protobuf\\
|
| 5174 |
'version' => '3.21.2.0',
|
| 5175 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 5176 |
),
|
| 5177 |
-
'Google\\Protobuf\\
|
| 5178 |
'version' => '3.21.2.0',
|
| 5179 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 5180 |
),
|
| 5181 |
-
'Google\\Protobuf\\
|
| 5182 |
'version' => '3.21.2.0',
|
| 5183 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 5184 |
),
|
| 5185 |
-
'Google\\Protobuf\\
|
| 5186 |
'version' => '3.21.2.0',
|
| 5187 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 5188 |
),
|
| 5189 |
-
'Google\\Protobuf\\
|
| 5190 |
'version' => '3.21.2.0',
|
| 5191 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 5192 |
),
|
| 5193 |
-
'Google\\Protobuf\\
|
| 5194 |
'version' => '3.21.2.0',
|
| 5195 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 5196 |
),
|
| 5197 |
'Google\\Protobuf\\Value' => array(
|
| 5198 |
'version' => '3.21.2.0',
|
| 5199 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Value.php'
|
| 5200 |
),
|
| 5201 |
-
'Google\\Protobuf\\
|
| 5202 |
'version' => '3.21.2.0',
|
| 5203 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5204 |
),
|
| 5205 |
'Google\\Protobuf\\Any' => array(
|
| 5206 |
'version' => '3.21.2.0',
|
| 5207 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Any.php'
|
| 5208 |
),
|
| 5209 |
-
'Google\\Protobuf\\
|
| 5210 |
'version' => '3.21.2.0',
|
| 5211 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5212 |
),
|
| 5213 |
'Google\\Protobuf\\BytesValue' => array(
|
| 5214 |
'version' => '3.21.2.0',
|
| 5215 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/BytesValue.php'
|
| 5216 |
),
|
| 5217 |
-
'Google\\Protobuf\\
|
| 5218 |
'version' => '3.21.2.0',
|
| 5219 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 5220 |
),
|
| 5221 |
-
'Google\\Protobuf\\
|
| 5222 |
'version' => '3.21.2.0',
|
| 5223 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 5224 |
),
|
| 5225 |
-
'Google\\Protobuf\\
|
| 5226 |
'version' => '3.21.2.0',
|
| 5227 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 5228 |
),
|
| 5229 |
-
'Google\\Protobuf\\
|
| 5230 |
'version' => '3.21.2.0',
|
| 5231 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 5232 |
),
|
| 5233 |
-
'Google\\Protobuf\\
|
| 5234 |
'version' => '3.21.2.0',
|
| 5235 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 5236 |
),
|
| 5237 |
-
'Google\\Protobuf\\
|
| 5238 |
'version' => '3.21.2.0',
|
| 5239 |
-
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/
|
| 5240 |
),
|
| 5241 |
-
'Google\\
|
| 5242 |
-
'version' => '
|
| 5243 |
-
'path' => $vendorDir . '/google/
|
| 5244 |
),
|
| 5245 |
-
'Google\\
|
| 5246 |
-
'version' => '
|
| 5247 |
-
'path' => $vendorDir . '/google/
|
| 5248 |
),
|
| 5249 |
-
'Google\\ApiCore\\
|
| 5250 |
'version' => '1.13.0.0',
|
| 5251 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5252 |
),
|
| 5253 |
-
'Google\\ApiCore\\
|
| 5254 |
'version' => '1.13.0.0',
|
| 5255 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5256 |
),
|
| 5257 |
-
'Google\\ApiCore\\
|
| 5258 |
'version' => '1.13.0.0',
|
| 5259 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5260 |
),
|
| 5261 |
-
'Google\\ApiCore\\
|
| 5262 |
'version' => '1.13.0.0',
|
| 5263 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5264 |
),
|
| 5265 |
-
'Google\\ApiCore\\
|
| 5266 |
'version' => '1.13.0.0',
|
| 5267 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5268 |
),
|
| 5269 |
-
'Google\\ApiCore\\
|
| 5270 |
'version' => '1.13.0.0',
|
| 5271 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5272 |
),
|
| 5273 |
-
'Google\\ApiCore\\
|
| 5274 |
'version' => '1.13.0.0',
|
| 5275 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5276 |
),
|
| 5277 |
-
'Google\\ApiCore\\
|
| 5278 |
'version' => '1.13.0.0',
|
| 5279 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5280 |
),
|
| 5281 |
-
'Google\\ApiCore\\
|
| 5282 |
'version' => '1.13.0.0',
|
| 5283 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5284 |
),
|
| 5285 |
-
'Google\\ApiCore\\
|
| 5286 |
'version' => '1.13.0.0',
|
| 5287 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5288 |
),
|
| 5289 |
-
'Google\\ApiCore\\
|
| 5290 |
'version' => '1.13.0.0',
|
| 5291 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5292 |
),
|
| 5293 |
-
'Google\\ApiCore\\
|
| 5294 |
'version' => '1.13.0.0',
|
| 5295 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5296 |
),
|
| 5297 |
-
'Google\\ApiCore\\
|
| 5298 |
'version' => '1.13.0.0',
|
| 5299 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5300 |
),
|
| 5301 |
-
'Google\\ApiCore\\
|
| 5302 |
'version' => '1.13.0.0',
|
| 5303 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5304 |
),
|
| 5305 |
-
'Google\\ApiCore\\
|
| 5306 |
'version' => '1.13.0.0',
|
| 5307 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5308 |
),
|
| 5309 |
-
'Google\\ApiCore\\
|
| 5310 |
'version' => '1.13.0.0',
|
| 5311 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5312 |
),
|
| 5313 |
-
'Google\\ApiCore\\
|
| 5314 |
'version' => '1.13.0.0',
|
| 5315 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5316 |
),
|
| 5317 |
-
'Google\\ApiCore\\
|
| 5318 |
'version' => '1.13.0.0',
|
| 5319 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5320 |
),
|
| 5321 |
-
'Google\\ApiCore\\
|
| 5322 |
'version' => '1.13.0.0',
|
| 5323 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5324 |
),
|
| 5325 |
-
'Google\\ApiCore\\
|
| 5326 |
'version' => '1.13.0.0',
|
| 5327 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5328 |
),
|
| 5329 |
-
'Google\\ApiCore\\
|
| 5330 |
'version' => '1.13.0.0',
|
| 5331 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5332 |
),
|
| 5333 |
-
'Google\\ApiCore\\
|
| 5334 |
'version' => '1.13.0.0',
|
| 5335 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5336 |
),
|
| 5337 |
-
'Google\\ApiCore\\
|
| 5338 |
'version' => '1.13.0.0',
|
| 5339 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5340 |
),
|
| 5341 |
-
'Google\\ApiCore\\
|
| 5342 |
'version' => '1.13.0.0',
|
| 5343 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5344 |
),
|
| 5345 |
-
'Google\\ApiCore\\
|
| 5346 |
'version' => '1.13.0.0',
|
| 5347 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5348 |
),
|
| 5349 |
-
'Google\\ApiCore\\
|
| 5350 |
'version' => '1.13.0.0',
|
| 5351 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5352 |
),
|
| 5353 |
-
'Google\\ApiCore\\
|
| 5354 |
'version' => '1.13.0.0',
|
| 5355 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5356 |
),
|
| 5357 |
-
'Google\\ApiCore\\
|
| 5358 |
'version' => '1.13.0.0',
|
| 5359 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5360 |
),
|
| 5361 |
-
'Google\\ApiCore\\
|
| 5362 |
'version' => '1.13.0.0',
|
| 5363 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5364 |
),
|
| 5365 |
-
'Google\\ApiCore\\
|
| 5366 |
'version' => '1.13.0.0',
|
| 5367 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5368 |
),
|
| 5369 |
-
'Google\\ApiCore\\
|
| 5370 |
'version' => '1.13.0.0',
|
| 5371 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5372 |
),
|
| 5373 |
-
'Google\\ApiCore\\
|
| 5374 |
'version' => '1.13.0.0',
|
| 5375 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5376 |
),
|
| 5377 |
-
'Google\\ApiCore\\
|
| 5378 |
'version' => '1.13.0.0',
|
| 5379 |
-
'path' => $vendorDir . '/google/gax/src/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5380 |
),
|
| 5381 |
'Google\\ApiCore\\LongRunning\\Gapic\\OperationsGapicClient' => array(
|
| 5382 |
'version' => '1.13.0.0',
|
| 5383 |
'path' => $vendorDir . '/google/gax/src/LongRunning/Gapic/OperationsGapicClient.php'
|
| 5384 |
),
|
| 5385 |
-
'Google\\ApiCore\\
|
| 5386 |
'version' => '1.13.0.0',
|
| 5387 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5388 |
),
|
| 5389 |
-
'Google\\ApiCore\\
|
| 5390 |
'version' => '1.13.0.0',
|
| 5391 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5392 |
),
|
| 5393 |
'Google\\ApiCore\\PathTemplate' => array(
|
| 5394 |
'version' => '1.13.0.0',
|
| 5395 |
'path' => $vendorDir . '/google/gax/src/PathTemplate.php'
|
| 5396 |
),
|
| 5397 |
-
'Google\\ApiCore\\
|
| 5398 |
-
'version' => '1.13.0.0',
|
| 5399 |
-
'path' => $vendorDir . '/google/gax/src/RetrySettings.php'
|
| 5400 |
-
),
|
| 5401 |
-
'Google\\ApiCore\\Middleware\\PagedMiddleware' => array(
|
| 5402 |
'version' => '1.13.0.0',
|
| 5403 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5404 |
),
|
| 5405 |
-
'Google\\ApiCore\\
|
| 5406 |
'version' => '1.13.0.0',
|
| 5407 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5408 |
),
|
| 5409 |
-
'Google\\ApiCore\\
|
| 5410 |
'version' => '1.13.0.0',
|
| 5411 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5412 |
),
|
| 5413 |
-
'Google\\ApiCore\\
|
| 5414 |
'version' => '1.13.0.0',
|
| 5415 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5416 |
),
|
| 5417 |
-
'Google\\ApiCore\\
|
| 5418 |
'version' => '1.13.0.0',
|
| 5419 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5420 |
),
|
| 5421 |
-
'Google\\ApiCore\\
|
| 5422 |
'version' => '1.13.0.0',
|
| 5423 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5424 |
),
|
| 5425 |
-
'Google\\ApiCore\\
|
| 5426 |
'version' => '1.13.0.0',
|
| 5427 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5428 |
),
|
| 5429 |
-
'Google\\ApiCore\\
|
| 5430 |
'version' => '1.13.0.0',
|
| 5431 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5432 |
),
|
| 5433 |
-
'Google\\ApiCore\\
|
| 5434 |
'version' => '1.13.0.0',
|
| 5435 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5436 |
),
|
| 5437 |
-
'Google\\ApiCore\\
|
| 5438 |
'version' => '1.13.0.0',
|
| 5439 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5440 |
),
|
| 5441 |
-
'Google\\ApiCore\\
|
| 5442 |
'version' => '1.13.0.0',
|
| 5443 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5444 |
),
|
| 5445 |
-
'Google\\ApiCore\\
|
| 5446 |
'version' => '1.13.0.0',
|
| 5447 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5448 |
),
|
| 5449 |
-
'Google\\ApiCore\\
|
| 5450 |
'version' => '1.13.0.0',
|
| 5451 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5452 |
),
|
| 5453 |
-
'Google\\ApiCore\\
|
| 5454 |
'version' => '1.13.0.0',
|
| 5455 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5456 |
),
|
| 5457 |
-
'Google\\ApiCore\\
|
| 5458 |
'version' => '1.13.0.0',
|
| 5459 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5460 |
),
|
| 5461 |
-
'Google\\ApiCore\\
|
| 5462 |
'version' => '1.13.0.0',
|
| 5463 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5464 |
),
|
| 5465 |
-
'Google\\ApiCore\\
|
| 5466 |
'version' => '1.13.0.0',
|
| 5467 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5468 |
),
|
| 5469 |
-
'Google\\ApiCore\\
|
| 5470 |
'version' => '1.13.0.0',
|
| 5471 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5472 |
),
|
| 5473 |
-
'Google\\ApiCore\\
|
| 5474 |
'version' => '1.13.0.0',
|
| 5475 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5476 |
),
|
| 5477 |
-
'Google\\ApiCore\\
|
| 5478 |
'version' => '1.13.0.0',
|
| 5479 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5480 |
),
|
| 5481 |
-
'Google\\ApiCore\\
|
| 5482 |
'version' => '1.13.0.0',
|
| 5483 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5484 |
),
|
| 5485 |
-
'Google\\ApiCore\\
|
| 5486 |
'version' => '1.13.0.0',
|
| 5487 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5488 |
),
|
| 5489 |
-
'Google\\ApiCore\\
|
| 5490 |
'version' => '1.13.0.0',
|
| 5491 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5492 |
),
|
| 5493 |
-
'Google\\ApiCore\\
|
| 5494 |
'version' => '1.13.0.0',
|
| 5495 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5496 |
),
|
| 5497 |
-
'Google\\ApiCore\\
|
| 5498 |
'version' => '1.13.0.0',
|
| 5499 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5500 |
),
|
| 5501 |
-
'Google\\ApiCore\\
|
| 5502 |
'version' => '1.13.0.0',
|
| 5503 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5504 |
),
|
| 5505 |
-
'Google\\ApiCore\\
|
| 5506 |
'version' => '1.13.0.0',
|
| 5507 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5508 |
),
|
| 5509 |
-
'Google\\ApiCore\\
|
| 5510 |
'version' => '1.13.0.0',
|
| 5511 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5512 |
),
|
| 5513 |
-
'Google\\ApiCore\\
|
| 5514 |
'version' => '1.13.0.0',
|
| 5515 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5516 |
),
|
| 5517 |
-
'Google\\ApiCore\\
|
| 5518 |
'version' => '1.13.0.0',
|
| 5519 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5520 |
),
|
| 5521 |
-
'Google\\ApiCore\\
|
| 5522 |
'version' => '1.13.0.0',
|
| 5523 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5524 |
),
|
| 5525 |
-
'Google\\ApiCore\\
|
| 5526 |
'version' => '1.13.0.0',
|
| 5527 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5528 |
),
|
| 5529 |
-
'Google\\ApiCore\\
|
| 5530 |
'version' => '1.13.0.0',
|
| 5531 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5532 |
),
|
| 5533 |
-
'Google\\ApiCore\\
|
| 5534 |
'version' => '1.13.0.0',
|
| 5535 |
-
'path' => $vendorDir . '/google/gax/src/
|
| 5536 |
),
|
| 5537 |
'Google\\Ads\\GoogleAds\\Util\\ApiVersionSupport' => array(
|
| 5538 |
'version' => '16.0.0.0',
|
|
@@ -5542,6 +5542,10 @@ return array(
|
|
| 5542 |
'version' => '16.0.0.0',
|
| 5543 |
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/EnvironmentalVariables.php'
|
| 5544 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5545 |
'Google\\Ads\\GoogleAds\\Util\\V11\\GoogleAdsFailures' => array(
|
| 5546 |
'version' => '16.0.0.0',
|
| 5547 |
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/V11/GoogleAdsFailures.php'
|
|
@@ -5554,7569 +5558,7581 @@ return array(
|
|
| 5554 |
'version' => '16.0.0.0',
|
| 5555 |
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/V11/GoogleAdsErrors.php'
|
| 5556 |
),
|
| 5557 |
-
'Google\\Ads\\GoogleAds\\Util\\V11\\PartialFailures' => array(
|
| 5558 |
-
'version' => '16.0.0.0',
|
| 5559 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/V11/PartialFailures.php'
|
| 5560 |
-
),
|
| 5561 |
'Google\\Ads\\GoogleAds\\Util\\FieldMasks' => array(
|
| 5562 |
'version' => '16.0.0.0',
|
| 5563 |
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/FieldMasks.php'
|
| 5564 |
),
|
| 5565 |
-
'Google\\Ads\\GoogleAds\\
|
| 5566 |
'version' => '16.0.0.0',
|
| 5567 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/
|
| 5568 |
),
|
| 5569 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5570 |
'version' => '16.0.0.0',
|
| 5571 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5572 |
),
|
| 5573 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5574 |
'version' => '16.0.0.0',
|
| 5575 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5576 |
),
|
| 5577 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5578 |
'version' => '16.0.0.0',
|
| 5579 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5580 |
),
|
| 5581 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5582 |
'version' => '16.0.0.0',
|
| 5583 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5584 |
),
|
| 5585 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5586 |
'version' => '16.0.0.0',
|
| 5587 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5588 |
),
|
| 5589 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5590 |
'version' => '16.0.0.0',
|
| 5591 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5592 |
),
|
| 5593 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5594 |
'version' => '16.0.0.0',
|
| 5595 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5596 |
),
|
| 5597 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5598 |
'version' => '16.0.0.0',
|
| 5599 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5600 |
),
|
| 5601 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5602 |
'version' => '16.0.0.0',
|
| 5603 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5604 |
),
|
| 5605 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5606 |
'version' => '16.0.0.0',
|
| 5607 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5608 |
),
|
| 5609 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5610 |
'version' => '16.0.0.0',
|
| 5611 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5612 |
),
|
| 5613 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5614 |
'version' => '16.0.0.0',
|
| 5615 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5616 |
),
|
| 5617 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5618 |
'version' => '16.0.0.0',
|
| 5619 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5620 |
),
|
| 5621 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5622 |
'version' => '16.0.0.0',
|
| 5623 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5624 |
),
|
| 5625 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5626 |
'version' => '16.0.0.0',
|
| 5627 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5628 |
),
|
| 5629 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5630 |
'version' => '16.0.0.0',
|
| 5631 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5632 |
),
|
| 5633 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5634 |
'version' => '16.0.0.0',
|
| 5635 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5636 |
),
|
| 5637 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5638 |
'version' => '16.0.0.0',
|
| 5639 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5640 |
),
|
| 5641 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5642 |
'version' => '16.0.0.0',
|
| 5643 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5644 |
),
|
| 5645 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5646 |
'version' => '16.0.0.0',
|
| 5647 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5648 |
),
|
| 5649 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5650 |
'version' => '16.0.0.0',
|
| 5651 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5652 |
),
|
| 5653 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5654 |
'version' => '16.0.0.0',
|
| 5655 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5656 |
),
|
| 5657 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5658 |
'version' => '16.0.0.0',
|
| 5659 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5660 |
),
|
| 5661 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5662 |
'version' => '16.0.0.0',
|
| 5663 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5664 |
),
|
| 5665 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5666 |
'version' => '16.0.0.0',
|
| 5667 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5668 |
),
|
| 5669 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5670 |
'version' => '16.0.0.0',
|
| 5671 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5672 |
),
|
| 5673 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5674 |
'version' => '16.0.0.0',
|
| 5675 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5676 |
),
|
| 5677 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5678 |
'version' => '16.0.0.0',
|
| 5679 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5680 |
),
|
| 5681 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5682 |
'version' => '16.0.0.0',
|
| 5683 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5684 |
),
|
| 5685 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5686 |
'version' => '16.0.0.0',
|
| 5687 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5688 |
),
|
| 5689 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5690 |
'version' => '16.0.0.0',
|
| 5691 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5692 |
),
|
| 5693 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5694 |
'version' => '16.0.0.0',
|
| 5695 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5696 |
),
|
| 5697 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5698 |
'version' => '16.0.0.0',
|
| 5699 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5700 |
),
|
| 5701 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5702 |
'version' => '16.0.0.0',
|
| 5703 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5704 |
),
|
| 5705 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5706 |
'version' => '16.0.0.0',
|
| 5707 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5708 |
),
|
| 5709 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5710 |
'version' => '16.0.0.0',
|
| 5711 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5712 |
),
|
| 5713 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5714 |
'version' => '16.0.0.0',
|
| 5715 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5716 |
),
|
| 5717 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5718 |
'version' => '16.0.0.0',
|
| 5719 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5720 |
),
|
| 5721 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5722 |
'version' => '16.0.0.0',
|
| 5723 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5724 |
),
|
| 5725 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5726 |
'version' => '16.0.0.0',
|
| 5727 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5728 |
),
|
| 5729 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5730 |
'version' => '16.0.0.0',
|
| 5731 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5732 |
),
|
| 5733 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5734 |
'version' => '16.0.0.0',
|
| 5735 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5736 |
),
|
| 5737 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5738 |
'version' => '16.0.0.0',
|
| 5739 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5740 |
),
|
| 5741 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5742 |
'version' => '16.0.0.0',
|
| 5743 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5744 |
),
|
| 5745 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5746 |
'version' => '16.0.0.0',
|
| 5747 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5748 |
),
|
| 5749 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5750 |
'version' => '16.0.0.0',
|
| 5751 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5752 |
),
|
| 5753 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5754 |
'version' => '16.0.0.0',
|
| 5755 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5756 |
),
|
| 5757 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5758 |
'version' => '16.0.0.0',
|
| 5759 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5760 |
),
|
| 5761 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5762 |
'version' => '16.0.0.0',
|
| 5763 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5764 |
),
|
| 5765 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5766 |
'version' => '16.0.0.0',
|
| 5767 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5768 |
),
|
| 5769 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5770 |
'version' => '16.0.0.0',
|
| 5771 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5772 |
),
|
| 5773 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5774 |
'version' => '16.0.0.0',
|
| 5775 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5776 |
),
|
| 5777 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5778 |
'version' => '16.0.0.0',
|
| 5779 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5780 |
),
|
| 5781 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5782 |
'version' => '16.0.0.0',
|
| 5783 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5784 |
),
|
| 5785 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5786 |
'version' => '16.0.0.0',
|
| 5787 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5788 |
),
|
| 5789 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5790 |
'version' => '16.0.0.0',
|
| 5791 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5792 |
),
|
| 5793 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5794 |
'version' => '16.0.0.0',
|
| 5795 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5796 |
),
|
| 5797 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5798 |
'version' => '16.0.0.0',
|
| 5799 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5800 |
),
|
| 5801 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5802 |
'version' => '16.0.0.0',
|
| 5803 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5804 |
),
|
| 5805 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5806 |
'version' => '16.0.0.0',
|
| 5807 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5808 |
),
|
| 5809 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5810 |
'version' => '16.0.0.0',
|
| 5811 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5812 |
),
|
| 5813 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5814 |
'version' => '16.0.0.0',
|
| 5815 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5816 |
),
|
| 5817 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5818 |
'version' => '16.0.0.0',
|
| 5819 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5820 |
),
|
| 5821 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5822 |
'version' => '16.0.0.0',
|
| 5823 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5824 |
),
|
| 5825 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5826 |
'version' => '16.0.0.0',
|
| 5827 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5828 |
),
|
| 5829 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5830 |
'version' => '16.0.0.0',
|
| 5831 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5832 |
),
|
| 5833 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5834 |
'version' => '16.0.0.0',
|
| 5835 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5836 |
),
|
| 5837 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5838 |
'version' => '16.0.0.0',
|
| 5839 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5840 |
),
|
| 5841 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5842 |
'version' => '16.0.0.0',
|
| 5843 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5844 |
),
|
| 5845 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5846 |
'version' => '16.0.0.0',
|
| 5847 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5848 |
),
|
| 5849 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5850 |
'version' => '16.0.0.0',
|
| 5851 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5852 |
),
|
| 5853 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5854 |
'version' => '16.0.0.0',
|
| 5855 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5856 |
),
|
| 5857 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5858 |
'version' => '16.0.0.0',
|
| 5859 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5860 |
),
|
| 5861 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5862 |
'version' => '16.0.0.0',
|
| 5863 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5864 |
),
|
| 5865 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5866 |
'version' => '16.0.0.0',
|
| 5867 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5868 |
),
|
| 5869 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5870 |
'version' => '16.0.0.0',
|
| 5871 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5872 |
),
|
| 5873 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5874 |
'version' => '16.0.0.0',
|
| 5875 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5876 |
),
|
| 5877 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5878 |
'version' => '16.0.0.0',
|
| 5879 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5880 |
),
|
| 5881 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5882 |
'version' => '16.0.0.0',
|
| 5883 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5884 |
),
|
| 5885 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5886 |
'version' => '16.0.0.0',
|
| 5887 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5888 |
),
|
| 5889 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5890 |
'version' => '16.0.0.0',
|
| 5891 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5892 |
),
|
| 5893 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5894 |
'version' => '16.0.0.0',
|
| 5895 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5896 |
),
|
| 5897 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5898 |
'version' => '16.0.0.0',
|
| 5899 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5900 |
),
|
| 5901 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5902 |
'version' => '16.0.0.0',
|
| 5903 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5904 |
),
|
| 5905 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5906 |
'version' => '16.0.0.0',
|
| 5907 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5908 |
),
|
| 5909 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5910 |
'version' => '16.0.0.0',
|
| 5911 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5912 |
),
|
| 5913 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5914 |
'version' => '16.0.0.0',
|
| 5915 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5916 |
),
|
| 5917 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5918 |
'version' => '16.0.0.0',
|
| 5919 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5920 |
),
|
| 5921 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5922 |
'version' => '16.0.0.0',
|
| 5923 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5924 |
),
|
| 5925 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5926 |
'version' => '16.0.0.0',
|
| 5927 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5928 |
),
|
| 5929 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5930 |
'version' => '16.0.0.0',
|
| 5931 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5932 |
),
|
| 5933 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5934 |
'version' => '16.0.0.0',
|
| 5935 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5936 |
),
|
| 5937 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5938 |
'version' => '16.0.0.0',
|
| 5939 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5940 |
),
|
| 5941 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5942 |
'version' => '16.0.0.0',
|
| 5943 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5944 |
),
|
| 5945 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5946 |
'version' => '16.0.0.0',
|
| 5947 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5948 |
),
|
| 5949 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5950 |
'version' => '16.0.0.0',
|
| 5951 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5952 |
),
|
| 5953 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5954 |
'version' => '16.0.0.0',
|
| 5955 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5956 |
),
|
| 5957 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5958 |
'version' => '16.0.0.0',
|
| 5959 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5960 |
),
|
| 5961 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5962 |
'version' => '16.0.0.0',
|
| 5963 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5964 |
),
|
| 5965 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5966 |
'version' => '16.0.0.0',
|
| 5967 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5968 |
),
|
| 5969 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5970 |
'version' => '16.0.0.0',
|
| 5971 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5972 |
),
|
| 5973 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5974 |
'version' => '16.0.0.0',
|
| 5975 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5976 |
),
|
| 5977 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5978 |
'version' => '16.0.0.0',
|
| 5979 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5980 |
),
|
| 5981 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5982 |
'version' => '16.0.0.0',
|
| 5983 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5984 |
),
|
| 5985 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5986 |
'version' => '16.0.0.0',
|
| 5987 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5988 |
),
|
| 5989 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5990 |
'version' => '16.0.0.0',
|
| 5991 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5992 |
),
|
| 5993 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5994 |
'version' => '16.0.0.0',
|
| 5995 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 5996 |
),
|
| 5997 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 5998 |
'version' => '16.0.0.0',
|
| 5999 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6000 |
),
|
| 6001 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6002 |
'version' => '16.0.0.0',
|
| 6003 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6004 |
),
|
| 6005 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6006 |
'version' => '16.0.0.0',
|
| 6007 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6008 |
),
|
| 6009 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6010 |
'version' => '16.0.0.0',
|
| 6011 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6012 |
),
|
| 6013 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6014 |
'version' => '16.0.0.0',
|
| 6015 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6016 |
),
|
| 6017 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6018 |
'version' => '16.0.0.0',
|
| 6019 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6020 |
),
|
| 6021 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6022 |
'version' => '16.0.0.0',
|
| 6023 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6024 |
),
|
| 6025 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6026 |
'version' => '16.0.0.0',
|
| 6027 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6028 |
),
|
| 6029 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6030 |
'version' => '16.0.0.0',
|
| 6031 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6032 |
),
|
| 6033 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6034 |
'version' => '16.0.0.0',
|
| 6035 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6036 |
),
|
| 6037 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6038 |
'version' => '16.0.0.0',
|
| 6039 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6040 |
),
|
| 6041 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6042 |
'version' => '16.0.0.0',
|
| 6043 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6044 |
),
|
| 6045 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6046 |
'version' => '16.0.0.0',
|
| 6047 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6048 |
),
|
| 6049 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6050 |
'version' => '16.0.0.0',
|
| 6051 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6052 |
),
|
| 6053 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6054 |
'version' => '16.0.0.0',
|
| 6055 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6056 |
),
|
| 6057 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6058 |
'version' => '16.0.0.0',
|
| 6059 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6060 |
),
|
| 6061 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6062 |
'version' => '16.0.0.0',
|
| 6063 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6064 |
),
|
| 6065 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6066 |
'version' => '16.0.0.0',
|
| 6067 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6068 |
),
|
| 6069 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6070 |
'version' => '16.0.0.0',
|
| 6071 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6072 |
),
|
| 6073 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6074 |
'version' => '16.0.0.0',
|
| 6075 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6076 |
),
|
| 6077 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6078 |
'version' => '16.0.0.0',
|
| 6079 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6080 |
),
|
| 6081 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6082 |
'version' => '16.0.0.0',
|
| 6083 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6084 |
),
|
| 6085 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6086 |
'version' => '16.0.0.0',
|
| 6087 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6088 |
),
|
| 6089 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6090 |
'version' => '16.0.0.0',
|
| 6091 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6092 |
),
|
| 6093 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6094 |
'version' => '16.0.0.0',
|
| 6095 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6096 |
),
|
| 6097 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6098 |
'version' => '16.0.0.0',
|
| 6099 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6100 |
),
|
| 6101 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6102 |
'version' => '16.0.0.0',
|
| 6103 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6104 |
),
|
| 6105 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6106 |
'version' => '16.0.0.0',
|
| 6107 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6108 |
),
|
| 6109 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6110 |
'version' => '16.0.0.0',
|
| 6111 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6112 |
),
|
| 6113 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6114 |
'version' => '16.0.0.0',
|
| 6115 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6116 |
),
|
| 6117 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6118 |
'version' => '16.0.0.0',
|
| 6119 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6120 |
),
|
| 6121 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6122 |
'version' => '16.0.0.0',
|
| 6123 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6124 |
),
|
| 6125 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6126 |
'version' => '16.0.0.0',
|
| 6127 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6128 |
),
|
| 6129 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6130 |
'version' => '16.0.0.0',
|
| 6131 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6132 |
),
|
| 6133 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6134 |
'version' => '16.0.0.0',
|
| 6135 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6136 |
),
|
| 6137 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6138 |
'version' => '16.0.0.0',
|
| 6139 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6140 |
),
|
| 6141 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6142 |
'version' => '16.0.0.0',
|
| 6143 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6144 |
),
|
| 6145 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6146 |
'version' => '16.0.0.0',
|
| 6147 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6148 |
),
|
| 6149 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6150 |
'version' => '16.0.0.0',
|
| 6151 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6152 |
),
|
| 6153 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6154 |
'version' => '16.0.0.0',
|
| 6155 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6156 |
),
|
| 6157 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6158 |
'version' => '16.0.0.0',
|
| 6159 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6160 |
),
|
| 6161 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6162 |
'version' => '16.0.0.0',
|
| 6163 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6164 |
),
|
| 6165 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6166 |
'version' => '16.0.0.0',
|
| 6167 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6168 |
),
|
| 6169 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6170 |
'version' => '16.0.0.0',
|
| 6171 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6172 |
),
|
| 6173 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6174 |
'version' => '16.0.0.0',
|
| 6175 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6176 |
),
|
| 6177 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6178 |
'version' => '16.0.0.0',
|
| 6179 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6180 |
),
|
| 6181 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6182 |
'version' => '16.0.0.0',
|
| 6183 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6184 |
),
|
| 6185 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6186 |
'version' => '16.0.0.0',
|
| 6187 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6188 |
),
|
| 6189 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6190 |
'version' => '16.0.0.0',
|
| 6191 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6192 |
),
|
| 6193 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6194 |
'version' => '16.0.0.0',
|
| 6195 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6196 |
),
|
| 6197 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6198 |
'version' => '16.0.0.0',
|
| 6199 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6200 |
),
|
| 6201 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6202 |
'version' => '16.0.0.0',
|
| 6203 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6204 |
),
|
| 6205 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6206 |
'version' => '16.0.0.0',
|
| 6207 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6208 |
),
|
| 6209 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6210 |
'version' => '16.0.0.0',
|
| 6211 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6212 |
),
|
| 6213 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6214 |
'version' => '16.0.0.0',
|
| 6215 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6216 |
),
|
| 6217 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6218 |
'version' => '16.0.0.0',
|
| 6219 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6220 |
),
|
| 6221 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6222 |
'version' => '16.0.0.0',
|
| 6223 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6224 |
),
|
| 6225 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6226 |
'version' => '16.0.0.0',
|
| 6227 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6228 |
),
|
| 6229 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6230 |
'version' => '16.0.0.0',
|
| 6231 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6232 |
),
|
| 6233 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6234 |
'version' => '16.0.0.0',
|
| 6235 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6236 |
),
|
| 6237 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6238 |
'version' => '16.0.0.0',
|
| 6239 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6240 |
),
|
| 6241 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6242 |
'version' => '16.0.0.0',
|
| 6243 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6244 |
),
|
| 6245 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6246 |
'version' => '16.0.0.0',
|
| 6247 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6248 |
),
|
| 6249 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6250 |
'version' => '16.0.0.0',
|
| 6251 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6252 |
),
|
| 6253 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6254 |
'version' => '16.0.0.0',
|
| 6255 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6256 |
),
|
| 6257 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6258 |
'version' => '16.0.0.0',
|
| 6259 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6260 |
),
|
| 6261 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6262 |
'version' => '16.0.0.0',
|
| 6263 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6264 |
),
|
| 6265 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6266 |
'version' => '16.0.0.0',
|
| 6267 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6268 |
),
|
| 6269 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6270 |
'version' => '16.0.0.0',
|
| 6271 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6272 |
),
|
| 6273 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6274 |
'version' => '16.0.0.0',
|
| 6275 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6276 |
),
|
| 6277 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6278 |
'version' => '16.0.0.0',
|
| 6279 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6280 |
),
|
| 6281 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6282 |
'version' => '16.0.0.0',
|
| 6283 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6284 |
),
|
| 6285 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6286 |
'version' => '16.0.0.0',
|
| 6287 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6288 |
),
|
| 6289 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6290 |
'version' => '16.0.0.0',
|
| 6291 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6292 |
),
|
| 6293 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6294 |
'version' => '16.0.0.0',
|
| 6295 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6296 |
),
|
| 6297 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6298 |
'version' => '16.0.0.0',
|
| 6299 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6300 |
),
|
| 6301 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6302 |
'version' => '16.0.0.0',
|
| 6303 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6304 |
),
|
| 6305 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6306 |
'version' => '16.0.0.0',
|
| 6307 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6308 |
),
|
| 6309 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6310 |
'version' => '16.0.0.0',
|
| 6311 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6312 |
),
|
| 6313 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6314 |
'version' => '16.0.0.0',
|
| 6315 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6316 |
),
|
| 6317 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6318 |
'version' => '16.0.0.0',
|
| 6319 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6320 |
),
|
| 6321 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6322 |
'version' => '16.0.0.0',
|
| 6323 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6324 |
),
|
| 6325 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6326 |
'version' => '16.0.0.0',
|
| 6327 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6328 |
),
|
| 6329 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6330 |
'version' => '16.0.0.0',
|
| 6331 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6332 |
),
|
| 6333 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6334 |
'version' => '16.0.0.0',
|
| 6335 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6336 |
),
|
| 6337 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6338 |
'version' => '16.0.0.0',
|
| 6339 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6340 |
),
|
| 6341 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6342 |
'version' => '16.0.0.0',
|
| 6343 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6344 |
),
|
| 6345 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6346 |
'version' => '16.0.0.0',
|
| 6347 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6348 |
),
|
| 6349 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6350 |
'version' => '16.0.0.0',
|
| 6351 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6352 |
),
|
| 6353 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6354 |
-
'version' => '16.0.0.0',
|
| 6355 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AgeRangeInfo.php'
|
| 6356 |
-
),
|
| 6357 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\ExclusionSegment' => array(
|
| 6358 |
-
'version' => '16.0.0.0',
|
| 6359 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ExclusionSegment.php'
|
| 6360 |
-
),
|
| 6361 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\ProductCustomAttributeInfo' => array(
|
| 6362 |
'version' => '16.0.0.0',
|
| 6363 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6364 |
),
|
| 6365 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6366 |
'version' => '16.0.0.0',
|
| 6367 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6368 |
),
|
| 6369 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6370 |
'version' => '16.0.0.0',
|
| 6371 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6372 |
),
|
| 6373 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6374 |
'version' => '16.0.0.0',
|
| 6375 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6376 |
),
|
| 6377 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6378 |
'version' => '16.0.0.0',
|
| 6379 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6380 |
),
|
| 6381 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6382 |
'version' => '16.0.0.0',
|
| 6383 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6384 |
),
|
| 6385 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6386 |
'version' => '16.0.0.0',
|
| 6387 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6388 |
),
|
| 6389 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6390 |
'version' => '16.0.0.0',
|
| 6391 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6392 |
),
|
| 6393 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6394 |
'version' => '16.0.0.0',
|
| 6395 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6396 |
),
|
| 6397 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6398 |
'version' => '16.0.0.0',
|
| 6399 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6400 |
),
|
| 6401 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6402 |
'version' => '16.0.0.0',
|
| 6403 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6404 |
),
|
| 6405 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6406 |
'version' => '16.0.0.0',
|
| 6407 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6408 |
),
|
| 6409 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6410 |
'version' => '16.0.0.0',
|
| 6411 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6412 |
),
|
| 6413 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6414 |
'version' => '16.0.0.0',
|
| 6415 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6416 |
),
|
| 6417 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6418 |
'version' => '16.0.0.0',
|
| 6419 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6420 |
),
|
| 6421 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6422 |
'version' => '16.0.0.0',
|
| 6423 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6424 |
),
|
| 6425 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6426 |
'version' => '16.0.0.0',
|
| 6427 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6428 |
),
|
| 6429 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6430 |
'version' => '16.0.0.0',
|
| 6431 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6432 |
),
|
| 6433 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6434 |
'version' => '16.0.0.0',
|
| 6435 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6436 |
),
|
| 6437 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6438 |
'version' => '16.0.0.0',
|
| 6439 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6440 |
),
|
| 6441 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6442 |
'version' => '16.0.0.0',
|
| 6443 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6444 |
),
|
| 6445 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6446 |
'version' => '16.0.0.0',
|
| 6447 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6448 |
),
|
| 6449 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6450 |
'version' => '16.0.0.0',
|
| 6451 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6452 |
),
|
| 6453 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6454 |
'version' => '16.0.0.0',
|
| 6455 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6456 |
),
|
| 6457 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6458 |
'version' => '16.0.0.0',
|
| 6459 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6460 |
),
|
| 6461 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6462 |
'version' => '16.0.0.0',
|
| 6463 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6464 |
),
|
| 6465 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6466 |
'version' => '16.0.0.0',
|
| 6467 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6468 |
),
|
| 6469 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6470 |
'version' => '16.0.0.0',
|
| 6471 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6472 |
),
|
| 6473 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6474 |
'version' => '16.0.0.0',
|
| 6475 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6476 |
),
|
| 6477 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6478 |
'version' => '16.0.0.0',
|
| 6479 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6480 |
),
|
| 6481 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6482 |
'version' => '16.0.0.0',
|
| 6483 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6484 |
),
|
| 6485 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6486 |
'version' => '16.0.0.0',
|
| 6487 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6488 |
),
|
| 6489 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6490 |
'version' => '16.0.0.0',
|
| 6491 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6492 |
),
|
| 6493 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6494 |
'version' => '16.0.0.0',
|
| 6495 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6496 |
),
|
| 6497 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6498 |
'version' => '16.0.0.0',
|
| 6499 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6500 |
),
|
| 6501 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6502 |
'version' => '16.0.0.0',
|
| 6503 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6504 |
),
|
| 6505 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6506 |
'version' => '16.0.0.0',
|
| 6507 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6508 |
),
|
| 6509 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6510 |
'version' => '16.0.0.0',
|
| 6511 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6512 |
),
|
| 6513 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6514 |
'version' => '16.0.0.0',
|
| 6515 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6516 |
),
|
| 6517 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6518 |
'version' => '16.0.0.0',
|
| 6519 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6520 |
),
|
| 6521 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6522 |
'version' => '16.0.0.0',
|
| 6523 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6524 |
),
|
| 6525 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6526 |
'version' => '16.0.0.0',
|
| 6527 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6528 |
),
|
| 6529 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6530 |
'version' => '16.0.0.0',
|
| 6531 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6532 |
),
|
| 6533 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6534 |
'version' => '16.0.0.0',
|
| 6535 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6536 |
),
|
| 6537 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6538 |
'version' => '16.0.0.0',
|
| 6539 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6540 |
),
|
| 6541 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6542 |
'version' => '16.0.0.0',
|
| 6543 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6544 |
),
|
| 6545 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6546 |
'version' => '16.0.0.0',
|
| 6547 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6548 |
),
|
| 6549 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6550 |
'version' => '16.0.0.0',
|
| 6551 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6552 |
),
|
| 6553 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6554 |
'version' => '16.0.0.0',
|
| 6555 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6556 |
),
|
| 6557 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6558 |
'version' => '16.0.0.0',
|
| 6559 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6560 |
),
|
| 6561 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6562 |
'version' => '16.0.0.0',
|
| 6563 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6564 |
),
|
| 6565 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6566 |
'version' => '16.0.0.0',
|
| 6567 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6568 |
),
|
| 6569 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6570 |
'version' => '16.0.0.0',
|
| 6571 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6572 |
),
|
| 6573 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6574 |
'version' => '16.0.0.0',
|
| 6575 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6576 |
),
|
| 6577 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6578 |
'version' => '16.0.0.0',
|
| 6579 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6580 |
),
|
| 6581 |
'Google\\Ads\\GoogleAds\\V11\\Common\\ProductChannelExclusivityInfo' => array(
|
| 6582 |
'version' => '16.0.0.0',
|
| 6583 |
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ProductChannelExclusivityInfo.php'
|
| 6584 |
),
|
| 6585 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6586 |
'version' => '16.0.0.0',
|
| 6587 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6588 |
),
|
| 6589 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6590 |
'version' => '16.0.0.0',
|
| 6591 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6592 |
),
|
| 6593 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6594 |
'version' => '16.0.0.0',
|
| 6595 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6596 |
),
|
| 6597 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6598 |
'version' => '16.0.0.0',
|
| 6599 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6600 |
),
|
| 6601 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6602 |
'version' => '16.0.0.0',
|
| 6603 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6604 |
),
|
| 6605 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6606 |
'version' => '16.0.0.0',
|
| 6607 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6608 |
),
|
| 6609 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6610 |
'version' => '16.0.0.0',
|
| 6611 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6612 |
),
|
| 6613 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6614 |
'version' => '16.0.0.0',
|
| 6615 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6616 |
),
|
| 6617 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6618 |
'version' => '16.0.0.0',
|
| 6619 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6620 |
),
|
| 6621 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6622 |
'version' => '16.0.0.0',
|
| 6623 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6624 |
),
|
| 6625 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6626 |
'version' => '16.0.0.0',
|
| 6627 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6628 |
),
|
| 6629 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6630 |
'version' => '16.0.0.0',
|
| 6631 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6632 |
),
|
| 6633 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6634 |
'version' => '16.0.0.0',
|
| 6635 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6636 |
),
|
| 6637 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6638 |
'version' => '16.0.0.0',
|
| 6639 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6640 |
),
|
| 6641 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6642 |
'version' => '16.0.0.0',
|
| 6643 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6644 |
),
|
| 6645 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6646 |
'version' => '16.0.0.0',
|
| 6647 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6648 |
),
|
| 6649 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6650 |
'version' => '16.0.0.0',
|
| 6651 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6652 |
),
|
| 6653 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6654 |
'version' => '16.0.0.0',
|
| 6655 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6656 |
),
|
| 6657 |
'Google\\Ads\\GoogleAds\\V11\\Common\\UserIdentifier' => array(
|
| 6658 |
'version' => '16.0.0.0',
|
| 6659 |
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/UserIdentifier.php'
|
| 6660 |
),
|
| 6661 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6662 |
'version' => '16.0.0.0',
|
| 6663 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6664 |
),
|
| 6665 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6666 |
'version' => '16.0.0.0',
|
| 6667 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6668 |
),
|
| 6669 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6670 |
'version' => '16.0.0.0',
|
| 6671 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6672 |
),
|
| 6673 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6674 |
'version' => '16.0.0.0',
|
| 6675 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6676 |
),
|
| 6677 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6678 |
'version' => '16.0.0.0',
|
| 6679 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6680 |
),
|
| 6681 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6682 |
'version' => '16.0.0.0',
|
| 6683 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6684 |
),
|
| 6685 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6686 |
'version' => '16.0.0.0',
|
| 6687 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6688 |
),
|
| 6689 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6690 |
'version' => '16.0.0.0',
|
| 6691 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6692 |
),
|
| 6693 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6694 |
'version' => '16.0.0.0',
|
| 6695 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6696 |
),
|
| 6697 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6698 |
'version' => '16.0.0.0',
|
| 6699 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6700 |
),
|
| 6701 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6702 |
'version' => '16.0.0.0',
|
| 6703 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6704 |
),
|
| 6705 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6706 |
'version' => '16.0.0.0',
|
| 6707 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6708 |
),
|
| 6709 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6710 |
'version' => '16.0.0.0',
|
| 6711 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6712 |
),
|
| 6713 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6714 |
'version' => '16.0.0.0',
|
| 6715 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6716 |
),
|
| 6717 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6718 |
'version' => '16.0.0.0',
|
| 6719 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6720 |
),
|
| 6721 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6722 |
'version' => '16.0.0.0',
|
| 6723 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6724 |
),
|
| 6725 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6726 |
'version' => '16.0.0.0',
|
| 6727 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6728 |
),
|
| 6729 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6730 |
'version' => '16.0.0.0',
|
| 6731 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6732 |
),
|
| 6733 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6734 |
'version' => '16.0.0.0',
|
| 6735 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6736 |
),
|
| 6737 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6738 |
'version' => '16.0.0.0',
|
| 6739 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6740 |
),
|
| 6741 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6742 |
'version' => '16.0.0.0',
|
| 6743 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6744 |
),
|
| 6745 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6746 |
'version' => '16.0.0.0',
|
| 6747 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6748 |
),
|
| 6749 |
-
'Google\\Ads\\GoogleAds\\V11\\Common\\
|
| 6750 |
'version' => '16.0.0.0',
|
| 6751 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/
|
| 6752 |
),
|
| 6753 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6754 |
'version' => '16.0.0.0',
|
| 6755 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6756 |
),
|
| 6757 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6758 |
'version' => '16.0.0.0',
|
| 6759 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6760 |
),
|
| 6761 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6762 |
'version' => '16.0.0.0',
|
| 6763 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6764 |
),
|
| 6765 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6766 |
'version' => '16.0.0.0',
|
| 6767 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6768 |
),
|
| 6769 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6770 |
'version' => '16.0.0.0',
|
| 6771 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6772 |
),
|
| 6773 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6774 |
'version' => '16.0.0.0',
|
| 6775 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6776 |
),
|
| 6777 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6778 |
'version' => '16.0.0.0',
|
| 6779 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6780 |
),
|
| 6781 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6782 |
'version' => '16.0.0.0',
|
| 6783 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6784 |
),
|
| 6785 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6786 |
'version' => '16.0.0.0',
|
| 6787 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6788 |
),
|
| 6789 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6790 |
'version' => '16.0.0.0',
|
| 6791 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6792 |
),
|
| 6793 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6794 |
'version' => '16.0.0.0',
|
| 6795 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6796 |
),
|
| 6797 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6798 |
'version' => '16.0.0.0',
|
| 6799 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6800 |
),
|
| 6801 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6802 |
'version' => '16.0.0.0',
|
| 6803 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6804 |
),
|
| 6805 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6806 |
'version' => '16.0.0.0',
|
| 6807 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6808 |
),
|
| 6809 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6810 |
'version' => '16.0.0.0',
|
| 6811 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6812 |
),
|
| 6813 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6814 |
'version' => '16.0.0.0',
|
| 6815 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6816 |
),
|
| 6817 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6818 |
'version' => '16.0.0.0',
|
| 6819 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6820 |
),
|
| 6821 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6822 |
'version' => '16.0.0.0',
|
| 6823 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6824 |
),
|
| 6825 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6826 |
'version' => '16.0.0.0',
|
| 6827 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6828 |
),
|
| 6829 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6830 |
'version' => '16.0.0.0',
|
| 6831 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6832 |
),
|
| 6833 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6834 |
'version' => '16.0.0.0',
|
| 6835 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6836 |
),
|
| 6837 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6838 |
'version' => '16.0.0.0',
|
| 6839 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6840 |
),
|
| 6841 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6842 |
'version' => '16.0.0.0',
|
| 6843 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6844 |
),
|
| 6845 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6846 |
'version' => '16.0.0.0',
|
| 6847 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6848 |
),
|
| 6849 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6850 |
'version' => '16.0.0.0',
|
| 6851 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6852 |
),
|
| 6853 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6854 |
'version' => '16.0.0.0',
|
| 6855 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6856 |
),
|
| 6857 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6858 |
'version' => '16.0.0.0',
|
| 6859 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6860 |
),
|
| 6861 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6862 |
'version' => '16.0.0.0',
|
| 6863 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6864 |
),
|
| 6865 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6866 |
'version' => '16.0.0.0',
|
| 6867 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6868 |
),
|
| 6869 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6870 |
'version' => '16.0.0.0',
|
| 6871 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6872 |
),
|
| 6873 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6874 |
'version' => '16.0.0.0',
|
| 6875 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6876 |
),
|
| 6877 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6878 |
'version' => '16.0.0.0',
|
| 6879 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6880 |
),
|
| 6881 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6882 |
'version' => '16.0.0.0',
|
| 6883 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6884 |
),
|
| 6885 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6886 |
'version' => '16.0.0.0',
|
| 6887 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6888 |
),
|
| 6889 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6890 |
'version' => '16.0.0.0',
|
| 6891 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6892 |
),
|
| 6893 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6894 |
'version' => '16.0.0.0',
|
| 6895 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6896 |
),
|
| 6897 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6898 |
'version' => '16.0.0.0',
|
| 6899 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6900 |
),
|
| 6901 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6902 |
'version' => '16.0.0.0',
|
| 6903 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6904 |
),
|
| 6905 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6906 |
'version' => '16.0.0.0',
|
| 6907 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6908 |
),
|
| 6909 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6910 |
'version' => '16.0.0.0',
|
| 6911 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6912 |
),
|
| 6913 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6914 |
'version' => '16.0.0.0',
|
| 6915 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6916 |
),
|
| 6917 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6918 |
'version' => '16.0.0.0',
|
| 6919 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6920 |
),
|
| 6921 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6922 |
'version' => '16.0.0.0',
|
| 6923 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6924 |
),
|
| 6925 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6926 |
'version' => '16.0.0.0',
|
| 6927 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6928 |
),
|
| 6929 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6930 |
'version' => '16.0.0.0',
|
| 6931 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6932 |
),
|
| 6933 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6934 |
'version' => '16.0.0.0',
|
| 6935 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6936 |
),
|
| 6937 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6938 |
'version' => '16.0.0.0',
|
| 6939 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6940 |
),
|
| 6941 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6942 |
'version' => '16.0.0.0',
|
| 6943 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6944 |
),
|
| 6945 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6946 |
'version' => '16.0.0.0',
|
| 6947 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6948 |
),
|
| 6949 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6950 |
'version' => '16.0.0.0',
|
| 6951 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6952 |
),
|
| 6953 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6954 |
'version' => '16.0.0.0',
|
| 6955 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6956 |
),
|
| 6957 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6958 |
'version' => '16.0.0.0',
|
| 6959 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6960 |
),
|
| 6961 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6962 |
'version' => '16.0.0.0',
|
| 6963 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6964 |
),
|
| 6965 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6966 |
'version' => '16.0.0.0',
|
| 6967 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6968 |
),
|
| 6969 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6970 |
'version' => '16.0.0.0',
|
| 6971 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6972 |
),
|
| 6973 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6974 |
'version' => '16.0.0.0',
|
| 6975 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6976 |
),
|
| 6977 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6978 |
'version' => '16.0.0.0',
|
| 6979 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6980 |
),
|
| 6981 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6982 |
'version' => '16.0.0.0',
|
| 6983 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6984 |
),
|
| 6985 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6986 |
'version' => '16.0.0.0',
|
| 6987 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6988 |
),
|
| 6989 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6990 |
'version' => '16.0.0.0',
|
| 6991 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6992 |
),
|
| 6993 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6994 |
'version' => '16.0.0.0',
|
| 6995 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 6996 |
),
|
| 6997 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 6998 |
'version' => '16.0.0.0',
|
| 6999 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7000 |
),
|
| 7001 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7002 |
'version' => '16.0.0.0',
|
| 7003 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7004 |
),
|
| 7005 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7006 |
'version' => '16.0.0.0',
|
| 7007 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7008 |
),
|
| 7009 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7010 |
'version' => '16.0.0.0',
|
| 7011 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7012 |
),
|
| 7013 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7014 |
'version' => '16.0.0.0',
|
| 7015 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7016 |
),
|
| 7017 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7018 |
'version' => '16.0.0.0',
|
| 7019 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7020 |
),
|
| 7021 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7022 |
'version' => '16.0.0.0',
|
| 7023 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7024 |
),
|
| 7025 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7026 |
'version' => '16.0.0.0',
|
| 7027 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7028 |
),
|
| 7029 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7030 |
'version' => '16.0.0.0',
|
| 7031 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7032 |
),
|
| 7033 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7034 |
'version' => '16.0.0.0',
|
| 7035 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7036 |
),
|
| 7037 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7038 |
'version' => '16.0.0.0',
|
| 7039 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7040 |
),
|
| 7041 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7042 |
'version' => '16.0.0.0',
|
| 7043 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7044 |
),
|
| 7045 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7046 |
'version' => '16.0.0.0',
|
| 7047 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7048 |
),
|
| 7049 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7050 |
'version' => '16.0.0.0',
|
| 7051 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7052 |
),
|
| 7053 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7054 |
'version' => '16.0.0.0',
|
| 7055 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7056 |
),
|
| 7057 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7058 |
'version' => '16.0.0.0',
|
| 7059 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7060 |
),
|
| 7061 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7062 |
'version' => '16.0.0.0',
|
| 7063 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7064 |
),
|
| 7065 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7066 |
'version' => '16.0.0.0',
|
| 7067 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7068 |
),
|
| 7069 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7070 |
'version' => '16.0.0.0',
|
| 7071 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7072 |
),
|
| 7073 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7074 |
'version' => '16.0.0.0',
|
| 7075 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7076 |
),
|
| 7077 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7078 |
'version' => '16.0.0.0',
|
| 7079 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7080 |
),
|
| 7081 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7082 |
'version' => '16.0.0.0',
|
| 7083 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7084 |
),
|
| 7085 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7086 |
'version' => '16.0.0.0',
|
| 7087 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7088 |
),
|
| 7089 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7090 |
'version' => '16.0.0.0',
|
| 7091 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7092 |
),
|
| 7093 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7094 |
'version' => '16.0.0.0',
|
| 7095 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7096 |
),
|
| 7097 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7098 |
'version' => '16.0.0.0',
|
| 7099 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7100 |
),
|
| 7101 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7102 |
'version' => '16.0.0.0',
|
| 7103 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7104 |
),
|
| 7105 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7106 |
'version' => '16.0.0.0',
|
| 7107 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7108 |
),
|
| 7109 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7110 |
'version' => '16.0.0.0',
|
| 7111 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7112 |
),
|
| 7113 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7114 |
'version' => '16.0.0.0',
|
| 7115 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7116 |
),
|
| 7117 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7118 |
'version' => '16.0.0.0',
|
| 7119 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7120 |
),
|
| 7121 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7122 |
'version' => '16.0.0.0',
|
| 7123 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7124 |
),
|
| 7125 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7126 |
'version' => '16.0.0.0',
|
| 7127 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7128 |
),
|
| 7129 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7130 |
'version' => '16.0.0.0',
|
| 7131 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7132 |
),
|
| 7133 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7134 |
'version' => '16.0.0.0',
|
| 7135 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7136 |
),
|
| 7137 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7138 |
'version' => '16.0.0.0',
|
| 7139 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7140 |
),
|
| 7141 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7142 |
'version' => '16.0.0.0',
|
| 7143 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7144 |
),
|
| 7145 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7146 |
'version' => '16.0.0.0',
|
| 7147 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7148 |
),
|
| 7149 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7150 |
'version' => '16.0.0.0',
|
| 7151 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7152 |
),
|
| 7153 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7154 |
'version' => '16.0.0.0',
|
| 7155 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7156 |
),
|
| 7157 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7158 |
'version' => '16.0.0.0',
|
| 7159 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7160 |
),
|
| 7161 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7162 |
'version' => '16.0.0.0',
|
| 7163 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7164 |
),
|
| 7165 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7166 |
'version' => '16.0.0.0',
|
| 7167 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7168 |
),
|
| 7169 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7170 |
'version' => '16.0.0.0',
|
| 7171 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7172 |
),
|
| 7173 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7174 |
'version' => '16.0.0.0',
|
| 7175 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7176 |
),
|
| 7177 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7178 |
'version' => '16.0.0.0',
|
| 7179 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7180 |
),
|
| 7181 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7182 |
'version' => '16.0.0.0',
|
| 7183 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7184 |
),
|
| 7185 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7186 |
'version' => '16.0.0.0',
|
| 7187 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7188 |
),
|
| 7189 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7190 |
'version' => '16.0.0.0',
|
| 7191 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7192 |
),
|
| 7193 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7194 |
'version' => '16.0.0.0',
|
| 7195 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7196 |
),
|
| 7197 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7198 |
'version' => '16.0.0.0',
|
| 7199 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7200 |
),
|
| 7201 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7202 |
'version' => '16.0.0.0',
|
| 7203 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7204 |
),
|
| 7205 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7206 |
'version' => '16.0.0.0',
|
| 7207 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7208 |
),
|
| 7209 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7210 |
'version' => '16.0.0.0',
|
| 7211 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7212 |
),
|
| 7213 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7214 |
'version' => '16.0.0.0',
|
| 7215 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7216 |
),
|
| 7217 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7218 |
'version' => '16.0.0.0',
|
| 7219 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7220 |
),
|
| 7221 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7222 |
'version' => '16.0.0.0',
|
| 7223 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7224 |
),
|
| 7225 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7226 |
'version' => '16.0.0.0',
|
| 7227 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7228 |
),
|
| 7229 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7230 |
'version' => '16.0.0.0',
|
| 7231 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7232 |
),
|
| 7233 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7234 |
'version' => '16.0.0.0',
|
| 7235 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7236 |
),
|
| 7237 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7238 |
'version' => '16.0.0.0',
|
| 7239 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7240 |
),
|
| 7241 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7242 |
'version' => '16.0.0.0',
|
| 7243 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7244 |
),
|
| 7245 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7246 |
'version' => '16.0.0.0',
|
| 7247 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7248 |
),
|
| 7249 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7250 |
'version' => '16.0.0.0',
|
| 7251 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7252 |
),
|
| 7253 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7254 |
'version' => '16.0.0.0',
|
| 7255 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7256 |
),
|
| 7257 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7258 |
'version' => '16.0.0.0',
|
| 7259 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7260 |
),
|
| 7261 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7262 |
'version' => '16.0.0.0',
|
| 7263 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7264 |
),
|
| 7265 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7266 |
'version' => '16.0.0.0',
|
| 7267 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7268 |
),
|
| 7269 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7270 |
'version' => '16.0.0.0',
|
| 7271 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7272 |
),
|
| 7273 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7274 |
'version' => '16.0.0.0',
|
| 7275 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7276 |
),
|
| 7277 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7278 |
'version' => '16.0.0.0',
|
| 7279 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7280 |
),
|
| 7281 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7282 |
'version' => '16.0.0.0',
|
| 7283 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7284 |
),
|
| 7285 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7286 |
'version' => '16.0.0.0',
|
| 7287 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7288 |
),
|
| 7289 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7290 |
'version' => '16.0.0.0',
|
| 7291 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7292 |
),
|
| 7293 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7294 |
'version' => '16.0.0.0',
|
| 7295 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7296 |
),
|
| 7297 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7298 |
'version' => '16.0.0.0',
|
| 7299 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7300 |
),
|
| 7301 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7302 |
'version' => '16.0.0.0',
|
| 7303 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7304 |
),
|
| 7305 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7306 |
'version' => '16.0.0.0',
|
| 7307 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7308 |
),
|
| 7309 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7310 |
'version' => '16.0.0.0',
|
| 7311 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7312 |
),
|
| 7313 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7314 |
'version' => '16.0.0.0',
|
| 7315 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7316 |
),
|
| 7317 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7318 |
'version' => '16.0.0.0',
|
| 7319 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7320 |
),
|
| 7321 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7322 |
'version' => '16.0.0.0',
|
| 7323 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7324 |
),
|
| 7325 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7326 |
'version' => '16.0.0.0',
|
| 7327 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7328 |
),
|
| 7329 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7330 |
'version' => '16.0.0.0',
|
| 7331 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7332 |
),
|
| 7333 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7334 |
'version' => '16.0.0.0',
|
| 7335 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7336 |
),
|
| 7337 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7338 |
'version' => '16.0.0.0',
|
| 7339 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7340 |
),
|
| 7341 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7342 |
'version' => '16.0.0.0',
|
| 7343 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7344 |
),
|
| 7345 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7346 |
'version' => '16.0.0.0',
|
| 7347 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7348 |
),
|
| 7349 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7350 |
'version' => '16.0.0.0',
|
| 7351 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7352 |
),
|
| 7353 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7354 |
'version' => '16.0.0.0',
|
| 7355 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7356 |
),
|
| 7357 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7358 |
'version' => '16.0.0.0',
|
| 7359 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7360 |
),
|
| 7361 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7362 |
'version' => '16.0.0.0',
|
| 7363 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7364 |
),
|
| 7365 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7366 |
'version' => '16.0.0.0',
|
| 7367 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7368 |
),
|
| 7369 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7370 |
'version' => '16.0.0.0',
|
| 7371 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7372 |
),
|
| 7373 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7374 |
'version' => '16.0.0.0',
|
| 7375 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7376 |
),
|
| 7377 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7378 |
'version' => '16.0.0.0',
|
| 7379 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7380 |
),
|
| 7381 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7382 |
'version' => '16.0.0.0',
|
| 7383 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7384 |
),
|
| 7385 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7386 |
'version' => '16.0.0.0',
|
| 7387 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7388 |
),
|
| 7389 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7390 |
'version' => '16.0.0.0',
|
| 7391 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7392 |
),
|
| 7393 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7394 |
'version' => '16.0.0.0',
|
| 7395 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7396 |
),
|
| 7397 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7398 |
'version' => '16.0.0.0',
|
| 7399 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7400 |
),
|
| 7401 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7402 |
'version' => '16.0.0.0',
|
| 7403 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7404 |
),
|
| 7405 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7406 |
'version' => '16.0.0.0',
|
| 7407 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7408 |
),
|
| 7409 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7410 |
'version' => '16.0.0.0',
|
| 7411 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7412 |
),
|
| 7413 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7414 |
'version' => '16.0.0.0',
|
| 7415 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7416 |
),
|
| 7417 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7418 |
'version' => '16.0.0.0',
|
| 7419 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7420 |
),
|
| 7421 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7422 |
'version' => '16.0.0.0',
|
| 7423 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7424 |
),
|
| 7425 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7426 |
'version' => '16.0.0.0',
|
| 7427 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7428 |
),
|
| 7429 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7430 |
'version' => '16.0.0.0',
|
| 7431 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7432 |
),
|
| 7433 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7434 |
'version' => '16.0.0.0',
|
| 7435 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7436 |
),
|
| 7437 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7438 |
'version' => '16.0.0.0',
|
| 7439 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7440 |
),
|
| 7441 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7442 |
'version' => '16.0.0.0',
|
| 7443 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7444 |
),
|
| 7445 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7446 |
'version' => '16.0.0.0',
|
| 7447 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/
|
| 7448 |
),
|
| 7449 |
-
'Google\\Ads\\GoogleAds\\V11\\
|
| 7450 |
'version' => '16.0.0.0',
|
| 7451 |
-
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/Google
|
| 6 |
$baseDir = dirname($vendorDir);
|
| 7 |
|
| 8 |
return array(
|
| 9 |
+
'phpseclib3\\Net\\SSH2' => array(
|
| 10 |
'version' => '3.0.14.0',
|
| 11 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SSH2.php'
|
| 12 |
),
|
| 13 |
+
'phpseclib3\\Net\\SFTP' => array(
|
| 14 |
'version' => '3.0.14.0',
|
| 15 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SFTP.php'
|
| 16 |
),
|
| 17 |
+
'phpseclib3\\Net\\SFTP\\Stream' => array(
|
| 18 |
'version' => '3.0.14.0',
|
| 19 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php'
|
| 20 |
),
|
| 21 |
+
'phpseclib3\\File\\ASN1\\Maps\\SubjectInfoAccessSyntax' => array(
|
| 22 |
'version' => '3.0.14.0',
|
| 23 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php'
|
| 24 |
),
|
| 25 |
+
'phpseclib3\\File\\ASN1\\Maps\\CRLReason' => array(
|
| 26 |
'version' => '3.0.14.0',
|
| 27 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php'
|
| 28 |
),
|
| 29 |
+
'phpseclib3\\File\\ASN1\\Maps\\RSASSA_PSS_params' => array(
|
| 30 |
'version' => '3.0.14.0',
|
| 31 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php'
|
| 32 |
),
|
| 33 |
+
'phpseclib3\\File\\ASN1\\Maps\\PBKDF2params' => array(
|
| 34 |
'version' => '3.0.14.0',
|
| 35 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php'
|
| 36 |
),
|
| 37 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificationRequest' => array(
|
| 38 |
'version' => '3.0.14.0',
|
| 39 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php'
|
| 40 |
),
|
| 41 |
+
'phpseclib3\\File\\ASN1\\Maps\\NameConstraints' => array(
|
| 42 |
'version' => '3.0.14.0',
|
| 43 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php'
|
| 44 |
),
|
| 45 |
+
'phpseclib3\\File\\ASN1\\Maps\\GeneralSubtrees' => array(
|
| 46 |
'version' => '3.0.14.0',
|
| 47 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php'
|
| 48 |
),
|
| 49 |
+
'phpseclib3\\File\\ASN1\\Maps\\FieldElement' => array(
|
| 50 |
'version' => '3.0.14.0',
|
| 51 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php'
|
| 52 |
),
|
| 53 |
+
'phpseclib3\\File\\ASN1\\Maps\\PBES2params' => array(
|
| 54 |
'version' => '3.0.14.0',
|
| 55 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php'
|
| 56 |
),
|
| 57 |
+
'phpseclib3\\File\\ASN1\\Maps\\AttributeType' => array(
|
| 58 |
'version' => '3.0.14.0',
|
| 59 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php'
|
| 60 |
),
|
| 61 |
+
'phpseclib3\\File\\ASN1\\Maps\\AlgorithmIdentifier' => array(
|
| 62 |
'version' => '3.0.14.0',
|
| 63 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php'
|
| 64 |
),
|
| 65 |
+
'phpseclib3\\File\\ASN1\\Maps\\Trinomial' => array(
|
| 66 |
'version' => '3.0.14.0',
|
| 67 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php'
|
| 68 |
),
|
| 69 |
+
'phpseclib3\\File\\ASN1\\Maps\\ECPoint' => array(
|
| 70 |
'version' => '3.0.14.0',
|
| 71 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php'
|
| 72 |
),
|
| 73 |
+
'phpseclib3\\File\\ASN1\\Maps\\RevokedCertificate' => array(
|
| 74 |
'version' => '3.0.14.0',
|
| 75 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php'
|
| 76 |
),
|
| 77 |
+
'phpseclib3\\File\\ASN1\\Maps\\NoticeReference' => array(
|
| 78 |
'version' => '3.0.14.0',
|
| 79 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php'
|
| 80 |
),
|
| 81 |
+
'phpseclib3\\File\\ASN1\\Maps\\Time' => array(
|
| 82 |
'version' => '3.0.14.0',
|
| 83 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php'
|
| 84 |
),
|
| 85 |
+
'phpseclib3\\File\\ASN1\\Maps\\DHParameter' => array(
|
| 86 |
'version' => '3.0.14.0',
|
| 87 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php'
|
| 88 |
),
|
| 89 |
+
'phpseclib3\\File\\ASN1\\Maps\\GeneralSubtree' => array(
|
| 90 |
'version' => '3.0.14.0',
|
| 91 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php'
|
| 92 |
),
|
| 93 |
+
'phpseclib3\\File\\ASN1\\Maps\\OneAsymmetricKey' => array(
|
| 94 |
'version' => '3.0.14.0',
|
| 95 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php'
|
| 96 |
),
|
| 97 |
+
'phpseclib3\\File\\ASN1\\Maps\\AttributeValue' => array(
|
| 98 |
'version' => '3.0.14.0',
|
| 99 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php'
|
| 100 |
),
|
| 101 |
+
'phpseclib3\\File\\ASN1\\Maps\\Attributes' => array(
|
| 102 |
'version' => '3.0.14.0',
|
| 103 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php'
|
| 104 |
),
|
| 105 |
+
'phpseclib3\\File\\ASN1\\Maps\\CRLNumber' => array(
|
| 106 |
'version' => '3.0.14.0',
|
| 107 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php'
|
| 108 |
),
|
| 109 |
+
'phpseclib3\\File\\ASN1\\Maps\\Certificate' => array(
|
| 110 |
'version' => '3.0.14.0',
|
| 111 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php'
|
| 112 |
),
|
| 113 |
+
'phpseclib3\\File\\ASN1\\Maps\\SubjectPublicKeyInfo' => array(
|
| 114 |
'version' => '3.0.14.0',
|
| 115 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php'
|
| 116 |
),
|
| 117 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificateList' => array(
|
| 118 |
'version' => '3.0.14.0',
|
| 119 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php'
|
| 120 |
),
|
| 121 |
+
'phpseclib3\\File\\ASN1\\Maps\\KeyUsage' => array(
|
| 122 |
'version' => '3.0.14.0',
|
| 123 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php'
|
| 124 |
),
|
| 125 |
+
'phpseclib3\\File\\ASN1\\Maps\\CPSuri' => array(
|
| 126 |
'version' => '3.0.14.0',
|
| 127 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php'
|
| 128 |
),
|
| 129 |
+
'phpseclib3\\File\\ASN1\\Maps\\DigestInfo' => array(
|
| 130 |
'version' => '3.0.14.0',
|
| 131 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php'
|
| 132 |
),
|
| 133 |
+
'phpseclib3\\File\\ASN1\\Maps\\PKCS9String' => array(
|
| 134 |
'version' => '3.0.14.0',
|
| 135 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php'
|
| 136 |
),
|
| 137 |
+
'phpseclib3\\File\\ASN1\\Maps\\SpecifiedECDomain' => array(
|
| 138 |
'version' => '3.0.14.0',
|
| 139 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php'
|
| 140 |
),
|
| 141 |
+
'phpseclib3\\File\\ASN1\\Maps\\UniqueIdentifier' => array(
|
| 142 |
'version' => '3.0.14.0',
|
| 143 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php'
|
| 144 |
),
|
| 145 |
+
'phpseclib3\\File\\ASN1\\Maps\\AuthorityInfoAccessSyntax' => array(
|
| 146 |
'version' => '3.0.14.0',
|
| 147 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php'
|
| 148 |
),
|
| 149 |
+
'phpseclib3\\File\\ASN1\\Maps\\Pentanomial' => array(
|
| 150 |
'version' => '3.0.14.0',
|
| 151 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php'
|
| 152 |
),
|
| 153 |
+
'phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfo' => array(
|
| 154 |
'version' => '3.0.14.0',
|
| 155 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php'
|
| 156 |
),
|
| 157 |
+
'phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfos' => array(
|
| 158 |
'version' => '3.0.14.0',
|
| 159 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php'
|
| 160 |
),
|
| 161 |
+
'phpseclib3\\File\\ASN1\\Maps\\AdministrationDomainName' => array(
|
| 162 |
'version' => '3.0.14.0',
|
| 163 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php'
|
| 164 |
),
|
| 165 |
+
'phpseclib3\\File\\ASN1\\Maps\\AuthorityKeyIdentifier' => array(
|
| 166 |
'version' => '3.0.14.0',
|
| 167 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php'
|
| 168 |
),
|
| 169 |
+
'phpseclib3\\File\\ASN1\\Maps\\HashAlgorithm' => array(
|
| 170 |
'version' => '3.0.14.0',
|
| 171 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php'
|
| 172 |
),
|
| 173 |
+
'phpseclib3\\File\\ASN1\\Maps\\RSAPublicKey' => array(
|
| 174 |
'version' => '3.0.14.0',
|
| 175 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php'
|
| 176 |
),
|
| 177 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertPolicyId' => array(
|
| 178 |
'version' => '3.0.14.0',
|
| 179 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php'
|
| 180 |
),
|
| 181 |
+
'phpseclib3\\File\\ASN1\\Maps\\ECParameters' => array(
|
| 182 |
'version' => '3.0.14.0',
|
| 183 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php'
|
| 184 |
),
|
| 185 |
+
'phpseclib3\\File\\ASN1\\Maps\\DirectoryString' => array(
|
| 186 |
'version' => '3.0.14.0',
|
| 187 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php'
|
| 188 |
),
|
| 189 |
+
'phpseclib3\\File\\ASN1\\Maps\\AccessDescription' => array(
|
| 190 |
'version' => '3.0.14.0',
|
| 191 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php'
|
| 192 |
),
|
| 193 |
+
'phpseclib3\\File\\ASN1\\Maps\\EncryptedPrivateKeyInfo' => array(
|
| 194 |
'version' => '3.0.14.0',
|
| 195 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php'
|
| 196 |
),
|
| 197 |
+
'phpseclib3\\File\\ASN1\\Maps\\PolicyMappings' => array(
|
| 198 |
'version' => '3.0.14.0',
|
| 199 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php'
|
| 200 |
),
|
| 201 |
+
'phpseclib3\\File\\ASN1\\Maps\\PublicKey' => array(
|
| 202 |
'version' => '3.0.14.0',
|
| 203 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php'
|
| 204 |
),
|
| 205 |
+
'phpseclib3\\File\\ASN1\\Maps\\ExtensionAttribute' => array(
|
| 206 |
'version' => '3.0.14.0',
|
| 207 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php'
|
| 208 |
),
|
| 209 |
+
'phpseclib3\\File\\ASN1\\Maps\\Attribute' => array(
|
| 210 |
'version' => '3.0.14.0',
|
| 211 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php'
|
| 212 |
),
|
| 213 |
+
'phpseclib3\\File\\ASN1\\Maps\\PersonalName' => array(
|
| 214 |
'version' => '3.0.14.0',
|
| 215 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php'
|
| 216 |
),
|
| 217 |
+
'phpseclib3\\File\\ASN1\\Maps\\PostalAddress' => array(
|
| 218 |
'version' => '3.0.14.0',
|
| 219 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php'
|
| 220 |
),
|
| 221 |
+
'phpseclib3\\File\\ASN1\\Maps\\KeyPurposeId' => array(
|
| 222 |
'version' => '3.0.14.0',
|
| 223 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php'
|
| 224 |
),
|
| 225 |
+
'phpseclib3\\File\\ASN1\\Maps\\OrganizationalUnitNames' => array(
|
| 226 |
'version' => '3.0.14.0',
|
| 227 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php'
|
| 228 |
),
|
| 229 |
+
'phpseclib3\\File\\ASN1\\Maps\\RSAPrivateKey' => array(
|
| 230 |
'version' => '3.0.14.0',
|
| 231 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php'
|
| 232 |
),
|
| 233 |
+
'phpseclib3\\File\\ASN1\\Maps\\BaseDistance' => array(
|
| 234 |
'version' => '3.0.14.0',
|
| 235 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php'
|
| 236 |
),
|
| 237 |
+
'phpseclib3\\File\\ASN1\\Maps\\PrivateKeyUsagePeriod' => array(
|
| 238 |
'version' => '3.0.14.0',
|
| 239 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php'
|
| 240 |
),
|
| 241 |
+
'phpseclib3\\File\\ASN1\\Maps\\PBEParameter' => array(
|
| 242 |
'version' => '3.0.14.0',
|
| 243 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php'
|
| 244 |
),
|
| 245 |
+
'phpseclib3\\File\\ASN1\\Maps\\ECPrivateKey' => array(
|
| 246 |
'version' => '3.0.14.0',
|
| 247 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php'
|
| 248 |
),
|
| 249 |
+
'phpseclib3\\File\\ASN1\\Maps\\TerminalIdentifier' => array(
|
| 250 |
'version' => '3.0.14.0',
|
| 251 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php'
|
| 252 |
),
|
| 253 |
+
'phpseclib3\\File\\ASN1\\Maps\\EncryptedData' => array(
|
| 254 |
'version' => '3.0.14.0',
|
| 255 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php'
|
| 256 |
),
|
| 257 |
+
'phpseclib3\\File\\ASN1\\Maps\\DSAParams' => array(
|
| 258 |
'version' => '3.0.14.0',
|
| 259 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php'
|
| 260 |
),
|
| 261 |
+
'phpseclib3\\File\\ASN1\\Maps\\Characteristic_two' => array(
|
| 262 |
'version' => '3.0.14.0',
|
| 263 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php'
|
| 264 |
),
|
| 265 |
+
'phpseclib3\\File\\ASN1\\Maps\\FieldID' => array(
|
| 266 |
'version' => '3.0.14.0',
|
| 267 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php'
|
| 268 |
),
|
| 269 |
+
'phpseclib3\\File\\ASN1\\Maps\\HoldInstructionCode' => array(
|
| 270 |
'version' => '3.0.14.0',
|
| 271 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php'
|
| 272 |
),
|
| 273 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificatePolicies' => array(
|
| 274 |
'version' => '3.0.14.0',
|
| 275 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php'
|
| 276 |
),
|
| 277 |
+
'phpseclib3\\File\\ASN1\\Maps\\EDIPartyName' => array(
|
| 278 |
'version' => '3.0.14.0',
|
| 279 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php'
|
| 280 |
),
|
| 281 |
+
'phpseclib3\\File\\ASN1\\Maps\\DssSigValue' => array(
|
| 282 |
'version' => '3.0.14.0',
|
| 283 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php'
|
| 284 |
),
|
| 285 |
+
'phpseclib3\\File\\ASN1\\Maps\\AnotherName' => array(
|
| 286 |
'version' => '3.0.14.0',
|
| 287 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php'
|
| 288 |
),
|
| 289 |
+
'phpseclib3\\File\\ASN1\\Maps\\SignedPublicKeyAndChallenge' => array(
|
| 290 |
'version' => '3.0.14.0',
|
| 291 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php'
|
| 292 |
),
|
| 293 |
+
'phpseclib3\\File\\ASN1\\Maps\\Prime_p' => array(
|
| 294 |
'version' => '3.0.14.0',
|
| 295 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php'
|
| 296 |
),
|
| 297 |
+
'phpseclib3\\File\\ASN1\\Maps\\PrivateDomainName' => array(
|
| 298 |
'version' => '3.0.14.0',
|
| 299 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php'
|
| 300 |
),
|
| 301 |
+
'phpseclib3\\File\\ASN1\\Maps\\CountryName' => array(
|
| 302 |
'version' => '3.0.14.0',
|
| 303 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php'
|
| 304 |
),
|
| 305 |
+
'phpseclib3\\File\\ASN1\\Maps\\PrivateKeyInfo' => array(
|
| 306 |
'version' => '3.0.14.0',
|
| 307 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php'
|
| 308 |
),
|
| 309 |
+
'phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierInfo' => array(
|
| 310 |
'version' => '3.0.14.0',
|
| 311 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php'
|
| 312 |
),
|
| 313 |
+
'phpseclib3\\File\\ASN1\\Maps\\ORAddress' => array(
|
| 314 |
'version' => '3.0.14.0',
|
| 315 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php'
|
| 316 |
),
|
| 317 |
+
'phpseclib3\\File\\ASN1\\Maps\\SubjectAltName' => array(
|
| 318 |
'version' => '3.0.14.0',
|
| 319 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php'
|
| 320 |
),
|
| 321 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificateIssuer' => array(
|
| 322 |
'version' => '3.0.14.0',
|
| 323 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php'
|
| 324 |
),
|
| 325 |
+
'phpseclib3\\File\\ASN1\\Maps\\UserNotice' => array(
|
| 326 |
'version' => '3.0.14.0',
|
| 327 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php'
|
| 328 |
),
|
| 329 |
+
'phpseclib3\\File\\ASN1\\Maps\\NetworkAddress' => array(
|
| 330 |
'version' => '3.0.14.0',
|
| 331 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php'
|
| 332 |
),
|
| 333 |
+
'phpseclib3\\File\\ASN1\\Maps\\PolicyInformation' => array(
|
| 334 |
'version' => '3.0.14.0',
|
| 335 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php'
|
| 336 |
),
|
| 337 |
+
'phpseclib3\\File\\ASN1\\Maps\\EcdsaSigValue' => array(
|
| 338 |
'version' => '3.0.14.0',
|
| 339 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php'
|
| 340 |
),
|
| 341 |
+
'phpseclib3\\File\\ASN1\\Maps\\SubjectDirectoryAttributes' => array(
|
| 342 |
'version' => '3.0.14.0',
|
| 343 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php'
|
| 344 |
),
|
| 345 |
+
'phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierId' => array(
|
| 346 |
'version' => '3.0.14.0',
|
| 347 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php'
|
| 348 |
),
|
| 349 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificateSerialNumber' => array(
|
| 350 |
'version' => '3.0.14.0',
|
| 351 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php'
|
| 352 |
),
|
| 353 |
+
'phpseclib3\\File\\ASN1\\Maps\\Validity' => array(
|
| 354 |
'version' => '3.0.14.0',
|
| 355 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php'
|
| 356 |
),
|
| 357 |
+
'phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttributes' => array(
|
| 358 |
'version' => '3.0.14.0',
|
| 359 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php'
|
| 360 |
),
|
| 361 |
+
'phpseclib3\\File\\ASN1\\Maps\\DisplayText' => array(
|
| 362 |
'version' => '3.0.14.0',
|
| 363 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php'
|
| 364 |
),
|
| 365 |
+
'phpseclib3\\File\\ASN1\\Maps\\NumericUserIdentifier' => array(
|
| 366 |
'version' => '3.0.14.0',
|
| 367 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php'
|
| 368 |
),
|
| 369 |
+
'phpseclib3\\File\\ASN1\\Maps\\GeneralNames' => array(
|
| 370 |
'version' => '3.0.14.0',
|
| 371 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php'
|
| 372 |
),
|
| 373 |
+
'phpseclib3\\File\\ASN1\\Maps\\DistributionPoint' => array(
|
| 374 |
'version' => '3.0.14.0',
|
| 375 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php'
|
| 376 |
),
|
| 377 |
+
'phpseclib3\\File\\ASN1\\Maps\\MaskGenAlgorithm' => array(
|
| 378 |
'version' => '3.0.14.0',
|
| 379 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php'
|
| 380 |
),
|
| 381 |
+
'phpseclib3\\File\\ASN1\\Maps\\AttributeTypeAndValue' => array(
|
| 382 |
'version' => '3.0.14.0',
|
| 383 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php'
|
| 384 |
),
|
| 385 |
+
'phpseclib3\\File\\ASN1\\Maps\\IssuingDistributionPoint' => array(
|
| 386 |
'version' => '3.0.14.0',
|
| 387 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php'
|
| 388 |
),
|
| 389 |
+
'phpseclib3\\File\\ASN1\\Maps\\TBSCertList' => array(
|
| 390 |
'version' => '3.0.14.0',
|
| 391 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php'
|
| 392 |
),
|
| 393 |
+
'phpseclib3\\File\\ASN1\\Maps\\ReasonFlags' => array(
|
| 394 |
'version' => '3.0.14.0',
|
| 395 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php'
|
| 396 |
),
|
| 397 |
+
'phpseclib3\\File\\ASN1\\Maps\\PublicKeyAndChallenge' => array(
|
| 398 |
'version' => '3.0.14.0',
|
| 399 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php'
|
| 400 |
),
|
| 401 |
+
'phpseclib3\\File\\ASN1\\Maps\\OrganizationName' => array(
|
| 402 |
'version' => '3.0.14.0',
|
| 403 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php'
|
| 404 |
),
|
| 405 |
+
'phpseclib3\\File\\ASN1\\Maps\\netscape_comment' => array(
|
| 406 |
'version' => '3.0.14.0',
|
| 407 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php'
|
| 408 |
),
|
| 409 |
+
'phpseclib3\\File\\ASN1\\Maps\\TBSCertificate' => array(
|
| 410 |
'version' => '3.0.14.0',
|
| 411 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php'
|
| 412 |
),
|
| 413 |
+
'phpseclib3\\File\\ASN1\\Maps\\netscape_cert_type' => array(
|
| 414 |
'version' => '3.0.14.0',
|
| 415 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php'
|
| 416 |
),
|
| 417 |
+
'phpseclib3\\File\\ASN1\\Maps\\RC2CBCParameter' => array(
|
| 418 |
'version' => '3.0.14.0',
|
| 419 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php'
|
| 420 |
),
|
| 421 |
+
'phpseclib3\\File\\ASN1\\Maps\\GeneralName' => array(
|
| 422 |
'version' => '3.0.14.0',
|
| 423 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php'
|
| 424 |
),
|
| 425 |
+
'phpseclib3\\File\\ASN1\\Maps\\DistributionPointName' => array(
|
| 426 |
'version' => '3.0.14.0',
|
| 427 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php'
|
| 428 |
),
|
| 429 |
+
'phpseclib3\\File\\ASN1\\Maps\\DSAPrivateKey' => array(
|
| 430 |
'version' => '3.0.14.0',
|
| 431 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php'
|
| 432 |
),
|
| 433 |
+
'phpseclib3\\File\\ASN1\\Maps\\Extension' => array(
|
| 434 |
'version' => '3.0.14.0',
|
| 435 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php'
|
| 436 |
),
|
| 437 |
+
'phpseclib3\\File\\ASN1\\Maps\\BuiltInDomainDefinedAttribute' => array(
|
| 438 |
'version' => '3.0.14.0',
|
| 439 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php'
|
| 440 |
),
|
| 441 |
+
'phpseclib3\\File\\ASN1\\Maps\\BasicConstraints' => array(
|
| 442 |
'version' => '3.0.14.0',
|
| 443 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php'
|
| 444 |
),
|
| 445 |
+
'phpseclib3\\File\\ASN1\\Maps\\ExtKeyUsageSyntax' => array(
|
| 446 |
'version' => '3.0.14.0',
|
| 447 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php'
|
| 448 |
),
|
| 449 |
+
'phpseclib3\\File\\ASN1\\Maps\\Name' => array(
|
| 450 |
'version' => '3.0.14.0',
|
| 451 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php'
|
| 452 |
),
|
| 453 |
+
'phpseclib3\\File\\ASN1\\Maps\\DSAPublicKey' => array(
|
| 454 |
'version' => '3.0.14.0',
|
| 455 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php'
|
| 456 |
),
|
| 457 |
+
'phpseclib3\\File\\ASN1\\Maps\\IssuerAltName' => array(
|
| 458 |
'version' => '3.0.14.0',
|
| 459 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php'
|
| 460 |
),
|
| 461 |
+
'phpseclib3\\File\\ASN1\\Maps\\PBMAC1params' => array(
|
| 462 |
'version' => '3.0.14.0',
|
| 463 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php'
|
| 464 |
),
|
| 465 |
+
'phpseclib3\\File\\ASN1\\Maps\\Curve' => array(
|
| 466 |
'version' => '3.0.14.0',
|
| 467 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php'
|
| 468 |
),
|
| 469 |
+
'phpseclib3\\File\\ASN1\\Maps\\CRLDistributionPoints' => array(
|
| 470 |
'version' => '3.0.14.0',
|
| 471 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php'
|
| 472 |
),
|
| 473 |
+
'phpseclib3\\File\\ASN1\\Maps\\netscape_ca_policy_url' => array(
|
| 474 |
'version' => '3.0.14.0',
|
| 475 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php'
|
| 476 |
),
|
| 477 |
+
'phpseclib3\\File\\ASN1\\Maps\\ExtensionAttributes' => array(
|
| 478 |
'version' => '3.0.14.0',
|
| 479 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php'
|
| 480 |
),
|
| 481 |
+
'phpseclib3\\File\\ASN1\\Maps\\PublicKeyInfo' => array(
|
| 482 |
'version' => '3.0.14.0',
|
| 483 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php'
|
| 484 |
),
|
| 485 |
+
'phpseclib3\\File\\ASN1\\Maps\\Extensions' => array(
|
| 486 |
'version' => '3.0.14.0',
|
| 487 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php'
|
| 488 |
),
|
| 489 |
+
'phpseclib3\\File\\ASN1\\Maps\\RDNSequence' => array(
|
| 490 |
'version' => '3.0.14.0',
|
| 491 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php'
|
| 492 |
),
|
| 493 |
+
'phpseclib3\\File\\ASN1\\Maps\\BuiltInStandardAttributes' => array(
|
| 494 |
'version' => '3.0.14.0',
|
| 495 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php'
|
| 496 |
),
|
| 497 |
+
'phpseclib3\\File\\ASN1\\Maps\\RelativeDistinguishedName' => array(
|
| 498 |
'version' => '3.0.14.0',
|
| 499 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php'
|
| 500 |
),
|
| 501 |
+
'phpseclib3\\File\\ASN1\\Maps\\KeyIdentifier' => array(
|
| 502 |
'version' => '3.0.14.0',
|
| 503 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php'
|
| 504 |
),
|
| 505 |
+
'phpseclib3\\File\\ASN1\\Maps\\InvalidityDate' => array(
|
| 506 |
'version' => '3.0.14.0',
|
| 507 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php'
|
| 508 |
),
|
| 509 |
+
'phpseclib3\\File\\ASN1\\Maps\\CertificationRequestInfo' => array(
|
| 510 |
'version' => '3.0.14.0',
|
| 511 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php'
|
| 512 |
),
|
| 513 |
+
'phpseclib3\\File\\ASN1\\Maps\\PrivateKey' => array(
|
| 514 |
'version' => '3.0.14.0',
|
| 515 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php'
|
| 516 |
),
|
| 517 |
+
'phpseclib3\\File\\ASN1\\Element' => array(
|
| 518 |
'version' => '3.0.14.0',
|
| 519 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php'
|
| 520 |
),
|
| 521 |
+
'phpseclib3\\File\\ASN1' => array(
|
| 522 |
'version' => '3.0.14.0',
|
| 523 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ASN1.php'
|
| 524 |
),
|
| 525 |
+
'phpseclib3\\File\\ANSI' => array(
|
| 526 |
'version' => '3.0.14.0',
|
| 527 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/ANSI.php'
|
| 528 |
),
|
| 529 |
+
'phpseclib3\\File\\X509' => array(
|
| 530 |
'version' => '3.0.14.0',
|
| 531 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/File/X509.php'
|
| 532 |
),
|
| 533 |
+
'phpseclib3\\Crypt\\Hash' => array(
|
| 534 |
'version' => '3.0.14.0',
|
| 535 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Hash.php'
|
| 536 |
),
|
| 537 |
+
'phpseclib3\\Crypt\\RSA' => array(
|
| 538 |
'version' => '3.0.14.0',
|
| 539 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA.php'
|
| 540 |
),
|
| 541 |
+
'phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS1' => array(
|
| 542 |
'version' => '3.0.14.0',
|
| 543 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php'
|
| 544 |
),
|
| 545 |
+
'phpseclib3\\Crypt\\DH\\Formats\\Keys\\PKCS8' => array(
|
| 546 |
'version' => '3.0.14.0',
|
| 547 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php'
|
| 548 |
),
|
| 549 |
+
'phpseclib3\\Crypt\\DH\\PublicKey' => array(
|
| 550 |
'version' => '3.0.14.0',
|
| 551 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php'
|
| 552 |
),
|
| 553 |
+
'phpseclib3\\Crypt\\DH\\Parameters' => array(
|
| 554 |
'version' => '3.0.14.0',
|
| 555 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php'
|
| 556 |
),
|
| 557 |
+
'phpseclib3\\Crypt\\DH\\PrivateKey' => array(
|
| 558 |
'version' => '3.0.14.0',
|
| 559 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php'
|
| 560 |
),
|
| 561 |
+
'phpseclib3\\Crypt\\AES' => array(
|
| 562 |
'version' => '3.0.14.0',
|
| 563 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/AES.php'
|
| 564 |
),
|
| 565 |
+
'phpseclib3\\Crypt\\DH' => array(
|
| 566 |
'version' => '3.0.14.0',
|
| 567 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DH.php'
|
| 568 |
),
|
| 569 |
+
'phpseclib3\\Crypt\\DES' => array(
|
| 570 |
'version' => '3.0.14.0',
|
| 571 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DES.php'
|
| 572 |
),
|
| 573 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\MSBLOB' => array(
|
| 574 |
'version' => '3.0.14.0',
|
| 575 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php'
|
| 576 |
),
|
| 577 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PSS' => array(
|
| 578 |
'version' => '3.0.14.0',
|
| 579 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php'
|
| 580 |
),
|
| 581 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\Raw' => array(
|
| 582 |
'version' => '3.0.14.0',
|
| 583 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php'
|
| 584 |
),
|
| 585 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\XML' => array(
|
| 586 |
'version' => '3.0.14.0',
|
| 587 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php'
|
| 588 |
),
|
| 589 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS1' => array(
|
| 590 |
'version' => '3.0.14.0',
|
| 591 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php'
|
| 592 |
),
|
| 593 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PuTTY' => array(
|
| 594 |
'version' => '3.0.14.0',
|
| 595 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php'
|
| 596 |
),
|
| 597 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PKCS8' => array(
|
| 598 |
'version' => '3.0.14.0',
|
| 599 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php'
|
| 600 |
),
|
| 601 |
+
'phpseclib3\\Crypt\\RSA\\Formats\\Keys\\OpenSSH' => array(
|
| 602 |
'version' => '3.0.14.0',
|
| 603 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php'
|
| 604 |
),
|
| 605 |
+
'phpseclib3\\Crypt\\RSA\\PublicKey' => array(
|
| 606 |
'version' => '3.0.14.0',
|
| 607 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php'
|
| 608 |
),
|
| 609 |
+
'phpseclib3\\Crypt\\RSA\\PrivateKey' => array(
|
| 610 |
'version' => '3.0.14.0',
|
| 611 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php'
|
| 612 |
),
|
| 613 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Signature\\ASN1' => array(
|
| 614 |
'version' => '3.0.14.0',
|
| 615 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php'
|
| 616 |
),
|
| 617 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Signature\\SSH2' => array(
|
| 618 |
'version' => '3.0.14.0',
|
| 619 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php'
|
| 620 |
),
|
| 621 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Signature\\Raw' => array(
|
| 622 |
'version' => '3.0.14.0',
|
| 623 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php'
|
| 624 |
),
|
| 625 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\XML' => array(
|
| 626 |
'version' => '3.0.14.0',
|
| 627 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php'
|
| 628 |
),
|
| 629 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS1' => array(
|
| 630 |
'version' => '3.0.14.0',
|
| 631 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php'
|
| 632 |
),
|
| 633 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\PuTTY' => array(
|
| 634 |
'version' => '3.0.14.0',
|
| 635 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php'
|
| 636 |
),
|
| 637 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPublic' => array(
|
| 638 |
'version' => '3.0.14.0',
|
| 639 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php'
|
| 640 |
),
|
| 641 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\libsodium' => array(
|
| 642 |
'version' => '3.0.14.0',
|
| 643 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php'
|
| 644 |
),
|
| 645 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\PKCS8' => array(
|
| 646 |
'version' => '3.0.14.0',
|
| 647 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php'
|
| 648 |
),
|
| 649 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\OpenSSH' => array(
|
| 650 |
'version' => '3.0.14.0',
|
| 651 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php'
|
| 652 |
),
|
| 653 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\Common' => array(
|
| 654 |
'version' => '3.0.14.0',
|
| 655 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php'
|
| 656 |
),
|
| 657 |
+
'phpseclib3\\Crypt\\EC\\Formats\\Keys\\MontgomeryPrivate' => array(
|
| 658 |
'version' => '3.0.14.0',
|
| 659 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php'
|
| 660 |
),
|
| 661 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\Prime' => array(
|
| 662 |
'version' => '3.0.14.0',
|
| 663 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php'
|
| 664 |
),
|
| 665 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\KoblitzPrime' => array(
|
| 666 |
'version' => '3.0.14.0',
|
| 667 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php'
|
| 668 |
),
|
| 669 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery' => array(
|
| 670 |
'version' => '3.0.14.0',
|
| 671 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php'
|
| 672 |
),
|
| 673 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\Base' => array(
|
| 674 |
'version' => '3.0.14.0',
|
| 675 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php'
|
| 676 |
),
|
| 677 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\Binary' => array(
|
| 678 |
'version' => '3.0.14.0',
|
| 679 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php'
|
| 680 |
),
|
| 681 |
+
'phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards' => array(
|
| 682 |
'version' => '3.0.14.0',
|
| 683 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php'
|
| 684 |
),
|
| 685 |
+
'phpseclib3\\Crypt\\EC\\PublicKey' => array(
|
| 686 |
'version' => '3.0.14.0',
|
| 687 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php'
|
| 688 |
),
|
| 689 |
+
'phpseclib3\\Crypt\\EC\\Parameters' => array(
|
| 690 |
'version' => '3.0.14.0',
|
| 691 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php'
|
| 692 |
),
|
| 693 |
+
'phpseclib3\\Crypt\\EC\\Curves\\Curve448' => array(
|
| 694 |
'version' => '3.0.14.0',
|
| 695 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php'
|
| 696 |
),
|
| 697 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect283k1' => array(
|
| 698 |
'version' => '3.0.14.0',
|
| 699 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php'
|
| 700 |
),
|
| 701 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384r1' => array(
|
| 702 |
'version' => '3.0.14.0',
|
| 703 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php'
|
| 704 |
),
|
| 705 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect409r1' => array(
|
| 706 |
'version' => '3.0.14.0',
|
| 707 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php'
|
| 708 |
),
|
| 709 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime256v1' => array(
|
| 710 |
'version' => '3.0.14.0',
|
| 711 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php'
|
| 712 |
),
|
| 713 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect239k1' => array(
|
| 714 |
'version' => '3.0.14.0',
|
| 715 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php'
|
| 716 |
),
|
| 717 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect283r1' => array(
|
| 718 |
'version' => '3.0.14.0',
|
| 719 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php'
|
| 720 |
),
|
| 721 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistk283' => array(
|
| 722 |
'version' => '3.0.14.0',
|
| 723 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php'
|
| 724 |
),
|
| 725 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect409k1' => array(
|
| 726 |
'version' => '3.0.14.0',
|
| 727 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php'
|
| 728 |
),
|
| 729 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp521r1' => array(
|
| 730 |
'version' => '3.0.14.0',
|
| 731 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php'
|
| 732 |
),
|
| 733 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512t1' => array(
|
| 734 |
'version' => '3.0.14.0',
|
| 735 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php'
|
| 736 |
),
|
| 737 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect571k1' => array(
|
| 738 |
'version' => '3.0.14.0',
|
| 739 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php'
|
| 740 |
),
|
| 741 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp112r2' => array(
|
| 742 |
'version' => '3.0.14.0',
|
| 743 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php'
|
| 744 |
),
|
| 745 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp256k1' => array(
|
| 746 |
'version' => '3.0.14.0',
|
| 747 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php'
|
| 748 |
),
|
| 749 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp256r1' => array(
|
| 750 |
'version' => '3.0.14.0',
|
| 751 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php'
|
| 752 |
),
|
| 753 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160t1' => array(
|
| 754 |
'version' => '3.0.14.0',
|
| 755 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php'
|
| 756 |
),
|
| 757 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp112r1' => array(
|
| 758 |
'version' => '3.0.14.0',
|
| 759 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php'
|
| 760 |
),
|
| 761 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224t1' => array(
|
| 762 |
'version' => '3.0.14.0',
|
| 763 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php'
|
| 764 |
),
|
| 765 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320t1' => array(
|
| 766 |
'version' => '3.0.14.0',
|
| 767 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php'
|
| 768 |
),
|
| 769 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect571r1' => array(
|
| 770 |
'version' => '3.0.14.0',
|
| 771 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php'
|
| 772 |
),
|
| 773 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp128r1' => array(
|
| 774 |
'version' => '3.0.14.0',
|
| 775 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php'
|
| 776 |
),
|
| 777 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp192k1' => array(
|
| 778 |
'version' => '3.0.14.0',
|
| 779 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php'
|
| 780 |
),
|
| 781 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp128r2' => array(
|
| 782 |
'version' => '3.0.14.0',
|
| 783 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php'
|
| 784 |
),
|
| 785 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistt571' => array(
|
| 786 |
'version' => '3.0.14.0',
|
| 787 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php'
|
| 788 |
),
|
| 789 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP384t1' => array(
|
| 790 |
'version' => '3.0.14.0',
|
| 791 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php'
|
| 792 |
),
|
| 793 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp192r1' => array(
|
| 794 |
'version' => '3.0.14.0',
|
| 795 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php'
|
| 796 |
),
|
| 797 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect163r2' => array(
|
| 798 |
'version' => '3.0.14.0',
|
| 799 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php'
|
| 800 |
),
|
| 801 |
+
'phpseclib3\\Crypt\\EC\\Curves\\Ed448' => array(
|
| 802 |
'version' => '3.0.14.0',
|
| 803 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php'
|
| 804 |
),
|
| 805 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP160r1' => array(
|
| 806 |
'version' => '3.0.14.0',
|
| 807 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php'
|
| 808 |
),
|
| 809 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime192v1' => array(
|
| 810 |
'version' => '3.0.14.0',
|
| 811 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php'
|
| 812 |
),
|
| 813 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP224r1' => array(
|
| 814 |
'version' => '3.0.14.0',
|
| 815 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php'
|
| 816 |
),
|
| 817 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistk233' => array(
|
| 818 |
'version' => '3.0.14.0',
|
| 819 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php'
|
| 820 |
),
|
| 821 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP320r1' => array(
|
| 822 |
'version' => '3.0.14.0',
|
| 823 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php'
|
| 824 |
),
|
| 825 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistk409' => array(
|
| 826 |
'version' => '3.0.14.0',
|
| 827 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php'
|
| 828 |
),
|
| 829 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect163k1' => array(
|
| 830 |
'version' => '3.0.14.0',
|
| 831 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php'
|
| 832 |
),
|
| 833 |
+
'phpseclib3\\Crypt\\EC\\Curves\\Curve25519' => array(
|
| 834 |
'version' => '3.0.14.0',
|
| 835 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php'
|
| 836 |
),
|
| 837 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP512r1' => array(
|
| 838 |
'version' => '3.0.14.0',
|
| 839 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php'
|
| 840 |
),
|
| 841 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect163r1' => array(
|
| 842 |
'version' => '3.0.14.0',
|
| 843 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php'
|
| 844 |
),
|
| 845 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime192v2' => array(
|
| 846 |
'version' => '3.0.14.0',
|
| 847 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php'
|
| 848 |
),
|
| 849 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime192v3' => array(
|
| 850 |
'version' => '3.0.14.0',
|
| 851 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php'
|
| 852 |
),
|
| 853 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192t1' => array(
|
| 854 |
'version' => '3.0.14.0',
|
| 855 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php'
|
| 856 |
),
|
| 857 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistk163' => array(
|
| 858 |
'version' => '3.0.14.0',
|
| 859 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php'
|
| 860 |
),
|
| 861 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp384r1' => array(
|
| 862 |
'version' => '3.0.14.0',
|
| 863 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php'
|
| 864 |
),
|
| 865 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect131r2' => array(
|
| 866 |
'version' => '3.0.14.0',
|
| 867 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php'
|
| 868 |
),
|
| 869 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect131r1' => array(
|
| 870 |
'version' => '3.0.14.0',
|
| 871 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php'
|
| 872 |
),
|
| 873 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistb233' => array(
|
| 874 |
'version' => '3.0.14.0',
|
| 875 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php'
|
| 876 |
),
|
| 877 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistp521' => array(
|
| 878 |
'version' => '3.0.14.0',
|
| 879 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php'
|
| 880 |
),
|
| 881 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistb409' => array(
|
| 882 |
'version' => '3.0.14.0',
|
| 883 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php'
|
| 884 |
),
|
| 885 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect113r2' => array(
|
| 886 |
'version' => '3.0.14.0',
|
| 887 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php'
|
| 888 |
),
|
| 889 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistp256' => array(
|
| 890 |
'version' => '3.0.14.0',
|
| 891 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php'
|
| 892 |
),
|
| 893 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect113r1' => array(
|
| 894 |
'version' => '3.0.14.0',
|
| 895 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php'
|
| 896 |
),
|
| 897 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256r1' => array(
|
| 898 |
'version' => '3.0.14.0',
|
| 899 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php'
|
| 900 |
),
|
| 901 |
+
'phpseclib3\\Crypt\\EC\\Curves\\Ed25519' => array(
|
| 902 |
'version' => '3.0.14.0',
|
| 903 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php'
|
| 904 |
),
|
| 905 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect193r2' => array(
|
| 906 |
'version' => '3.0.14.0',
|
| 907 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php'
|
| 908 |
),
|
| 909 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistp192' => array(
|
| 910 |
'version' => '3.0.14.0',
|
| 911 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php'
|
| 912 |
),
|
| 913 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect233k1' => array(
|
| 914 |
'version' => '3.0.14.0',
|
| 915 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php'
|
| 916 |
),
|
| 917 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistp384' => array(
|
| 918 |
'version' => '3.0.14.0',
|
| 919 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php'
|
| 920 |
),
|
| 921 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP192r1' => array(
|
| 922 |
'version' => '3.0.14.0',
|
| 923 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php'
|
| 924 |
),
|
| 925 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect233r1' => array(
|
| 926 |
'version' => '3.0.14.0',
|
| 927 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php'
|
| 928 |
),
|
| 929 |
+
'phpseclib3\\Crypt\\EC\\Curves\\sect193r1' => array(
|
| 930 |
'version' => '3.0.14.0',
|
| 931 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php'
|
| 932 |
),
|
| 933 |
+
'phpseclib3\\Crypt\\EC\\Curves\\nistp224' => array(
|
| 934 |
'version' => '3.0.14.0',
|
| 935 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php'
|
| 936 |
),
|
| 937 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime239v1' => array(
|
| 938 |
'version' => '3.0.14.0',
|
| 939 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php'
|
| 940 |
),
|
| 941 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp160r1' => array(
|
| 942 |
'version' => '3.0.14.0',
|
| 943 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php'
|
| 944 |
),
|
| 945 |
+
'phpseclib3\\Crypt\\EC\\Curves\\brainpoolP256t1' => array(
|
| 946 |
'version' => '3.0.14.0',
|
| 947 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php'
|
| 948 |
),
|
| 949 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp224r1' => array(
|
| 950 |
'version' => '3.0.14.0',
|
| 951 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php'
|
| 952 |
),
|
| 953 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime239v2' => array(
|
| 954 |
'version' => '3.0.14.0',
|
| 955 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php'
|
| 956 |
),
|
| 957 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp224k1' => array(
|
| 958 |
'version' => '3.0.14.0',
|
| 959 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php'
|
| 960 |
),
|
| 961 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp160k1' => array(
|
| 962 |
'version' => '3.0.14.0',
|
| 963 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php'
|
| 964 |
),
|
| 965 |
+
'phpseclib3\\Crypt\\EC\\Curves\\secp160r2' => array(
|
| 966 |
'version' => '3.0.14.0',
|
| 967 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php'
|
| 968 |
),
|
| 969 |
+
'phpseclib3\\Crypt\\EC\\Curves\\prime239v3' => array(
|
| 970 |
'version' => '3.0.14.0',
|
| 971 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php'
|
| 972 |
),
|
| 973 |
+
'phpseclib3\\Crypt\\EC\\PrivateKey' => array(
|
| 974 |
'version' => '3.0.14.0',
|
| 975 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php'
|
| 976 |
),
|
| 977 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Signature\\ASN1' => array(
|
| 978 |
'version' => '3.0.14.0',
|
| 979 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php'
|
| 980 |
),
|
| 981 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Signature\\SSH2' => array(
|
| 982 |
'version' => '3.0.14.0',
|
| 983 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php'
|
| 984 |
),
|
| 985 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Signature\\Raw' => array(
|
| 986 |
'version' => '3.0.14.0',
|
| 987 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php'
|
| 988 |
),
|
| 989 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\Raw' => array(
|
| 990 |
'version' => '3.0.14.0',
|
| 991 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php'
|
| 992 |
),
|
| 993 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\XML' => array(
|
| 994 |
'version' => '3.0.14.0',
|
| 995 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php'
|
| 996 |
),
|
| 997 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS1' => array(
|
| 998 |
'version' => '3.0.14.0',
|
| 999 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php'
|
| 1000 |
),
|
| 1001 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PuTTY' => array(
|
| 1002 |
'version' => '3.0.14.0',
|
| 1003 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php'
|
| 1004 |
),
|
| 1005 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\PKCS8' => array(
|
| 1006 |
'version' => '3.0.14.0',
|
| 1007 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php'
|
| 1008 |
),
|
| 1009 |
+
'phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH' => array(
|
| 1010 |
'version' => '3.0.14.0',
|
| 1011 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php'
|
| 1012 |
),
|
| 1013 |
+
'phpseclib3\\Crypt\\DSA\\PublicKey' => array(
|
| 1014 |
'version' => '3.0.14.0',
|
| 1015 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php'
|
| 1016 |
),
|
| 1017 |
+
'phpseclib3\\Crypt\\DSA\\Parameters' => array(
|
| 1018 |
'version' => '3.0.14.0',
|
| 1019 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php'
|
| 1020 |
),
|
| 1021 |
+
'phpseclib3\\Crypt\\DSA\\PrivateKey' => array(
|
| 1022 |
'version' => '3.0.14.0',
|
| 1023 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php'
|
| 1024 |
),
|
| 1025 |
+
'phpseclib3\\Crypt\\ChaCha20' => array(
|
| 1026 |
'version' => '3.0.14.0',
|
| 1027 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php'
|
| 1028 |
),
|
| 1029 |
+
'phpseclib3\\Crypt\\Blowfish' => array(
|
| 1030 |
'version' => '3.0.14.0',
|
| 1031 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php'
|
| 1032 |
),
|
| 1033 |
+
'phpseclib3\\Crypt\\Twofish' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1034 |
'version' => '3.0.14.0',
|
| 1035 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php'
|
| 1036 |
),
|
| 1037 |
+
'phpseclib3\\Crypt\\Rijndael' => array(
|
| 1038 |
'version' => '3.0.14.0',
|
| 1039 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php'
|
| 1040 |
),
|
| 1041 |
+
'phpseclib3\\Crypt\\Salsa20' => array(
|
| 1042 |
'version' => '3.0.14.0',
|
| 1043 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php'
|
| 1044 |
),
|
| 1045 |
+
'phpseclib3\\Crypt\\PublicKeyLoader' => array(
|
| 1046 |
'version' => '3.0.14.0',
|
| 1047 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php'
|
| 1048 |
),
|
| 1049 |
+
'phpseclib3\\Crypt\\RC4' => array(
|
| 1050 |
'version' => '3.0.14.0',
|
| 1051 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RC4.php'
|
| 1052 |
),
|
| 1053 |
+
'phpseclib3\\Crypt\\Common\\StreamCipher' => array(
|
| 1054 |
'version' => '3.0.14.0',
|
| 1055 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php'
|
| 1056 |
),
|
| 1057 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Signature\\Raw' => array(
|
| 1058 |
'version' => '3.0.14.0',
|
| 1059 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php'
|
| 1060 |
),
|
| 1061 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS1' => array(
|
| 1062 |
'version' => '3.0.14.0',
|
| 1063 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php'
|
| 1064 |
),
|
| 1065 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PuTTY' => array(
|
| 1066 |
'version' => '3.0.14.0',
|
| 1067 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php'
|
| 1068 |
),
|
| 1069 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS' => array(
|
| 1070 |
'version' => '3.0.14.0',
|
| 1071 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php'
|
| 1072 |
),
|
| 1073 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Keys\\PKCS8' => array(
|
| 1074 |
'version' => '3.0.14.0',
|
| 1075 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php'
|
| 1076 |
),
|
| 1077 |
+
'phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH' => array(
|
| 1078 |
'version' => '3.0.14.0',
|
| 1079 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php'
|
| 1080 |
),
|
| 1081 |
+
'phpseclib3\\Crypt\\Common\\Traits\\Fingerprint' => array(
|
| 1082 |
'version' => '3.0.14.0',
|
| 1083 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php'
|
| 1084 |
),
|
| 1085 |
+
'phpseclib3\\Crypt\\Common\\Traits\\PasswordProtected' => array(
|
| 1086 |
'version' => '3.0.14.0',
|
| 1087 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php'
|
| 1088 |
),
|
| 1089 |
+
'phpseclib3\\Crypt\\Common\\PublicKey' => array(
|
| 1090 |
'version' => '3.0.14.0',
|
| 1091 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php'
|
| 1092 |
),
|
| 1093 |
+
'phpseclib3\\Crypt\\Common\\SymmetricKey' => array(
|
| 1094 |
'version' => '3.0.14.0',
|
| 1095 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php'
|
| 1096 |
),
|
| 1097 |
+
'phpseclib3\\Crypt\\Common\\AsymmetricKey' => array(
|
| 1098 |
'version' => '3.0.14.0',
|
| 1099 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php'
|
| 1100 |
),
|
| 1101 |
+
'phpseclib3\\Crypt\\Common\\BlockCipher' => array(
|
| 1102 |
'version' => '3.0.14.0',
|
| 1103 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php'
|
| 1104 |
),
|
| 1105 |
+
'phpseclib3\\Crypt\\Common\\PrivateKey' => array(
|
| 1106 |
'version' => '3.0.14.0',
|
| 1107 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php'
|
| 1108 |
),
|
| 1109 |
+
'phpseclib3\\Crypt\\Random' => array(
|
| 1110 |
'version' => '3.0.14.0',
|
| 1111 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/Random.php'
|
| 1112 |
),
|
| 1113 |
+
'phpseclib3\\Crypt\\DSA' => array(
|
| 1114 |
'version' => '3.0.14.0',
|
| 1115 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/DSA.php'
|
| 1116 |
),
|
| 1117 |
+
'phpseclib3\\Crypt\\EC' => array(
|
| 1118 |
'version' => '3.0.14.0',
|
| 1119 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/EC.php'
|
| 1120 |
),
|
| 1121 |
+
'phpseclib3\\Crypt\\RC2' => array(
|
| 1122 |
'version' => '3.0.14.0',
|
| 1123 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/RC2.php'
|
| 1124 |
),
|
| 1125 |
+
'phpseclib3\\Crypt\\TripleDES' => array(
|
| 1126 |
'version' => '3.0.14.0',
|
| 1127 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php'
|
| 1128 |
),
|
| 1129 |
+
'phpseclib3\\Math\\BinaryField' => array(
|
| 1130 |
'version' => '3.0.14.0',
|
| 1131 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BinaryField.php'
|
| 1132 |
),
|
| 1133 |
+
'phpseclib3\\Math\\BinaryField\\Integer' => array(
|
| 1134 |
'version' => '3.0.14.0',
|
| 1135 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php'
|
| 1136 |
),
|
| 1137 |
+
'phpseclib3\\Math\\BigInteger' => array(
|
| 1138 |
'version' => '3.0.14.0',
|
| 1139 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger.php'
|
| 1140 |
),
|
| 1141 |
+
'phpseclib3\\Math\\Common\\FiniteField\\Integer' => array(
|
| 1142 |
'version' => '3.0.14.0',
|
| 1143 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php'
|
| 1144 |
),
|
| 1145 |
+
'phpseclib3\\Math\\Common\\FiniteField' => array(
|
| 1146 |
'version' => '3.0.14.0',
|
| 1147 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php'
|
| 1148 |
),
|
| 1149 |
+
'phpseclib3\\Math\\PrimeField\\Integer' => array(
|
| 1150 |
'version' => '3.0.14.0',
|
| 1151 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php'
|
| 1152 |
),
|
| 1153 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\GMP\\DefaultEngine' => array(
|
| 1154 |
'version' => '3.0.14.0',
|
| 1155 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php'
|
| 1156 |
),
|
| 1157 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\Engine' => array(
|
| 1158 |
'version' => '3.0.14.0',
|
| 1159 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php'
|
| 1160 |
),
|
| 1161 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath' => array(
|
| 1162 |
'version' => '3.0.14.0',
|
| 1163 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php'
|
| 1164 |
),
|
| 1165 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP64' => array(
|
| 1166 |
'version' => '3.0.14.0',
|
| 1167 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php'
|
| 1168 |
),
|
| 1169 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\DefaultEngine' => array(
|
| 1170 |
'version' => '3.0.14.0',
|
| 1171 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php'
|
| 1172 |
),
|
| 1173 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\OpenSSL' => array(
|
| 1174 |
'version' => '3.0.14.0',
|
| 1175 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php'
|
| 1176 |
),
|
| 1177 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Montgomery' => array(
|
| 1178 |
'version' => '3.0.14.0',
|
| 1179 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php'
|
| 1180 |
),
|
| 1181 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Base' => array(
|
| 1182 |
'version' => '3.0.14.0',
|
| 1183 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php'
|
| 1184 |
),
|
| 1185 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\PowerOfTwo' => array(
|
| 1186 |
'version' => '3.0.14.0',
|
| 1187 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php'
|
| 1188 |
),
|
| 1189 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Barrett' => array(
|
| 1190 |
'version' => '3.0.14.0',
|
| 1191 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php'
|
| 1192 |
),
|
| 1193 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Classic' => array(
|
| 1194 |
'version' => '3.0.14.0',
|
| 1195 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php'
|
| 1196 |
),
|
| 1197 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\EvalBarrett' => array(
|
| 1198 |
'version' => '3.0.14.0',
|
| 1199 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php'
|
| 1200 |
),
|
| 1201 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\Montgomery' => array(
|
| 1202 |
'version' => '3.0.14.0',
|
| 1203 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php'
|
| 1204 |
),
|
| 1205 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP\\Reductions\\MontgomeryMult' => array(
|
| 1206 |
'version' => '3.0.14.0',
|
| 1207 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php'
|
| 1208 |
),
|
| 1209 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\GMP' => array(
|
| 1210 |
'version' => '3.0.14.0',
|
| 1211 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php'
|
| 1212 |
),
|
| 1213 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\OpenSSL' => array(
|
| 1214 |
'version' => '3.0.14.0',
|
| 1215 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php'
|
| 1216 |
),
|
| 1217 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP32' => array(
|
| 1218 |
'version' => '3.0.14.0',
|
| 1219 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php'
|
| 1220 |
),
|
| 1221 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\PHP' => array(
|
| 1222 |
'version' => '3.0.14.0',
|
| 1223 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php'
|
| 1224 |
),
|
| 1225 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\BuiltIn' => array(
|
| 1226 |
'version' => '3.0.14.0',
|
| 1227 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php'
|
| 1228 |
),
|
| 1229 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\DefaultEngine' => array(
|
| 1230 |
'version' => '3.0.14.0',
|
| 1231 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php'
|
| 1232 |
),
|
| 1233 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\OpenSSL' => array(
|
| 1234 |
'version' => '3.0.14.0',
|
| 1235 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php'
|
| 1236 |
),
|
| 1237 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Base' => array(
|
| 1238 |
'version' => '3.0.14.0',
|
| 1239 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php'
|
| 1240 |
),
|
| 1241 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\Barrett' => array(
|
| 1242 |
'version' => '3.0.14.0',
|
| 1243 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php'
|
| 1244 |
),
|
| 1245 |
+
'phpseclib3\\Math\\BigInteger\\Engines\\BCMath\\Reductions\\EvalBarrett' => array(
|
| 1246 |
'version' => '3.0.14.0',
|
| 1247 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php'
|
| 1248 |
),
|
| 1249 |
+
'phpseclib3\\Math\\PrimeField' => array(
|
| 1250 |
'version' => '3.0.14.0',
|
| 1251 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Math/PrimeField.php'
|
| 1252 |
),
|
| 1253 |
+
'phpseclib3\\System\\SSH\\Agent' => array(
|
| 1254 |
'version' => '3.0.14.0',
|
| 1255 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php'
|
| 1256 |
),
|
| 1257 |
+
'phpseclib3\\System\\SSH\\Agent\\Identity' => array(
|
| 1258 |
'version' => '3.0.14.0',
|
| 1259 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php'
|
| 1260 |
),
|
| 1261 |
+
'phpseclib3\\System\\SSH\\Common\\Traits\\ReadBytes' => array(
|
| 1262 |
'version' => '3.0.14.0',
|
| 1263 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php'
|
| 1264 |
),
|
| 1265 |
+
'phpseclib3\\Common\\Functions\\Strings' => array(
|
| 1266 |
'version' => '3.0.14.0',
|
| 1267 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php'
|
| 1268 |
),
|
| 1269 |
'phpseclib3\\Exception\\BadDecryptionException' => array(
|
| 1270 |
'version' => '3.0.14.0',
|
| 1271 |
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php'
|
| 1272 |
),
|
| 1273 |
+
'phpseclib3\\Exception\\ConnectionClosedException' => array(
|
| 1274 |
'version' => '3.0.14.0',
|
| 1275 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php'
|
| 1276 |
),
|
| 1277 |
+
'phpseclib3\\Exception\\InsufficientSetupException' => array(
|
| 1278 |
'version' => '3.0.14.0',
|
| 1279 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php'
|
| 1280 |
),
|
| 1281 |
'phpseclib3\\Exception\\NoKeyLoadedException' => array(
|
| 1282 |
'version' => '3.0.14.0',
|
| 1283 |
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php'
|
| 1284 |
),
|
| 1285 |
+
'phpseclib3\\Exception\\UnsupportedOperationException' => array(
|
| 1286 |
'version' => '3.0.14.0',
|
| 1287 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php'
|
| 1288 |
+
),
|
| 1289 |
+
'phpseclib3\\Exception\\UnsupportedAlgorithmException' => array(
|
| 1290 |
+
'version' => '3.0.14.0',
|
| 1291 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php'
|
| 1292 |
),
|
| 1293 |
'phpseclib3\\Exception\\UnsupportedCurveException' => array(
|
| 1294 |
'version' => '3.0.14.0',
|
| 1295 |
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php'
|
| 1296 |
),
|
| 1297 |
+
'phpseclib3\\Exception\\NoSupportedAlgorithmsException' => array(
|
| 1298 |
'version' => '3.0.14.0',
|
| 1299 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php'
|
| 1300 |
),
|
| 1301 |
+
'phpseclib3\\Exception\\UnableToConnectException' => array(
|
| 1302 |
'version' => '3.0.14.0',
|
| 1303 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php'
|
| 1304 |
),
|
| 1305 |
'phpseclib3\\Exception\\InconsistentSetupException' => array(
|
| 1306 |
'version' => '3.0.14.0',
|
| 1307 |
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php'
|
| 1308 |
),
|
| 1309 |
+
'phpseclib3\\Exception\\BadConfigurationException' => array(
|
| 1310 |
'version' => '3.0.14.0',
|
| 1311 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php'
|
| 1312 |
),
|
| 1313 |
+
'phpseclib3\\Exception\\BadModeException' => array(
|
| 1314 |
'version' => '3.0.14.0',
|
| 1315 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php'
|
| 1316 |
),
|
| 1317 |
+
'phpseclib3\\Exception\\UnsupportedFormatException' => array(
|
| 1318 |
'version' => '3.0.14.0',
|
| 1319 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php'
|
| 1320 |
+
),
|
| 1321 |
+
'phpseclib3\\Exception\\FileNotFoundException' => array(
|
| 1322 |
+
'version' => '3.0.14.0',
|
| 1323 |
+
'path' => $vendorDir . '/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php'
|
| 1324 |
),
|
| 1325 |
'bcmath_compat\\BCMath' => array(
|
| 1326 |
'version' => '2.0.1.0',
|
| 1354 |
'version' => '1.26.0.0',
|
| 1355 |
'path' => $vendorDir . '/symfony/polyfill-ctype/Ctype.php'
|
| 1356 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1357 |
'Symfony\\Contracts\\Translation\\TranslatableInterface' => array(
|
| 1358 |
'version' => '2.5.1.0',
|
| 1359 |
'path' => $vendorDir . '/symfony/translation-contracts/TranslatableInterface.php'
|
| 1362 |
'version' => '2.5.1.0',
|
| 1363 |
'path' => $vendorDir . '/symfony/translation-contracts/TranslatorInterface.php'
|
| 1364 |
),
|
| 1365 |
+
'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => array(
|
| 1366 |
'version' => '2.5.1.0',
|
| 1367 |
+
'path' => $vendorDir . '/symfony/translation-contracts/LocaleAwareInterface.php'
|
| 1368 |
),
|
| 1369 |
'Symfony\\Contracts\\Translation\\Test\\TranslatorTest' => array(
|
| 1370 |
'version' => '2.5.1.0',
|
| 1371 |
'path' => $vendorDir . '/symfony/translation-contracts/Test/TranslatorTest.php'
|
| 1372 |
),
|
| 1373 |
+
'Symfony\\Contracts\\Translation\\TranslatorTrait' => array(
|
| 1374 |
+
'version' => '2.5.1.0',
|
| 1375 |
+
'path' => $vendorDir . '/symfony/translation-contracts/TranslatorTrait.php'
|
| 1376 |
),
|
| 1377 |
'Symfony\\Component\\Validator\\DataCollector\\ValidatorDataCollector' => array(
|
| 1378 |
'version' => '5.4.8.0',
|
| 1379 |
'path' => $vendorDir . '/symfony/validator/DataCollector/ValidatorDataCollector.php'
|
| 1380 |
),
|
| 1381 |
+
'Symfony\\Component\\Validator\\Mapping\\GenericMetadata' => array(
|
| 1382 |
'version' => '5.4.8.0',
|
| 1383 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/GenericMetadata.php'
|
| 1384 |
),
|
| 1385 |
+
'Symfony\\Component\\Validator\\Mapping\\CascadingStrategy' => array(
|
| 1386 |
'version' => '5.4.8.0',
|
| 1387 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/CascadingStrategy.php'
|
| 1388 |
),
|
| 1389 |
+
'Symfony\\Component\\Validator\\Mapping\\ClassMetadataInterface' => array(
|
| 1390 |
'version' => '5.4.8.0',
|
| 1391 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/ClassMetadataInterface.php'
|
| 1392 |
),
|
| 1393 |
+
'Symfony\\Component\\Validator\\Mapping\\AutoMappingStrategy' => array(
|
| 1394 |
'version' => '5.4.8.0',
|
| 1395 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/AutoMappingStrategy.php'
|
| 1396 |
),
|
| 1397 |
+
'Symfony\\Component\\Validator\\Mapping\\GetterMetadata' => array(
|
| 1398 |
'version' => '5.4.8.0',
|
| 1399 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/GetterMetadata.php'
|
| 1400 |
),
|
| 1401 |
+
'Symfony\\Component\\Validator\\Mapping\\ClassMetadata' => array(
|
| 1402 |
'version' => '5.4.8.0',
|
| 1403 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/ClassMetadata.php'
|
| 1404 |
),
|
| 1405 |
+
'Symfony\\Component\\Validator\\Mapping\\MemberMetadata' => array(
|
| 1406 |
'version' => '5.4.8.0',
|
| 1407 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/MemberMetadata.php'
|
| 1408 |
),
|
| 1409 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\AutoMappingTrait' => array(
|
| 1410 |
'version' => '5.4.8.0',
|
| 1411 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/AutoMappingTrait.php'
|
| 1412 |
),
|
| 1413 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\YamlFilesLoader' => array(
|
| 1414 |
'version' => '5.4.8.0',
|
| 1415 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/YamlFilesLoader.php'
|
| 1416 |
),
|
| 1417 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\XmlFilesLoader' => array(
|
| 1418 |
'version' => '5.4.8.0',
|
| 1419 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/XmlFilesLoader.php'
|
| 1420 |
),
|
| 1421 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\FileLoader' => array(
|
| 1422 |
'version' => '5.4.8.0',
|
| 1423 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/FileLoader.php'
|
| 1424 |
),
|
| 1425 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\LoaderInterface' => array(
|
| 1426 |
'version' => '5.4.8.0',
|
| 1427 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/LoaderInterface.php'
|
| 1428 |
),
|
| 1429 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\YamlFileLoader' => array(
|
| 1430 |
'version' => '5.4.8.0',
|
| 1431 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/YamlFileLoader.php'
|
| 1432 |
),
|
| 1433 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\FilesLoader' => array(
|
| 1434 |
'version' => '5.4.8.0',
|
| 1435 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/FilesLoader.php'
|
| 1436 |
),
|
| 1437 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\XmlFileLoader' => array(
|
| 1438 |
'version' => '5.4.8.0',
|
| 1439 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/XmlFileLoader.php'
|
| 1440 |
),
|
| 1441 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\LoaderChain' => array(
|
| 1442 |
'version' => '5.4.8.0',
|
| 1443 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/LoaderChain.php'
|
| 1444 |
),
|
| 1445 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\AnnotationLoader' => array(
|
| 1446 |
'version' => '5.4.8.0',
|
| 1447 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/AnnotationLoader.php'
|
| 1448 |
),
|
| 1449 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\StaticMethodLoader' => array(
|
| 1450 |
'version' => '5.4.8.0',
|
| 1451 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/StaticMethodLoader.php'
|
| 1452 |
),
|
| 1453 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\PropertyInfoLoader' => array(
|
| 1454 |
'version' => '5.4.8.0',
|
| 1455 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/PropertyInfoLoader.php'
|
| 1456 |
),
|
| 1457 |
+
'Symfony\\Component\\Validator\\Mapping\\Loader\\AbstractLoader' => array(
|
| 1458 |
'version' => '5.4.8.0',
|
| 1459 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Loader/AbstractLoader.php'
|
| 1460 |
),
|
| 1461 |
+
'Symfony\\Component\\Validator\\Mapping\\PropertyMetadataInterface' => array(
|
| 1462 |
'version' => '5.4.8.0',
|
| 1463 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/PropertyMetadataInterface.php'
|
| 1464 |
),
|
| 1465 |
+
'Symfony\\Component\\Validator\\Mapping\\TraversalStrategy' => array(
|
| 1466 |
'version' => '5.4.8.0',
|
| 1467 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/TraversalStrategy.php'
|
| 1468 |
),
|
| 1469 |
+
'Symfony\\Component\\Validator\\Mapping\\PropertyMetadata' => array(
|
| 1470 |
'version' => '5.4.8.0',
|
| 1471 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/PropertyMetadata.php'
|
| 1472 |
),
|
| 1473 |
+
'Symfony\\Component\\Validator\\Mapping\\Factory\\BlackHoleMetadataFactory' => array(
|
| 1474 |
'version' => '5.4.8.0',
|
| 1475 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Factory/BlackHoleMetadataFactory.php'
|
| 1476 |
),
|
| 1477 |
+
'Symfony\\Component\\Validator\\Mapping\\Factory\\MetadataFactoryInterface' => array(
|
| 1478 |
'version' => '5.4.8.0',
|
| 1479 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php'
|
| 1480 |
),
|
| 1481 |
+
'Symfony\\Component\\Validator\\Mapping\\Factory\\LazyLoadingMetadataFactory' => array(
|
| 1482 |
'version' => '5.4.8.0',
|
| 1483 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php'
|
| 1484 |
),
|
| 1485 |
+
'Symfony\\Component\\Validator\\Mapping\\MetadataInterface' => array(
|
| 1486 |
'version' => '5.4.8.0',
|
| 1487 |
+
'path' => $vendorDir . '/symfony/validator/Mapping/MetadataInterface.php'
|
| 1488 |
),
|
| 1489 |
+
'Symfony\\Component\\Validator\\ContainerConstraintValidatorFactory' => array(
|
| 1490 |
'version' => '5.4.8.0',
|
| 1491 |
+
'path' => $vendorDir . '/symfony/validator/ContainerConstraintValidatorFactory.php'
|
| 1492 |
),
|
| 1493 |
+
'Symfony\\Component\\Validator\\ObjectInitializerInterface' => array(
|
| 1494 |
'version' => '5.4.8.0',
|
| 1495 |
+
'path' => $vendorDir . '/symfony/validator/ObjectInitializerInterface.php'
|
| 1496 |
),
|
| 1497 |
+
'Symfony\\Component\\Validator\\Context\\ExecutionContextFactoryInterface' => array(
|
| 1498 |
'version' => '5.4.8.0',
|
| 1499 |
+
'path' => $vendorDir . '/symfony/validator/Context/ExecutionContextFactoryInterface.php'
|
| 1500 |
),
|
| 1501 |
+
'Symfony\\Component\\Validator\\Context\\ExecutionContextFactory' => array(
|
| 1502 |
'version' => '5.4.8.0',
|
| 1503 |
+
'path' => $vendorDir . '/symfony/validator/Context/ExecutionContextFactory.php'
|
| 1504 |
),
|
| 1505 |
+
'Symfony\\Component\\Validator\\Context\\ExecutionContext' => array(
|
| 1506 |
'version' => '5.4.8.0',
|
| 1507 |
+
'path' => $vendorDir . '/symfony/validator/Context/ExecutionContext.php'
|
| 1508 |
),
|
| 1509 |
+
'Symfony\\Component\\Validator\\Context\\ExecutionContextInterface' => array(
|
| 1510 |
'version' => '5.4.8.0',
|
| 1511 |
+
'path' => $vendorDir . '/symfony/validator/Context/ExecutionContextInterface.php'
|
| 1512 |
),
|
| 1513 |
+
'Symfony\\Component\\Validator\\Validator\\RecursiveValidator' => array(
|
| 1514 |
'version' => '5.4.8.0',
|
| 1515 |
+
'path' => $vendorDir . '/symfony/validator/Validator/RecursiveValidator.php'
|
| 1516 |
),
|
| 1517 |
+
'Symfony\\Component\\Validator\\Validator\\ContextualValidatorInterface' => array(
|
| 1518 |
'version' => '5.4.8.0',
|
| 1519 |
+
'path' => $vendorDir . '/symfony/validator/Validator/ContextualValidatorInterface.php'
|
| 1520 |
),
|
| 1521 |
+
'Symfony\\Component\\Validator\\Validator\\LazyProperty' => array(
|
| 1522 |
'version' => '5.4.8.0',
|
| 1523 |
+
'path' => $vendorDir . '/symfony/validator/Validator/LazyProperty.php'
|
| 1524 |
),
|
| 1525 |
+
'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => array(
|
| 1526 |
'version' => '5.4.8.0',
|
| 1527 |
+
'path' => $vendorDir . '/symfony/validator/Validator/ValidatorInterface.php'
|
| 1528 |
),
|
| 1529 |
+
'Symfony\\Component\\Validator\\Validator\\TraceableValidator' => array(
|
| 1530 |
'version' => '5.4.8.0',
|
| 1531 |
+
'path' => $vendorDir . '/symfony/validator/Validator/TraceableValidator.php'
|
| 1532 |
),
|
| 1533 |
+
'Symfony\\Component\\Validator\\Validator\\RecursiveContextualValidator' => array(
|
| 1534 |
'version' => '5.4.8.0',
|
| 1535 |
+
'path' => $vendorDir . '/symfony/validator/Validator/RecursiveContextualValidator.php'
|
| 1536 |
),
|
| 1537 |
+
'Symfony\\Component\\Validator\\Test\\ConstraintValidatorTestCase' => array(
|
| 1538 |
'version' => '5.4.8.0',
|
| 1539 |
+
'path' => $vendorDir . '/symfony/validator/Test/ConstraintValidatorTestCase.php'
|
| 1540 |
),
|
| 1541 |
+
'Symfony\\Component\\Validator\\Test\\ConstraintViolationAssertion' => array(
|
| 1542 |
'version' => '5.4.8.0',
|
| 1543 |
+
'path' => $vendorDir . '/symfony/validator/Test/ConstraintValidatorTestCase.php'
|
| 1544 |
),
|
| 1545 |
+
'Symfony\\Component\\Validator\\Test\\AssertingContextualValidator' => array(
|
| 1546 |
'version' => '5.4.8.0',
|
| 1547 |
+
'path' => $vendorDir . '/symfony/validator/Test/ConstraintValidatorTestCase.php'
|
| 1548 |
),
|
| 1549 |
+
'Symfony\\Component\\Validator\\Constraints\\LuhnValidator' => array(
|
| 1550 |
'version' => '5.4.8.0',
|
| 1551 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LuhnValidator.php'
|
| 1552 |
),
|
| 1553 |
+
'Symfony\\Component\\Validator\\Constraints\\Expression' => array(
|
| 1554 |
'version' => '5.4.8.0',
|
| 1555 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Expression.php'
|
| 1556 |
),
|
| 1557 |
+
'Symfony\\Component\\Validator\\Constraints\\DisableAutoMapping' => array(
|
| 1558 |
'version' => '5.4.8.0',
|
| 1559 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DisableAutoMapping.php'
|
| 1560 |
),
|
| 1561 |
+
'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => array(
|
| 1562 |
'version' => '5.4.8.0',
|
| 1563 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/EmailValidator.php'
|
| 1564 |
),
|
| 1565 |
+
'Symfony\\Component\\Validator\\Constraints\\Email' => array(
|
| 1566 |
'version' => '5.4.8.0',
|
| 1567 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Email.php'
|
| 1568 |
),
|
| 1569 |
+
'Symfony\\Component\\Validator\\Constraints\\ExpressionLanguageSyntax' => array(
|
| 1570 |
'version' => '5.4.8.0',
|
| 1571 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ExpressionLanguageSyntax.php'
|
| 1572 |
),
|
| 1573 |
+
'Symfony\\Component\\Validator\\Constraints\\IbanValidator' => array(
|
| 1574 |
'version' => '5.4.8.0',
|
| 1575 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IbanValidator.php'
|
| 1576 |
),
|
| 1577 |
+
'Symfony\\Component\\Validator\\Constraints\\DateTime' => array(
|
| 1578 |
'version' => '5.4.8.0',
|
| 1579 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DateTime.php'
|
| 1580 |
),
|
| 1581 |
+
'Symfony\\Component\\Validator\\Constraints\\LanguageValidator' => array(
|
| 1582 |
'version' => '5.4.8.0',
|
| 1583 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LanguageValidator.php'
|
| 1584 |
),
|
| 1585 |
+
'Symfony\\Component\\Validator\\Constraints\\ExpressionLanguageSyntaxValidator' => array(
|
| 1586 |
'version' => '5.4.8.0',
|
| 1587 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ExpressionLanguageSyntaxValidator.php'
|
| 1588 |
),
|
| 1589 |
+
'Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqual' => array(
|
| 1590 |
'version' => '5.4.8.0',
|
| 1591 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GreaterThanOrEqual.php'
|
| 1592 |
),
|
| 1593 |
+
'Symfony\\Component\\Validator\\Constraints\\LessThanValidator' => array(
|
| 1594 |
'version' => '5.4.8.0',
|
| 1595 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LessThanValidator.php'
|
| 1596 |
),
|
| 1597 |
+
'Symfony\\Component\\Validator\\Constraints\\ChoiceValidator' => array(
|
| 1598 |
'version' => '5.4.8.0',
|
| 1599 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ChoiceValidator.php'
|
| 1600 |
),
|
| 1601 |
+
'Symfony\\Component\\Validator\\Constraints\\EqualToValidator' => array(
|
| 1602 |
'version' => '5.4.8.0',
|
| 1603 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/EqualToValidator.php'
|
| 1604 |
),
|
| 1605 |
+
'Symfony\\Component\\Validator\\Constraints\\SequentiallyValidator' => array(
|
| 1606 |
'version' => '5.4.8.0',
|
| 1607 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/SequentiallyValidator.php'
|
| 1608 |
),
|
| 1609 |
+
'Symfony\\Component\\Validator\\Constraints\\IsTrueValidator' => array(
|
| 1610 |
'version' => '5.4.8.0',
|
| 1611 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsTrueValidator.php'
|
| 1612 |
),
|
| 1613 |
+
'Symfony\\Component\\Validator\\Constraints\\IsFalse' => array(
|
| 1614 |
'version' => '5.4.8.0',
|
| 1615 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsFalse.php'
|
| 1616 |
),
|
| 1617 |
+
'Symfony\\Component\\Validator\\Constraints\\IsFalseValidator' => array(
|
| 1618 |
'version' => '5.4.8.0',
|
| 1619 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsFalseValidator.php'
|
| 1620 |
),
|
| 1621 |
+
'Symfony\\Component\\Validator\\Constraints\\IsNullValidator' => array(
|
| 1622 |
'version' => '5.4.8.0',
|
| 1623 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsNullValidator.php'
|
| 1624 |
),
|
| 1625 |
+
'Symfony\\Component\\Validator\\Constraints\\DivisibleByValidator' => array(
|
| 1626 |
'version' => '5.4.8.0',
|
| 1627 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DivisibleByValidator.php'
|
| 1628 |
),
|
| 1629 |
+
'Symfony\\Component\\Validator\\Constraints\\Luhn' => array(
|
| 1630 |
'version' => '5.4.8.0',
|
| 1631 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Luhn.php'
|
| 1632 |
),
|
| 1633 |
+
'Symfony\\Component\\Validator\\Constraints\\LessThan' => array(
|
| 1634 |
'version' => '5.4.8.0',
|
| 1635 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LessThan.php'
|
| 1636 |
),
|
| 1637 |
+
'Symfony\\Component\\Validator\\Constraints\\Time' => array(
|
| 1638 |
'version' => '5.4.8.0',
|
| 1639 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Time.php'
|
| 1640 |
),
|
| 1641 |
+
'Symfony\\Component\\Validator\\Constraints\\Issn' => array(
|
| 1642 |
'version' => '5.4.8.0',
|
| 1643 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Issn.php'
|
| 1644 |
),
|
| 1645 |
+
'Symfony\\Component\\Validator\\Constraints\\ZeroComparisonConstraintTrait' => array(
|
| 1646 |
'version' => '5.4.8.0',
|
| 1647 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ZeroComparisonConstraintTrait.php'
|
| 1648 |
),
|
| 1649 |
+
'Symfony\\Component\\Validator\\Constraints\\NotBlankValidator' => array(
|
| 1650 |
'version' => '5.4.8.0',
|
| 1651 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotBlankValidator.php'
|
| 1652 |
),
|
| 1653 |
+
'Symfony\\Component\\Validator\\Constraints\\Type' => array(
|
| 1654 |
'version' => '5.4.8.0',
|
| 1655 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Type.php'
|
| 1656 |
),
|
| 1657 |
+
'Symfony\\Component\\Validator\\Constraints\\CssColorValidator' => array(
|
| 1658 |
'version' => '5.4.8.0',
|
| 1659 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CssColorValidator.php'
|
| 1660 |
),
|
| 1661 |
+
'Symfony\\Component\\Validator\\Constraints\\Regex' => array(
|
| 1662 |
'version' => '5.4.8.0',
|
| 1663 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Regex.php'
|
| 1664 |
),
|
| 1665 |
+
'Symfony\\Component\\Validator\\Constraints\\UuidValidator' => array(
|
| 1666 |
'version' => '5.4.8.0',
|
| 1667 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/UuidValidator.php'
|
| 1668 |
),
|
| 1669 |
+
'Symfony\\Component\\Validator\\Constraints\\RegexValidator' => array(
|
| 1670 |
'version' => '5.4.8.0',
|
| 1671 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/RegexValidator.php'
|
| 1672 |
),
|
| 1673 |
+
'Symfony\\Component\\Validator\\Constraints\\IsinValidator' => array(
|
| 1674 |
'version' => '5.4.8.0',
|
| 1675 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsinValidator.php'
|
| 1676 |
+
),
|
| 1677 |
+
'Symfony\\Component\\Validator\\Constraints\\Json' => array(
|
| 1678 |
+
'version' => '5.4.8.0',
|
| 1679 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Json.php'
|
| 1680 |
),
|
| 1681 |
'Symfony\\Component\\Validator\\Constraints\\NotIdenticalTo' => array(
|
| 1682 |
'version' => '5.4.8.0',
|
| 1683 |
'path' => $vendorDir . '/symfony/validator/Constraints/NotIdenticalTo.php'
|
| 1684 |
),
|
| 1685 |
+
'Symfony\\Component\\Validator\\Constraints\\Cidr' => array(
|
| 1686 |
'version' => '5.4.8.0',
|
| 1687 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Cidr.php'
|
| 1688 |
),
|
| 1689 |
+
'Symfony\\Component\\Validator\\Constraints\\Hostname' => array(
|
| 1690 |
'version' => '5.4.8.0',
|
| 1691 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Hostname.php'
|
| 1692 |
),
|
| 1693 |
+
'Symfony\\Component\\Validator\\Constraints\\ImageValidator' => array(
|
| 1694 |
'version' => '5.4.8.0',
|
| 1695 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ImageValidator.php'
|
| 1696 |
),
|
| 1697 |
+
'Symfony\\Component\\Validator\\Constraints\\NotNullValidator' => array(
|
| 1698 |
'version' => '5.4.8.0',
|
| 1699 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotNullValidator.php'
|
| 1700 |
),
|
| 1701 |
+
'Symfony\\Component\\Validator\\Constraints\\Country' => array(
|
| 1702 |
'version' => '5.4.8.0',
|
| 1703 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Country.php'
|
| 1704 |
),
|
| 1705 |
+
'Symfony\\Component\\Validator\\Constraints\\Blank' => array(
|
| 1706 |
'version' => '5.4.8.0',
|
| 1707 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Blank.php'
|
| 1708 |
),
|
| 1709 |
+
'Symfony\\Component\\Validator\\Constraints\\All' => array(
|
| 1710 |
'version' => '5.4.8.0',
|
| 1711 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/All.php'
|
| 1712 |
),
|
| 1713 |
+
'Symfony\\Component\\Validator\\Constraints\\Ulid' => array(
|
| 1714 |
'version' => '5.4.8.0',
|
| 1715 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Ulid.php'
|
| 1716 |
),
|
| 1717 |
+
'Symfony\\Component\\Validator\\Constraints\\FileValidator' => array(
|
| 1718 |
'version' => '5.4.8.0',
|
| 1719 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/FileValidator.php'
|
| 1720 |
),
|
| 1721 |
+
'Symfony\\Component\\Validator\\Constraints\\Unique' => array(
|
| 1722 |
'version' => '5.4.8.0',
|
| 1723 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Unique.php'
|
| 1724 |
),
|
| 1725 |
+
'Symfony\\Component\\Validator\\Constraints\\NumberConstraintTrait' => array(
|
| 1726 |
'version' => '5.4.8.0',
|
| 1727 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NumberConstraintTrait.php'
|
| 1728 |
),
|
| 1729 |
+
'Symfony\\Component\\Validator\\Constraints\\JsonValidator' => array(
|
| 1730 |
'version' => '5.4.8.0',
|
| 1731 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/JsonValidator.php'
|
| 1732 |
),
|
| 1733 |
+
'Symfony\\Component\\Validator\\Constraints\\GroupSequenceProvider' => array(
|
| 1734 |
'version' => '5.4.8.0',
|
| 1735 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GroupSequenceProvider.php'
|
| 1736 |
),
|
| 1737 |
+
'Symfony\\Component\\Validator\\Constraints\\Bic' => array(
|
| 1738 |
'version' => '5.4.8.0',
|
| 1739 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Bic.php'
|
| 1740 |
),
|
| 1741 |
+
'Symfony\\Component\\Validator\\Constraints\\CallbackValidator' => array(
|
| 1742 |
'version' => '5.4.8.0',
|
| 1743 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CallbackValidator.php'
|
| 1744 |
),
|
| 1745 |
+
'Symfony\\Component\\Validator\\Constraints\\File' => array(
|
| 1746 |
'version' => '5.4.8.0',
|
| 1747 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/File.php'
|
| 1748 |
),
|
| 1749 |
+
'Symfony\\Component\\Validator\\Constraints\\IsTrue' => array(
|
| 1750 |
'version' => '5.4.8.0',
|
| 1751 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsTrue.php'
|
| 1752 |
),
|
| 1753 |
+
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => array(
|
| 1754 |
'version' => '5.4.8.0',
|
| 1755 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotCompromisedPasswordValidator.php'
|
| 1756 |
),
|
| 1757 |
+
'Symfony\\Component\\Validator\\Constraints\\AtLeastOneOf' => array(
|
| 1758 |
'version' => '5.4.8.0',
|
| 1759 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/AtLeastOneOf.php'
|
| 1760 |
),
|
| 1761 |
+
'Symfony\\Component\\Validator\\Constraints\\Uuid' => array(
|
| 1762 |
'version' => '5.4.8.0',
|
| 1763 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Uuid.php'
|
| 1764 |
),
|
| 1765 |
+
'Symfony\\Component\\Validator\\Constraints\\Composite' => array(
|
| 1766 |
'version' => '5.4.8.0',
|
| 1767 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Composite.php'
|
| 1768 |
),
|
| 1769 |
+
'Symfony\\Component\\Validator\\Constraints\\LocaleValidator' => array(
|
| 1770 |
'version' => '5.4.8.0',
|
| 1771 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LocaleValidator.php'
|
| 1772 |
),
|
| 1773 |
+
'Symfony\\Component\\Validator\\Constraints\\NotNull' => array(
|
| 1774 |
'version' => '5.4.8.0',
|
| 1775 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotNull.php'
|
| 1776 |
),
|
| 1777 |
+
'Symfony\\Component\\Validator\\Constraints\\PositiveOrZero' => array(
|
| 1778 |
'version' => '5.4.8.0',
|
| 1779 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/PositiveOrZero.php'
|
| 1780 |
),
|
| 1781 |
+
'Symfony\\Component\\Validator\\Constraints\\IdenticalTo' => array(
|
| 1782 |
'version' => '5.4.8.0',
|
| 1783 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IdenticalTo.php'
|
| 1784 |
),
|
| 1785 |
+
'Symfony\\Component\\Validator\\Constraints\\CompoundValidator' => array(
|
| 1786 |
'version' => '5.4.8.0',
|
| 1787 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CompoundValidator.php'
|
| 1788 |
),
|
| 1789 |
+
'Symfony\\Component\\Validator\\Constraints\\CurrencyValidator' => array(
|
| 1790 |
'version' => '5.4.8.0',
|
| 1791 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CurrencyValidator.php'
|
| 1792 |
),
|
| 1793 |
+
'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPassword' => array(
|
| 1794 |
'version' => '5.4.8.0',
|
| 1795 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotCompromisedPassword.php'
|
| 1796 |
),
|
| 1797 |
+
'Symfony\\Component\\Validator\\Constraints\\Cascade' => array(
|
| 1798 |
'version' => '5.4.8.0',
|
| 1799 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Cascade.php'
|
| 1800 |
),
|
| 1801 |
+
'Symfony\\Component\\Validator\\Constraints\\GroupSequence' => array(
|
| 1802 |
'version' => '5.4.8.0',
|
| 1803 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GroupSequence.php'
|
| 1804 |
),
|
| 1805 |
+
'Symfony\\Component\\Validator\\Constraints\\NegativeOrZero' => array(
|
| 1806 |
'version' => '5.4.8.0',
|
| 1807 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NegativeOrZero.php'
|
| 1808 |
),
|
| 1809 |
+
'Symfony\\Component\\Validator\\Constraints\\CollectionValidator' => array(
|
| 1810 |
'version' => '5.4.8.0',
|
| 1811 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CollectionValidator.php'
|
| 1812 |
),
|
| 1813 |
+
'Symfony\\Component\\Validator\\Constraints\\Url' => array(
|
| 1814 |
'version' => '5.4.8.0',
|
| 1815 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Url.php'
|
| 1816 |
),
|
| 1817 |
+
'Symfony\\Component\\Validator\\Constraints\\NotEqualToValidator' => array(
|
| 1818 |
'version' => '5.4.8.0',
|
| 1819 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotEqualToValidator.php'
|
| 1820 |
),
|
| 1821 |
+
'Symfony\\Component\\Validator\\Constraints\\NotEqualTo' => array(
|
| 1822 |
'version' => '5.4.8.0',
|
| 1823 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotEqualTo.php'
|
| 1824 |
),
|
| 1825 |
'Symfony\\Component\\Validator\\Constraints\\Optional' => array(
|
| 1826 |
'version' => '5.4.8.0',
|
| 1827 |
'path' => $vendorDir . '/symfony/validator/Constraints/Optional.php'
|
| 1828 |
),
|
| 1829 |
+
'Symfony\\Component\\Validator\\Constraints\\TypeValidator' => array(
|
| 1830 |
'version' => '5.4.8.0',
|
| 1831 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/TypeValidator.php'
|
| 1832 |
),
|
| 1833 |
+
'Symfony\\Component\\Validator\\Constraints\\GreaterThanValidator' => array(
|
| 1834 |
'version' => '5.4.8.0',
|
| 1835 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GreaterThanValidator.php'
|
| 1836 |
),
|
| 1837 |
+
'Symfony\\Component\\Validator\\Constraints\\Ip' => array(
|
| 1838 |
'version' => '5.4.8.0',
|
| 1839 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Ip.php'
|
| 1840 |
),
|
| 1841 |
+
'Symfony\\Component\\Validator\\Constraints\\Existence' => array(
|
| 1842 |
'version' => '5.4.8.0',
|
| 1843 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Existence.php'
|
| 1844 |
),
|
| 1845 |
+
'Symfony\\Component\\Validator\\Constraints\\LessThanOrEqualValidator' => array(
|
| 1846 |
'version' => '5.4.8.0',
|
| 1847 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LessThanOrEqualValidator.php'
|
| 1848 |
),
|
| 1849 |
+
'Symfony\\Component\\Validator\\Constraints\\IpValidator' => array(
|
| 1850 |
'version' => '5.4.8.0',
|
| 1851 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IpValidator.php'
|
| 1852 |
),
|
| 1853 |
+
'Symfony\\Component\\Validator\\Constraints\\CidrValidator' => array(
|
| 1854 |
'version' => '5.4.8.0',
|
| 1855 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CidrValidator.php'
|
| 1856 |
),
|
| 1857 |
+
'Symfony\\Component\\Validator\\Constraints\\TimezoneValidator' => array(
|
| 1858 |
'version' => '5.4.8.0',
|
| 1859 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/TimezoneValidator.php'
|
| 1860 |
),
|
| 1861 |
+
'Symfony\\Component\\Validator\\Constraints\\HostnameValidator' => array(
|
| 1862 |
'version' => '5.4.8.0',
|
| 1863 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/HostnameValidator.php'
|
| 1864 |
),
|
| 1865 |
+
'Symfony\\Component\\Validator\\Constraints\\Choice' => array(
|
| 1866 |
'version' => '5.4.8.0',
|
| 1867 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Choice.php'
|
| 1868 |
),
|
| 1869 |
+
'Symfony\\Component\\Validator\\Constraints\\Negative' => array(
|
| 1870 |
'version' => '5.4.8.0',
|
| 1871 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Negative.php'
|
| 1872 |
),
|
| 1873 |
+
'Symfony\\Component\\Validator\\Constraints\\TimeValidator' => array(
|
| 1874 |
'version' => '5.4.8.0',
|
| 1875 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/TimeValidator.php'
|
| 1876 |
),
|
| 1877 |
+
'Symfony\\Component\\Validator\\Constraints\\Iban' => array(
|
| 1878 |
'version' => '5.4.8.0',
|
| 1879 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Iban.php'
|
| 1880 |
),
|
| 1881 |
+
'Symfony\\Component\\Validator\\Constraints\\Date' => array(
|
| 1882 |
'version' => '5.4.8.0',
|
| 1883 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Date.php'
|
| 1884 |
),
|
| 1885 |
+
'Symfony\\Component\\Validator\\Constraints\\DivisibleBy' => array(
|
| 1886 |
'version' => '5.4.8.0',
|
| 1887 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DivisibleBy.php'
|
| 1888 |
),
|
| 1889 |
+
'Symfony\\Component\\Validator\\Constraints\\Count' => array(
|
| 1890 |
'version' => '5.4.8.0',
|
| 1891 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Count.php'
|
| 1892 |
),
|
| 1893 |
+
'Symfony\\Component\\Validator\\Constraints\\IsbnValidator' => array(
|
| 1894 |
'version' => '5.4.8.0',
|
| 1895 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsbnValidator.php'
|
| 1896 |
),
|
| 1897 |
+
'Symfony\\Component\\Validator\\Constraints\\CardSchemeValidator' => array(
|
| 1898 |
'version' => '5.4.8.0',
|
| 1899 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CardSchemeValidator.php'
|
| 1900 |
),
|
| 1901 |
+
'Symfony\\Component\\Validator\\Constraints\\CountryValidator' => array(
|
| 1902 |
'version' => '5.4.8.0',
|
| 1903 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CountryValidator.php'
|
| 1904 |
),
|
| 1905 |
+
'Symfony\\Component\\Validator\\Constraints\\ValidValidator' => array(
|
| 1906 |
'version' => '5.4.8.0',
|
| 1907 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ValidValidator.php'
|
| 1908 |
),
|
| 1909 |
+
'Symfony\\Component\\Validator\\Constraints\\UrlValidator' => array(
|
| 1910 |
'version' => '5.4.8.0',
|
| 1911 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/UrlValidator.php'
|
| 1912 |
),
|
| 1913 |
+
'Symfony\\Component\\Validator\\Constraints\\Isbn' => array(
|
| 1914 |
'version' => '5.4.8.0',
|
| 1915 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Isbn.php'
|
| 1916 |
),
|
| 1917 |
+
'Symfony\\Component\\Validator\\Constraints\\CountValidator' => array(
|
| 1918 |
'version' => '5.4.8.0',
|
| 1919 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CountValidator.php'
|
| 1920 |
),
|
| 1921 |
+
'Symfony\\Component\\Validator\\Constraints\\Currency' => array(
|
| 1922 |
'version' => '5.4.8.0',
|
| 1923 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Currency.php'
|
| 1924 |
),
|
| 1925 |
+
'Symfony\\Component\\Validator\\Constraints\\Timezone' => array(
|
| 1926 |
'version' => '5.4.8.0',
|
| 1927 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Timezone.php'
|
| 1928 |
),
|
| 1929 |
+
'Symfony\\Component\\Validator\\Constraints\\IssnValidator' => array(
|
| 1930 |
'version' => '5.4.8.0',
|
| 1931 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IssnValidator.php'
|
| 1932 |
),
|
| 1933 |
+
'Symfony\\Component\\Validator\\Constraints\\BlankValidator' => array(
|
| 1934 |
'version' => '5.4.8.0',
|
| 1935 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/BlankValidator.php'
|
| 1936 |
),
|
| 1937 |
+
'Symfony\\Component\\Validator\\Constraints\\UlidValidator' => array(
|
| 1938 |
'version' => '5.4.8.0',
|
| 1939 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/UlidValidator.php'
|
| 1940 |
),
|
| 1941 |
+
'Symfony\\Component\\Validator\\Constraints\\Language' => array(
|
| 1942 |
'version' => '5.4.8.0',
|
| 1943 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Language.php'
|
| 1944 |
),
|
| 1945 |
+
'Symfony\\Component\\Validator\\Constraints\\RangeValidator' => array(
|
| 1946 |
'version' => '5.4.8.0',
|
| 1947 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/RangeValidator.php'
|
| 1948 |
),
|
| 1949 |
+
'Symfony\\Component\\Validator\\Constraints\\AtLeastOneOfValidator' => array(
|
| 1950 |
'version' => '5.4.8.0',
|
| 1951 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/AtLeastOneOfValidator.php'
|
| 1952 |
),
|
| 1953 |
+
'Symfony\\Component\\Validator\\Constraints\\UniqueValidator' => array(
|
| 1954 |
'version' => '5.4.8.0',
|
| 1955 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/UniqueValidator.php'
|
| 1956 |
),
|
| 1957 |
+
'Symfony\\Component\\Validator\\Constraints\\Collection' => array(
|
| 1958 |
'version' => '5.4.8.0',
|
| 1959 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Collection.php'
|
| 1960 |
),
|
| 1961 |
+
'Symfony\\Component\\Validator\\Constraints\\LessThanOrEqual' => array(
|
| 1962 |
'version' => '5.4.8.0',
|
| 1963 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LessThanOrEqual.php'
|
| 1964 |
),
|
| 1965 |
+
'Symfony\\Component\\Validator\\Constraints\\IsNull' => array(
|
| 1966 |
'version' => '5.4.8.0',
|
| 1967 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IsNull.php'
|
| 1968 |
),
|
| 1969 |
+
'Symfony\\Component\\Validator\\Constraints\\Valid' => array(
|
| 1970 |
'version' => '5.4.8.0',
|
| 1971 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Valid.php'
|
| 1972 |
),
|
| 1973 |
+
'Symfony\\Component\\Validator\\Constraints\\Length' => array(
|
| 1974 |
'version' => '5.4.8.0',
|
| 1975 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Length.php'
|
| 1976 |
),
|
| 1977 |
+
'Symfony\\Component\\Validator\\Constraints\\CardScheme' => array(
|
| 1978 |
'version' => '5.4.8.0',
|
| 1979 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CardScheme.php'
|
| 1980 |
),
|
| 1981 |
+
'Symfony\\Component\\Validator\\Constraints\\AllValidator' => array(
|
| 1982 |
'version' => '5.4.8.0',
|
| 1983 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/AllValidator.php'
|
| 1984 |
),
|
| 1985 |
+
'Symfony\\Component\\Validator\\Constraints\\Range' => array(
|
| 1986 |
'version' => '5.4.8.0',
|
| 1987 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Range.php'
|
| 1988 |
),
|
| 1989 |
+
'Symfony\\Component\\Validator\\Constraints\\Isin' => array(
|
| 1990 |
'version' => '5.4.8.0',
|
| 1991 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Isin.php'
|
| 1992 |
),
|
| 1993 |
+
'Symfony\\Component\\Validator\\Constraints\\EnableAutoMapping' => array(
|
| 1994 |
'version' => '5.4.8.0',
|
| 1995 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/EnableAutoMapping.php'
|
| 1996 |
),
|
| 1997 |
+
'Symfony\\Component\\Validator\\Constraints\\Required' => array(
|
| 1998 |
'version' => '5.4.8.0',
|
| 1999 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Required.php'
|
| 2000 |
),
|
| 2001 |
+
'Symfony\\Component\\Validator\\Constraints\\DateValidator' => array(
|
| 2002 |
'version' => '5.4.8.0',
|
| 2003 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DateValidator.php'
|
| 2004 |
),
|
| 2005 |
+
'Symfony\\Component\\Validator\\Constraints\\AbstractComparisonValidator' => array(
|
| 2006 |
'version' => '5.4.8.0',
|
| 2007 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/AbstractComparisonValidator.php'
|
| 2008 |
),
|
| 2009 |
+
'Symfony\\Component\\Validator\\Constraints\\Traverse' => array(
|
| 2010 |
'version' => '5.4.8.0',
|
| 2011 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Traverse.php'
|
| 2012 |
),
|
| 2013 |
+
'Symfony\\Component\\Validator\\Constraints\\NotIdenticalToValidator' => array(
|
| 2014 |
'version' => '5.4.8.0',
|
| 2015 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotIdenticalToValidator.php'
|
| 2016 |
),
|
| 2017 |
+
'Symfony\\Component\\Validator\\Constraints\\LengthValidator' => array(
|
| 2018 |
'version' => '5.4.8.0',
|
| 2019 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/LengthValidator.php'
|
| 2020 |
),
|
| 2021 |
+
'Symfony\\Component\\Validator\\Constraints\\Compound' => array(
|
| 2022 |
'version' => '5.4.8.0',
|
| 2023 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Compound.php'
|
| 2024 |
),
|
| 2025 |
+
'Symfony\\Component\\Validator\\Constraints\\IdenticalToValidator' => array(
|
| 2026 |
'version' => '5.4.8.0',
|
| 2027 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/IdenticalToValidator.php'
|
| 2028 |
),
|
| 2029 |
+
'Symfony\\Component\\Validator\\Constraints\\CssColor' => array(
|
| 2030 |
'version' => '5.4.8.0',
|
| 2031 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/CssColor.php'
|
| 2032 |
),
|
| 2033 |
+
'Symfony\\Component\\Validator\\Constraints\\AbstractComparison' => array(
|
| 2034 |
'version' => '5.4.8.0',
|
| 2035 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/AbstractComparison.php'
|
| 2036 |
),
|
| 2037 |
+
'Symfony\\Component\\Validator\\Constraints\\DateTimeValidator' => array(
|
| 2038 |
'version' => '5.4.8.0',
|
| 2039 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/DateTimeValidator.php'
|
| 2040 |
),
|
| 2041 |
+
'Symfony\\Component\\Validator\\Constraints\\Locale' => array(
|
| 2042 |
'version' => '5.4.8.0',
|
| 2043 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Locale.php'
|
| 2044 |
),
|
| 2045 |
+
'Symfony\\Component\\Validator\\Constraints\\EqualTo' => array(
|
| 2046 |
'version' => '5.4.8.0',
|
| 2047 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/EqualTo.php'
|
| 2048 |
),
|
| 2049 |
+
'Symfony\\Component\\Validator\\Constraints\\Positive' => array(
|
| 2050 |
'version' => '5.4.8.0',
|
| 2051 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Positive.php'
|
| 2052 |
),
|
| 2053 |
+
'Symfony\\Component\\Validator\\Constraints\\Callback' => array(
|
| 2054 |
'version' => '5.4.8.0',
|
| 2055 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Callback.php'
|
| 2056 |
),
|
| 2057 |
+
'Symfony\\Component\\Validator\\Constraints\\Image' => array(
|
| 2058 |
'version' => '5.4.8.0',
|
| 2059 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Image.php'
|
| 2060 |
),
|
| 2061 |
+
'Symfony\\Component\\Validator\\Constraints\\GreaterThan' => array(
|
| 2062 |
'version' => '5.4.8.0',
|
| 2063 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GreaterThan.php'
|
| 2064 |
),
|
| 2065 |
+
'Symfony\\Component\\Validator\\Constraints\\NotBlank' => array(
|
| 2066 |
'version' => '5.4.8.0',
|
| 2067 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/NotBlank.php'
|
| 2068 |
),
|
| 2069 |
+
'Symfony\\Component\\Validator\\Constraints\\Sequentially' => array(
|
| 2070 |
'version' => '5.4.8.0',
|
| 2071 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/Sequentially.php'
|
| 2072 |
),
|
| 2073 |
+
'Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqualValidator' => array(
|
| 2074 |
'version' => '5.4.8.0',
|
| 2075 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/GreaterThanOrEqualValidator.php'
|
| 2076 |
),
|
| 2077 |
+
'Symfony\\Component\\Validator\\Constraints\\BicValidator' => array(
|
| 2078 |
'version' => '5.4.8.0',
|
| 2079 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/BicValidator.php'
|
| 2080 |
),
|
| 2081 |
+
'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => array(
|
| 2082 |
'version' => '5.4.8.0',
|
| 2083 |
+
'path' => $vendorDir . '/symfony/validator/Constraints/ExpressionValidator.php'
|
| 2084 |
),
|
| 2085 |
+
'Symfony\\Component\\Validator\\ConstraintValidator' => array(
|
| 2086 |
'version' => '5.4.8.0',
|
| 2087 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintValidator.php'
|
| 2088 |
),
|
| 2089 |
'Symfony\\Component\\Validator\\Util\\PropertyPath' => array(
|
| 2090 |
'version' => '5.4.8.0',
|
| 2091 |
'path' => $vendorDir . '/symfony/validator/Util/PropertyPath.php'
|
| 2092 |
),
|
| 2093 |
+
'Symfony\\Component\\Validator\\ConstraintValidatorFactoryInterface' => array(
|
| 2094 |
+
'version' => '5.4.8.0',
|
| 2095 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintValidatorFactoryInterface.php'
|
| 2096 |
+
),
|
| 2097 |
'Symfony\\Component\\Validator\\ConstraintViolation' => array(
|
| 2098 |
'version' => '5.4.8.0',
|
| 2099 |
'path' => $vendorDir . '/symfony/validator/ConstraintViolation.php'
|
| 2100 |
),
|
| 2101 |
+
'Symfony\\Component\\Validator\\Constraint' => array(
|
| 2102 |
'version' => '5.4.8.0',
|
| 2103 |
+
'path' => $vendorDir . '/symfony/validator/Constraint.php'
|
| 2104 |
),
|
| 2105 |
+
'Symfony\\Component\\Validator\\GroupSequenceProviderInterface' => array(
|
| 2106 |
'version' => '5.4.8.0',
|
| 2107 |
+
'path' => $vendorDir . '/symfony/validator/GroupSequenceProviderInterface.php'
|
| 2108 |
),
|
| 2109 |
+
'Symfony\\Component\\Validator\\ConstraintValidatorFactory' => array(
|
| 2110 |
'version' => '5.4.8.0',
|
| 2111 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintValidatorFactory.php'
|
| 2112 |
),
|
| 2113 |
+
'Symfony\\Component\\Validator\\ConstraintViolationList' => array(
|
| 2114 |
'version' => '5.4.8.0',
|
| 2115 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintViolationList.php'
|
| 2116 |
),
|
| 2117 |
+
'Symfony\\Component\\Validator\\Command\\DebugCommand' => array(
|
| 2118 |
'version' => '5.4.8.0',
|
| 2119 |
+
'path' => $vendorDir . '/symfony/validator/Command/DebugCommand.php'
|
| 2120 |
),
|
| 2121 |
+
'Symfony\\Component\\Validator\\ConstraintViolationInterface' => array(
|
| 2122 |
'version' => '5.4.8.0',
|
| 2123 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintViolationInterface.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2124 |
),
|
| 2125 |
+
'Symfony\\Component\\Validator\\Validation' => array(
|
| 2126 |
'version' => '5.4.8.0',
|
| 2127 |
+
'path' => $vendorDir . '/symfony/validator/Validation.php'
|
| 2128 |
),
|
| 2129 |
+
'Symfony\\Component\\Validator\\ValidatorBuilder' => array(
|
| 2130 |
'version' => '5.4.8.0',
|
| 2131 |
+
'path' => $vendorDir . '/symfony/validator/ValidatorBuilder.php'
|
| 2132 |
),
|
| 2133 |
+
'Symfony\\Component\\Validator\\ConstraintViolationListInterface' => array(
|
| 2134 |
'version' => '5.4.8.0',
|
| 2135 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintViolationListInterface.php'
|
| 2136 |
),
|
| 2137 |
+
'Symfony\\Component\\Validator\\ConstraintValidatorInterface' => array(
|
| 2138 |
'version' => '5.4.8.0',
|
| 2139 |
+
'path' => $vendorDir . '/symfony/validator/ConstraintValidatorInterface.php'
|
| 2140 |
),
|
| 2141 |
+
'Symfony\\Component\\Validator\\Violation\\ConstraintViolationBuilderInterface' => array(
|
| 2142 |
'version' => '5.4.8.0',
|
| 2143 |
+
'path' => $vendorDir . '/symfony/validator/Violation/ConstraintViolationBuilderInterface.php'
|
| 2144 |
),
|
| 2145 |
+
'Symfony\\Component\\Validator\\Violation\\ConstraintViolationBuilder' => array(
|
| 2146 |
'version' => '5.4.8.0',
|
| 2147 |
+
'path' => $vendorDir . '/symfony/validator/Violation/ConstraintViolationBuilder.php'
|
| 2148 |
),
|
| 2149 |
+
'Symfony\\Component\\Validator\\DependencyInjection\\AddValidatorInitializersPass' => array(
|
| 2150 |
'version' => '5.4.8.0',
|
| 2151 |
+
'path' => $vendorDir . '/symfony/validator/DependencyInjection/AddValidatorInitializersPass.php'
|
| 2152 |
),
|
| 2153 |
+
'Symfony\\Component\\Validator\\DependencyInjection\\AddConstraintValidatorsPass' => array(
|
| 2154 |
'version' => '5.4.8.0',
|
| 2155 |
+
'path' => $vendorDir . '/symfony/validator/DependencyInjection/AddConstraintValidatorsPass.php'
|
| 2156 |
),
|
| 2157 |
+
'Symfony\\Component\\Validator\\DependencyInjection\\AddAutoMappingConfigurationPass' => array(
|
| 2158 |
'version' => '5.4.8.0',
|
| 2159 |
+
'path' => $vendorDir . '/symfony/validator/DependencyInjection/AddAutoMappingConfigurationPass.php'
|
| 2160 |
),
|
| 2161 |
'Symfony\\Component\\Validator\\Exception\\ConstraintDefinitionException' => array(
|
| 2162 |
'version' => '5.4.8.0',
|
| 2163 |
'path' => $vendorDir . '/symfony/validator/Exception/ConstraintDefinitionException.php'
|
| 2164 |
),
|
| 2165 |
+
'Symfony\\Component\\Validator\\Exception\\InvalidOptionsException' => array(
|
| 2166 |
'version' => '5.4.8.0',
|
| 2167 |
+
'path' => $vendorDir . '/symfony/validator/Exception/InvalidOptionsException.php'
|
| 2168 |
),
|
| 2169 |
+
'Symfony\\Component\\Validator\\Exception\\MissingOptionsException' => array(
|
| 2170 |
'version' => '5.4.8.0',
|
| 2171 |
+
'path' => $vendorDir . '/symfony/validator/Exception/MissingOptionsException.php'
|
| 2172 |
),
|
| 2173 |
'Symfony\\Component\\Validator\\Exception\\LogicException' => array(
|
| 2174 |
'version' => '5.4.8.0',
|
| 2175 |
'path' => $vendorDir . '/symfony/validator/Exception/LogicException.php'
|
| 2176 |
),
|
| 2177 |
+
'Symfony\\Component\\Validator\\Exception\\GroupDefinitionException' => array(
|
| 2178 |
'version' => '5.4.8.0',
|
| 2179 |
+
'path' => $vendorDir . '/symfony/validator/Exception/GroupDefinitionException.php'
|
| 2180 |
),
|
| 2181 |
'Symfony\\Component\\Validator\\Exception\\UnsupportedMetadataException' => array(
|
| 2182 |
'version' => '5.4.8.0',
|
| 2183 |
'path' => $vendorDir . '/symfony/validator/Exception/UnsupportedMetadataException.php'
|
| 2184 |
),
|
| 2185 |
+
'Symfony\\Component\\Validator\\Exception\\ExceptionInterface' => array(
|
| 2186 |
'version' => '5.4.8.0',
|
| 2187 |
+
'path' => $vendorDir . '/symfony/validator/Exception/ExceptionInterface.php'
|
| 2188 |
),
|
| 2189 |
+
'Symfony\\Component\\Validator\\Exception\\ValidationFailedException' => array(
|
| 2190 |
'version' => '5.4.8.0',
|
| 2191 |
+
'path' => $vendorDir . '/symfony/validator/Exception/ValidationFailedException.php'
|
| 2192 |
),
|
| 2193 |
+
'Symfony\\Component\\Validator\\Exception\\OutOfBoundsException' => array(
|
| 2194 |
'version' => '5.4.8.0',
|
| 2195 |
+
'path' => $vendorDir . '/symfony/validator/Exception/OutOfBoundsException.php'
|
| 2196 |
),
|
| 2197 |
+
'Symfony\\Component\\Validator\\Exception\\UnexpectedValueException' => array(
|
| 2198 |
'version' => '5.4.8.0',
|
| 2199 |
+
'path' => $vendorDir . '/symfony/validator/Exception/UnexpectedValueException.php'
|
| 2200 |
),
|
| 2201 |
+
'Symfony\\Component\\Validator\\Exception\\RuntimeException' => array(
|
| 2202 |
'version' => '5.4.8.0',
|
| 2203 |
+
'path' => $vendorDir . '/symfony/validator/Exception/RuntimeException.php'
|
| 2204 |
),
|
| 2205 |
+
'Symfony\\Component\\Validator\\Exception\\InvalidArgumentException' => array(
|
| 2206 |
'version' => '5.4.8.0',
|
| 2207 |
+
'path' => $vendorDir . '/symfony/validator/Exception/InvalidArgumentException.php'
|
| 2208 |
),
|
| 2209 |
+
'Symfony\\Component\\Validator\\Exception\\ValidatorException' => array(
|
| 2210 |
'version' => '5.4.8.0',
|
| 2211 |
+
'path' => $vendorDir . '/symfony/validator/Exception/ValidatorException.php'
|
| 2212 |
),
|
| 2213 |
+
'Symfony\\Component\\Validator\\Exception\\NoSuchMetadataException' => array(
|
| 2214 |
'version' => '5.4.8.0',
|
| 2215 |
+
'path' => $vendorDir . '/symfony/validator/Exception/NoSuchMetadataException.php'
|
| 2216 |
),
|
| 2217 |
+
'Symfony\\Component\\Validator\\Exception\\BadMethodCallException' => array(
|
| 2218 |
'version' => '5.4.8.0',
|
| 2219 |
+
'path' => $vendorDir . '/symfony/validator/Exception/BadMethodCallException.php'
|
| 2220 |
),
|
| 2221 |
+
'Symfony\\Component\\Validator\\Exception\\MappingException' => array(
|
| 2222 |
'version' => '5.4.8.0',
|
| 2223 |
+
'path' => $vendorDir . '/symfony/validator/Exception/MappingException.php'
|
| 2224 |
),
|
| 2225 |
+
'Symfony\\Component\\Validator\\Exception\\UnexpectedTypeException' => array(
|
| 2226 |
'version' => '5.4.8.0',
|
| 2227 |
+
'path' => $vendorDir . '/symfony/validator/Exception/UnexpectedTypeException.php'
|
| 2228 |
),
|
| 2229 |
+
'Psr\\Log\\LoggerAwareInterface' => array(
|
| 2230 |
'version' => '1.1.4.0',
|
| 2231 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareInterface.php'
|
| 2232 |
),
|
| 2233 |
+
'Psr\\Log\\LogLevel' => array(
|
| 2234 |
'version' => '1.1.4.0',
|
| 2235 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/LogLevel.php'
|
| 2236 |
),
|
| 2237 |
+
'Psr\\Log\\Test\\LoggerInterfaceTest' => array(
|
| 2238 |
'version' => '1.1.4.0',
|
| 2239 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'
|
| 2240 |
),
|
| 2241 |
+
'Psr\\Log\\Test\\TestLogger' => array(
|
| 2242 |
'version' => '1.1.4.0',
|
| 2243 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/Test/TestLogger.php'
|
| 2244 |
),
|
| 2245 |
+
'Psr\\Log\\Test\\DummyTest' => array(
|
| 2246 |
'version' => '1.1.4.0',
|
| 2247 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/Test/DummyTest.php'
|
| 2248 |
),
|
| 2249 |
+
'Psr\\Log\\LoggerAwareTrait' => array(
|
| 2250 |
'version' => '1.1.4.0',
|
| 2251 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerAwareTrait.php'
|
| 2252 |
),
|
| 2253 |
+
'Psr\\Log\\InvalidArgumentException' => array(
|
| 2254 |
'version' => '1.1.4.0',
|
| 2255 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/InvalidArgumentException.php'
|
| 2256 |
),
|
| 2257 |
+
'Psr\\Log\\NullLogger' => array(
|
| 2258 |
'version' => '1.1.4.0',
|
| 2259 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/NullLogger.php'
|
| 2260 |
),
|
| 2261 |
+
'Psr\\Log\\LoggerInterface' => array(
|
| 2262 |
'version' => '1.1.4.0',
|
| 2263 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerInterface.php'
|
| 2264 |
),
|
| 2265 |
+
'Psr\\Log\\LoggerTrait' => array(
|
| 2266 |
'version' => '1.1.4.0',
|
| 2267 |
+
'path' => $vendorDir . '/psr/log/Psr/Log/LoggerTrait.php'
|
| 2268 |
),
|
| 2269 |
'Psr\\Log\\AbstractLogger' => array(
|
| 2270 |
'version' => '1.1.4.0',
|
| 2271 |
'path' => $vendorDir . '/psr/log/Psr/Log/AbstractLogger.php'
|
| 2272 |
),
|
| 2273 |
+
'Psr\\Http\\Message\\ResponseFactoryInterface' => array(
|
| 2274 |
'version' => '1.0.1.0',
|
| 2275 |
+
'path' => $vendorDir . '/psr/http-factory/src/ResponseFactoryInterface.php'
|
| 2276 |
),
|
| 2277 |
+
'Psr\\Http\\Message\\StreamFactoryInterface' => array(
|
| 2278 |
'version' => '1.0.1.0',
|
| 2279 |
+
'path' => $vendorDir . '/psr/http-factory/src/StreamFactoryInterface.php'
|
| 2280 |
),
|
| 2281 |
+
'Psr\\Http\\Message\\UploadedFileFactoryInterface' => array(
|
| 2282 |
'version' => '1.0.1.0',
|
| 2283 |
+
'path' => $vendorDir . '/psr/http-factory/src/UploadedFileFactoryInterface.php'
|
| 2284 |
),
|
| 2285 |
+
'Psr\\Http\\Message\\UriFactoryInterface' => array(
|
| 2286 |
'version' => '1.0.1.0',
|
| 2287 |
+
'path' => $vendorDir . '/psr/http-factory/src/UriFactoryInterface.php'
|
| 2288 |
),
|
| 2289 |
+
'Psr\\Http\\Message\\ServerRequestFactoryInterface' => array(
|
| 2290 |
'version' => '1.0.1.0',
|
| 2291 |
+
'path' => $vendorDir . '/psr/http-factory/src/ServerRequestFactoryInterface.php'
|
| 2292 |
),
|
| 2293 |
'Psr\\Http\\Message\\RequestFactoryInterface' => array(
|
| 2294 |
'version' => '1.0.1.0',
|
| 2295 |
'path' => $vendorDir . '/psr/http-factory/src/RequestFactoryInterface.php'
|
| 2296 |
),
|
| 2297 |
+
'Psr\\Http\\Message\\ServerRequestInterface' => array(
|
| 2298 |
'version' => '1.0.1.0',
|
| 2299 |
+
'path' => $vendorDir . '/psr/http-message/src/ServerRequestInterface.php'
|
| 2300 |
),
|
| 2301 |
+
'Psr\\Http\\Message\\UriInterface' => array(
|
| 2302 |
'version' => '1.0.1.0',
|
| 2303 |
+
'path' => $vendorDir . '/psr/http-message/src/UriInterface.php'
|
| 2304 |
),
|
| 2305 |
+
'Psr\\Http\\Message\\StreamInterface' => array(
|
| 2306 |
'version' => '1.0.1.0',
|
| 2307 |
+
'path' => $vendorDir . '/psr/http-message/src/StreamInterface.php'
|
| 2308 |
),
|
| 2309 |
'Psr\\Http\\Message\\UploadedFileInterface' => array(
|
| 2310 |
'version' => '1.0.1.0',
|
| 2311 |
'path' => $vendorDir . '/psr/http-message/src/UploadedFileInterface.php'
|
| 2312 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2313 |
'Psr\\Http\\Message\\RequestInterface' => array(
|
| 2314 |
'version' => '1.0.1.0',
|
| 2315 |
'path' => $vendorDir . '/psr/http-message/src/RequestInterface.php'
|
| 2316 |
),
|
| 2317 |
+
'Psr\\Http\\Message\\ResponseInterface' => array(
|
| 2318 |
'version' => '1.0.1.0',
|
| 2319 |
+
'path' => $vendorDir . '/psr/http-message/src/ResponseInterface.php'
|
| 2320 |
+
),
|
| 2321 |
+
'Psr\\Http\\Message\\MessageInterface' => array(
|
| 2322 |
+
'version' => '1.0.1.0',
|
| 2323 |
+
'path' => $vendorDir . '/psr/http-message/src/MessageInterface.php'
|
| 2324 |
),
|
| 2325 |
'Psr\\Http\\Client\\NetworkExceptionInterface' => array(
|
| 2326 |
'version' => '1.0.1.0',
|
| 2338 |
'version' => '1.0.1.0',
|
| 2339 |
'path' => $vendorDir . '/psr/http-client/src/ClientExceptionInterface.php'
|
| 2340 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2341 |
'Psr\\Container\\NotFoundExceptionInterface' => array(
|
| 2342 |
'version' => '1.1.1.0',
|
| 2343 |
'path' => $vendorDir . '/psr/container/src/NotFoundExceptionInterface.php'
|
| 2346 |
'version' => '1.1.1.0',
|
| 2347 |
'path' => $vendorDir . '/psr/container/src/ContainerInterface.php'
|
| 2348 |
),
|
| 2349 |
+
'Psr\\Container\\ContainerExceptionInterface' => array(
|
| 2350 |
+
'version' => '1.1.1.0',
|
| 2351 |
+
'path' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php'
|
| 2352 |
+
),
|
| 2353 |
+
'Psr\\Cache\\CacheItemPoolInterface' => array(
|
| 2354 |
'version' => '1.0.1.0',
|
| 2355 |
+
'path' => $vendorDir . '/psr/cache/src/CacheItemPoolInterface.php'
|
| 2356 |
),
|
| 2357 |
'Psr\\Cache\\CacheItemInterface' => array(
|
| 2358 |
'version' => '1.0.1.0',
|
| 2362 |
'version' => '1.0.1.0',
|
| 2363 |
'path' => $vendorDir . '/psr/cache/src/InvalidArgumentException.php'
|
| 2364 |
),
|
| 2365 |
+
'Psr\\Cache\\CacheException' => array(
|
| 2366 |
'version' => '1.0.1.0',
|
| 2367 |
+
'path' => $vendorDir . '/psr/cache/src/CacheException.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2368 |
),
|
| 2369 |
'ParagonIE\\ConstantTime\\Base64UrlSafe' => array(
|
| 2370 |
'version' => '2.6.3.0',
|
| 2371 |
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64UrlSafe.php'
|
| 2372 |
),
|
| 2373 |
+
'ParagonIE\\ConstantTime\\Base32Hex' => array(
|
| 2374 |
+
'version' => '2.6.3.0',
|
| 2375 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base32Hex.php'
|
| 2376 |
+
),
|
| 2377 |
'ParagonIE\\ConstantTime\\Base64DotSlash' => array(
|
| 2378 |
'version' => '2.6.3.0',
|
| 2379 |
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64DotSlash.php'
|
| 2380 |
),
|
| 2381 |
+
'ParagonIE\\ConstantTime\\Encoding' => array(
|
| 2382 |
'version' => '2.6.3.0',
|
| 2383 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Encoding.php'
|
| 2384 |
),
|
| 2385 |
+
'ParagonIE\\ConstantTime\\EncoderInterface' => array(
|
| 2386 |
'version' => '2.6.3.0',
|
| 2387 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/EncoderInterface.php'
|
| 2388 |
+
),
|
| 2389 |
+
'ParagonIE\\ConstantTime\\Base32' => array(
|
| 2390 |
+
'version' => '2.6.3.0',
|
| 2391 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base32.php'
|
| 2392 |
),
|
| 2393 |
'ParagonIE\\ConstantTime\\Hex' => array(
|
| 2394 |
'version' => '2.6.3.0',
|
| 2395 |
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Hex.php'
|
| 2396 |
),
|
| 2397 |
+
'ParagonIE\\ConstantTime\\Base64DotSlashOrdered' => array(
|
| 2398 |
'version' => '2.6.3.0',
|
| 2399 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php'
|
| 2400 |
+
),
|
| 2401 |
+
'ParagonIE\\ConstantTime\\Binary' => array(
|
| 2402 |
+
'version' => '2.6.3.0',
|
| 2403 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Binary.php'
|
| 2404 |
),
|
| 2405 |
'ParagonIE\\ConstantTime\\RFC4648' => array(
|
| 2406 |
'version' => '2.6.3.0',
|
| 2407 |
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/RFC4648.php'
|
| 2408 |
),
|
| 2409 |
+
'ParagonIE\\ConstantTime\\Base64' => array(
|
| 2410 |
'version' => '2.6.3.0',
|
| 2411 |
+
'path' => $vendorDir . '/paragonie/constant_time_encoding/src/Base64.php'
|
| 2412 |
),
|
| 2413 |
+
'Monolog\\Handler\\SendGridHandler' => array(
|
| 2414 |
'version' => '2.7.0.0',
|
| 2415 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SendGridHandler.php'
|
| 2416 |
),
|
| 2417 |
+
'Monolog\\Handler\\InsightOpsHandler' => array(
|
| 2418 |
'version' => '2.7.0.0',
|
| 2419 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php'
|
| 2420 |
),
|
| 2421 |
+
'Monolog\\Handler\\TestHandler' => array(
|
| 2422 |
'version' => '2.7.0.0',
|
| 2423 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/TestHandler.php'
|
| 2424 |
),
|
| 2425 |
+
'Monolog\\Handler\\IFTTTHandler' => array(
|
| 2426 |
'version' => '2.7.0.0',
|
| 2427 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php'
|
| 2428 |
),
|
| 2429 |
+
'Monolog\\Handler\\WebRequestRecognizerTrait' => array(
|
| 2430 |
'version' => '2.7.0.0',
|
| 2431 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2432 |
),
|
| 2433 |
+
'Monolog\\Handler\\SocketHandler' => array(
|
| 2434 |
'version' => '2.7.0.0',
|
| 2435 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SocketHandler.php'
|
| 2436 |
),
|
| 2437 |
+
'Monolog\\Handler\\SymfonyMailerHandler' => array(
|
| 2438 |
'version' => '2.7.0.0',
|
| 2439 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SymfonyMailerHandler.php'
|
| 2440 |
),
|
| 2441 |
+
'Monolog\\Handler\\NoopHandler' => array(
|
| 2442 |
'version' => '2.7.0.0',
|
| 2443 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NoopHandler.php'
|
| 2444 |
),
|
| 2445 |
+
'Monolog\\Handler\\BufferHandler' => array(
|
| 2446 |
'version' => '2.7.0.0',
|
| 2447 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/BufferHandler.php'
|
| 2448 |
),
|
| 2449 |
+
'Monolog\\Handler\\SyslogHandler' => array(
|
| 2450 |
'version' => '2.7.0.0',
|
| 2451 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogHandler.php'
|
| 2452 |
),
|
| 2453 |
+
'Monolog\\Handler\\RollbarHandler' => array(
|
| 2454 |
'version' => '2.7.0.0',
|
| 2455 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RollbarHandler.php'
|
| 2456 |
),
|
| 2457 |
+
'Monolog\\Handler\\FingersCrossedHandler' => array(
|
| 2458 |
'version' => '2.7.0.0',
|
| 2459 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php'
|
| 2460 |
),
|
| 2461 |
+
'Monolog\\Handler\\OverflowHandler' => array(
|
| 2462 |
'version' => '2.7.0.0',
|
| 2463 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/OverflowHandler.php'
|
| 2464 |
),
|
| 2465 |
+
'Monolog\\Handler\\HandlerWrapper' => array(
|
| 2466 |
'version' => '2.7.0.0',
|
| 2467 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php'
|
| 2468 |
),
|
| 2469 |
+
'Monolog\\Handler\\FingersCrossed\\ActivationStrategyInterface' => array(
|
| 2470 |
'version' => '2.7.0.0',
|
| 2471 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php'
|
| 2472 |
),
|
| 2473 |
+
'Monolog\\Handler\\FingersCrossed\\ErrorLevelActivationStrategy' => array(
|
| 2474 |
'version' => '2.7.0.0',
|
| 2475 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php'
|
| 2476 |
),
|
| 2477 |
+
'Monolog\\Handler\\FingersCrossed\\ChannelLevelActivationStrategy' => array(
|
| 2478 |
'version' => '2.7.0.0',
|
| 2479 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php'
|
| 2480 |
),
|
| 2481 |
+
'Monolog\\Handler\\GroupHandler' => array(
|
| 2482 |
'version' => '2.7.0.0',
|
| 2483 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/GroupHandler.php'
|
| 2484 |
),
|
| 2485 |
+
'Monolog\\Handler\\ElasticsearchHandler' => array(
|
| 2486 |
'version' => '2.7.0.0',
|
| 2487 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.php'
|
| 2488 |
),
|
| 2489 |
+
'Monolog\\Handler\\SamplingHandler' => array(
|
| 2490 |
'version' => '2.7.0.0',
|
| 2491 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SamplingHandler.php'
|
| 2492 |
),
|
| 2493 |
+
'Monolog\\Handler\\Handler' => array(
|
| 2494 |
'version' => '2.7.0.0',
|
| 2495 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Handler.php'
|
| 2496 |
),
|
| 2497 |
+
'Monolog\\Handler\\AbstractHandler' => array(
|
| 2498 |
'version' => '2.7.0.0',
|
| 2499 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractHandler.php'
|
| 2500 |
),
|
| 2501 |
+
'Monolog\\Handler\\SwiftMailerHandler' => array(
|
| 2502 |
'version' => '2.7.0.0',
|
| 2503 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php'
|
| 2504 |
),
|
| 2505 |
+
'Monolog\\Handler\\FlowdockHandler' => array(
|
| 2506 |
'version' => '2.7.0.0',
|
| 2507 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php'
|
| 2508 |
),
|
| 2509 |
+
'Monolog\\Handler\\PushoverHandler' => array(
|
| 2510 |
'version' => '2.7.0.0',
|
| 2511 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PushoverHandler.php'
|
| 2512 |
),
|
| 2513 |
'Monolog\\Handler\\ProcessableHandlerInterface' => array(
|
| 2514 |
'version' => '2.7.0.0',
|
| 2515 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php'
|
| 2516 |
),
|
| 2517 |
+
'Monolog\\Handler\\MissingExtensionException' => array(
|
| 2518 |
'version' => '2.7.0.0',
|
| 2519 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php'
|
| 2520 |
),
|
| 2521 |
+
'Monolog\\Handler\\AbstractSyslogHandler' => array(
|
| 2522 |
'version' => '2.7.0.0',
|
| 2523 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php'
|
| 2524 |
+
),
|
| 2525 |
+
'Monolog\\Handler\\SyslogUdpHandler' => array(
|
| 2526 |
+
'version' => '2.7.0.0',
|
| 2527 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php'
|
| 2528 |
),
|
| 2529 |
'Monolog\\Handler\\BrowserConsoleHandler' => array(
|
| 2530 |
'version' => '2.7.0.0',
|
| 2531 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/BrowserConsoleHandler.php'
|
| 2532 |
),
|
| 2533 |
+
'Monolog\\Handler\\FilterHandler' => array(
|
| 2534 |
+
'version' => '2.7.0.0',
|
| 2535 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FilterHandler.php'
|
| 2536 |
+
),
|
| 2537 |
'Monolog\\Handler\\SqsHandler' => array(
|
| 2538 |
'version' => '2.7.0.0',
|
| 2539 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SqsHandler.php'
|
| 2540 |
),
|
| 2541 |
+
'Monolog\\Handler\\RotatingFileHandler' => array(
|
| 2542 |
'version' => '2.7.0.0',
|
| 2543 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php'
|
| 2544 |
),
|
| 2545 |
+
'Monolog\\Handler\\FallbackGroupHandler' => array(
|
| 2546 |
'version' => '2.7.0.0',
|
| 2547 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.php'
|
| 2548 |
),
|
| 2549 |
+
'Monolog\\Handler\\NativeMailerHandler' => array(
|
| 2550 |
'version' => '2.7.0.0',
|
| 2551 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php'
|
| 2552 |
),
|
| 2553 |
+
'Monolog\\Handler\\MongoDBHandler' => array(
|
| 2554 |
'version' => '2.7.0.0',
|
| 2555 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php'
|
| 2556 |
),
|
| 2557 |
+
'Monolog\\Handler\\ProcessHandler' => array(
|
| 2558 |
'version' => '2.7.0.0',
|
| 2559 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessHandler.php'
|
| 2560 |
),
|
| 2561 |
+
'Monolog\\Handler\\FormattableHandlerTrait' => array(
|
| 2562 |
'version' => '2.7.0.0',
|
| 2563 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php'
|
| 2564 |
),
|
| 2565 |
+
'Monolog\\Handler\\GelfHandler' => array(
|
| 2566 |
'version' => '2.7.0.0',
|
| 2567 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/GelfHandler.php'
|
| 2568 |
),
|
| 2569 |
+
'Monolog\\Handler\\ZendMonitorHandler' => array(
|
| 2570 |
'version' => '2.7.0.0',
|
| 2571 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php'
|
| 2572 |
),
|
| 2573 |
+
'Monolog\\Handler\\PHPConsoleHandler' => array(
|
| 2574 |
'version' => '2.7.0.0',
|
| 2575 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php'
|
| 2576 |
),
|
| 2577 |
+
'Monolog\\Handler\\ErrorLogHandler' => array(
|
| 2578 |
'version' => '2.7.0.0',
|
| 2579 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php'
|
| 2580 |
),
|
| 2581 |
+
'Monolog\\Handler\\LogEntriesHandler' => array(
|
| 2582 |
'version' => '2.7.0.0',
|
| 2583 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php'
|
| 2584 |
),
|
| 2585 |
+
'Monolog\\Handler\\LogmaticHandler' => array(
|
| 2586 |
'version' => '2.7.0.0',
|
| 2587 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogmaticHandler.php'
|
| 2588 |
+
),
|
| 2589 |
+
'Monolog\\Handler\\DeduplicationHandler' => array(
|
| 2590 |
+
'version' => '2.7.0.0',
|
| 2591 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php'
|
| 2592 |
),
|
| 2593 |
'Monolog\\Handler\\FirePHPHandler' => array(
|
| 2594 |
'version' => '2.7.0.0',
|
| 2595 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php'
|
| 2596 |
),
|
| 2597 |
+
'Monolog\\Handler\\Curl\\Util' => array(
|
| 2598 |
'version' => '2.7.0.0',
|
| 2599 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Curl/Util.php'
|
| 2600 |
),
|
| 2601 |
+
'Monolog\\Handler\\DoctrineCouchDBHandler' => array(
|
| 2602 |
'version' => '2.7.0.0',
|
| 2603 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php'
|
| 2604 |
),
|
| 2605 |
'Monolog\\Handler\\DynamoDbHandler' => array(
|
| 2606 |
'version' => '2.7.0.0',
|
| 2607 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php'
|
| 2608 |
),
|
| 2609 |
+
'Monolog\\Handler\\FormattableHandlerInterface' => array(
|
| 2610 |
+
'version' => '2.7.0.0',
|
| 2611 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php'
|
| 2612 |
+
),
|
| 2613 |
'Monolog\\Handler\\RedisPubSubHandler' => array(
|
| 2614 |
'version' => '2.7.0.0',
|
| 2615 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php'
|
| 2616 |
),
|
| 2617 |
+
'Monolog\\Handler\\MailHandler' => array(
|
| 2618 |
+
'version' => '2.7.0.0',
|
| 2619 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MailHandler.php'
|
| 2620 |
+
),
|
| 2621 |
'Monolog\\Handler\\StreamHandler' => array(
|
| 2622 |
'version' => '2.7.0.0',
|
| 2623 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/StreamHandler.php'
|
| 2624 |
),
|
| 2625 |
+
'Monolog\\Handler\\LogglyHandler' => array(
|
| 2626 |
'version' => '2.7.0.0',
|
| 2627 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/LogglyHandler.php'
|
| 2628 |
),
|
| 2629 |
+
'Monolog\\Handler\\SlackWebhookHandler' => array(
|
| 2630 |
'version' => '2.7.0.0',
|
| 2631 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php'
|
| 2632 |
),
|
| 2633 |
+
'Monolog\\Handler\\ElasticaHandler' => array(
|
| 2634 |
'version' => '2.7.0.0',
|
| 2635 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ElasticaHandler.php'
|
| 2636 |
),
|
| 2637 |
+
'Monolog\\Handler\\WhatFailureGroupHandler' => array(
|
| 2638 |
'version' => '2.7.0.0',
|
| 2639 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php'
|
| 2640 |
),
|
| 2641 |
+
'Monolog\\Handler\\ChromePHPHandler' => array(
|
| 2642 |
'version' => '2.7.0.0',
|
| 2643 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php'
|
| 2644 |
),
|
| 2645 |
+
'Monolog\\Handler\\Slack\\SlackRecord' => array(
|
| 2646 |
'version' => '2.7.0.0',
|
| 2647 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php'
|
| 2648 |
),
|
| 2649 |
+
'Monolog\\Handler\\PsrHandler' => array(
|
| 2650 |
'version' => '2.7.0.0',
|
| 2651 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/PsrHandler.php'
|
| 2652 |
),
|
| 2653 |
+
'Monolog\\Handler\\NewRelicHandler' => array(
|
| 2654 |
'version' => '2.7.0.0',
|
| 2655 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php'
|
| 2656 |
),
|
| 2657 |
+
'Monolog\\Handler\\ProcessableHandlerTrait' => array(
|
| 2658 |
'version' => '2.7.0.0',
|
| 2659 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php'
|
| 2660 |
),
|
| 2661 |
+
'Monolog\\Handler\\HandlerInterface' => array(
|
| 2662 |
'version' => '2.7.0.0',
|
| 2663 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/HandlerInterface.php'
|
| 2664 |
),
|
| 2665 |
+
'Monolog\\Handler\\SlackHandler' => array(
|
| 2666 |
'version' => '2.7.0.0',
|
| 2667 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SlackHandler.php'
|
| 2668 |
),
|
| 2669 |
+
'Monolog\\Handler\\FleepHookHandler' => array(
|
| 2670 |
'version' => '2.7.0.0',
|
| 2671 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php'
|
| 2672 |
),
|
| 2673 |
+
'Monolog\\Handler\\NullHandler' => array(
|
| 2674 |
'version' => '2.7.0.0',
|
| 2675 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/NullHandler.php'
|
| 2676 |
),
|
| 2677 |
+
'Monolog\\Handler\\AmqpHandler' => array(
|
| 2678 |
'version' => '2.7.0.0',
|
| 2679 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AmqpHandler.php'
|
| 2680 |
),
|
| 2681 |
+
'Monolog\\Handler\\TelegramBotHandler' => array(
|
| 2682 |
'version' => '2.7.0.0',
|
| 2683 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php'
|
| 2684 |
),
|
| 2685 |
+
'Monolog\\Handler\\MandrillHandler' => array(
|
| 2686 |
'version' => '2.7.0.0',
|
| 2687 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/MandrillHandler.php'
|
| 2688 |
),
|
| 2689 |
+
'Monolog\\Handler\\AbstractProcessingHandler' => array(
|
| 2690 |
'version' => '2.7.0.0',
|
| 2691 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php'
|
| 2692 |
),
|
| 2693 |
+
'Monolog\\Handler\\CouchDBHandler' => array(
|
| 2694 |
'version' => '2.7.0.0',
|
| 2695 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/CouchDBHandler.php'
|
| 2696 |
),
|
| 2697 |
'Monolog\\Handler\\RedisHandler' => array(
|
| 2698 |
'version' => '2.7.0.0',
|
| 2702 |
'version' => '2.7.0.0',
|
| 2703 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/CubeHandler.php'
|
| 2704 |
),
|
| 2705 |
+
'Monolog\\Handler\\SyslogUdp\\UdpSocket' => array(
|
| 2706 |
'version' => '2.7.0.0',
|
| 2707 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php'
|
| 2708 |
),
|
| 2709 |
+
'Monolog\\Logger' => array(
|
| 2710 |
'version' => '2.7.0.0',
|
| 2711 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Logger.php'
|
| 2712 |
),
|
| 2713 |
+
'Monolog\\Attribute\\AsMonologProcessor' => array(
|
| 2714 |
'version' => '2.7.0.0',
|
| 2715 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Attribute/AsMonologProcessor.php'
|
| 2716 |
),
|
| 2717 |
+
'Monolog\\DateTimeImmutable' => array(
|
| 2718 |
'version' => '2.7.0.0',
|
| 2719 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/DateTimeImmutable.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2720 |
),
|
| 2721 |
+
'Monolog\\Test\\TestCase' => array(
|
| 2722 |
'version' => '2.7.0.0',
|
| 2723 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Test/TestCase.php'
|
| 2724 |
),
|
| 2725 |
'Monolog\\Registry' => array(
|
| 2726 |
'version' => '2.7.0.0',
|
| 2727 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Registry.php'
|
| 2728 |
),
|
| 2729 |
+
'Monolog\\Processor\\HostnameProcessor' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2730 |
'version' => '2.7.0.0',
|
| 2731 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/HostnameProcessor.php'
|
| 2732 |
),
|
| 2733 |
'Monolog\\Processor\\PsrLogMessageProcessor' => array(
|
| 2734 |
'version' => '2.7.0.0',
|
| 2735 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php'
|
| 2736 |
),
|
| 2737 |
+
'Monolog\\Processor\\WebProcessor' => array(
|
| 2738 |
'version' => '2.7.0.0',
|
| 2739 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/WebProcessor.php'
|
| 2740 |
),
|
| 2741 |
+
'Monolog\\Processor\\MemoryPeakUsageProcessor' => array(
|
| 2742 |
'version' => '2.7.0.0',
|
| 2743 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php'
|
| 2744 |
),
|
| 2745 |
+
'Monolog\\Processor\\ProcessIdProcessor' => array(
|
| 2746 |
'version' => '2.7.0.0',
|
| 2747 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php'
|
| 2748 |
+
),
|
| 2749 |
+
'Monolog\\Processor\\MercurialProcessor' => array(
|
| 2750 |
+
'version' => '2.7.0.0',
|
| 2751 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MercurialProcessor.php'
|
| 2752 |
),
|
| 2753 |
'Monolog\\Processor\\TagProcessor' => array(
|
| 2754 |
'version' => '2.7.0.0',
|
| 2755 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/TagProcessor.php'
|
| 2756 |
),
|
| 2757 |
+
'Monolog\\Processor\\GitProcessor' => array(
|
| 2758 |
'version' => '2.7.0.0',
|
| 2759 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/GitProcessor.php'
|
| 2760 |
),
|
| 2761 |
'Monolog\\Processor\\MemoryProcessor' => array(
|
| 2762 |
'version' => '2.7.0.0',
|
| 2763 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php'
|
| 2764 |
),
|
| 2765 |
+
'Monolog\\Processor\\IntrospectionProcessor' => array(
|
| 2766 |
'version' => '2.7.0.0',
|
| 2767 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php'
|
| 2768 |
+
),
|
| 2769 |
+
'Monolog\\Processor\\UidProcessor' => array(
|
| 2770 |
+
'version' => '2.7.0.0',
|
| 2771 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/UidProcessor.php'
|
| 2772 |
),
|
| 2773 |
'Monolog\\Processor\\ProcessorInterface' => array(
|
| 2774 |
'version' => '2.7.0.0',
|
| 2775 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php'
|
| 2776 |
),
|
| 2777 |
+
'Monolog\\Processor\\MemoryUsageProcessor' => array(
|
| 2778 |
'version' => '2.7.0.0',
|
| 2779 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php'
|
| 2780 |
),
|
| 2781 |
+
'Monolog\\ResettableInterface' => array(
|
| 2782 |
'version' => '2.7.0.0',
|
| 2783 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/ResettableInterface.php'
|
| 2784 |
),
|
| 2785 |
+
'Monolog\\SignalHandler' => array(
|
| 2786 |
'version' => '2.7.0.0',
|
| 2787 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/SignalHandler.php'
|
| 2788 |
),
|
| 2789 |
+
'Monolog\\Formatter\\LogmaticFormatter' => array(
|
| 2790 |
'version' => '2.7.0.0',
|
| 2791 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.php'
|
| 2792 |
),
|
| 2793 |
+
'Monolog\\Formatter\\ElasticaFormatter' => array(
|
| 2794 |
'version' => '2.7.0.0',
|
| 2795 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php'
|
| 2796 |
),
|
| 2797 |
+
'Monolog\\Formatter\\LineFormatter' => array(
|
| 2798 |
'version' => '2.7.0.0',
|
| 2799 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LineFormatter.php'
|
| 2800 |
),
|
| 2801 |
+
'Monolog\\Formatter\\JsonFormatter' => array(
|
| 2802 |
'version' => '2.7.0.0',
|
| 2803 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php'
|
| 2804 |
),
|
| 2805 |
+
'Monolog\\Formatter\\FlowdockFormatter' => array(
|
| 2806 |
'version' => '2.7.0.0',
|
| 2807 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php'
|
| 2808 |
),
|
| 2809 |
+
'Monolog\\Formatter\\FormatterInterface' => array(
|
| 2810 |
'version' => '2.7.0.0',
|
| 2811 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php'
|
| 2812 |
),
|
| 2813 |
+
'Monolog\\Formatter\\LogstashFormatter' => array(
|
| 2814 |
'version' => '2.7.0.0',
|
| 2815 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php'
|
| 2816 |
),
|
| 2817 |
+
'Monolog\\Formatter\\LogglyFormatter' => array(
|
| 2818 |
'version' => '2.7.0.0',
|
| 2819 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php'
|
| 2820 |
),
|
| 2821 |
+
'Monolog\\Formatter\\ElasticsearchFormatter' => array(
|
| 2822 |
'version' => '2.7.0.0',
|
| 2823 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.php'
|
| 2824 |
),
|
| 2825 |
+
'Monolog\\Formatter\\ScalarFormatter' => array(
|
| 2826 |
'version' => '2.7.0.0',
|
| 2827 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ScalarFormatter.php'
|
| 2828 |
),
|
| 2829 |
+
'Monolog\\Formatter\\MongoDBFormatter' => array(
|
| 2830 |
'version' => '2.7.0.0',
|
| 2831 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php'
|
| 2832 |
),
|
| 2833 |
'Monolog\\Formatter\\ChromePHPFormatter' => array(
|
| 2834 |
'version' => '2.7.0.0',
|
| 2835 |
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php'
|
| 2836 |
),
|
| 2837 |
+
'Monolog\\Formatter\\FluentdFormatter' => array(
|
| 2838 |
'version' => '2.7.0.0',
|
| 2839 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php'
|
| 2840 |
),
|
| 2841 |
+
'Monolog\\Formatter\\GelfMessageFormatter' => array(
|
| 2842 |
'version' => '2.7.0.0',
|
| 2843 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/GelfMessageFormatter.php'
|
| 2844 |
),
|
| 2845 |
+
'Monolog\\Formatter\\WildfireFormatter' => array(
|
| 2846 |
'version' => '2.7.0.0',
|
| 2847 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/WildfireFormatter.php'
|
| 2848 |
),
|
| 2849 |
+
'Monolog\\Formatter\\NormalizerFormatter' => array(
|
| 2850 |
'version' => '2.7.0.0',
|
| 2851 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php'
|
| 2852 |
),
|
| 2853 |
+
'Monolog\\Formatter\\HtmlFormatter' => array(
|
| 2854 |
'version' => '2.7.0.0',
|
| 2855 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/HtmlFormatter.php'
|
| 2856 |
),
|
| 2857 |
+
'Monolog\\LogRecord' => array(
|
| 2858 |
'version' => '2.7.0.0',
|
| 2859 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/LogRecord.php'
|
| 2860 |
),
|
| 2861 |
+
'Monolog\\ErrorHandler' => array(
|
| 2862 |
'version' => '2.7.0.0',
|
| 2863 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/ErrorHandler.php'
|
| 2864 |
),
|
| 2865 |
+
'Monolog\\Utils' => array(
|
| 2866 |
'version' => '2.7.0.0',
|
| 2867 |
+
'path' => $vendorDir . '/monolog/monolog/src/Monolog/Utils.php'
|
| 2868 |
),
|
| 2869 |
+
'Grpc\\Gcp\\ApiConfig' => array(
|
| 2870 |
+
'version' => '0.2.0.0',
|
| 2871 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/ApiConfig.php'
|
| 2872 |
),
|
| 2873 |
+
'Grpc\\Gcp\\MethodConfig' => array(
|
| 2874 |
'version' => '0.2.0.0',
|
| 2875 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/MethodConfig.php'
|
| 2876 |
),
|
| 2877 |
+
'Grpc\\Gcp\\AffinityConfig' => array(
|
| 2878 |
'version' => '0.2.0.0',
|
| 2879 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig.php'
|
| 2880 |
),
|
| 2881 |
+
'Grpc\\Gcp\\AffinityConfig_Command' => array(
|
| 2882 |
'version' => '0.2.0.0',
|
| 2883 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/AffinityConfig_Command.php'
|
| 2884 |
),
|
| 2885 |
+
'Grpc\\Gcp\\ChannelPoolConfig' => array(
|
| 2886 |
'version' => '0.2.0.0',
|
| 2887 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/generated/Grpc/Gcp/ChannelPoolConfig.php'
|
| 2888 |
),
|
| 2889 |
'Grpc\\Gcp\\GCPBidiStreamingCall' => array(
|
| 2890 |
'version' => '0.2.0.0',
|
| 2891 |
'path' => $vendorDir . '/google/grpc-gcp/src/GCPBidiStreamingCall.php'
|
| 2892 |
),
|
| 2893 |
+
'Grpc\\Gcp\\GCPCallInvoker' => array(
|
| 2894 |
'version' => '0.2.0.0',
|
| 2895 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GCPCallInvoker.php'
|
| 2896 |
),
|
| 2897 |
'Grpc\\Gcp\\GCPClientStreamCall' => array(
|
| 2898 |
'version' => '0.2.0.0',
|
| 2906 |
'version' => '0.2.0.0',
|
| 2907 |
'path' => $vendorDir . '/google/grpc-gcp/src/Config.php'
|
| 2908 |
),
|
| 2909 |
+
'Grpc\\Gcp\\GcpExtensionChannel' => array(
|
| 2910 |
'version' => '0.2.0.0',
|
| 2911 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GcpExtensionChannel.php'
|
| 2912 |
),
|
| 2913 |
+
'Grpc\\Gcp\\GCPServerStreamCall' => array(
|
| 2914 |
'version' => '0.2.0.0',
|
| 2915 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GCPServerStreamCall.php'
|
| 2916 |
),
|
| 2917 |
+
'Grpc\\Gcp\\ChannelRef' => array(
|
| 2918 |
'version' => '0.2.0.0',
|
| 2919 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/ChannelRef.php'
|
| 2920 |
),
|
| 2921 |
+
'Grpc\\Gcp\\CreatedByDeserializeCheck' => array(
|
| 2922 |
'version' => '0.2.0.0',
|
| 2923 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/CreatedByDeserializeCheck.php'
|
| 2924 |
),
|
| 2925 |
+
'Grpc\\Gcp\\GCPUnaryCall' => array(
|
| 2926 |
'version' => '0.2.0.0',
|
| 2927 |
+
'path' => $vendorDir . '/google/grpc-gcp/src/GCPUnaryCall.php'
|
| 2928 |
),
|
| 2929 |
+
'Grpc\\RpcServer' => array(
|
| 2930 |
+
'version' => '1.42.0.0',
|
| 2931 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/RpcServer.php'
|
| 2932 |
),
|
| 2933 |
'Grpc\\ServerCallWriter' => array(
|
| 2934 |
'version' => '1.42.0.0',
|
| 2935 |
'path' => $vendorDir . '/grpc/grpc/src/lib/ServerCallWriter.php'
|
| 2936 |
),
|
| 2937 |
+
'Grpc\\UnaryCall' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2938 |
'version' => '1.42.0.0',
|
| 2939 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/UnaryCall.php'
|
| 2940 |
),
|
| 2941 |
+
'Grpc\\Interceptor' => array(
|
| 2942 |
'version' => '1.42.0.0',
|
| 2943 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/Interceptor.php'
|
| 2944 |
),
|
| 2945 |
+
'Grpc\\DefaultCallInvoker' => array(
|
| 2946 |
'version' => '1.42.0.0',
|
| 2947 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/DefaultCallInvoker.php'
|
| 2948 |
),
|
| 2949 |
+
'Grpc\\ServerStreamingCall' => array(
|
| 2950 |
'version' => '1.42.0.0',
|
| 2951 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/ServerStreamingCall.php'
|
| 2952 |
),
|
| 2953 |
+
'Grpc\\CallInvoker' => array(
|
| 2954 |
'version' => '1.42.0.0',
|
| 2955 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/CallInvoker.php'
|
| 2956 |
),
|
| 2957 |
+
'Grpc\\ServerCallReader' => array(
|
| 2958 |
'version' => '1.42.0.0',
|
| 2959 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/ServerCallReader.php'
|
| 2960 |
),
|
| 2961 |
+
'Grpc\\BaseStub' => array(
|
| 2962 |
'version' => '1.42.0.0',
|
| 2963 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/BaseStub.php'
|
| 2964 |
),
|
| 2965 |
+
'Grpc\\Internal\\InterceptorChannel' => array(
|
| 2966 |
'version' => '1.42.0.0',
|
| 2967 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/Internal/InterceptorChannel.php'
|
| 2968 |
),
|
| 2969 |
'Grpc\\AbstractCall' => array(
|
| 2970 |
'version' => '1.42.0.0',
|
| 2971 |
'path' => $vendorDir . '/grpc/grpc/src/lib/AbstractCall.php'
|
| 2972 |
),
|
| 2973 |
+
'Grpc\\BidiStreamingCall' => array(
|
| 2974 |
'version' => '1.42.0.0',
|
| 2975 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/BidiStreamingCall.php'
|
| 2976 |
),
|
| 2977 |
+
'Grpc\\Status' => array(
|
| 2978 |
'version' => '1.42.0.0',
|
| 2979 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/Status.php'
|
| 2980 |
),
|
| 2981 |
+
'Grpc\\ClientStreamingCall' => array(
|
| 2982 |
'version' => '1.42.0.0',
|
| 2983 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/ClientStreamingCall.php'
|
| 2984 |
+
),
|
| 2985 |
+
'Grpc\\MethodDescriptor' => array(
|
| 2986 |
+
'version' => '1.42.0.0',
|
| 2987 |
+
'path' => $vendorDir . '/grpc/grpc/src/lib/MethodDescriptor.php'
|
| 2988 |
),
|
| 2989 |
'Grpc\\ServerContext' => array(
|
| 2990 |
'version' => '1.42.0.0',
|
| 2991 |
'path' => $vendorDir . '/grpc/grpc/src/lib/ServerContext.php'
|
| 2992 |
),
|
| 2993 |
+
'Google\\Service\\ShoppingContent\\ProductStatusDestinationStatus' => array(
|
| 2994 |
'version' => '0.258.0.0',
|
| 2995 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductStatusDestinationStatus.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2996 |
),
|
| 2997 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsProcessResponse' => array(
|
| 2998 |
'version' => '0.258.0.0',
|
| 2999 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsProcessResponse.php'
|
| 3000 |
),
|
| 3001 |
+
'Google\\Service\\ShoppingContent\\OrderreportsListTransactionsResponse' => array(
|
| 3002 |
'version' => '0.258.0.0',
|
| 3003 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreportsListTransactionsResponse.php'
|
| 3004 |
),
|
| 3005 |
+
'Google\\Service\\ShoppingContent\\AccountGoogleMyBusinessLink' => array(
|
| 3006 |
'version' => '0.258.0.0',
|
| 3007 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountGoogleMyBusinessLink.php'
|
| 3008 |
),
|
| 3009 |
+
'Google\\Service\\ShoppingContent\\ProductsCustomBatchResponseEntry' => array(
|
| 3010 |
'version' => '0.258.0.0',
|
| 3011 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductsCustomBatchResponseEntry.php'
|
| 3012 |
),
|
| 3013 |
+
'Google\\Service\\ShoppingContent\\TransitTableTransitTimeRowTransitTimeValue' => array(
|
| 3014 |
'version' => '0.258.0.0',
|
| 3015 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TransitTableTransitTimeRowTransitTimeValue.php'
|
| 3016 |
),
|
| 3017 |
+
'Google\\Service\\ShoppingContent\\PosSaleRequest' => array(
|
| 3018 |
'version' => '0.258.0.0',
|
| 3019 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosSaleRequest.php'
|
| 3020 |
),
|
| 3021 |
+
'Google\\Service\\ShoppingContent\\OrdersShipLineItemsRequest' => array(
|
| 3022 |
'version' => '0.258.0.0',
|
| 3023 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersShipLineItemsRequest.php'
|
| 3024 |
),
|
| 3025 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsCustomBatchRequestEntry' => array(
|
| 3026 |
'version' => '0.258.0.0',
|
| 3027 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsCustomBatchRequestEntry.php'
|
| 3028 |
),
|
| 3029 |
+
'Google\\Service\\ShoppingContent\\LabelIds' => array(
|
| 3030 |
'version' => '0.258.0.0',
|
| 3031 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LabelIds.php'
|
| 3032 |
),
|
| 3033 |
+
'Google\\Service\\ShoppingContent\\ProductstatusesCustomBatchRequestEntry' => array(
|
| 3034 |
'version' => '0.258.0.0',
|
| 3035 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductstatusesCustomBatchRequestEntry.php'
|
| 3036 |
),
|
| 3037 |
+
'Google\\Service\\ShoppingContent\\Errors' => array(
|
| 3038 |
'version' => '0.258.0.0',
|
| 3039 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Errors.php'
|
| 3040 |
),
|
| 3041 |
+
'Google\\Service\\ShoppingContent\\OrderAddress' => array(
|
| 3042 |
'version' => '0.258.0.0',
|
| 3043 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderAddress.php'
|
| 3044 |
),
|
| 3045 |
+
'Google\\Service\\ShoppingContent\\LiaInventorySettings' => array(
|
| 3046 |
'version' => '0.258.0.0',
|
| 3047 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaInventorySettings.php'
|
| 3048 |
),
|
| 3049 |
+
'Google\\Service\\ShoppingContent\\SettlementTransactionIdentifiers' => array(
|
| 3050 |
'version' => '0.258.0.0',
|
| 3051 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransactionIdentifiers.php'
|
| 3052 |
),
|
| 3053 |
+
'Google\\Service\\ShoppingContent\\DateTime' => array(
|
| 3054 |
'version' => '0.258.0.0',
|
| 3055 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DateTime.php'
|
| 3056 |
),
|
| 3057 |
+
'Google\\Service\\ShoppingContent\\RegionalInventory' => array(
|
| 3058 |
'version' => '0.258.0.0',
|
| 3059 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionalInventory.php'
|
| 3060 |
),
|
| 3061 |
+
'Google\\Service\\ShoppingContent\\AccountstatusesListResponse' => array(
|
| 3062 |
'version' => '0.258.0.0',
|
| 3063 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountstatusesListResponse.php'
|
| 3064 |
),
|
| 3065 |
+
'Google\\Service\\ShoppingContent\\Headers' => array(
|
| 3066 |
'version' => '0.258.0.0',
|
| 3067 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Headers.php'
|
| 3068 |
),
|
| 3069 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemReturnInfo' => array(
|
| 3070 |
'version' => '0.258.0.0',
|
| 3071 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemReturnInfo.php'
|
| 3072 |
),
|
| 3073 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsRefundOperation' => array(
|
| 3074 |
'version' => '0.258.0.0',
|
| 3075 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsRefundOperation.php'
|
| 3076 |
),
|
| 3077 |
+
'Google\\Service\\ShoppingContent\\OrderCustomerMarketingRightsInfo' => array(
|
| 3078 |
'version' => '0.258.0.0',
|
| 3079 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderCustomerMarketingRightsInfo.php'
|
| 3080 |
),
|
| 3081 |
+
'Google\\Service\\ShoppingContent\\DatafeedsCustomBatchRequest' => array(
|
| 3082 |
'version' => '0.258.0.0',
|
| 3083 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsCustomBatchRequest.php'
|
| 3084 |
),
|
| 3085 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateShipmentResponse' => array(
|
| 3086 |
'version' => '0.258.0.0',
|
| 3087 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateShipmentResponse.php'
|
| 3088 |
),
|
| 3089 |
+
'Google\\Service\\ShoppingContent\\ProductShippingWeight' => array(
|
| 3090 |
'version' => '0.258.0.0',
|
| 3091 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductShippingWeight.php'
|
| 3092 |
),
|
| 3093 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleEligibleOfferMatcherStringMatcher' => array(
|
| 3094 |
'version' => '0.258.0.0',
|
| 3095 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleEligibleOfferMatcherStringMatcher.php'
|
| 3096 |
),
|
| 3097 |
+
'Google\\Service\\ShoppingContent\\Region' => array(
|
| 3098 |
'version' => '0.258.0.0',
|
| 3099 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Region.php'
|
| 3100 |
),
|
| 3101 |
+
'Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchRequest' => array(
|
| 3102 |
'version' => '0.258.0.0',
|
| 3103 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedstatusesCustomBatchRequest.php'
|
| 3104 |
),
|
| 3105 |
+
'Google\\Service\\ShoppingContent\\AccountUser' => array(
|
| 3106 |
'version' => '0.258.0.0',
|
| 3107 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountUser.php'
|
| 3108 |
),
|
| 3109 |
+
'Google\\Service\\ShoppingContent\\RegionGeoTargetArea' => array(
|
| 3110 |
'version' => '0.258.0.0',
|
| 3111 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionGeoTargetArea.php'
|
| 3112 |
),
|
| 3113 |
+
'Google\\Service\\ShoppingContent\\OrdersCustomBatchRequestEntryRefundItemItem' => array(
|
| 3114 |
'version' => '0.258.0.0',
|
| 3115 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCustomBatchRequestEntryRefundItemItem.php'
|
| 3116 |
),
|
| 3117 |
+
'Google\\Service\\ShoppingContent\\OrderReportTransaction' => array(
|
| 3118 |
'version' => '0.258.0.0',
|
| 3119 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderReportTransaction.php'
|
| 3120 |
),
|
| 3121 |
+
'Google\\Service\\ShoppingContent\\OrdersRefundOrderResponse' => array(
|
| 3122 |
'version' => '0.258.0.0',
|
| 3123 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRefundOrderResponse.php'
|
| 3124 |
),
|
| 3125 |
+
'Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchRequestEntry' => array(
|
| 3126 |
'version' => '0.258.0.0',
|
| 3127 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountstatusesCustomBatchRequestEntry.php'
|
| 3128 |
),
|
| 3129 |
+
'Google\\Service\\ShoppingContent\\LinkService' => array(
|
| 3130 |
'version' => '0.258.0.0',
|
| 3131 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LinkService.php'
|
| 3132 |
),
|
| 3133 |
+
'Google\\Service\\ShoppingContent\\OrderPromotion' => array(
|
| 3134 |
'version' => '0.258.0.0',
|
| 3135 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderPromotion.php'
|
| 3136 |
),
|
| 3137 |
+
'Google\\Service\\ShoppingContent\\RegionalinventoryCustomBatchRequest' => array(
|
| 3138 |
'version' => '0.258.0.0',
|
| 3139 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionalinventoryCustomBatchRequest.php'
|
| 3140 |
),
|
| 3141 |
+
'Google\\Service\\ShoppingContent\\OrdersGetByMerchantOrderIdResponse' => array(
|
| 3142 |
'version' => '0.258.0.0',
|
| 3143 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersGetByMerchantOrderIdResponse.php'
|
| 3144 |
),
|
| 3145 |
+
'Google\\Service\\ShoppingContent\\TransitTableTransitTimeRow' => array(
|
| 3146 |
'version' => '0.258.0.0',
|
| 3147 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TransitTableTransitTimeRow.php'
|
| 3148 |
),
|
| 3149 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyOnlineReturnShippingFee' => array(
|
| 3150 |
'version' => '0.258.0.0',
|
| 3151 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyOnlineReturnShippingFee.php'
|
| 3152 |
),
|
| 3153 |
+
'Google\\Service\\ShoppingContent\\PauseBuyOnGoogleProgramRequest' => array(
|
| 3154 |
'version' => '0.258.0.0',
|
| 3155 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PauseBuyOnGoogleProgramRequest.php'
|
| 3156 |
),
|
| 3157 |
+
'Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchResponseEntry' => array(
|
| 3158 |
'version' => '0.258.0.0',
|
| 3159 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountstatusesCustomBatchResponseEntry.php'
|
| 3160 |
),
|
| 3161 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemProduct' => array(
|
| 3162 |
'version' => '0.258.0.0',
|
| 3163 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemProduct.php'
|
| 3164 |
),
|
| 3165 |
+
'Google\\Service\\ShoppingContent\\TimePeriod' => array(
|
| 3166 |
'version' => '0.258.0.0',
|
| 3167 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TimePeriod.php'
|
| 3168 |
),
|
| 3169 |
+
'Google\\Service\\ShoppingContent\\ReportRow' => array(
|
| 3170 |
'version' => '0.258.0.0',
|
| 3171 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReportRow.php'
|
| 3172 |
),
|
| 3173 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleStatsBasedRule' => array(
|
| 3174 |
'version' => '0.258.0.0',
|
| 3175 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleStatsBasedRule.php'
|
| 3176 |
),
|
| 3177 |
+
'Google\\Service\\ShoppingContent\\AccountsCustomBatchRequest' => array(
|
| 3178 |
'version' => '0.258.0.0',
|
| 3179 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsCustomBatchRequest.php'
|
| 3180 |
),
|
| 3181 |
+
'Google\\Service\\ShoppingContent\\LiaOnDisplayToOrderSettings' => array(
|
| 3182 |
'version' => '0.258.0.0',
|
| 3183 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaOnDisplayToOrderSettings.php'
|
| 3184 |
),
|
| 3185 |
+
'Google\\Service\\ShoppingContent\\DatafeedFetchSchedule' => array(
|
| 3186 |
'version' => '0.258.0.0',
|
| 3187 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedFetchSchedule.php'
|
| 3188 |
),
|
| 3189 |
+
'Google\\Service\\ShoppingContent\\AccountAddress' => array(
|
| 3190 |
'version' => '0.258.0.0',
|
| 3191 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountAddress.php'
|
| 3192 |
),
|
| 3193 |
'Google\\Service\\ShoppingContent\\OrderShipment' => array(
|
| 3194 |
'version' => '0.258.0.0',
|
| 3195 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderShipment.php'
|
| 3196 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3197 |
'Google\\Service\\ShoppingContent\\AccountStatus' => array(
|
| 3198 |
'version' => '0.258.0.0',
|
| 3199 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatus.php'
|
| 3200 |
),
|
| 3201 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleReportBuyboxWinningRuleStats' => array(
|
| 3202 |
'version' => '0.258.0.0',
|
| 3203 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleReportBuyboxWinningRuleStats.php'
|
| 3204 |
),
|
| 3205 |
+
'Google\\Service\\ShoppingContent\\LiasettingsCustomBatchResponse' => array(
|
| 3206 |
'version' => '0.258.0.0',
|
| 3207 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsCustomBatchResponse.php'
|
| 3208 |
),
|
| 3209 |
+
'Google\\Service\\ShoppingContent\\OrdersListResponse' => array(
|
| 3210 |
'version' => '0.258.0.0',
|
| 3211 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersListResponse.php'
|
| 3212 |
),
|
| 3213 |
+
'Google\\Service\\ShoppingContent\\ShipmentInvoice' => array(
|
| 3214 |
'version' => '0.258.0.0',
|
| 3215 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShipmentInvoice.php'
|
| 3216 |
),
|
| 3217 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsListResponse' => array(
|
| 3218 |
'version' => '0.258.0.0',
|
| 3219 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsListResponse.php'
|
| 3220 |
),
|
| 3221 |
+
'Google\\Service\\ShoppingContent\\OrdersCreateTestOrderResponse' => array(
|
| 3222 |
'version' => '0.258.0.0',
|
| 3223 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCreateTestOrderResponse.php'
|
| 3224 |
),
|
| 3225 |
+
'Google\\Service\\ShoppingContent\\ShoppingAdsProgramStatusRegionStatus' => array(
|
| 3226 |
'version' => '0.258.0.0',
|
| 3227 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShoppingAdsProgramStatusRegionStatus.php'
|
| 3228 |
),
|
| 3229 |
+
'Google\\Service\\ShoppingContent\\FreeListingsProgramStatus' => array(
|
| 3230 |
'version' => '0.258.0.0',
|
| 3231 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/FreeListingsProgramStatus.php'
|
| 3232 |
),
|
| 3233 |
+
'Google\\Service\\ShoppingContent\\RequestPhoneVerificationResponse' => array(
|
| 3234 |
'version' => '0.258.0.0',
|
| 3235 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RequestPhoneVerificationResponse.php'
|
| 3236 |
),
|
| 3237 |
+
'Google\\Service\\ShoppingContent\\LiaSettings' => array(
|
| 3238 |
'version' => '0.258.0.0',
|
| 3239 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaSettings.php'
|
| 3240 |
),
|
| 3241 |
+
'Google\\Service\\ShoppingContent\\OrdersRefundItemRequest' => array(
|
| 3242 |
'version' => '0.258.0.0',
|
| 3243 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRefundItemRequest.php'
|
| 3244 |
),
|
| 3245 |
+
'Google\\Service\\ShoppingContent\\AccountsLinkResponse' => array(
|
| 3246 |
'version' => '0.258.0.0',
|
| 3247 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsLinkResponse.php'
|
| 3248 |
),
|
| 3249 |
+
'Google\\Service\\ShoppingContent\\ShipmentInvoiceLineItemInvoice' => array(
|
| 3250 |
'version' => '0.258.0.0',
|
| 3251 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShipmentInvoiceLineItemInvoice.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3252 |
),
|
| 3253 |
+
'Google\\Service\\ShoppingContent\\UnitInvoice' => array(
|
| 3254 |
'version' => '0.258.0.0',
|
| 3255 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/UnitInvoice.php'
|
| 3256 |
),
|
| 3257 |
+
'Google\\Service\\ShoppingContent\\OrderPromotionItem' => array(
|
| 3258 |
'version' => '0.258.0.0',
|
| 3259 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderPromotionItem.php'
|
| 3260 |
),
|
| 3261 |
+
'Google\\Service\\ShoppingContent\\LocalinventoryCustomBatchRequestEntry' => array(
|
| 3262 |
'version' => '0.258.0.0',
|
| 3263 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocalinventoryCustomBatchRequestEntry.php'
|
| 3264 |
),
|
| 3265 |
+
'Google\\Service\\ShoppingContent\\AccounttaxCustomBatchRequest' => array(
|
| 3266 |
'version' => '0.258.0.0',
|
| 3267 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxCustomBatchRequest.php'
|
| 3268 |
),
|
| 3269 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsCreateOrderReturnRequest' => array(
|
| 3270 |
'version' => '0.258.0.0',
|
| 3271 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsCreateOrderReturnRequest.php'
|
| 3272 |
),
|
| 3273 |
+
'Google\\Service\\ShoppingContent\\ReturnpolicyCustomBatchRequestEntry' => array(
|
| 3274 |
'version' => '0.258.0.0',
|
| 3275 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnpolicyCustomBatchRequestEntry.php'
|
| 3276 |
),
|
| 3277 |
+
'Google\\Service\\ShoppingContent\\CaptureOrderResponse' => array(
|
| 3278 |
'version' => '0.258.0.0',
|
| 3279 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CaptureOrderResponse.php'
|
| 3280 |
),
|
| 3281 |
+
'Google\\Service\\ShoppingContent\\LiasettingsCustomBatchRequestEntry' => array(
|
| 3282 |
'version' => '0.258.0.0',
|
| 3283 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsCustomBatchRequestEntry.php'
|
| 3284 |
),
|
| 3285 |
+
'Google\\Service\\ShoppingContent\\ProductstatusesListResponse' => array(
|
| 3286 |
'version' => '0.258.0.0',
|
| 3287 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductstatusesListResponse.php'
|
| 3288 |
),
|
| 3289 |
+
'Google\\Service\\ShoppingContent\\WarehouseBasedDeliveryTime' => array(
|
| 3290 |
'version' => '0.258.0.0',
|
| 3291 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/WarehouseBasedDeliveryTime.php'
|
| 3292 |
),
|
| 3293 |
+
'Google\\Service\\ShoppingContent\\SearchRequest' => array(
|
| 3294 |
'version' => '0.258.0.0',
|
| 3295 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SearchRequest.php'
|
| 3296 |
),
|
| 3297 |
+
'Google\\Service\\ShoppingContent\\ReturnaddressCustomBatchRequest' => array(
|
| 3298 |
'version' => '0.258.0.0',
|
| 3299 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressCustomBatchRequest.php'
|
| 3300 |
),
|
| 3301 |
+
'Google\\Service\\ShoppingContent\\Product' => array(
|
| 3302 |
'version' => '0.258.0.0',
|
| 3303 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Product.php'
|
| 3304 |
),
|
| 3305 |
+
'Google\\Service\\ShoppingContent\\Order' => array(
|
| 3306 |
'version' => '0.258.0.0',
|
| 3307 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Order.php'
|
| 3308 |
),
|
| 3309 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelTestOrderByCustomerRequest' => array(
|
| 3310 |
'version' => '0.258.0.0',
|
| 3311 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelTestOrderByCustomerRequest.php'
|
| 3312 |
),
|
| 3313 |
+
'Google\\Service\\ShoppingContent\\OrdersCreateTestReturnRequest' => array(
|
| 3314 |
'version' => '0.258.0.0',
|
| 3315 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCreateTestReturnRequest.php'
|
| 3316 |
),
|
| 3317 |
+
'Google\\Service\\ShoppingContent\\PosInventoryResponse' => array(
|
| 3318 |
'version' => '0.258.0.0',
|
| 3319 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosInventoryResponse.php'
|
| 3320 |
),
|
| 3321 |
+
'Google\\Service\\ShoppingContent\\ReturnaddressCustomBatchResponseEntry' => array(
|
| 3322 |
'version' => '0.258.0.0',
|
| 3323 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressCustomBatchResponseEntry.php'
|
| 3324 |
),
|
| 3325 |
+
'Google\\Service\\ShoppingContent\\SettlementReport' => array(
|
| 3326 |
'version' => '0.258.0.0',
|
| 3327 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementReport.php'
|
| 3328 |
),
|
| 3329 |
+
'Google\\Service\\ShoppingContent\\LinkedAccount' => array(
|
| 3330 |
'version' => '0.258.0.0',
|
| 3331 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LinkedAccount.php'
|
| 3332 |
),
|
| 3333 |
+
'Google\\Service\\ShoppingContent\\OrdersAdvanceTestOrderResponse' => array(
|
| 3334 |
'version' => '0.258.0.0',
|
| 3335 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersAdvanceTestOrderResponse.php'
|
| 3336 |
),
|
| 3337 |
+
'Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntryLinkRequest' => array(
|
| 3338 |
'version' => '0.258.0.0',
|
| 3339 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsCustomBatchRequestEntryLinkRequest.php'
|
| 3340 |
),
|
| 3341 |
+
'Google\\Service\\ShoppingContent\\RepricingProductReport' => array(
|
| 3342 |
'version' => '0.258.0.0',
|
| 3343 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingProductReport.php'
|
| 3344 |
),
|
| 3345 |
+
'Google\\Service\\ShoppingContent\\ProductDeliveryTimeAreaDeliveryTime' => array(
|
| 3346 |
'version' => '0.258.0.0',
|
| 3347 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductDeliveryTimeAreaDeliveryTime.php'
|
| 3348 |
),
|
| 3349 |
+
'Google\\Service\\ShoppingContent\\RequestReviewShoppingAdsRequest' => array(
|
| 3350 |
'version' => '0.258.0.0',
|
| 3351 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RequestReviewShoppingAdsRequest.php'
|
| 3352 |
),
|
| 3353 |
+
'Google\\Service\\ShoppingContent\\ListRepricingRulesResponse' => array(
|
| 3354 |
'version' => '0.258.0.0',
|
| 3355 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListRepricingRulesResponse.php'
|
| 3356 |
),
|
| 3357 |
'Google\\Service\\ShoppingContent\\ReturnaddressCustomBatchRequestEntry' => array(
|
| 3358 |
'version' => '0.258.0.0',
|
| 3359 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressCustomBatchRequestEntry.php'
|
| 3360 |
),
|
| 3361 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCreateRefundInvoiceResponse' => array(
|
| 3362 |
'version' => '0.258.0.0',
|
| 3363 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCreateRefundInvoiceResponse.php'
|
| 3364 |
),
|
| 3365 |
+
'Google\\Service\\ShoppingContent\\HolidayCutoff' => array(
|
| 3366 |
'version' => '0.258.0.0',
|
| 3367 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/HolidayCutoff.php'
|
| 3368 |
),
|
| 3369 |
+
'Google\\Service\\ShoppingContent\\DatafeedFormat' => array(
|
| 3370 |
'version' => '0.258.0.0',
|
| 3371 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedFormat.php'
|
| 3372 |
),
|
| 3373 |
+
'Google\\Service\\ShoppingContent\\SettlementTransactionAmount' => array(
|
| 3374 |
'version' => '0.258.0.0',
|
| 3375 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransactionAmount.php'
|
| 3376 |
),
|
| 3377 |
+
'Google\\Service\\ShoppingContent\\PosCustomBatchResponse' => array(
|
| 3378 |
'version' => '0.258.0.0',
|
| 3379 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosCustomBatchResponse.php'
|
| 3380 |
),
|
| 3381 |
+
'Google\\Service\\ShoppingContent\\VerifyPhoneNumberResponse' => array(
|
| 3382 |
'version' => '0.258.0.0',
|
| 3383 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/VerifyPhoneNumberResponse.php'
|
| 3384 |
),
|
| 3385 |
+
'Google\\Service\\ShoppingContent\\LiasettingsCustomBatchRequest' => array(
|
| 3386 |
'version' => '0.258.0.0',
|
| 3387 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsCustomBatchRequest.php'
|
| 3388 |
),
|
| 3389 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsProcessRequest' => array(
|
| 3390 |
'version' => '0.258.0.0',
|
| 3391 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsProcessRequest.php'
|
| 3392 |
),
|
| 3393 |
+
'Google\\Service\\ShoppingContent\\MerchantRejectionReason' => array(
|
| 3394 |
'version' => '0.258.0.0',
|
| 3395 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MerchantRejectionReason.php'
|
| 3396 |
),
|
| 3397 |
+
'Google\\Service\\ShoppingContent\\CustomAttribute' => array(
|
| 3398 |
'version' => '0.258.0.0',
|
| 3399 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CustomAttribute.php'
|
| 3400 |
),
|
| 3401 |
+
'Google\\Service\\ShoppingContent\\Service' => array(
|
| 3402 |
'version' => '0.258.0.0',
|
| 3403 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Service.php'
|
| 3404 |
),
|
| 3405 |
+
'Google\\Service\\ShoppingContent\\DeliveryArea' => array(
|
| 3406 |
'version' => '0.258.0.0',
|
| 3407 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DeliveryArea.php'
|
| 3408 |
),
|
| 3409 |
+
'Google\\Service\\ShoppingContent\\PosInventory' => array(
|
| 3410 |
'version' => '0.258.0.0',
|
| 3411 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosInventory.php'
|
| 3412 |
),
|
| 3413 |
+
'Google\\Service\\ShoppingContent\\ProductId' => array(
|
| 3414 |
'version' => '0.258.0.0',
|
| 3415 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductId.php'
|
| 3416 |
),
|
| 3417 |
+
'Google\\Service\\ShoppingContent\\PosSaleResponse' => array(
|
| 3418 |
'version' => '0.258.0.0',
|
| 3419 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosSaleResponse.php'
|
| 3420 |
),
|
| 3421 |
+
'Google\\Service\\ShoppingContent\\PickupCarrierService' => array(
|
| 3422 |
'version' => '0.258.0.0',
|
| 3423 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PickupCarrierService.php'
|
| 3424 |
),
|
| 3425 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleRestrictionBoundary' => array(
|
| 3426 |
'version' => '0.258.0.0',
|
| 3427 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleRestrictionBoundary.php'
|
| 3428 |
),
|
| 3429 |
+
'Google\\Service\\ShoppingContent\\OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails' => array(
|
| 3430 |
'version' => '0.258.0.0',
|
| 3431 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCustomBatchRequestEntryUpdateShipmentScheduledDeliveryDetails.php'
|
| 3432 |
),
|
| 3433 |
'Google\\Service\\ShoppingContent\\Address' => array(
|
| 3434 |
'version' => '0.258.0.0',
|
| 3435 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Address.php'
|
| 3436 |
),
|
| 3437 |
+
'Google\\Service\\ShoppingContent\\DatafeedsFetchNowResponse' => array(
|
| 3438 |
'version' => '0.258.0.0',
|
| 3439 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsFetchNowResponse.php'
|
| 3440 |
),
|
| 3441 |
+
'Google\\Service\\ShoppingContent\\AccountTax' => array(
|
| 3442 |
'version' => '0.258.0.0',
|
| 3443 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountTax.php'
|
| 3444 |
),
|
| 3445 |
+
'Google\\Service\\ShoppingContent\\ReturnShipment' => array(
|
| 3446 |
'version' => '0.258.0.0',
|
| 3447 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnShipment.php'
|
| 3448 |
),
|
| 3449 |
+
'Google\\Service\\ShoppingContent\\PostalCodeRange' => array(
|
| 3450 |
'version' => '0.258.0.0',
|
| 3451 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PostalCodeRange.php'
|
| 3452 |
),
|
| 3453 |
+
'Google\\Service\\ShoppingContent\\ListAccountLabelsResponse' => array(
|
| 3454 |
'version' => '0.258.0.0',
|
| 3455 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListAccountLabelsResponse.php'
|
| 3456 |
),
|
| 3457 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleRestriction' => array(
|
| 3458 |
'version' => '0.258.0.0',
|
| 3459 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleRestriction.php'
|
| 3460 |
),
|
| 3461 |
+
'Google\\Service\\ShoppingContent\\InapplicabilityDetails' => array(
|
| 3462 |
'version' => '0.258.0.0',
|
| 3463 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/InapplicabilityDetails.php'
|
| 3464 |
),
|
| 3465 |
+
'Google\\Service\\ShoppingContent\\OrderTrackingSignalShipmentLineItemMapping' => array(
|
| 3466 |
'version' => '0.258.0.0',
|
| 3467 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderTrackingSignalShipmentLineItemMapping.php'
|
| 3468 |
),
|
| 3469 |
+
'Google\\Service\\ShoppingContent\\AccountsUpdateLabelsResponse' => array(
|
| 3470 |
'version' => '0.258.0.0',
|
| 3471 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsUpdateLabelsResponse.php'
|
| 3472 |
),
|
| 3473 |
+
'Google\\Service\\ShoppingContent\\OrderShipmentLineItemShipment' => array(
|
| 3474 |
'version' => '0.258.0.0',
|
| 3475 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderShipmentLineItemShipment.php'
|
| 3476 |
),
|
| 3477 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemShippingDetailsMethod' => array(
|
| 3478 |
'version' => '0.258.0.0',
|
| 3479 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemShippingDetailsMethod.php'
|
| 3480 |
),
|
| 3481 |
+
'Google\\Service\\ShoppingContent\\OrdersInStoreRefundLineItemRequest' => array(
|
| 3482 |
'version' => '0.258.0.0',
|
| 3483 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersInStoreRefundLineItemRequest.php'
|
| 3484 |
),
|
| 3485 |
+
'Google\\Service\\ShoppingContent\\MerchantOrderReturnItem' => array(
|
| 3486 |
'version' => '0.258.0.0',
|
| 3487 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MerchantOrderReturnItem.php'
|
| 3488 |
),
|
| 3489 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleEffectiveTime' => array(
|
| 3490 |
'version' => '0.258.0.0',
|
| 3491 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleEffectiveTime.php'
|
| 3492 |
),
|
| 3493 |
+
'Google\\Service\\ShoppingContent\\DatafeedStatus' => array(
|
| 3494 |
'version' => '0.258.0.0',
|
| 3495 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedStatus.php'
|
| 3496 |
),
|
| 3497 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelTestOrderByCustomerResponse' => array(
|
| 3498 |
'version' => '0.258.0.0',
|
| 3499 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelTestOrderByCustomerResponse.php'
|
| 3500 |
),
|
| 3501 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyOnlineRestockingFee' => array(
|
| 3502 |
'version' => '0.258.0.0',
|
| 3503 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyOnlineRestockingFee.php'
|
| 3504 |
),
|
| 3505 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelResponse' => array(
|
| 3506 |
'version' => '0.258.0.0',
|
| 3507 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelResponse.php'
|
| 3508 |
),
|
| 3509 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyOnlinePolicy' => array(
|
| 3510 |
'version' => '0.258.0.0',
|
| 3511 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyOnlinePolicy.php'
|
| 3512 |
),
|
| 3513 |
+
'Google\\Service\\ShoppingContent\\SearchResponse' => array(
|
| 3514 |
'version' => '0.258.0.0',
|
| 3515 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SearchResponse.php'
|
| 3516 |
),
|
| 3517 |
+
'Google\\Service\\ShoppingContent\\GmbAccountsGmbAccount' => array(
|
| 3518 |
'version' => '0.258.0.0',
|
| 3519 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/GmbAccountsGmbAccount.php'
|
| 3520 |
),
|
| 3521 |
+
'Google\\Service\\ShoppingContent\\PubsubNotificationSettings' => array(
|
| 3522 |
'version' => '0.258.0.0',
|
| 3523 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PubsubNotificationSettings.php'
|
| 3524 |
),
|
| 3525 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelRequest' => array(
|
| 3526 |
'version' => '0.258.0.0',
|
| 3527 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelRequest.php'
|
| 3528 |
),
|
| 3529 |
+
'Google\\Service\\ShoppingContent\\RequestPhoneVerificationRequest' => array(
|
| 3530 |
'version' => '0.258.0.0',
|
| 3531 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RequestPhoneVerificationRequest.php'
|
| 3532 |
),
|
| 3533 |
+
'Google\\Service\\ShoppingContent\\RepricingRule' => array(
|
| 3534 |
'version' => '0.258.0.0',
|
| 3535 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRule.php'
|
| 3536 |
),
|
| 3537 |
+
'Google\\Service\\ShoppingContent\\DeliveryAreaPostalCodeRange' => array(
|
| 3538 |
'version' => '0.258.0.0',
|
| 3539 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DeliveryAreaPostalCodeRange.php'
|
| 3540 |
),
|
| 3541 |
+
'Google\\Service\\ShoppingContent\\ECommercePlatformLinkInfo' => array(
|
| 3542 |
'version' => '0.258.0.0',
|
| 3543 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ECommercePlatformLinkInfo.php'
|
| 3544 |
),
|
| 3545 |
+
'Google\\Service\\ShoppingContent\\AccountIdentifier' => array(
|
| 3546 |
'version' => '0.258.0.0',
|
| 3547 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountIdentifier.php'
|
| 3548 |
),
|
| 3549 |
+
'Google\\Service\\ShoppingContent\\Promotion' => array(
|
| 3550 |
'version' => '0.258.0.0',
|
| 3551 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Promotion.php'
|
| 3552 |
),
|
| 3553 |
+
'Google\\Service\\ShoppingContent\\ProductTax' => array(
|
| 3554 |
'version' => '0.258.0.0',
|
| 3555 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductTax.php'
|
| 3556 |
),
|
| 3557 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsAcknowledgeResponse' => array(
|
| 3558 |
'version' => '0.258.0.0',
|
| 3559 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsAcknowledgeResponse.php'
|
| 3560 |
),
|
| 3561 |
+
'Google\\Service\\ShoppingContent\\ListRepricingProductReportsResponse' => array(
|
| 3562 |
'version' => '0.258.0.0',
|
| 3563 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListRepricingProductReportsResponse.php'
|
| 3564 |
),
|
| 3565 |
+
'Google\\Service\\ShoppingContent\\TestOrderPickupDetails' => array(
|
| 3566 |
'version' => '0.258.0.0',
|
| 3567 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderPickupDetails.php'
|
| 3568 |
),
|
| 3569 |
+
'Google\\Service\\ShoppingContent\\ProductsListResponse' => array(
|
| 3570 |
'version' => '0.258.0.0',
|
| 3571 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductsListResponse.php'
|
| 3572 |
),
|
| 3573 |
+
'Google\\Service\\ShoppingContent\\FreeListingsProgramStatusRegionStatus' => array(
|
| 3574 |
'version' => '0.258.0.0',
|
| 3575 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/FreeListingsProgramStatusRegionStatus.php'
|
| 3576 |
),
|
| 3577 |
+
'Google\\Service\\ShoppingContent\\ProductstatusesCustomBatchResponseEntry' => array(
|
| 3578 |
'version' => '0.258.0.0',
|
| 3579 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductstatusesCustomBatchResponseEntry.php'
|
| 3580 |
),
|
| 3581 |
+
'Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchRequestEntry' => array(
|
| 3582 |
'version' => '0.258.0.0',
|
| 3583 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedstatusesCustomBatchRequestEntry.php'
|
| 3584 |
),
|
| 3585 |
+
'Google\\Service\\ShoppingContent\\AccountStatusItemLevelIssue' => array(
|
| 3586 |
'version' => '0.258.0.0',
|
| 3587 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatusItemLevelIssue.php'
|
| 3588 |
),
|
| 3589 |
+
'Google\\Service\\ShoppingContent\\AccountStatusStatistics' => array(
|
| 3590 |
'version' => '0.258.0.0',
|
| 3591 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatusStatistics.php'
|
| 3592 |
),
|
| 3593 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsCustomBatchResponseEntry' => array(
|
| 3594 |
'version' => '0.258.0.0',
|
| 3595 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsCustomBatchResponseEntry.php'
|
| 3596 |
),
|
| 3597 |
+
'Google\\Service\\ShoppingContent\\DatafeedstatusesListResponse' => array(
|
| 3598 |
'version' => '0.258.0.0',
|
| 3599 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedstatusesListResponse.php'
|
| 3600 |
),
|
| 3601 |
+
'Google\\Service\\ShoppingContent\\Account' => array(
|
| 3602 |
'version' => '0.258.0.0',
|
| 3603 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Account.php'
|
| 3604 |
),
|
| 3605 |
+
'Google\\Service\\ShoppingContent\\DatafeedStatusExample' => array(
|
| 3606 |
'version' => '0.258.0.0',
|
| 3607 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedStatusExample.php'
|
| 3608 |
),
|
| 3609 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleEffectiveTimeFixedTimePeriod' => array(
|
| 3610 |
'version' => '0.258.0.0',
|
| 3611 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleEffectiveTimeFixedTimePeriod.php'
|
| 3612 |
),
|
| 3613 |
+
'Google\\Service\\ShoppingContent\\TestOrderAddress' => array(
|
| 3614 |
'version' => '0.258.0.0',
|
| 3615 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderAddress.php'
|
| 3616 |
),
|
| 3617 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsGetSupportedHolidaysResponse' => array(
|
| 3618 |
'version' => '0.258.0.0',
|
| 3619 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsGetSupportedHolidaysResponse.php'
|
| 3620 |
),
|
| 3621 |
+
'Google\\Service\\ShoppingContent\\ShoppingAdsProgramStatusReviewIneligibilityReasonDetails' => array(
|
| 3622 |
'version' => '0.258.0.0',
|
| 3623 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShoppingAdsProgramStatusReviewIneligibilityReasonDetails.php'
|
| 3624 |
),
|
| 3625 |
+
'Google\\Service\\ShoppingContent\\DeliveryTime' => array(
|
| 3626 |
'version' => '0.258.0.0',
|
| 3627 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DeliveryTime.php'
|
| 3628 |
),
|
| 3629 |
+
'Google\\Service\\ShoppingContent\\LoyaltyPoints' => array(
|
| 3630 |
'version' => '0.258.0.0',
|
| 3631 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LoyaltyPoints.php'
|
| 3632 |
),
|
| 3633 |
+
'Google\\Service\\ShoppingContent\\OrdersSetLineItemMetadataResponse' => array(
|
| 3634 |
'version' => '0.258.0.0',
|
| 3635 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersSetLineItemMetadataResponse.php'
|
| 3636 |
),
|
| 3637 |
+
'Google\\Service\\ShoppingContent\\ProductUnitPricingMeasure' => array(
|
| 3638 |
'version' => '0.258.0.0',
|
| 3639 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductUnitPricingMeasure.php'
|
| 3640 |
),
|
| 3641 |
+
'Google\\Service\\ShoppingContent\\OrdersSetLineItemMetadataRequest' => array(
|
| 3642 |
'version' => '0.258.0.0',
|
| 3643 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersSetLineItemMetadataRequest.php'
|
| 3644 |
),
|
| 3645 |
+
'Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchResponseEntry' => array(
|
| 3646 |
'version' => '0.258.0.0',
|
| 3647 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedstatusesCustomBatchResponseEntry.php'
|
| 3648 |
),
|
| 3649 |
+
'Google\\Service\\ShoppingContent\\ProductSubscriptionCost' => array(
|
| 3650 |
'version' => '0.258.0.0',
|
| 3651 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductSubscriptionCost.php'
|
| 3652 |
),
|
| 3653 |
+
'Google\\Service\\ShoppingContent\\ProductStatusItemLevelIssue' => array(
|
| 3654 |
'version' => '0.258.0.0',
|
| 3655 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductStatusItemLevelIssue.php'
|
| 3656 |
),
|
| 3657 |
+
'Google\\Service\\ShoppingContent\\OrdersCreateTestOrderRequest' => array(
|
| 3658 |
'version' => '0.258.0.0',
|
| 3659 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCreateTestOrderRequest.php'
|
| 3660 |
),
|
| 3661 |
+
'Google\\Service\\ShoppingContent\\RequestReviewBuyOnGoogleProgramRequest' => array(
|
| 3662 |
'version' => '0.258.0.0',
|
| 3663 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RequestReviewBuyOnGoogleProgramRequest.php'
|
| 3664 |
),
|
| 3665 |
+
'Google\\Service\\ShoppingContent\\SettlementTransaction' => array(
|
| 3666 |
'version' => '0.258.0.0',
|
| 3667 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransaction.php'
|
| 3668 |
),
|
| 3669 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsGetSupportedPickupServicesResponse' => array(
|
| 3670 |
'version' => '0.258.0.0',
|
| 3671 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsGetSupportedPickupServicesResponse.php'
|
| 3672 |
),
|
| 3673 |
+
'Google\\Service\\ShoppingContent\\OrdersRefundItemResponse' => array(
|
| 3674 |
'version' => '0.258.0.0',
|
| 3675 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRefundItemResponse.php'
|
| 3676 |
),
|
| 3677 |
+
'Google\\Service\\ShoppingContent\\AccountReturnCarrier' => array(
|
| 3678 |
'version' => '0.258.0.0',
|
| 3679 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountReturnCarrier.php'
|
| 3680 |
),
|
| 3681 |
+
'Google\\Service\\ShoppingContent\\MerchantOrderReturn' => array(
|
| 3682 |
'version' => '0.258.0.0',
|
| 3683 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MerchantOrderReturn.php'
|
| 3684 |
),
|
| 3685 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicySeasonalOverride' => array(
|
| 3686 |
'version' => '0.258.0.0',
|
| 3687 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicySeasonalOverride.php'
|
| 3688 |
),
|
| 3689 |
+
'Google\\Service\\ShoppingContent\\AccountAutomaticImprovements' => array(
|
| 3690 |
'version' => '0.258.0.0',
|
| 3691 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountAutomaticImprovements.php'
|
| 3692 |
),
|
| 3693 |
+
'Google\\Service\\ShoppingContent\\OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo' => array(
|
| 3694 |
'version' => '0.258.0.0',
|
| 3695 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo.php'
|
| 3696 |
),
|
| 3697 |
+
'Google\\Service\\ShoppingContent\\AccountItemUpdatesSettings' => array(
|
| 3698 |
'version' => '0.258.0.0',
|
| 3699 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountItemUpdatesSettings.php'
|
| 3700 |
),
|
| 3701 |
+
'Google\\Service\\ShoppingContent\\RegionPostalCodeAreaPostalCodeRange' => array(
|
| 3702 |
'version' => '0.258.0.0',
|
| 3703 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionPostalCodeAreaPostalCodeRange.php'
|
| 3704 |
),
|
| 3705 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleEligibleOfferMatcher' => array(
|
| 3706 |
'version' => '0.258.0.0',
|
| 3707 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleEligibleOfferMatcher.php'
|
| 3708 |
),
|
| 3709 |
+
'Google\\Service\\ShoppingContent\\LiaCountrySettings' => array(
|
| 3710 |
'version' => '0.258.0.0',
|
| 3711 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaCountrySettings.php'
|
| 3712 |
),
|
| 3713 |
+
'Google\\Service\\ShoppingContent\\SettlementtransactionsListResponse' => array(
|
| 3714 |
'version' => '0.258.0.0',
|
| 3715 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementtransactionsListResponse.php'
|
| 3716 |
),
|
| 3717 |
+
'Google\\Service\\ShoppingContent\\OrderPickupDetails' => array(
|
| 3718 |
'version' => '0.258.0.0',
|
| 3719 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderPickupDetails.php'
|
| 3720 |
),
|
| 3721 |
+
'Google\\Service\\ShoppingContent\\LiasettingsGetAccessibleGmbAccountsResponse' => array(
|
| 3722 |
'version' => '0.258.0.0',
|
| 3723 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsGetAccessibleGmbAccountsResponse.php'
|
| 3724 |
),
|
| 3725 |
+
'Google\\Service\\ShoppingContent\\ReturnAddressAddress' => array(
|
| 3726 |
'version' => '0.258.0.0',
|
| 3727 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnAddressAddress.php'
|
| 3728 |
),
|
| 3729 |
+
'Google\\Service\\ShoppingContent\\TestOrderDeliveryDetails' => array(
|
| 3730 |
'version' => '0.258.0.0',
|
| 3731 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderDeliveryDetails.php'
|
| 3732 |
),
|
| 3733 |
+
'Google\\Service\\ShoppingContent\\ReturnShippingLabel' => array(
|
| 3734 |
'version' => '0.258.0.0',
|
| 3735 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnShippingLabel.php'
|
| 3736 |
),
|
| 3737 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsAcknowledgeRequest' => array(
|
| 3738 |
'version' => '0.258.0.0',
|
| 3739 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsAcknowledgeRequest.php'
|
| 3740 |
),
|
| 3741 |
+
'Google\\Service\\ShoppingContent\\ProductstatusesCustomBatchResponse' => array(
|
| 3742 |
'version' => '0.258.0.0',
|
| 3743 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductstatusesCustomBatchResponse.php'
|
| 3744 |
),
|
| 3745 |
+
'Google\\Service\\ShoppingContent\\AccounttaxListResponse' => array(
|
| 3746 |
'version' => '0.258.0.0',
|
| 3747 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxListResponse.php'
|
| 3748 |
),
|
| 3749 |
+
'Google\\Service\\ShoppingContent\\LiasettingsSetInventoryVerificationContactResponse' => array(
|
| 3750 |
'version' => '0.258.0.0',
|
| 3751 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsSetInventoryVerificationContactResponse.php'
|
| 3752 |
),
|
| 3753 |
+
'Google\\Service\\ShoppingContent\\OrdersRejectReturnLineItemRequest' => array(
|
| 3754 |
'version' => '0.258.0.0',
|
| 3755 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRejectReturnLineItemRequest.php'
|
| 3756 |
),
|
| 3757 |
+
'Google\\Service\\ShoppingContent\\AccountImageImprovementsSettings' => array(
|
| 3758 |
'version' => '0.258.0.0',
|
| 3759 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountImageImprovementsSettings.php'
|
| 3760 |
),
|
| 3761 |
+
'Google\\Service\\ShoppingContent\\InvoiceSummary' => array(
|
| 3762 |
'version' => '0.258.0.0',
|
| 3763 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/InvoiceSummary.php'
|
| 3764 |
),
|
| 3765 |
+
'Google\\Service\\ShoppingContent\\PaymentServiceProviderLinkInfo' => array(
|
| 3766 |
'version' => '0.258.0.0',
|
| 3767 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PaymentServiceProviderLinkInfo.php'
|
| 3768 |
),
|
| 3769 |
+
'Google\\Service\\ShoppingContent\\LiasettingsListPosDataProvidersResponse' => array(
|
| 3770 |
'version' => '0.258.0.0',
|
| 3771 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsListPosDataProvidersResponse.php'
|
| 3772 |
),
|
| 3773 |
+
'Google\\Service\\ShoppingContent\\PosSale' => array(
|
| 3774 |
'version' => '0.258.0.0',
|
| 3775 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosSale.php'
|
| 3776 |
),
|
| 3777 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelLineItemResponse' => array(
|
| 3778 |
'version' => '0.258.0.0',
|
| 3779 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelLineItemResponse.php'
|
| 3780 |
),
|
| 3781 |
+
'Google\\Service\\ShoppingContent\\OrdersRejectReturnLineItemResponse' => array(
|
| 3782 |
'version' => '0.258.0.0',
|
| 3783 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRejectReturnLineItemResponse.php'
|
| 3784 |
),
|
| 3785 |
+
'Google\\Service\\ShoppingContent\\CollectionFeaturedProduct' => array(
|
| 3786 |
'version' => '0.258.0.0',
|
| 3787 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CollectionFeaturedProduct.php'
|
| 3788 |
),
|
| 3789 |
+
'Google\\Service\\ShoppingContent\\Value' => array(
|
| 3790 |
'version' => '0.258.0.0',
|
| 3791 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Value.php'
|
| 3792 |
),
|
| 3793 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemProductFee' => array(
|
| 3794 |
'version' => '0.258.0.0',
|
| 3795 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemProductFee.php'
|
| 3796 |
),
|
| 3797 |
+
'Google\\Service\\ShoppingContent\\AccountCredentials' => array(
|
| 3798 |
'version' => '0.258.0.0',
|
| 3799 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountCredentials.php'
|
| 3800 |
),
|
| 3801 |
+
'Google\\Service\\ShoppingContent\\MinimumOrderValueTable' => array(
|
| 3802 |
'version' => '0.258.0.0',
|
| 3803 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MinimumOrderValueTable.php'
|
| 3804 |
),
|
| 3805 |
+
'Google\\Service\\ShoppingContent\\TestOrderLineItem' => array(
|
| 3806 |
'version' => '0.258.0.0',
|
| 3807 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderLineItem.php'
|
| 3808 |
),
|
| 3809 |
+
'Google\\Service\\ShoppingContent\\Installment' => array(
|
| 3810 |
'version' => '0.258.0.0',
|
| 3811 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Installment.php'
|
| 3812 |
),
|
| 3813 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyOnline' => array(
|
| 3814 |
'version' => '0.258.0.0',
|
| 3815 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyOnline.php'
|
| 3816 |
),
|
| 3817 |
+
'Google\\Service\\ShoppingContent\\AccountsLinkRequest' => array(
|
| 3818 |
'version' => '0.258.0.0',
|
| 3819 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsLinkRequest.php'
|
| 3820 |
),
|
| 3821 |
+
'Google\\Service\\ShoppingContent\\OrdersReturnRefundLineItemRequest' => array(
|
| 3822 |
'version' => '0.258.0.0',
|
| 3823 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersReturnRefundLineItemRequest.php'
|
| 3824 |
),
|
| 3825 |
+
'Google\\Service\\ShoppingContent\\TransitTable' => array(
|
| 3826 |
'version' => '0.258.0.0',
|
| 3827 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TransitTable.php'
|
| 3828 |
),
|
| 3829 |
+
'Google\\Service\\ShoppingContent\\ProductstatusesCustomBatchRequest' => array(
|
| 3830 |
'version' => '0.258.0.0',
|
| 3831 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductstatusesCustomBatchRequest.php'
|
| 3832 |
),
|
| 3833 |
+
'Google\\Service\\ShoppingContent\\AccountsCustomBatchRequestEntry' => array(
|
| 3834 |
'version' => '0.258.0.0',
|
| 3835 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsCustomBatchRequestEntry.php'
|
| 3836 |
),
|
| 3837 |
+
'Google\\Service\\ShoppingContent\\Weight' => array(
|
| 3838 |
'version' => '0.258.0.0',
|
| 3839 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Weight.php'
|
| 3840 |
),
|
| 3841 |
+
'Google\\Service\\ShoppingContent\\OrderTrackingSignal' => array(
|
| 3842 |
'version' => '0.258.0.0',
|
| 3843 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderTrackingSignal.php'
|
| 3844 |
),
|
| 3845 |
+
'Google\\Service\\ShoppingContent\\RateGroup' => array(
|
| 3846 |
'version' => '0.258.0.0',
|
| 3847 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RateGroup.php'
|
| 3848 |
),
|
| 3849 |
+
'Google\\Service\\ShoppingContent\\AccountBusinessInformation' => array(
|
| 3850 |
'version' => '0.258.0.0',
|
| 3851 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountBusinessInformation.php'
|
| 3852 |
),
|
| 3853 |
+
'Google\\Service\\ShoppingContent\\Row' => array(
|
| 3854 |
'version' => '0.258.0.0',
|
| 3855 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Row.php'
|
| 3856 |
),
|
| 3857 |
+
'Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchRequest' => array(
|
| 3858 |
'version' => '0.258.0.0',
|
| 3859 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountstatusesCustomBatchRequest.php'
|
| 3860 |
),
|
| 3861 |
+
'Google\\Service\\ShoppingContent\\PosCustomBatchRequestEntry' => array(
|
| 3862 |
'version' => '0.258.0.0',
|
| 3863 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosCustomBatchRequestEntry.php'
|
| 3864 |
),
|
| 3865 |
+
'Google\\Service\\ShoppingContent\\MinimumOrderValueTableStoreCodeSetWithMov' => array(
|
| 3866 |
'version' => '0.258.0.0',
|
| 3867 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MinimumOrderValueTableStoreCodeSetWithMov.php'
|
| 3868 |
),
|
| 3869 |
+
'Google\\Service\\ShoppingContent\\DatafeedsCustomBatchResponseEntry' => array(
|
| 3870 |
'version' => '0.258.0.0',
|
| 3871 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsCustomBatchResponseEntry.php'
|
| 3872 |
),
|
| 3873 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyPolicy' => array(
|
| 3874 |
'version' => '0.258.0.0',
|
| 3875 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyPolicy.php'
|
| 3876 |
),
|
| 3877 |
+
'Google\\Service\\ShoppingContent\\ProductsCustomBatchResponse' => array(
|
| 3878 |
'version' => '0.258.0.0',
|
| 3879 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductsCustomBatchResponse.php'
|
| 3880 |
),
|
| 3881 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsReturnItem' => array(
|
| 3882 |
'version' => '0.258.0.0',
|
| 3883 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsReturnItem.php'
|
| 3884 |
),
|
| 3885 |
+
'Google\\Service\\ShoppingContent\\RegionalinventoryCustomBatchResponseEntry' => array(
|
| 3886 |
'version' => '0.258.0.0',
|
| 3887 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionalinventoryCustomBatchResponseEntry.php'
|
| 3888 |
),
|
| 3889 |
+
'Google\\Service\\ShoppingContent\\OrdersCustomBatchRequestEntryCreateTestReturnReturnItem' => array(
|
| 3890 |
'version' => '0.258.0.0',
|
| 3891 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCustomBatchRequestEntryCreateTestReturnReturnItem.php'
|
| 3892 |
),
|
| 3893 |
+
'Google\\Service\\ShoppingContent\\OrderLineItem' => array(
|
| 3894 |
'version' => '0.258.0.0',
|
| 3895 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItem.php'
|
| 3896 |
),
|
| 3897 |
+
'Google\\Service\\ShoppingContent\\AccountsUpdateLabelsRequest' => array(
|
| 3898 |
'version' => '0.258.0.0',
|
| 3899 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsUpdateLabelsRequest.php'
|
| 3900 |
),
|
| 3901 |
+
'Google\\Service\\ShoppingContent\\AccountAdsLink' => array(
|
| 3902 |
'version' => '0.258.0.0',
|
| 3903 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountAdsLink.php'
|
| 3904 |
),
|
| 3905 |
+
'Google\\Service\\ShoppingContent\\AccounttaxCustomBatchRequestEntry' => array(
|
| 3906 |
'version' => '0.258.0.0',
|
| 3907 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxCustomBatchRequestEntry.php'
|
| 3908 |
),
|
| 3909 |
+
'Google\\Service\\ShoppingContent\\AccountsAuthInfoResponse' => array(
|
| 3910 |
'version' => '0.258.0.0',
|
| 3911 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsAuthInfoResponse.php'
|
| 3912 |
),
|
| 3913 |
+
'Google\\Service\\ShoppingContent\\LocalinventoryCustomBatchRequest' => array(
|
| 3914 |
'version' => '0.258.0.0',
|
| 3915 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocalinventoryCustomBatchRequest.php'
|
| 3916 |
),
|
| 3917 |
+
'Google\\Service\\ShoppingContent\\Price' => array(
|
| 3918 |
'version' => '0.258.0.0',
|
| 3919 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Price.php'
|
| 3920 |
),
|
| 3921 |
+
'Google\\Service\\ShoppingContent\\OrderShipmentScheduledDeliveryDetails' => array(
|
| 3922 |
'version' => '0.258.0.0',
|
| 3923 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderShipmentScheduledDeliveryDetails.php'
|
| 3924 |
),
|
| 3925 |
+
'Google\\Service\\ShoppingContent\\OrderReportDisbursement' => array(
|
| 3926 |
'version' => '0.258.0.0',
|
| 3927 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderReportDisbursement.php'
|
| 3928 |
),
|
| 3929 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsCreateOrderReturnResponse' => array(
|
| 3930 |
'version' => '0.258.0.0',
|
| 3931 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsCreateOrderReturnResponse.php'
|
| 3932 |
),
|
| 3933 |
+
'Google\\Service\\ShoppingContent\\ReturnpolicyCustomBatchResponse' => array(
|
| 3934 |
'version' => '0.258.0.0',
|
| 3935 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnpolicyCustomBatchResponse.php'
|
| 3936 |
),
|
| 3937 |
+
'Google\\Service\\ShoppingContent\\InvoiceSummaryAdditionalChargeSummary' => array(
|
| 3938 |
'version' => '0.258.0.0',
|
| 3939 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/InvoiceSummaryAdditionalChargeSummary.php'
|
| 3940 |
),
|
| 3941 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsLineItem' => array(
|
| 3942 |
'version' => '0.258.0.0',
|
| 3943 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsLineItem.php'
|
| 3944 |
),
|
| 3945 |
+
'Google\\Service\\ShoppingContent\\LiasettingsCustomBatchResponseEntry' => array(
|
| 3946 |
'version' => '0.258.0.0',
|
| 3947 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsCustomBatchResponseEntry.php'
|
| 3948 |
),
|
| 3949 |
+
'Google\\Service\\ShoppingContent\\AccountImageImprovements' => array(
|
| 3950 |
'version' => '0.258.0.0',
|
| 3951 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountImageImprovements.php'
|
| 3952 |
),
|
| 3953 |
+
'Google\\Service\\ShoppingContent\\PosDataProviders' => array(
|
| 3954 |
'version' => '0.258.0.0',
|
| 3955 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosDataProviders.php'
|
| 3956 |
),
|
| 3957 |
+
'Google\\Service\\ShoppingContent\\LocalinventoryCustomBatchResponseEntry' => array(
|
| 3958 |
'version' => '0.258.0.0',
|
| 3959 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocalinventoryCustomBatchResponseEntry.php'
|
| 3960 |
),
|
| 3961 |
+
'Google\\Service\\ShoppingContent\\ProductsCustomBatchRequest' => array(
|
| 3962 |
'version' => '0.258.0.0',
|
| 3963 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductsCustomBatchRequest.php'
|
| 3964 |
),
|
| 3965 |
+
'Google\\Service\\ShoppingContent\\Error' => array(
|
| 3966 |
'version' => '0.258.0.0',
|
| 3967 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Error.php'
|
| 3968 |
),
|
| 3969 |
+
'Google\\Service\\ShoppingContent\\OrdersInStoreRefundLineItemResponse' => array(
|
| 3970 |
'version' => '0.258.0.0',
|
| 3971 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersInStoreRefundLineItemResponse.php'
|
| 3972 |
),
|
| 3973 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsListResponse' => array(
|
| 3974 |
'version' => '0.258.0.0',
|
| 3975 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsListResponse.php'
|
| 3976 |
),
|
| 3977 |
+
'Google\\Service\\ShoppingContent\\OrderTrackingSignalShippingInfo' => array(
|
| 3978 |
'version' => '0.258.0.0',
|
| 3979 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderTrackingSignalShippingInfo.php'
|
| 3980 |
),
|
| 3981 |
+
'Google\\Service\\ShoppingContent\\Date' => array(
|
| 3982 |
'version' => '0.258.0.0',
|
| 3983 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Date.php'
|
| 3984 |
),
|
| 3985 |
+
'Google\\Service\\ShoppingContent\\RegionalinventoryCustomBatchRequestEntry' => array(
|
| 3986 |
'version' => '0.258.0.0',
|
| 3987 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionalinventoryCustomBatchRequestEntry.php'
|
| 3988 |
),
|
| 3989 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemProductVariantAttribute' => array(
|
| 3990 |
'version' => '0.258.0.0',
|
| 3991 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemProductVariantAttribute.php'
|
| 3992 |
),
|
| 3993 |
+
'Google\\Service\\ShoppingContent\\OrderPickupDetailsCollector' => array(
|
| 3994 |
'version' => '0.258.0.0',
|
| 3995 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderPickupDetailsCollector.php'
|
| 3996 |
),
|
| 3997 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateMerchantOrderIdRequest' => array(
|
| 3998 |
'version' => '0.258.0.0',
|
| 3999 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateMerchantOrderIdRequest.php'
|
| 4000 |
),
|
| 4001 |
+
'Google\\Service\\ShoppingContent\\ListRegionsResponse' => array(
|
| 4002 |
'version' => '0.258.0.0',
|
| 4003 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListRegionsResponse.php'
|
| 4004 |
),
|
| 4005 |
+
'Google\\Service\\ShoppingContent\\ProductsCustomBatchRequestEntry' => array(
|
| 4006 |
'version' => '0.258.0.0',
|
| 4007 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductsCustomBatchRequestEntry.php'
|
| 4008 |
),
|
| 4009 |
+
'Google\\Service\\ShoppingContent\\OrderCustomer' => array(
|
| 4010 |
'version' => '0.258.0.0',
|
| 4011 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderCustomer.php'
|
| 4012 |
),
|
| 4013 |
+
'Google\\Service\\ShoppingContent\\ShipmentTrackingInfo' => array(
|
| 4014 |
'version' => '0.258.0.0',
|
| 4015 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShipmentTrackingInfo.php'
|
| 4016 |
),
|
| 4017 |
+
'Google\\Service\\ShoppingContent\\Amount' => array(
|
| 4018 |
'version' => '0.258.0.0',
|
| 4019 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Amount.php'
|
| 4020 |
),
|
| 4021 |
+
'Google\\Service\\ShoppingContent\\CollectionStatus' => array(
|
| 4022 |
'version' => '0.258.0.0',
|
| 4023 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CollectionStatus.php'
|
| 4024 |
),
|
| 4025 |
+
'Google\\Service\\ShoppingContent\\PostalCodeGroup' => array(
|
| 4026 |
'version' => '0.258.0.0',
|
| 4027 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PostalCodeGroup.php'
|
| 4028 |
),
|
| 4029 |
+
'Google\\Service\\ShoppingContent\\FreeListingsProgramStatusReviewIneligibilityReasonDetails' => array(
|
| 4030 |
'version' => '0.258.0.0',
|
| 4031 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/FreeListingsProgramStatusReviewIneligibilityReasonDetails.php'
|
| 4032 |
),
|
| 4033 |
+
'Google\\Service\\ShoppingContent\\ReturnaddressCustomBatchResponse' => array(
|
| 4034 |
'version' => '0.258.0.0',
|
| 4035 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressCustomBatchResponse.php'
|
| 4036 |
),
|
| 4037 |
+
'Google\\Service\\ShoppingContent\\OrderreportsListDisbursementsResponse' => array(
|
| 4038 |
'version' => '0.258.0.0',
|
| 4039 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreportsListDisbursementsResponse.php'
|
| 4040 |
),
|
| 4041 |
+
'Google\\Service\\ShoppingContent\\LiasettingsSetPosDataProviderResponse' => array(
|
| 4042 |
'version' => '0.258.0.0',
|
| 4043 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsSetPosDataProviderResponse.php'
|
| 4044 |
),
|
| 4045 |
+
'Google\\Service\\ShoppingContent\\AccountYouTubeChannelLink' => array(
|
| 4046 |
'version' => '0.258.0.0',
|
| 4047 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountYouTubeChannelLink.php'
|
| 4048 |
),
|
| 4049 |
+
'Google\\Service\\ShoppingContent\\OrdersReturnRefundLineItemResponse' => array(
|
| 4050 |
'version' => '0.258.0.0',
|
| 4051 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersReturnRefundLineItemResponse.php'
|
| 4052 |
),
|
| 4053 |
+
'Google\\Service\\ShoppingContent\\PosListResponse' => array(
|
| 4054 |
'version' => '0.258.0.0',
|
| 4055 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosListResponse.php'
|
| 4056 |
),
|
| 4057 |
+
'Google\\Service\\ShoppingContent\\OrdersRefundOrderRequest' => array(
|
| 4058 |
'version' => '0.258.0.0',
|
| 4059 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersRefundOrderRequest.php'
|
| 4060 |
),
|
| 4061 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleCostOfGoodsSaleRule' => array(
|
| 4062 |
'version' => '0.258.0.0',
|
| 4063 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleCostOfGoodsSaleRule.php'
|
| 4064 |
),
|
| 4065 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsGetSupportedCarriersResponse' => array(
|
| 4066 |
'version' => '0.258.0.0',
|
| 4067 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsGetSupportedCarriersResponse.php'
|
| 4068 |
),
|
| 4069 |
+
'Google\\Service\\ShoppingContent\\LocalInventory' => array(
|
| 4070 |
'version' => '0.258.0.0',
|
| 4071 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocalInventory.php'
|
| 4072 |
),
|
| 4073 |
+
'Google\\Service\\ShoppingContent\\BusinessDayConfig' => array(
|
| 4074 |
'version' => '0.258.0.0',
|
| 4075 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/BusinessDayConfig.php'
|
| 4076 |
),
|
| 4077 |
+
'Google\\Service\\ShoppingContent\\OrderMerchantProvidedAnnotation' => array(
|
| 4078 |
'version' => '0.258.0.0',
|
| 4079 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderMerchantProvidedAnnotation.php'
|
| 4080 |
),
|
| 4081 |
+
'Google\\Service\\ShoppingContent\\OrderTrackingSignalLineItemDetails' => array(
|
| 4082 |
'version' => '0.258.0.0',
|
| 4083 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderTrackingSignalLineItemDetails.php'
|
| 4084 |
),
|
| 4085 |
+
'Google\\Service\\ShoppingContent\\LocationIdSet' => array(
|
| 4086 |
'version' => '0.258.0.0',
|
| 4087 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocationIdSet.php'
|
| 4088 |
),
|
| 4089 |
+
'Google\\Service\\ShoppingContent\\GmbAccounts' => array(
|
| 4090 |
'version' => '0.258.0.0',
|
| 4091 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/GmbAccounts.php'
|
| 4092 |
),
|
| 4093 |
+
'Google\\Service\\ShoppingContent\\ShippingSettings' => array(
|
| 4094 |
'version' => '0.258.0.0',
|
| 4095 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingSettings.php'
|
| 4096 |
),
|
| 4097 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemShippingDetails' => array(
|
| 4098 |
'version' => '0.258.0.0',
|
| 4099 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemShippingDetails.php'
|
| 4100 |
),
|
| 4101 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsPartialRefund' => array(
|
| 4102 |
'version' => '0.258.0.0',
|
| 4103 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsPartialRefund.php'
|
| 4104 |
),
|
| 4105 |
+
'Google\\Service\\ShoppingContent\\RepricingRuleReport' => array(
|
| 4106 |
'version' => '0.258.0.0',
|
| 4107 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingRuleReport.php'
|
| 4108 |
),
|
| 4109 |
+
'Google\\Service\\ShoppingContent\\ListRepricingRuleReportsResponse' => array(
|
| 4110 |
'version' => '0.258.0.0',
|
| 4111 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListRepricingRuleReportsResponse.php'
|
| 4112 |
),
|
| 4113 |
+
'Google\\Service\\ShoppingContent\\ProductDeliveryTimeAreaDeliveryTimeDeliveryTime' => array(
|
| 4114 |
'version' => '0.258.0.0',
|
| 4115 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductDeliveryTimeAreaDeliveryTimeDeliveryTime.php'
|
| 4116 |
),
|
| 4117 |
+
'Google\\Service\\ShoppingContent\\LocalinventoryCustomBatchResponse' => array(
|
| 4118 |
'version' => '0.258.0.0',
|
| 4119 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LocalinventoryCustomBatchResponse.php'
|
| 4120 |
),
|
| 4121 |
+
'Google\\Service\\ShoppingContent\\AccountsCustomBatchResponse' => array(
|
| 4122 |
'version' => '0.258.0.0',
|
| 4123 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsCustomBatchResponse.php'
|
| 4124 |
),
|
| 4125 |
+
'Google\\Service\\ShoppingContent\\OrdersShipLineItemsResponse' => array(
|
| 4126 |
'version' => '0.258.0.0',
|
| 4127 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersShipLineItemsResponse.php'
|
| 4128 |
),
|
| 4129 |
+
'Google\\Service\\ShoppingContent\\DatafeedsListResponse' => array(
|
| 4130 |
'version' => '0.258.0.0',
|
| 4131 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsListResponse.php'
|
| 4132 |
),
|
| 4133 |
+
'Google\\Service\\ShoppingContent\\TimeZone' => array(
|
| 4134 |
'version' => '0.258.0.0',
|
| 4135 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TimeZone.php'
|
| 4136 |
),
|
| 4137 |
+
'Google\\Service\\ShoppingContent\\OrdersCustomBatchRequestEntryRefundItemShipping' => array(
|
| 4138 |
'version' => '0.258.0.0',
|
| 4139 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCustomBatchRequestEntryRefundItemShipping.php'
|
| 4140 |
),
|
| 4141 |
+
'Google\\Service\\ShoppingContent\\PickupServicesPickupService' => array(
|
| 4142 |
'version' => '0.258.0.0',
|
| 4143 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PickupServicesPickupService.php'
|
| 4144 |
),
|
| 4145 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption' => array(
|
| 4146 |
'version' => '0.258.0.0',
|
| 4147 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption.php'
|
| 4148 |
),
|
| 4149 |
+
'Google\\Service\\ShoppingContent\\ReturnAddress' => array(
|
| 4150 |
'version' => '0.258.0.0',
|
| 4151 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnAddress.php'
|
| 4152 |
),
|
| 4153 |
+
'Google\\Service\\ShoppingContent\\LiaPosDataProvider' => array(
|
| 4154 |
'version' => '0.258.0.0',
|
| 4155 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaPosDataProvider.php'
|
| 4156 |
),
|
| 4157 |
+
'Google\\Service\\ShoppingContent\\SettlementreportsListResponse' => array(
|
| 4158 |
'version' => '0.258.0.0',
|
| 4159 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementreportsListResponse.php'
|
| 4160 |
),
|
| 4161 |
+
'Google\\Service\\ShoppingContent\\ListReturnPolicyOnlineResponse' => array(
|
| 4162 |
'version' => '0.258.0.0',
|
| 4163 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListReturnPolicyOnlineResponse.php'
|
| 4164 |
),
|
| 4165 |
+
'Google\\Service\\ShoppingContent\\AccountItemUpdates' => array(
|
| 4166 |
'version' => '0.258.0.0',
|
| 4167 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountItemUpdates.php'
|
| 4168 |
),
|
| 4169 |
+
'Google\\Service\\ShoppingContent\\RegionPostalCodeArea' => array(
|
| 4170 |
'version' => '0.258.0.0',
|
| 4171 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionPostalCodeArea.php'
|
| 4172 |
),
|
| 4173 |
+
'Google\\Service\\ShoppingContent\\AccountsListLinksResponse' => array(
|
| 4174 |
'version' => '0.258.0.0',
|
| 4175 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsListLinksResponse.php'
|
| 4176 |
),
|
| 4177 |
+
'Google\\Service\\ShoppingContent\\PosCustomBatchRequest' => array(
|
| 4178 |
'version' => '0.258.0.0',
|
| 4179 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosCustomBatchRequest.php'
|
| 4180 |
),
|
| 4181 |
+
'Google\\Service\\ShoppingContent\\DatafeedTarget' => array(
|
| 4182 |
'version' => '0.258.0.0',
|
| 4183 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedTarget.php'
|
| 4184 |
),
|
| 4185 |
+
'Google\\Service\\ShoppingContent\\Metrics' => array(
|
| 4186 |
'version' => '0.258.0.0',
|
| 4187 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Metrics.php'
|
| 4188 |
),
|
| 4189 |
+
'Google\\Service\\ShoppingContent\\OrderDeliveryDetails' => array(
|
| 4190 |
'version' => '0.258.0.0',
|
| 4191 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderDeliveryDetails.php'
|
| 4192 |
),
|
| 4193 |
+
'Google\\Service\\ShoppingContent\\CutoffTime' => array(
|
| 4194 |
'version' => '0.258.0.0',
|
| 4195 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CutoffTime.php'
|
| 4196 |
),
|
| 4197 |
+
'Google\\Service\\ShoppingContent\\RegionalinventoryCustomBatchResponse' => array(
|
| 4198 |
'version' => '0.258.0.0',
|
| 4199 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RegionalinventoryCustomBatchResponse.php'
|
| 4200 |
),
|
| 4201 |
+
'Google\\Service\\ShoppingContent\\RefundReason' => array(
|
| 4202 |
'version' => '0.258.0.0',
|
| 4203 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RefundReason.php'
|
| 4204 |
),
|
| 4205 |
+
'Google\\Service\\ShoppingContent\\ReturnpolicyCustomBatchRequest' => array(
|
| 4206 |
'version' => '0.258.0.0',
|
| 4207 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnpolicyCustomBatchRequest.php'
|
| 4208 |
),
|
| 4209 |
+
'Google\\Service\\ShoppingContent\\RepricingProductReportBuyboxWinningProductStats' => array(
|
| 4210 |
'version' => '0.258.0.0',
|
| 4211 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RepricingProductReportBuyboxWinningProductStats.php'
|
| 4212 |
),
|
| 4213 |
+
'Google\\Service\\ShoppingContent\\Collection' => array(
|
| 4214 |
'version' => '0.258.0.0',
|
| 4215 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Collection.php'
|
| 4216 |
),
|
| 4217 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicy' => array(
|
| 4218 |
'version' => '0.258.0.0',
|
| 4219 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicy.php'
|
| 4220 |
),
|
| 4221 |
+
'Google\\Service\\ShoppingContent\\ProductShipping' => array(
|
| 4222 |
'version' => '0.258.0.0',
|
| 4223 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductShipping.php'
|
| 4224 |
),
|
| 4225 |
+
'Google\\Service\\ShoppingContent\\AccountStatusAccountLevelIssue' => array(
|
| 4226 |
'version' => '0.258.0.0',
|
| 4227 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatusAccountLevelIssue.php'
|
| 4228 |
),
|
| 4229 |
+
'Google\\Service\\ShoppingContent\\Warehouse' => array(
|
| 4230 |
'version' => '0.258.0.0',
|
| 4231 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Warehouse.php'
|
| 4232 |
),
|
| 4233 |
+
'Google\\Service\\ShoppingContent\\ProductStatus' => array(
|
| 4234 |
'version' => '0.258.0.0',
|
| 4235 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductStatus.php'
|
| 4236 |
),
|
| 4237 |
+
'Google\\Service\\ShoppingContent\\AccountTaxTaxRule' => array(
|
| 4238 |
'version' => '0.258.0.0',
|
| 4239 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountTaxTaxRule.php'
|
| 4240 |
),
|
| 4241 |
+
'Google\\Service\\ShoppingContent\\ReturnaddressListResponse' => array(
|
| 4242 |
'version' => '0.258.0.0',
|
| 4243 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnaddressListResponse.php'
|
| 4244 |
),
|
| 4245 |
+
'Google\\Service\\ShoppingContent\\ProductProductDetail' => array(
|
| 4246 |
'version' => '0.258.0.0',
|
| 4247 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductProductDetail.php'
|
| 4248 |
),
|
| 4249 |
+
'Google\\Service\\ShoppingContent\\OrderCancellation' => array(
|
| 4250 |
'version' => '0.258.0.0',
|
| 4251 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderCancellation.php'
|
| 4252 |
),
|
| 4253 |
+
'Google\\Service\\ShoppingContent\\UnitInvoiceAdditionalCharge' => array(
|
| 4254 |
'version' => '0.258.0.0',
|
| 4255 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/UnitInvoiceAdditionalCharge.php'
|
| 4256 |
),
|
| 4257 |
+
'Google\\Service\\ShoppingContent\\PosCustomBatchResponseEntry' => array(
|
| 4258 |
'version' => '0.258.0.0',
|
| 4259 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosCustomBatchResponseEntry.php'
|
| 4260 |
),
|
| 4261 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCreateChargeInvoiceResponse' => array(
|
| 4262 |
'version' => '0.258.0.0',
|
| 4263 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCreateChargeInvoiceResponse.php'
|
| 4264 |
),
|
| 4265 |
+
'Google\\Service\\ShoppingContent\\OrdersAcknowledgeResponse' => array(
|
| 4266 |
'version' => '0.258.0.0',
|
| 4267 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersAcknowledgeResponse.php'
|
| 4268 |
),
|
| 4269 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsCustomBatchResponse' => array(
|
| 4270 |
'version' => '0.258.0.0',
|
| 4271 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsCustomBatchResponse.php'
|
| 4272 |
),
|
| 4273 |
+
'Google\\Service\\ShoppingContent\\MonetaryAmount' => array(
|
| 4274 |
'version' => '0.258.0.0',
|
| 4275 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/MonetaryAmount.php'
|
| 4276 |
),
|
| 4277 |
+
'Google\\Service\\ShoppingContent\\TestOrderLineItemProduct' => array(
|
| 4278 |
'version' => '0.258.0.0',
|
| 4279 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderLineItemProduct.php'
|
| 4280 |
),
|
| 4281 |
+
'Google\\Service\\ShoppingContent\\ListCssesResponse' => array(
|
| 4282 |
'version' => '0.258.0.0',
|
| 4283 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListCssesResponse.php'
|
| 4284 |
),
|
| 4285 |
+
'Google\\Service\\ShoppingContent\\RequestReviewFreeListingsRequest' => array(
|
| 4286 |
'version' => '0.258.0.0',
|
| 4287 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/RequestReviewFreeListingsRequest.php'
|
| 4288 |
),
|
| 4289 |
+
'Google\\Service\\ShoppingContent\\AccountCustomerService' => array(
|
| 4290 |
'version' => '0.258.0.0',
|
| 4291 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountCustomerService.php'
|
| 4292 |
),
|
| 4293 |
+
'Google\\Service\\ShoppingContent\\TestOrder' => array(
|
| 4294 |
'version' => '0.258.0.0',
|
| 4295 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrder.php'
|
| 4296 |
),
|
| 4297 |
+
'Google\\Service\\ShoppingContent\\Segments' => array(
|
| 4298 |
'version' => '0.258.0.0',
|
| 4299 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Segments.php'
|
| 4300 |
),
|
| 4301 |
+
'Google\\Service\\ShoppingContent\\ProductDimension' => array(
|
| 4302 |
'version' => '0.258.0.0',
|
| 4303 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductDimension.php'
|
| 4304 |
),
|
| 4305 |
+
'Google\\Service\\ShoppingContent\\AccountsCustomBatchResponseEntry' => array(
|
| 4306 |
'version' => '0.258.0.0',
|
| 4307 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsCustomBatchResponseEntry.php'
|
| 4308 |
),
|
| 4309 |
+
'Google\\Service\\ShoppingContent\\OrderReturn' => array(
|
| 4310 |
'version' => '0.258.0.0',
|
| 4311 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderReturn.php'
|
| 4312 |
),
|
| 4313 |
+
'Google\\Service\\ShoppingContent\\ShippingsettingsCustomBatchRequest' => array(
|
| 4314 |
'version' => '0.258.0.0',
|
| 4315 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShippingsettingsCustomBatchRequest.php'
|
| 4316 |
),
|
| 4317 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateShipmentRequest' => array(
|
| 4318 |
'version' => '0.258.0.0',
|
| 4319 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateShipmentRequest.php'
|
| 4320 |
),
|
| 4321 |
'Google\\Service\\ShoppingContent\\OrderinvoicesCreateChargeInvoiceRequest' => array(
|
| 4322 |
'version' => '0.258.0.0',
|
| 4323 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCreateChargeInvoiceRequest.php'
|
| 4324 |
),
|
| 4325 |
+
'Google\\Service\\ShoppingContent\\AccountsListResponse' => array(
|
| 4326 |
'version' => '0.258.0.0',
|
| 4327 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsListResponse.php'
|
| 4328 |
),
|
| 4329 |
+
'Google\\Service\\ShoppingContent\\AccountStatusProducts' => array(
|
| 4330 |
'version' => '0.258.0.0',
|
| 4331 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountStatusProducts.php'
|
| 4332 |
),
|
| 4333 |
+
'Google\\Service\\ShoppingContent\\PosDataProvidersPosDataProvider' => array(
|
| 4334 |
'version' => '0.258.0.0',
|
| 4335 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosDataProvidersPosDataProvider.php'
|
| 4336 |
),
|
| 4337 |
+
'Google\\Service\\ShoppingContent\\ShoppingAdsProgramStatus' => array(
|
| 4338 |
'version' => '0.258.0.0',
|
| 4339 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ShoppingAdsProgramStatus.php'
|
| 4340 |
),
|
| 4341 |
+
'Google\\Service\\ShoppingContent\\CarriersCarrier' => array(
|
| 4342 |
'version' => '0.258.0.0',
|
| 4343 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CarriersCarrier.php'
|
| 4344 |
),
|
| 4345 |
+
'Google\\Service\\ShoppingContent\\Resource\\Collectionstatuses' => array(
|
| 4346 |
'version' => '0.258.0.0',
|
| 4347 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Collectionstatuses.php'
|
| 4348 |
),
|
| 4349 |
+
'Google\\Service\\ShoppingContent\\Resource\\Regionalinventory' => array(
|
| 4350 |
'version' => '0.258.0.0',
|
| 4351 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Regionalinventory.php'
|
| 4352 |
),
|
| 4353 |
+
'Google\\Service\\ShoppingContent\\Resource\\Settlementreports' => array(
|
| 4354 |
'version' => '0.258.0.0',
|
| 4355 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Settlementreports.php'
|
| 4356 |
),
|
| 4357 |
+
'Google\\Service\\ShoppingContent\\Resource\\Settlementtransactions' => array(
|
| 4358 |
'version' => '0.258.0.0',
|
| 4359 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Settlementtransactions.php'
|
| 4360 |
),
|
| 4361 |
+
'Google\\Service\\ShoppingContent\\Resource\\Liasettings' => array(
|
| 4362 |
'version' => '0.258.0.0',
|
| 4363 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Liasettings.php'
|
| 4364 |
),
|
| 4365 |
+
'Google\\Service\\ShoppingContent\\Resource\\AccountsLabels' => array(
|
| 4366 |
'version' => '0.258.0.0',
|
| 4367 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/AccountsLabels.php'
|
| 4368 |
),
|
| 4369 |
+
'Google\\Service\\ShoppingContent\\Resource\\Reports' => array(
|
| 4370 |
'version' => '0.258.0.0',
|
| 4371 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Reports.php'
|
| 4372 |
),
|
| 4373 |
+
'Google\\Service\\ShoppingContent\\Resource\\Accounttax' => array(
|
| 4374 |
'version' => '0.258.0.0',
|
| 4375 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Accounttax.php'
|
| 4376 |
),
|
| 4377 |
+
'Google\\Service\\ShoppingContent\\Resource\\Pubsubnotificationsettings' => array(
|
| 4378 |
'version' => '0.258.0.0',
|
| 4379 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Pubsubnotificationsettings.php'
|
| 4380 |
),
|
| 4381 |
+
'Google\\Service\\ShoppingContent\\Resource\\Datafeedstatuses' => array(
|
| 4382 |
'version' => '0.258.0.0',
|
| 4383 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Datafeedstatuses.php'
|
| 4384 |
),
|
| 4385 |
+
'Google\\Service\\ShoppingContent\\Resource\\Accountsbyexternalsellerid' => array(
|
| 4386 |
'version' => '0.258.0.0',
|
| 4387 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Accountsbyexternalsellerid.php'
|
| 4388 |
),
|
| 4389 |
+
'Google\\Service\\ShoppingContent\\Resource\\Orderreturns' => array(
|
| 4390 |
'version' => '0.258.0.0',
|
| 4391 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Orderreturns.php'
|
| 4392 |
),
|
| 4393 |
+
'Google\\Service\\ShoppingContent\\Resource\\Buyongoogleprograms' => array(
|
| 4394 |
'version' => '0.258.0.0',
|
| 4395 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Buyongoogleprograms.php'
|
| 4396 |
),
|
| 4397 |
+
'Google\\Service\\ShoppingContent\\Resource\\Orderreports' => array(
|
| 4398 |
'version' => '0.258.0.0',
|
| 4399 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Orderreports.php'
|
| 4400 |
),
|
| 4401 |
+
'Google\\Service\\ShoppingContent\\Resource\\Returnpolicyonline' => array(
|
| 4402 |
'version' => '0.258.0.0',
|
| 4403 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Returnpolicyonline.php'
|
| 4404 |
),
|
| 4405 |
+
'Google\\Service\\ShoppingContent\\Resource\\OrderreturnsLabels' => array(
|
| 4406 |
'version' => '0.258.0.0',
|
| 4407 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/OrderreturnsLabels.php'
|
| 4408 |
),
|
| 4409 |
+
'Google\\Service\\ShoppingContent\\Resource\\Datafeeds' => array(
|
| 4410 |
'version' => '0.258.0.0',
|
| 4411 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Datafeeds.php'
|
| 4412 |
),
|
| 4413 |
+
'Google\\Service\\ShoppingContent\\Resource\\Accounts' => array(
|
| 4414 |
'version' => '0.258.0.0',
|
| 4415 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Accounts.php'
|
| 4416 |
),
|
| 4417 |
+
'Google\\Service\\ShoppingContent\\Resource\\Pos' => array(
|
| 4418 |
'version' => '0.258.0.0',
|
| 4419 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Pos.php'
|
| 4420 |
),
|
| 4421 |
+
'Google\\Service\\ShoppingContent\\Resource\\Promotions' => array(
|
| 4422 |
'version' => '0.258.0.0',
|
| 4423 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Promotions.php'
|
| 4424 |
),
|
| 4425 |
+
'Google\\Service\\ShoppingContent\\Resource\\Localinventory' => array(
|
| 4426 |
'version' => '0.258.0.0',
|
| 4427 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Localinventory.php'
|
| 4428 |
),
|
| 4429 |
+
'Google\\Service\\ShoppingContent\\Resource\\Accountstatuses' => array(
|
| 4430 |
'version' => '0.258.0.0',
|
| 4431 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Accountstatuses.php'
|
| 4432 |
),
|
| 4433 |
+
'Google\\Service\\ShoppingContent\\Resource\\Shippingsettings' => array(
|
| 4434 |
'version' => '0.258.0.0',
|
| 4435 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Shippingsettings.php'
|
| 4436 |
),
|
| 4437 |
+
'Google\\Service\\ShoppingContent\\Resource\\Csses' => array(
|
| 4438 |
'version' => '0.258.0.0',
|
| 4439 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Csses.php'
|
| 4440 |
),
|
| 4441 |
+
'Google\\Service\\ShoppingContent\\Resource\\Returnaddress' => array(
|
| 4442 |
'version' => '0.258.0.0',
|
| 4443 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Returnaddress.php'
|
| 4444 |
),
|
| 4445 |
+
'Google\\Service\\ShoppingContent\\Resource\\Repricingrules' => array(
|
| 4446 |
'version' => '0.258.0.0',
|
| 4447 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Repricingrules.php'
|
| 4448 |
),
|
| 4449 |
+
'Google\\Service\\ShoppingContent\\Resource\\Returnpolicy' => array(
|
| 4450 |
'version' => '0.258.0.0',
|
| 4451 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Returnpolicy.php'
|
| 4452 |
),
|
| 4453 |
+
'Google\\Service\\ShoppingContent\\Resource\\Accountstatusesbyexternalsellerid' => array(
|
| 4454 |
'version' => '0.258.0.0',
|
| 4455 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Accountstatusesbyexternalsellerid.php'
|
| 4456 |
),
|
| 4457 |
+
'Google\\Service\\ShoppingContent\\Resource\\Products' => array(
|
| 4458 |
'version' => '0.258.0.0',
|
| 4459 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Products.php'
|
| 4460 |
),
|
| 4461 |
+
'Google\\Service\\ShoppingContent\\Resource\\Regions' => array(
|
| 4462 |
'version' => '0.258.0.0',
|
| 4463 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Regions.php'
|
| 4464 |
),
|
| 4465 |
+
'Google\\Service\\ShoppingContent\\Resource\\Ordertrackingsignals' => array(
|
| 4466 |
'version' => '0.258.0.0',
|
| 4467 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Ordertrackingsignals.php'
|
| 4468 |
),
|
| 4469 |
+
'Google\\Service\\ShoppingContent\\Resource\\Collections' => array(
|
| 4470 |
'version' => '0.258.0.0',
|
| 4471 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Collections.php'
|
| 4472 |
),
|
| 4473 |
+
'Google\\Service\\ShoppingContent\\Resource\\Shoppingadsprogram' => array(
|
| 4474 |
'version' => '0.258.0.0',
|
| 4475 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Shoppingadsprogram.php'
|
| 4476 |
),
|
| 4477 |
+
'Google\\Service\\ShoppingContent\\Resource\\Productstatuses' => array(
|
| 4478 |
'version' => '0.258.0.0',
|
| 4479 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Productstatuses.php'
|
| 4480 |
),
|
| 4481 |
+
'Google\\Service\\ShoppingContent\\Resource\\AccountsReturncarrier' => array(
|
| 4482 |
'version' => '0.258.0.0',
|
| 4483 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/AccountsReturncarrier.php'
|
| 4484 |
),
|
| 4485 |
+
'Google\\Service\\ShoppingContent\\Resource\\AccountsCredentials' => array(
|
| 4486 |
'version' => '0.258.0.0',
|
| 4487 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/AccountsCredentials.php'
|
| 4488 |
),
|
| 4489 |
+
'Google\\Service\\ShoppingContent\\Resource\\Freelistingsprogram' => array(
|
| 4490 |
'version' => '0.258.0.0',
|
| 4491 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Freelistingsprogram.php'
|
| 4492 |
),
|
| 4493 |
+
'Google\\Service\\ShoppingContent\\Resource\\ProductstatusesRepricingreports' => array(
|
| 4494 |
'version' => '0.258.0.0',
|
| 4495 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/ProductstatusesRepricingreports.php'
|
| 4496 |
),
|
| 4497 |
+
'Google\\Service\\ShoppingContent\\Resource\\Productdeliverytime' => array(
|
| 4498 |
'version' => '0.258.0.0',
|
| 4499 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Productdeliverytime.php'
|
| 4500 |
),
|
| 4501 |
+
'Google\\Service\\ShoppingContent\\Resource\\RepricingrulesRepricingreports' => array(
|
| 4502 |
'version' => '0.258.0.0',
|
| 4503 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/RepricingrulesRepricingreports.php'
|
| 4504 |
),
|
| 4505 |
+
'Google\\Service\\ShoppingContent\\Resource\\Orderinvoices' => array(
|
| 4506 |
'version' => '0.258.0.0',
|
| 4507 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Orderinvoices.php'
|
| 4508 |
),
|
| 4509 |
+
'Google\\Service\\ShoppingContent\\Resource\\Orders' => array(
|
| 4510 |
'version' => '0.258.0.0',
|
| 4511 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Resource/Orders.php'
|
| 4512 |
),
|
| 4513 |
+
'Google\\Service\\ShoppingContent\\LiasettingsRequestGmbAccessResponse' => array(
|
| 4514 |
'version' => '0.258.0.0',
|
| 4515 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsRequestGmbAccessResponse.php'
|
| 4516 |
),
|
| 4517 |
+
'Google\\Service\\ShoppingContent\\Css' => array(
|
| 4518 |
'version' => '0.258.0.0',
|
| 4519 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Css.php'
|
| 4520 |
),
|
| 4521 |
+
'Google\\Service\\ShoppingContent\\OrdersCancelLineItemRequest' => array(
|
| 4522 |
'version' => '0.258.0.0',
|
| 4523 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCancelLineItemRequest.php'
|
| 4524 |
),
|
| 4525 |
+
'Google\\Service\\ShoppingContent\\DatafeedsCustomBatchResponse' => array(
|
| 4526 |
'version' => '0.258.0.0',
|
| 4527 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsCustomBatchResponse.php'
|
| 4528 |
),
|
| 4529 |
+
'Google\\Service\\ShoppingContent\\ProductShippingDimension' => array(
|
| 4530 |
'version' => '0.258.0.0',
|
| 4531 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductShippingDimension.php'
|
| 4532 |
),
|
| 4533 |
+
'Google\\Service\\ShoppingContent\\ProductWeight' => array(
|
| 4534 |
'version' => '0.258.0.0',
|
| 4535 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductWeight.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4536 |
),
|
| 4537 |
+
'Google\\Service\\ShoppingContent\\SettlementTransactionAmountCommission' => array(
|
| 4538 |
'version' => '0.258.0.0',
|
| 4539 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransactionAmountCommission.php'
|
| 4540 |
),
|
| 4541 |
+
'Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchResponse' => array(
|
| 4542 |
'version' => '0.258.0.0',
|
| 4543 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedstatusesCustomBatchResponse.php'
|
| 4544 |
),
|
| 4545 |
+
'Google\\Service\\ShoppingContent\\LiasettingsListResponse' => array(
|
| 4546 |
'version' => '0.258.0.0',
|
| 4547 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsListResponse.php'
|
| 4548 |
),
|
| 4549 |
+
'Google\\Service\\ShoppingContent\\OrderreturnsRejectOperation' => array(
|
| 4550 |
'version' => '0.258.0.0',
|
| 4551 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderreturnsRejectOperation.php'
|
| 4552 |
),
|
| 4553 |
+
'Google\\Service\\ShoppingContent\\OrdersAcknowledgeRequest' => array(
|
| 4554 |
'version' => '0.258.0.0',
|
| 4555 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersAcknowledgeRequest.php'
|
| 4556 |
),
|
| 4557 |
+
'Google\\Service\\ShoppingContent\\OrderLineItemAdjustment' => array(
|
| 4558 |
'version' => '0.258.0.0',
|
| 4559 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderLineItemAdjustment.php'
|
| 4560 |
),
|
| 4561 |
+
'Google\\Service\\ShoppingContent\\DatafeedStatusError' => array(
|
| 4562 |
'version' => '0.258.0.0',
|
| 4563 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedStatusError.php'
|
| 4564 |
),
|
| 4565 |
+
'Google\\Service\\ShoppingContent\\DatafeedsCustomBatchRequestEntry' => array(
|
| 4566 |
'version' => '0.258.0.0',
|
| 4567 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/DatafeedsCustomBatchRequestEntry.php'
|
| 4568 |
),
|
| 4569 |
+
'Google\\Service\\ShoppingContent\\AccountShippingImprovements' => array(
|
| 4570 |
'version' => '0.258.0.0',
|
| 4571 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountShippingImprovements.php'
|
| 4572 |
),
|
| 4573 |
+
'Google\\Service\\ShoppingContent\\Table' => array(
|
| 4574 |
'version' => '0.258.0.0',
|
| 4575 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Table.php'
|
| 4576 |
),
|
| 4577 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption' => array(
|
| 4578 |
'version' => '0.258.0.0',
|
| 4579 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption.php'
|
| 4580 |
),
|
| 4581 |
+
'Google\\Service\\ShoppingContent\\OrderOrderAnnotation' => array(
|
| 4582 |
'version' => '0.258.0.0',
|
| 4583 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderOrderAnnotation.php'
|
| 4584 |
),
|
| 4585 |
+
'Google\\Service\\ShoppingContent\\PosInventoryRequest' => array(
|
| 4586 |
'version' => '0.258.0.0',
|
| 4587 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosInventoryRequest.php'
|
| 4588 |
),
|
| 4589 |
+
'Google\\Service\\ShoppingContent\\CarrierRate' => array(
|
| 4590 |
'version' => '0.258.0.0',
|
| 4591 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CarrierRate.php'
|
| 4592 |
),
|
| 4593 |
+
'Google\\Service\\ShoppingContent\\ReturnpolicyListResponse' => array(
|
| 4594 |
'version' => '0.258.0.0',
|
| 4595 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnpolicyListResponse.php'
|
| 4596 |
),
|
| 4597 |
+
'Google\\Service\\ShoppingContent\\WarehouseCutoffTime' => array(
|
| 4598 |
'version' => '0.258.0.0',
|
| 4599 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/WarehouseCutoffTime.php'
|
| 4600 |
),
|
| 4601 |
+
'Google\\Service\\ShoppingContent\\AccountLabel' => array(
|
| 4602 |
'version' => '0.258.0.0',
|
| 4603 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountLabel.php'
|
| 4604 |
),
|
| 4605 |
+
'Google\\Service\\ShoppingContent\\OrderCustomerLoyaltyInfo' => array(
|
| 4606 |
'version' => '0.258.0.0',
|
| 4607 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderCustomerLoyaltyInfo.php'
|
| 4608 |
),
|
| 4609 |
+
'Google\\Service\\ShoppingContent\\ListAccountReturnCarrierResponse' => array(
|
| 4610 |
'version' => '0.258.0.0',
|
| 4611 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListAccountReturnCarrierResponse.php'
|
| 4612 |
),
|
| 4613 |
+
'Google\\Service\\ShoppingContent\\VerifyPhoneNumberRequest' => array(
|
| 4614 |
'version' => '0.258.0.0',
|
| 4615 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/VerifyPhoneNumberRequest.php'
|
| 4616 |
),
|
| 4617 |
+
'Google\\Service\\ShoppingContent\\PosStore' => array(
|
| 4618 |
'version' => '0.258.0.0',
|
| 4619 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PosStore.php'
|
| 4620 |
),
|
| 4621 |
+
'Google\\Service\\ShoppingContent\\ReturnpolicyCustomBatchResponseEntry' => array(
|
| 4622 |
'version' => '0.258.0.0',
|
| 4623 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnpolicyCustomBatchResponseEntry.php'
|
| 4624 |
),
|
| 4625 |
+
'Google\\Service\\ShoppingContent\\OrderRefund' => array(
|
| 4626 |
'version' => '0.258.0.0',
|
| 4627 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderRefund.php'
|
| 4628 |
),
|
| 4629 |
+
'Google\\Service\\ShoppingContent\\OnboardBuyOnGoogleProgramRequest' => array(
|
| 4630 |
'version' => '0.258.0.0',
|
| 4631 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OnboardBuyOnGoogleProgramRequest.php'
|
| 4632 |
),
|
| 4633 |
+
'Google\\Service\\ShoppingContent\\ProductDeliveryTime' => array(
|
| 4634 |
'version' => '0.258.0.0',
|
| 4635 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductDeliveryTime.php'
|
| 4636 |
),
|
| 4637 |
+
'Google\\Service\\ShoppingContent\\CustomerReturnReason' => array(
|
| 4638 |
'version' => '0.258.0.0',
|
| 4639 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CustomerReturnReason.php'
|
| 4640 |
),
|
| 4641 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateLineItemShippingDetailsResponse' => array(
|
| 4642 |
'version' => '0.258.0.0',
|
| 4643 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateLineItemShippingDetailsResponse.php'
|
| 4644 |
),
|
| 4645 |
+
'Google\\Service\\ShoppingContent\\OrdersGetTestOrderTemplateResponse' => array(
|
| 4646 |
'version' => '0.258.0.0',
|
| 4647 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersGetTestOrderTemplateResponse.php'
|
| 4648 |
),
|
| 4649 |
'Google\\Service\\ShoppingContent\\AccounttaxCustomBatchResponse' => array(
|
| 4650 |
'version' => '0.258.0.0',
|
| 4651 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxCustomBatchResponse.php'
|
| 4652 |
),
|
| 4653 |
+
'Google\\Service\\ShoppingContent\\TestOrderPickupDetailsPickupPerson' => array(
|
| 4654 |
'version' => '0.258.0.0',
|
| 4655 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/TestOrderPickupDetailsPickupPerson.php'
|
| 4656 |
),
|
| 4657 |
+
'Google\\Service\\ShoppingContent\\Datafeed' => array(
|
| 4658 |
'version' => '0.258.0.0',
|
| 4659 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/Datafeed.php'
|
| 4660 |
),
|
| 4661 |
+
'Google\\Service\\ShoppingContent\\UnitInvoiceTaxLine' => array(
|
| 4662 |
'version' => '0.258.0.0',
|
| 4663 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/UnitInvoiceTaxLine.php'
|
| 4664 |
),
|
| 4665 |
+
'Google\\Service\\ShoppingContent\\AccountsClaimWebsiteResponse' => array(
|
| 4666 |
'version' => '0.258.0.0',
|
| 4667 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountsClaimWebsiteResponse.php'
|
| 4668 |
),
|
| 4669 |
+
'Google\\Service\\ShoppingContent\\ActivateBuyOnGoogleProgramRequest' => array(
|
| 4670 |
'version' => '0.258.0.0',
|
| 4671 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ActivateBuyOnGoogleProgramRequest.php'
|
| 4672 |
),
|
| 4673 |
+
'Google\\Service\\ShoppingContent\\AccounttaxCustomBatchResponseEntry' => array(
|
| 4674 |
'version' => '0.258.0.0',
|
| 4675 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccounttaxCustomBatchResponseEntry.php'
|
| 4676 |
),
|
| 4677 |
+
'Google\\Service\\ShoppingContent\\HolidaysHoliday' => array(
|
| 4678 |
'version' => '0.258.0.0',
|
| 4679 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/HolidaysHoliday.php'
|
| 4680 |
),
|
| 4681 |
+
'Google\\Service\\ShoppingContent\\CollectionStatusDestinationStatus' => array(
|
| 4682 |
'version' => '0.258.0.0',
|
| 4683 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CollectionStatusDestinationStatus.php'
|
| 4684 |
),
|
| 4685 |
+
'Google\\Service\\ShoppingContent\\OrderinvoicesCreateRefundInvoiceRequest' => array(
|
| 4686 |
'version' => '0.258.0.0',
|
| 4687 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrderinvoicesCreateRefundInvoiceRequest.php'
|
| 4688 |
),
|
| 4689 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateLineItemShippingDetailsRequest' => array(
|
| 4690 |
'version' => '0.258.0.0',
|
| 4691 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateLineItemShippingDetailsRequest.php'
|
| 4692 |
),
|
| 4693 |
+
'Google\\Service\\ShoppingContent\\OrdersUpdateMerchantOrderIdResponse' => array(
|
| 4694 |
'version' => '0.258.0.0',
|
| 4695 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersUpdateMerchantOrderIdResponse.php'
|
| 4696 |
),
|
| 4697 |
+
'Google\\Service\\ShoppingContent\\ListCollectionsResponse' => array(
|
| 4698 |
'version' => '0.258.0.0',
|
| 4699 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListCollectionsResponse.php'
|
| 4700 |
),
|
| 4701 |
+
'Google\\Service\\ShoppingContent\\OrdersCreateTestReturnResponse' => array(
|
| 4702 |
'version' => '0.258.0.0',
|
| 4703 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/OrdersCreateTestReturnResponse.php'
|
| 4704 |
),
|
| 4705 |
+
'Google\\Service\\ShoppingContent\\ReturnPricingInfo' => array(
|
| 4706 |
'version' => '0.258.0.0',
|
| 4707 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPricingInfo.php'
|
| 4708 |
),
|
| 4709 |
'Google\\Service\\ShoppingContent\\BuyOnGoogleProgramStatus' => array(
|
| 4710 |
'version' => '0.258.0.0',
|
| 4711 |
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/BuyOnGoogleProgramStatus.php'
|
| 4712 |
),
|
| 4713 |
+
'Google\\Service\\ShoppingContent\\ListCollectionStatusesResponse' => array(
|
| 4714 |
'version' => '0.258.0.0',
|
| 4715 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ListCollectionStatusesResponse.php'
|
| 4716 |
),
|
| 4717 |
+
'Google\\Service\\ShoppingContent\\AccountstatusesCustomBatchResponse' => array(
|
| 4718 |
'version' => '0.258.0.0',
|
| 4719 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/AccountstatusesCustomBatchResponse.php'
|
| 4720 |
),
|
| 4721 |
+
'Google\\Service\\ShoppingContent\\LiasettingsRequestInventoryVerificationResponse' => array(
|
| 4722 |
'version' => '0.258.0.0',
|
| 4723 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiasettingsRequestInventoryVerificationResponse.php'
|
| 4724 |
),
|
| 4725 |
+
'Google\\Service\\ShoppingContent\\CollectionStatusItemLevelIssue' => array(
|
| 4726 |
'version' => '0.258.0.0',
|
| 4727 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CollectionStatusItemLevelIssue.php'
|
| 4728 |
),
|
| 4729 |
+
'Google\\Service\\ShoppingContent\\LiaAboutPageSettings' => array(
|
| 4730 |
'version' => '0.258.0.0',
|
| 4731 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/LiaAboutPageSettings.php'
|
| 4732 |
),
|
| 4733 |
+
'Google\\Service\\ShoppingContent\\ProductAmount' => array(
|
| 4734 |
'version' => '0.258.0.0',
|
| 4735 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductAmount.php'
|
| 4736 |
),
|
| 4737 |
+
'Google\\Service\\ShoppingContent\\PriceAmount' => array(
|
| 4738 |
'version' => '0.258.0.0',
|
| 4739 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/PriceAmount.php'
|
| 4740 |
),
|
| 4741 |
+
'Google\\Service\\ShoppingContent\\CaptureOrderRequest' => array(
|
| 4742 |
'version' => '0.258.0.0',
|
| 4743 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/CaptureOrderRequest.php'
|
| 4744 |
),
|
| 4745 |
+
'Google\\Service\\ShoppingContent\\ProductUnitPricingBaseMeasure' => array(
|
| 4746 |
'version' => '0.258.0.0',
|
| 4747 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ProductUnitPricingBaseMeasure.php'
|
| 4748 |
),
|
| 4749 |
+
'Google\\Service\\ShoppingContent\\ReturnPolicyOnlineReturnReasonCategoryInfo' => array(
|
| 4750 |
'version' => '0.258.0.0',
|
| 4751 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/ReturnPolicyOnlineReturnReasonCategoryInfo.php'
|
| 4752 |
),
|
| 4753 |
+
'Google\\Service\\ShoppingContent\\SettlementTransactionTransaction' => array(
|
| 4754 |
'version' => '0.258.0.0',
|
| 4755 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent/SettlementTransactionTransaction.php'
|
| 4756 |
),
|
| 4757 |
+
'Google\\Service\\ShoppingContent' => array(
|
| 4758 |
'version' => '0.258.0.0',
|
| 4759 |
+
'path' => $vendorDir . '/google/apiclient-services/src/ShoppingContent.php'
|
| 4760 |
),
|
| 4761 |
+
'Google\\Service\\SiteVerification' => array(
|
| 4762 |
'version' => '0.258.0.0',
|
| 4763 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification.php'
|
| 4764 |
),
|
| 4765 |
+
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceListResponse' => array(
|
| 4766 |
'version' => '0.258.0.0',
|
| 4767 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceListResponse.php'
|
| 4768 |
),
|
| 4769 |
+
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenRequestSite' => array(
|
| 4770 |
'version' => '0.258.0.0',
|
| 4771 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenRequestSite.php'
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4772 |
),
|
| 4773 |
+
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenRequest' => array(
|
| 4774 |
+
'version' => '0.258.0.0',
|
| 4775 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenRequest.php'
|
| 4776 |
),
|
| 4777 |
+
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenResponse' => array(
|
| 4778 |
+
'version' => '0.258.0.0',
|
| 4779 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceGettokenResponse.php'
|
| 4780 |
),
|
| 4781 |
+
'Google\\Service\\SiteVerification\\Resource\\WebResource' => array(
|
| 4782 |
+
'version' => '0.258.0.0',
|
| 4783 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/Resource/WebResource.php'
|
| 4784 |
),
|
| 4785 |
+
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceResourceSite' => array(
|
| 4786 |
+
'version' => '0.258.0.0',
|
| 4787 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResourceSite.php'
|
| 4788 |
+
),
|
| 4789 |
+
'Google\\Service\\SiteVerification\\SiteVerificationWebResourceResource' => array(
|
| 4790 |
+
'version' => '0.258.0.0',
|
| 4791 |
+
'path' => $vendorDir . '/google/apiclient-services/src/SiteVerification/SiteVerificationWebResourceResource.php'
|
| 4792 |
+
),
|
| 4793 |
+
'Google\\Protobuf\\Syntax' => array(
|
| 4794 |
'version' => '3.21.2.0',
|
| 4795 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Syntax.php'
|
| 4796 |
),
|
| 4797 |
+
'Google\\Protobuf\\StringValue' => array(
|
| 4798 |
'version' => '3.21.2.0',
|
| 4799 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/StringValue.php'
|
| 4800 |
),
|
| 4801 |
+
'Google\\Protobuf\\BoolValue' => array(
|
| 4802 |
'version' => '3.21.2.0',
|
| 4803 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/BoolValue.php'
|
| 4804 |
),
|
| 4805 |
+
'Google\\Protobuf\\EnumDescriptor' => array(
|
| 4806 |
'version' => '3.21.2.0',
|
| 4807 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/EnumDescriptor.php'
|
| 4808 |
),
|
| 4809 |
+
'Google\\Protobuf\\FieldDescriptor' => array(
|
| 4810 |
'version' => '3.21.2.0',
|
| 4811 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FieldDescriptor.php'
|
| 4812 |
),
|
| 4813 |
+
'Google\\Protobuf\\Timestamp' => array(
|
| 4814 |
'version' => '3.21.2.0',
|
| 4815 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Timestamp.php'
|
| 4816 |
),
|
| 4817 |
+
'Google\\Protobuf\\DoubleValue' => array(
|
| 4818 |
'version' => '3.21.2.0',
|
| 4819 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/DoubleValue.php'
|
| 4820 |
),
|
| 4821 |
+
'Google\\Protobuf\\Field_Kind' => array(
|
| 4822 |
'version' => '3.21.2.0',
|
| 4823 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field_Kind.php'
|
| 4824 |
),
|
| 4825 |
+
'Google\\Protobuf\\Type' => array(
|
| 4826 |
'version' => '3.21.2.0',
|
| 4827 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Type.php'
|
| 4828 |
),
|
| 4829 |
+
'Google\\Protobuf\\Enum' => array(
|
| 4830 |
'version' => '3.21.2.0',
|
| 4831 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Enum.php'
|
| 4832 |
),
|
| 4833 |
+
'Google\\Protobuf\\Mixin' => array(
|
| 4834 |
'version' => '3.21.2.0',
|
| 4835 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Mixin.php'
|
| 4836 |
),
|
| 4837 |
+
'Google\\Protobuf\\Option' => array(
|
| 4838 |
'version' => '3.21.2.0',
|
| 4839 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Option.php'
|
| 4840 |
),
|
| 4841 |
'Google\\Protobuf\\Field_Cardinality' => array(
|
| 4842 |
'version' => '3.21.2.0',
|
| 4843 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field_Cardinality.php'
|
| 4844 |
),
|
| 4845 |
+
'Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4846 |
'version' => '3.21.2.0',
|
| 4847 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php'
|
| 4848 |
),
|
| 4849 |
+
'Google\\Protobuf\\Internal\\EnumDescriptor' => array(
|
| 4850 |
'version' => '3.21.2.0',
|
| 4851 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptor.php'
|
| 4852 |
),
|
| 4853 |
+
'Google\\Protobuf\\Internal\\OneofField' => array(
|
| 4854 |
'version' => '3.21.2.0',
|
| 4855 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofField.php'
|
| 4856 |
),
|
| 4857 |
+
'Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange' => array(
|
| 4858 |
'version' => '3.21.2.0',
|
| 4859 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php'
|
| 4860 |
),
|
| 4861 |
+
'Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange' => array(
|
| 4862 |
'version' => '3.21.2.0',
|
| 4863 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php'
|
| 4864 |
),
|
| 4865 |
+
'Google\\Protobuf\\Internal\\MessageBuilderContext' => array(
|
| 4866 |
'version' => '3.21.2.0',
|
| 4867 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MessageBuilderContext.php'
|
| 4868 |
),
|
| 4869 |
+
'Google\\Protobuf\\Internal\\FieldDescriptor' => array(
|
| 4870 |
'version' => '3.21.2.0',
|
| 4871 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptor.php'
|
| 4872 |
),
|
| 4873 |
+
'Google\\Protobuf\\Internal\\ServiceOptions' => array(
|
| 4874 |
'version' => '3.21.2.0',
|
| 4875 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ServiceOptions.php'
|
| 4876 |
),
|
| 4877 |
+
'Google\\Protobuf\\Internal\\MethodOptions\\IdempotencyLevel' => array(
|
| 4878 |
'version' => '3.21.2.0',
|
| 4879 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions/IdempotencyLevel.php'
|
| 4880 |
),
|
| 4881 |
+
'Google\\Protobuf\\Internal\\AnyBase' => array(
|
| 4882 |
'version' => '3.21.2.0',
|
| 4883 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/AnyBase.php'
|
| 4884 |
),
|
| 4885 |
'Google\\Protobuf\\Internal\\RawInputStream' => array(
|
| 4886 |
'version' => '3.21.2.0',
|
| 4887 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RawInputStream.php'
|
| 4888 |
),
|
| 4889 |
+
'Google\\Protobuf\\Internal\\OneofDescriptorProto' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4890 |
'version' => '3.21.2.0',
|
| 4891 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptorProto.php'
|
| 4892 |
),
|
| 4893 |
+
'Google\\Protobuf\\Internal\\FileOptions\\OptimizeMode' => array(
|
| 4894 |
'version' => '3.21.2.0',
|
| 4895 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions/OptimizeMode.php'
|
| 4896 |
),
|
| 4897 |
+
'Google\\Protobuf\\Internal\\SourceCodeInfo\\Location' => array(
|
| 4898 |
'version' => '3.21.2.0',
|
| 4899 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php'
|
| 4900 |
),
|
| 4901 |
+
'Google\\Protobuf\\Internal\\RepeatedFieldIter' => array(
|
| 4902 |
'version' => '3.21.2.0',
|
| 4903 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedFieldIter.php'
|
| 4904 |
),
|
| 4905 |
+
'Google\\Protobuf\\Internal\\GPBType' => array(
|
| 4906 |
'version' => '3.21.2.0',
|
| 4907 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBType.php'
|
| 4908 |
),
|
| 4909 |
+
'Google\\Protobuf\\Internal\\CodedInputStream' => array(
|
| 4910 |
'version' => '3.21.2.0',
|
| 4911 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php'
|
| 4912 |
),
|
| 4913 |
+
'Google\\Protobuf\\Internal\\DescriptorProto_ReservedRange' => array(
|
| 4914 |
'version' => '3.21.2.0',
|
| 4915 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php'
|
| 4916 |
),
|
| 4917 |
+
'Google\\Protobuf\\Internal\\EnumDescriptorProto' => array(
|
| 4918 |
'version' => '3.21.2.0',
|
| 4919 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php'
|
| 4920 |
),
|
| 4921 |
+
'Google\\Protobuf\\Internal\\FieldDescriptorProto' => array(
|
| 4922 |
'version' => '3.21.2.0',
|
| 4923 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php'
|
| 4924 |
),
|
| 4925 |
+
'Google\\Protobuf\\Internal\\MapFieldIter' => array(
|
| 4926 |
'version' => '3.21.2.0',
|
| 4927 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MapFieldIter.php'
|
| 4928 |
),
|
| 4929 |
+
'Google\\Protobuf\\Internal\\GPBJsonWire' => array(
|
| 4930 |
'version' => '3.21.2.0',
|
| 4931 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBJsonWire.php'
|
| 4932 |
),
|
| 4933 |
+
'Google\\Protobuf\\Internal\\MapField' => array(
|
| 4934 |
'version' => '3.21.2.0',
|
| 4935 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MapField.php'
|
| 4936 |
),
|
| 4937 |
+
'Google\\Protobuf\\Internal\\FileDescriptorProto' => array(
|
| 4938 |
'version' => '3.21.2.0',
|
| 4939 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php'
|
| 4940 |
),
|
| 4941 |
+
'Google\\Protobuf\\Internal\\FieldOptions\\CType' => array(
|
| 4942 |
'version' => '3.21.2.0',
|
| 4943 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/CType.php'
|
| 4944 |
),
|
| 4945 |
+
'Google\\Protobuf\\Internal\\FieldOptions\\JSType' => array(
|
| 4946 |
'version' => '3.21.2.0',
|
| 4947 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions/JSType.php'
|
| 4948 |
),
|
| 4949 |
+
'Google\\Protobuf\\Internal\\CodedOutputStream' => array(
|
| 4950 |
'version' => '3.21.2.0',
|
| 4951 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/CodedOutputStream.php'
|
| 4952 |
),
|
| 4953 |
'Google\\Protobuf\\Internal\\DescriptorProto_ExtensionRange' => array(
|
| 4954 |
'version' => '3.21.2.0',
|
| 4955 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php'
|
| 4956 |
),
|
| 4957 |
+
'Google\\Protobuf\\Internal\\EnumValueDescriptorProto' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4958 |
'version' => '3.21.2.0',
|
| 4959 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php'
|
| 4960 |
),
|
| 4961 |
+
'Google\\Protobuf\\Internal\\EnumDescriptorProto_EnumReservedRange' => array(
|
| 4962 |
'version' => '3.21.2.0',
|
| 4963 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php'
|
| 4964 |
),
|
| 4965 |
+
'Google\\Protobuf\\Internal\\FieldDescriptorProto_Label' => array(
|
| 4966 |
'version' => '3.21.2.0',
|
| 4967 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php'
|
| 4968 |
),
|
| 4969 |
+
'Google\\Protobuf\\Internal\\FieldDescriptorProto_Type' => array(
|
| 4970 |
'version' => '3.21.2.0',
|
| 4971 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php'
|
| 4972 |
),
|
| 4973 |
'Google\\Protobuf\\Internal\\UninterpretedOption' => array(
|
| 4974 |
'version' => '3.21.2.0',
|
| 4975 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption.php'
|
| 4976 |
),
|
| 4977 |
+
'Google\\Protobuf\\Internal\\GPBWireType' => array(
|
| 4978 |
'version' => '3.21.2.0',
|
| 4979 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBWireType.php'
|
| 4980 |
),
|
| 4981 |
+
'Google\\Protobuf\\Internal\\EnumValueOptions' => array(
|
| 4982 |
'version' => '3.21.2.0',
|
| 4983 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumValueOptions.php'
|
| 4984 |
),
|
| 4985 |
+
'Google\\Protobuf\\Internal\\TimestampBase' => array(
|
| 4986 |
'version' => '3.21.2.0',
|
| 4987 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/TimestampBase.php'
|
| 4988 |
),
|
| 4989 |
+
'Google\\Protobuf\\Internal\\ExtensionRangeOptions' => array(
|
| 4990 |
'version' => '3.21.2.0',
|
| 4991 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ExtensionRangeOptions.php'
|
| 4992 |
),
|
| 4993 |
+
'Google\\Protobuf\\Internal\\GeneratedCodeInfo_Annotation' => array(
|
| 4994 |
'version' => '3.21.2.0',
|
| 4995 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php'
|
| 4996 |
),
|
| 4997 |
+
'Google\\Protobuf\\Internal\\HasPublicDescriptorTrait' => array(
|
| 4998 |
'version' => '3.21.2.0',
|
| 4999 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/HasPublicDescriptorTrait.php'
|
| 5000 |
),
|
| 5001 |
+
'Google\\Protobuf\\Internal\\FieldOptions_JSType' => array(
|
| 5002 |
'version' => '3.21.2.0',
|
| 5003 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_JSType.php'
|
| 5004 |
),
|
| 5005 |
+
'Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type' => array(
|
| 5006 |
'version' => '3.21.2.0',
|
| 5007 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Type.php'
|
| 5008 |
),
|
| 5009 |
+
'Google\\Protobuf\\Internal\\FieldDescriptorProto\\Label' => array(
|
| 5010 |
'version' => '3.21.2.0',
|
| 5011 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto/Label.php'
|
| 5012 |
),
|
| 5013 |
+
'Google\\Protobuf\\Internal\\GeneratedCodeInfo' => array(
|
| 5014 |
'version' => '3.21.2.0',
|
| 5015 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo.php'
|
| 5016 |
),
|
| 5017 |
+
'Google\\Protobuf\\Internal\\MessageOptions' => array(
|
| 5018 |
'version' => '3.21.2.0',
|
| 5019 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MessageOptions.php'
|
| 5020 |
),
|
| 5021 |
+
'Google\\Protobuf\\Internal\\OneofOptions' => array(
|
| 5022 |
'version' => '3.21.2.0',
|
| 5023 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofOptions.php'
|
| 5024 |
),
|
| 5025 |
+
'Google\\Protobuf\\Internal\\GPBLabel' => array(
|
| 5026 |
'version' => '3.21.2.0',
|
| 5027 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBLabel.php'
|
| 5028 |
),
|
| 5029 |
+
'Google\\Protobuf\\Internal\\OneofDescriptor' => array(
|
| 5030 |
'version' => '3.21.2.0',
|
| 5031 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptor.php'
|
| 5032 |
),
|
| 5033 |
+
'Google\\Protobuf\\Internal\\ServiceDescriptorProto' => array(
|
| 5034 |
'version' => '3.21.2.0',
|
| 5035 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php'
|
| 5036 |
),
|
| 5037 |
+
'Google\\Protobuf\\Internal\\FileOptions' => array(
|
| 5038 |
'version' => '3.21.2.0',
|
| 5039 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php'
|
| 5040 |
),
|
| 5041 |
+
'Google\\Protobuf\\Internal\\RepeatedField' => array(
|
| 5042 |
'version' => '3.21.2.0',
|
| 5043 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php'
|
| 5044 |
),
|
| 5045 |
+
'Google\\Protobuf\\Internal\\FieldOptions' => array(
|
| 5046 |
'version' => '3.21.2.0',
|
| 5047 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions.php'
|
| 5048 |
),
|
| 5049 |
+
'Google\\Protobuf\\Internal\\DescriptorPool' => array(
|
| 5050 |
'version' => '3.21.2.0',
|
| 5051 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorPool.php'
|
| 5052 |
),
|
| 5053 |
+
'Google\\Protobuf\\Internal\\FieldOptions_CType' => array(
|
| 5054 |
'version' => '3.21.2.0',
|
| 5055 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FieldOptions_CType.php'
|
| 5056 |
),
|
| 5057 |
+
'Google\\Protobuf\\Internal\\UninterpretedOption_NamePart' => array(
|
| 5058 |
'version' => '3.21.2.0',
|
| 5059 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php'
|
| 5060 |
),
|
| 5061 |
+
'Google\\Protobuf\\Internal\\EnumBuilderContext' => array(
|
| 5062 |
'version' => '3.21.2.0',
|
| 5063 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumBuilderContext.php'
|
| 5064 |
),
|
| 5065 |
+
'Google\\Protobuf\\Internal\\MapEntry' => array(
|
| 5066 |
'version' => '3.21.2.0',
|
| 5067 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MapEntry.php'
|
| 5068 |
),
|
| 5069 |
+
'Google\\Protobuf\\Internal\\GPBUtil' => array(
|
| 5070 |
'version' => '3.21.2.0',
|
| 5071 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php'
|
| 5072 |
),
|
| 5073 |
+
'Google\\Protobuf\\Internal\\GPBDecodeException' => array(
|
| 5074 |
'version' => '3.21.2.0',
|
| 5075 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBDecodeException.php'
|
| 5076 |
),
|
| 5077 |
+
'Google\\Protobuf\\Internal\\GPBWire' => array(
|
| 5078 |
'version' => '3.21.2.0',
|
| 5079 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GPBWire.php'
|
| 5080 |
),
|
| 5081 |
+
'Google\\Protobuf\\Internal\\SourceCodeInfo_Location' => array(
|
| 5082 |
'version' => '3.21.2.0',
|
| 5083 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php'
|
| 5084 |
),
|
| 5085 |
+
'Google\\Protobuf\\Internal\\Descriptor' => array(
|
| 5086 |
'version' => '3.21.2.0',
|
| 5087 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/Descriptor.php'
|
| 5088 |
),
|
| 5089 |
+
'Google\\Protobuf\\Internal\\DescriptorProto' => array(
|
| 5090 |
'version' => '3.21.2.0',
|
| 5091 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php'
|
| 5092 |
),
|
| 5093 |
+
'Google\\Protobuf\\Internal\\FileOptions_OptimizeMode' => array(
|
| 5094 |
'version' => '3.21.2.0',
|
| 5095 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php'
|
| 5096 |
),
|
| 5097 |
+
'Google\\Protobuf\\Internal\\FileDescriptor' => array(
|
| 5098 |
'version' => '3.21.2.0',
|
| 5099 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptor.php'
|
| 5100 |
),
|
| 5101 |
+
'Google\\Protobuf\\Internal\\UninterpretedOption\\NamePart' => array(
|
| 5102 |
'version' => '3.21.2.0',
|
| 5103 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php'
|
| 5104 |
),
|
| 5105 |
+
'Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation' => array(
|
| 5106 |
'version' => '3.21.2.0',
|
| 5107 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php'
|
| 5108 |
),
|
| 5109 |
+
'Google\\Protobuf\\Internal\\GetPublicDescriptorTrait' => array(
|
| 5110 |
'version' => '3.21.2.0',
|
| 5111 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/GetPublicDescriptorTrait.php'
|
| 5112 |
),
|
| 5113 |
+
'Google\\Protobuf\\Internal\\SourceCodeInfo' => array(
|
| 5114 |
'version' => '3.21.2.0',
|
| 5115 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo.php'
|
| 5116 |
),
|
| 5117 |
+
'Google\\Protobuf\\Internal\\Message' => array(
|
| 5118 |
'version' => '3.21.2.0',
|
| 5119 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/Message.php'
|
| 5120 |
),
|
| 5121 |
+
'Google\\Protobuf\\Internal\\MethodOptions_IdempotencyLevel' => array(
|
| 5122 |
'version' => '3.21.2.0',
|
| 5123 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php'
|
| 5124 |
),
|
| 5125 |
+
'Google\\Protobuf\\Internal\\MethodOptions' => array(
|
| 5126 |
'version' => '3.21.2.0',
|
| 5127 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodOptions.php'
|
| 5128 |
),
|
| 5129 |
+
'Google\\Protobuf\\Internal\\MethodDescriptorProto' => array(
|
| 5130 |
'version' => '3.21.2.0',
|
| 5131 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php'
|
| 5132 |
),
|
| 5133 |
+
'Google\\Protobuf\\Internal\\EnumOptions' => array(
|
| 5134 |
'version' => '3.21.2.0',
|
| 5135 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/EnumOptions.php'
|
| 5136 |
),
|
| 5137 |
+
'Google\\Protobuf\\Internal\\FileDescriptorSet' => array(
|
| 5138 |
'version' => '3.21.2.0',
|
| 5139 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorSet.php'
|
| 5140 |
),
|
| 5141 |
+
'Google\\Protobuf\\Int32Value' => array(
|
| 5142 |
'version' => '3.21.2.0',
|
| 5143 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Int32Value.php'
|
| 5144 |
),
|
| 5145 |
+
'Google\\Protobuf\\Method' => array(
|
| 5146 |
'version' => '3.21.2.0',
|
| 5147 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Method.php'
|
| 5148 |
),
|
| 5149 |
+
'Google\\Protobuf\\Field' => array(
|
| 5150 |
'version' => '3.21.2.0',
|
| 5151 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field.php'
|
| 5152 |
),
|
| 5153 |
+
'Google\\Protobuf\\UInt64Value' => array(
|
| 5154 |
'version' => '3.21.2.0',
|
| 5155 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/UInt64Value.php'
|
| 5156 |
),
|
| 5157 |
+
'Google\\Protobuf\\Field\\Kind' => array(
|
| 5158 |
'version' => '3.21.2.0',
|
| 5159 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field/Kind.php'
|
| 5160 |
),
|
| 5161 |
+
'Google\\Protobuf\\Field\\Cardinality' => array(
|
| 5162 |
'version' => '3.21.2.0',
|
| 5163 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Field/Cardinality.php'
|
| 5164 |
),
|
| 5165 |
'Google\\Protobuf\\Value' => array(
|
| 5166 |
'version' => '3.21.2.0',
|
| 5167 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Value.php'
|
| 5168 |
),
|
| 5169 |
+
'Google\\Protobuf\\NullValue' => array(
|
| 5170 |
'version' => '3.21.2.0',
|
| 5171 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/NullValue.php'
|
| 5172 |
+
),
|
| 5173 |
+
'Google\\Protobuf\\FloatValue' => array(
|
| 5174 |
+
'version' => '3.21.2.0',
|
| 5175 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FloatValue.php'
|
| 5176 |
),
|
| 5177 |
'Google\\Protobuf\\Any' => array(
|
| 5178 |
'version' => '3.21.2.0',
|
| 5179 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Any.php'
|
| 5180 |
),
|
| 5181 |
+
'Google\\Protobuf\\GPBEmpty' => array(
|
| 5182 |
'version' => '3.21.2.0',
|
| 5183 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/GPBEmpty.php'
|
| 5184 |
+
),
|
| 5185 |
+
'Google\\Protobuf\\OneofDescriptor' => array(
|
| 5186 |
+
'version' => '3.21.2.0',
|
| 5187 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/OneofDescriptor.php'
|
| 5188 |
+
),
|
| 5189 |
+
'Google\\Protobuf\\EnumValueDescriptor' => array(
|
| 5190 |
+
'version' => '3.21.2.0',
|
| 5191 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/EnumValueDescriptor.php'
|
| 5192 |
+
),
|
| 5193 |
+
'Google\\Protobuf\\FieldMask' => array(
|
| 5194 |
+
'version' => '3.21.2.0',
|
| 5195 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/FieldMask.php'
|
| 5196 |
+
),
|
| 5197 |
+
'Google\\Protobuf\\SourceContext' => array(
|
| 5198 |
+
'version' => '3.21.2.0',
|
| 5199 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/SourceContext.php'
|
| 5200 |
+
),
|
| 5201 |
+
'Google\\Protobuf\\DescriptorPool' => array(
|
| 5202 |
+
'version' => '3.21.2.0',
|
| 5203 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/DescriptorPool.php'
|
| 5204 |
),
|
| 5205 |
'Google\\Protobuf\\BytesValue' => array(
|
| 5206 |
'version' => '3.21.2.0',
|
| 5207 |
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/BytesValue.php'
|
| 5208 |
),
|
| 5209 |
+
'Google\\Protobuf\\Api' => array(
|
| 5210 |
'version' => '3.21.2.0',
|
| 5211 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Api.php'
|
| 5212 |
),
|
| 5213 |
+
'Google\\Protobuf\\EnumValue' => array(
|
| 5214 |
'version' => '3.21.2.0',
|
| 5215 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/EnumValue.php'
|
| 5216 |
),
|
| 5217 |
+
'Google\\Protobuf\\Struct' => array(
|
| 5218 |
'version' => '3.21.2.0',
|
| 5219 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Struct.php'
|
| 5220 |
),
|
| 5221 |
+
'Google\\Protobuf\\ListValue' => array(
|
| 5222 |
'version' => '3.21.2.0',
|
| 5223 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/ListValue.php'
|
| 5224 |
),
|
| 5225 |
+
'Google\\Protobuf\\Descriptor' => array(
|
| 5226 |
'version' => '3.21.2.0',
|
| 5227 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Descriptor.php'
|
| 5228 |
),
|
| 5229 |
+
'Google\\Protobuf\\Int64Value' => array(
|
| 5230 |
'version' => '3.21.2.0',
|
| 5231 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Int64Value.php'
|
| 5232 |
),
|
| 5233 |
+
'Google\\Protobuf\\UInt32Value' => array(
|
| 5234 |
+
'version' => '3.21.2.0',
|
| 5235 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/UInt32Value.php'
|
| 5236 |
),
|
| 5237 |
+
'Google\\Protobuf\\Duration' => array(
|
| 5238 |
+
'version' => '3.21.2.0',
|
| 5239 |
+
'path' => $vendorDir . '/google/protobuf/src/Google/Protobuf/Duration.php'
|
| 5240 |
),
|
| 5241 |
+
'Google\\ApiCore\\Serializer' => array(
|
| 5242 |
'version' => '1.13.0.0',
|
| 5243 |
+
'path' => $vendorDir . '/google/gax/src/Serializer.php'
|
| 5244 |
),
|
| 5245 |
+
'Google\\ApiCore\\Middleware\\OptionsFilterMiddleware' => array(
|
| 5246 |
'version' => '1.13.0.0',
|
| 5247 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/OptionsFilterMiddleware.php'
|
| 5248 |
),
|
| 5249 |
+
'Google\\ApiCore\\Middleware\\OperationsMiddleware' => array(
|
| 5250 |
'version' => '1.13.0.0',
|
| 5251 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/OperationsMiddleware.php'
|
| 5252 |
),
|
| 5253 |
+
'Google\\ApiCore\\Middleware\\ResponseMetadataMiddleware' => array(
|
| 5254 |
'version' => '1.13.0.0',
|
| 5255 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/ResponseMetadataMiddleware.php'
|
| 5256 |
),
|
| 5257 |
+
'Google\\ApiCore\\Middleware\\CredentialsWrapperMiddleware' => array(
|
| 5258 |
'version' => '1.13.0.0',
|
| 5259 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/CredentialsWrapperMiddleware.php'
|
| 5260 |
),
|
| 5261 |
+
'Google\\ApiCore\\Middleware\\RetryMiddleware' => array(
|
| 5262 |
'version' => '1.13.0.0',
|
| 5263 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/RetryMiddleware.php'
|
| 5264 |
),
|
| 5265 |
+
'Google\\ApiCore\\Middleware\\PagedMiddleware' => array(
|
| 5266 |
'version' => '1.13.0.0',
|
| 5267 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/PagedMiddleware.php'
|
| 5268 |
),
|
| 5269 |
+
'Google\\ApiCore\\Middleware\\FixedHeaderMiddleware' => array(
|
| 5270 |
'version' => '1.13.0.0',
|
| 5271 |
+
'path' => $vendorDir . '/google/gax/src/Middleware/FixedHeaderMiddleware.php'
|
| 5272 |
),
|
| 5273 |
+
'Google\\ApiCore\\ServerStreamingCallInterface' => array(
|
| 5274 |
'version' => '1.13.0.0',
|
| 5275 |
+
'path' => $vendorDir . '/google/gax/src/ServerStreamingCallInterface.php'
|
| 5276 |
),
|
| 5277 |
+
'Google\\ApiCore\\GapicClientTrait' => array(
|
| 5278 |
'version' => '1.13.0.0',
|
| 5279 |
+
'path' => $vendorDir . '/google/gax/src/GapicClientTrait.php'
|
| 5280 |
),
|
| 5281 |
+
'Google\\ApiCore\\UriTrait' => array(
|
| 5282 |
'version' => '1.13.0.0',
|
| 5283 |
+
'path' => $vendorDir . '/google/gax/src/UriTrait.php'
|
| 5284 |
),
|
| 5285 |
+
'Google\\ApiCore\\ClientStream' => array(
|
| 5286 |
'version' => '1.13.0.0',
|
| 5287 |
+
'path' => $vendorDir . '/google/gax/src/ClientStream.php'
|
| 5288 |
),
|
| 5289 |
+
'Google\\ApiCore\\Transport\\TransportInterface' => array(
|
| 5290 |
'version' => '1.13.0.0',
|
| 5291 |
+
'path' => $vendorDir . '/google/gax/src/Transport/TransportInterface.php'
|
| 5292 |
),
|
| 5293 |
+
'Google\\ApiCore\\Transport\\RestTransport' => array(
|
| 5294 |
'version' => '1.13.0.0',
|
| 5295 |
+
'path' => $vendorDir . '/google/gax/src/Transport/RestTransport.php'
|
| 5296 |
),
|
| 5297 |
+
'Google\\ApiCore\\Transport\\GrpcTransport' => array(
|
| 5298 |
'version' => '1.13.0.0',
|
| 5299 |
+
'path' => $vendorDir . '/google/gax/src/Transport/GrpcTransport.php'
|
| 5300 |
),
|
| 5301 |
+
'Google\\ApiCore\\Transport\\Grpc\\ForwardingUnaryCall' => array(
|
| 5302 |
'version' => '1.13.0.0',
|
| 5303 |
+
'path' => $vendorDir . '/google/gax/src/Transport/Grpc/ForwardingUnaryCall.php'
|
| 5304 |
),
|
| 5305 |
+
'Google\\ApiCore\\Transport\\Grpc\\ForwardingCall' => array(
|
| 5306 |
'version' => '1.13.0.0',
|
| 5307 |
+
'path' => $vendorDir . '/google/gax/src/Transport/Grpc/ForwardingCall.php'
|
| 5308 |
),
|
| 5309 |
+
'Google\\ApiCore\\Transport\\Grpc\\UnaryInterceptorInterface' => array(
|
| 5310 |
'version' => '1.13.0.0',
|
| 5311 |
+
'path' => $vendorDir . '/google/gax/src/Transport/Grpc/UnaryInterceptorInterface.php'
|
| 5312 |
),
|
| 5313 |
+
'Google\\ApiCore\\Transport\\Grpc\\ServerStreamingCallWrapper' => array(
|
| 5314 |
'version' => '1.13.0.0',
|
| 5315 |
+
'path' => $vendorDir . '/google/gax/src/Transport/Grpc/ServerStreamingCallWrapper.php'
|
| 5316 |
),
|
| 5317 |
+
'Google\\ApiCore\\Transport\\Grpc\\ForwardingServerStreamingCall' => array(
|
| 5318 |
'version' => '1.13.0.0',
|
| 5319 |
+
'path' => $vendorDir . '/google/gax/src/Transport/Grpc/ForwardingServerStreamingCall.php'
|
| 5320 |
),
|
| 5321 |
+
'Google\\ApiCore\\Transport\\GrpcFallbackTransport' => array(
|
| 5322 |
'version' => '1.13.0.0',
|
| 5323 |
+
'path' => $vendorDir . '/google/gax/src/Transport/GrpcFallbackTransport.php'
|
| 5324 |
),
|
| 5325 |
+
'Google\\ApiCore\\Transport\\HttpUnaryTransportTrait' => array(
|
| 5326 |
'version' => '1.13.0.0',
|
| 5327 |
+
'path' => $vendorDir . '/google/gax/src/Transport/HttpUnaryTransportTrait.php'
|
| 5328 |
),
|
| 5329 |
+
'Google\\ApiCore\\Transport\\Rest\\JsonStreamDecoder' => array(
|
| 5330 |
'version' => '1.13.0.0',
|
| 5331 |
+
'path' => $vendorDir . '/google/gax/src/Transport/Rest/JsonStreamDecoder.php'
|
| 5332 |
),
|
| 5333 |
+
'Google\\ApiCore\\Transport\\Rest\\RestServerStreamingCall' => array(
|
| 5334 |
'version' => '1.13.0.0',
|
| 5335 |
+
'path' => $vendorDir . '/google/gax/src/Transport/Rest/RestServerStreamingCall.php'
|
| 5336 |
),
|
| 5337 |
+
'Google\\ApiCore\\AgentHeader' => array(
|
| 5338 |
'version' => '1.13.0.0',
|
| 5339 |
+
'path' => $vendorDir . '/google/gax/src/AgentHeader.php'
|
| 5340 |
),
|
| 5341 |
+
'Google\\ApiCore\\ArrayTrait' => array(
|
| 5342 |
'version' => '1.13.0.0',
|
| 5343 |
+
'path' => $vendorDir . '/google/gax/src/ArrayTrait.php'
|
| 5344 |
),
|
| 5345 |
+
'Google\\ApiCore\\PageStreamingDescriptor' => array(
|
| 5346 |
'version' => '1.13.0.0',
|
| 5347 |
+
'path' => $vendorDir . '/google/gax/src/PageStreamingDescriptor.php'
|
| 5348 |
),
|
| 5349 |
+
'Google\\ApiCore\\GPBType' => array(
|
| 5350 |
'version' => '1.13.0.0',
|
| 5351 |
+
'path' => $vendorDir . '/google/gax/src/GPBType.php'
|
| 5352 |
),
|
| 5353 |
+
'Google\\ApiCore\\FixedSizeCollection' => array(
|
| 5354 |
'version' => '1.13.0.0',
|
| 5355 |
+
'path' => $vendorDir . '/google/gax/src/FixedSizeCollection.php'
|
| 5356 |
),
|
| 5357 |
+
'Google\\ApiCore\\RetrySettings' => array(
|
| 5358 |
'version' => '1.13.0.0',
|
| 5359 |
+
'path' => $vendorDir . '/google/gax/src/RetrySettings.php'
|
| 5360 |
),
|
| 5361 |
+
'Google\\ApiCore\\ResourceTemplate\\Segment' => array(
|
| 5362 |
'version' => '1.13.0.0',
|
| 5363 |
+
'path' => $vendorDir . '/google/gax/src/ResourceTemplate/Segment.php'
|
| 5364 |
),
|
| 5365 |
+
'Google\\ApiCore\\ResourceTemplate\\Parser' => array(
|
| 5366 |
'version' => '1.13.0.0',
|
| 5367 |
+
'path' => $vendorDir . '/google/gax/src/ResourceTemplate/Parser.php'
|
| 5368 |
),
|
| 5369 |
+
'Google\\ApiCore\\ResourceTemplate\\ResourceTemplateInterface' => array(
|
| 5370 |
'version' => '1.13.0.0',
|
| 5371 |
+
'path' => $vendorDir . '/google/gax/src/ResourceTemplate/ResourceTemplateInterface.php'
|
| 5372 |
+
),
|
| 5373 |
+
'Google\\ApiCore\\ResourceTemplate\\AbsoluteResourceTemplate' => array(
|
| 5374 |
+
'version' => '1.13.0.0',
|
| 5375 |
+
'path' => $vendorDir . '/google/gax/src/ResourceTemplate/AbsoluteResourceTemplate.php'
|
| 5376 |
+
),
|
| 5377 |
+
'Google\\ApiCore\\ResourceTemplate\\RelativeResourceTemplate' => array(
|
| 5378 |
+
'version' => '1.13.0.0',
|
| 5379 |
+
'path' => $vendorDir . '/google/gax/src/ResourceTemplate/RelativeResourceTemplate.php'
|
| 5380 |
+
),
|
| 5381 |
+
'Google\\ApiCore\\PagedListResponse' => array(
|
| 5382 |
+
'version' => '1.13.0.0',
|
| 5383 |
+
'path' => $vendorDir . '/google/gax/src/PagedListResponse.php'
|
| 5384 |
),
|
| 5385 |
'Google\\ApiCore\\LongRunning\\Gapic\\OperationsGapicClient' => array(
|
| 5386 |
'version' => '1.13.0.0',
|
| 5387 |
'path' => $vendorDir . '/google/gax/src/LongRunning/Gapic/OperationsGapicClient.php'
|
| 5388 |
),
|
| 5389 |
+
'Google\\ApiCore\\LongRunning\\OperationsClient' => array(
|
| 5390 |
'version' => '1.13.0.0',
|
| 5391 |
+
'path' => $vendorDir . '/google/gax/src/LongRunning/OperationsClient.php'
|
| 5392 |
),
|
| 5393 |
+
'Google\\ApiCore\\OperationResponse' => array(
|
| 5394 |
'version' => '1.13.0.0',
|
| 5395 |
+
'path' => $vendorDir . '/google/gax/src/OperationResponse.php'
|
| 5396 |
),
|
| 5397 |
'Google\\ApiCore\\PathTemplate' => array(
|
| 5398 |
'version' => '1.13.0.0',
|
| 5399 |
'path' => $vendorDir . '/google/gax/src/PathTemplate.php'
|
| 5400 |
),
|
| 5401 |
+
'Google\\ApiCore\\Testing\\MockClientStreamingCall' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5402 |
'version' => '1.13.0.0',
|
| 5403 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockClientStreamingCall.php'
|
| 5404 |
),
|
| 5405 |
+
'Google\\ApiCore\\Testing\\MessageAwareArrayComparator' => array(
|
| 5406 |
'version' => '1.13.0.0',
|
| 5407 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MessageAwareArrayComparator.php'
|
| 5408 |
),
|
| 5409 |
+
'Google\\ApiCore\\Testing\\MessageAwareExporter' => array(
|
| 5410 |
'version' => '1.13.0.0',
|
| 5411 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MessageAwareExporter.php'
|
| 5412 |
),
|
| 5413 |
+
'Google\\ApiCore\\Testing\\MockStatus' => array(
|
| 5414 |
'version' => '1.13.0.0',
|
| 5415 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockStatus.php'
|
| 5416 |
),
|
| 5417 |
+
'Google\\ApiCore\\Testing\\MockTransport' => array(
|
| 5418 |
'version' => '1.13.0.0',
|
| 5419 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockTransport.php'
|
| 5420 |
),
|
| 5421 |
+
'Google\\ApiCore\\Testing\\MockResponse' => array(
|
| 5422 |
'version' => '1.13.0.0',
|
| 5423 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockResponse.php'
|
| 5424 |
),
|
| 5425 |
+
'Google\\ApiCore\\Testing\\MockBidiStreamingCall' => array(
|
| 5426 |
'version' => '1.13.0.0',
|
| 5427 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockBidiStreamingCall.php'
|
| 5428 |
),
|
| 5429 |
+
'Google\\ApiCore\\Testing\\ProtobufMessageComparator' => array(
|
| 5430 |
'version' => '1.13.0.0',
|
| 5431 |
+
'path' => $vendorDir . '/google/gax/src/Testing/ProtobufMessageComparator.php'
|
| 5432 |
),
|
| 5433 |
+
'Google\\ApiCore\\Testing\\ProtobufGPBEmptyComparator' => array(
|
| 5434 |
'version' => '1.13.0.0',
|
| 5435 |
+
'path' => $vendorDir . '/google/gax/src/Testing/ProtobufGPBEmptyComparator.php'
|
| 5436 |
),
|
| 5437 |
+
'Google\\ApiCore\\Testing\\MockServerStreamingCall' => array(
|
| 5438 |
'version' => '1.13.0.0',
|
| 5439 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockServerStreamingCall.php'
|
| 5440 |
),
|
| 5441 |
+
'Google\\ApiCore\\Testing\\MockRequest' => array(
|
| 5442 |
'version' => '1.13.0.0',
|
| 5443 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockRequest.php'
|
| 5444 |
),
|
| 5445 |
+
'Google\\ApiCore\\Testing\\GeneratedTest' => array(
|
| 5446 |
'version' => '1.13.0.0',
|
| 5447 |
+
'path' => $vendorDir . '/google/gax/src/Testing/GeneratedTest.php'
|
| 5448 |
),
|
| 5449 |
+
'Google\\ApiCore\\Testing\\MockGrpcTransport' => array(
|
| 5450 |
'version' => '1.13.0.0',
|
| 5451 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockGrpcTransport.php'
|
| 5452 |
),
|
| 5453 |
+
'Google\\ApiCore\\Testing\\MockRequestBody' => array(
|
| 5454 |
'version' => '1.13.0.0',
|
| 5455 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockRequestBody.php'
|
| 5456 |
),
|
| 5457 |
+
'Google\\ApiCore\\Testing\\SerializationTrait' => array(
|
| 5458 |
'version' => '1.13.0.0',
|
| 5459 |
+
'path' => $vendorDir . '/google/gax/src/Testing/SerializationTrait.php'
|
| 5460 |
),
|
| 5461 |
+
'Google\\ApiCore\\Testing\\MockStubTrait' => array(
|
| 5462 |
'version' => '1.13.0.0',
|
| 5463 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockStubTrait.php'
|
| 5464 |
),
|
| 5465 |
+
'Google\\ApiCore\\Testing\\MockUnaryCall' => array(
|
| 5466 |
'version' => '1.13.0.0',
|
| 5467 |
+
'path' => $vendorDir . '/google/gax/src/Testing/MockUnaryCall.php'
|
| 5468 |
),
|
| 5469 |
+
'Google\\ApiCore\\Testing\\ReceivedRequest' => array(
|
| 5470 |
'version' => '1.13.0.0',
|
| 5471 |
+
'path' => $vendorDir . '/google/gax/src/Testing/ReceivedRequest.php'
|
| 5472 |
),
|
| 5473 |
+
'Google\\ApiCore\\ValidationException' => array(
|
| 5474 |
'version' => '1.13.0.0',
|
| 5475 |
+
'path' => $vendorDir . '/google/gax/src/ValidationException.php'
|
| 5476 |
),
|
| 5477 |
+
'Google\\ApiCore\\ApiException' => array(
|
| 5478 |
'version' => '1.13.0.0',
|
| 5479 |
+
'path' => $vendorDir . '/google/gax/src/ApiException.php'
|
| 5480 |
),
|
| 5481 |
+
'Google\\ApiCore\\GPBLabel' => array(
|
| 5482 |
'version' => '1.13.0.0',
|
| 5483 |
+
'path' => $vendorDir . '/google/gax/src/GPBLabel.php'
|
| 5484 |
),
|
| 5485 |
+
'Google\\ApiCore\\RequestBuilder' => array(
|
| 5486 |
'version' => '1.13.0.0',
|
| 5487 |
+
'path' => $vendorDir . '/google/gax/src/RequestBuilder.php'
|
| 5488 |
),
|
| 5489 |
+
'Google\\ApiCore\\ValidationTrait' => array(
|
| 5490 |
'version' => '1.13.0.0',
|
| 5491 |
+
'path' => $vendorDir . '/google/gax/src/ValidationTrait.php'
|
| 5492 |
),
|
| 5493 |
+
'Google\\ApiCore\\Version' => array(
|
| 5494 |
'version' => '1.13.0.0',
|
| 5495 |
+
'path' => $vendorDir . '/google/gax/src/Version.php'
|
| 5496 |
),
|
| 5497 |
+
'Google\\ApiCore\\CredentialsWrapper' => array(
|
| 5498 |
'version' => '1.13.0.0',
|
| 5499 |
+
'path' => $vendorDir . '/google/gax/src/CredentialsWrapper.php'
|
| 5500 |
),
|
| 5501 |
+
'Google\\ApiCore\\PollingTrait' => array(
|
| 5502 |
'version' => '1.13.0.0',
|
| 5503 |
+
'path' => $vendorDir . '/google/gax/src/PollingTrait.php'
|
| 5504 |
),
|
| 5505 |
+
'Google\\ApiCore\\Call' => array(
|
| 5506 |
'version' => '1.13.0.0',
|
| 5507 |
+
'path' => $vendorDir . '/google/gax/src/Call.php'
|
| 5508 |
),
|
| 5509 |
+
'Google\\ApiCore\\Page' => array(
|
| 5510 |
'version' => '1.13.0.0',
|
| 5511 |
+
'path' => $vendorDir . '/google/gax/src/Page.php'
|
| 5512 |
),
|
| 5513 |
+
'Google\\ApiCore\\ServerStream' => array(
|
| 5514 |
'version' => '1.13.0.0',
|
| 5515 |
+
'path' => $vendorDir . '/google/gax/src/ServerStream.php'
|
| 5516 |
),
|
| 5517 |
+
'Google\\ApiCore\\ServiceAddressTrait' => array(
|
| 5518 |
'version' => '1.13.0.0',
|
| 5519 |
+
'path' => $vendorDir . '/google/gax/src/ServiceAddressTrait.php'
|
| 5520 |
),
|
| 5521 |
+
'Google\\ApiCore\\RequestParamsHeaderDescriptor' => array(
|
| 5522 |
'version' => '1.13.0.0',
|
| 5523 |
+
'path' => $vendorDir . '/google/gax/src/RequestParamsHeaderDescriptor.php'
|
| 5524 |
),
|
| 5525 |
+
'Google\\ApiCore\\ApiStatus' => array(
|
| 5526 |
'version' => '1.13.0.0',
|
| 5527 |
+
'path' => $vendorDir . '/google/gax/src/ApiStatus.php'
|
| 5528 |
),
|
| 5529 |
+
'Google\\ApiCore\\GrpcSupportTrait' => array(
|
| 5530 |
'version' => '1.13.0.0',
|
| 5531 |
+
'path' => $vendorDir . '/google/gax/src/GrpcSupportTrait.php'
|
| 5532 |
),
|
| 5533 |
+
'Google\\ApiCore\\BidiStream' => array(
|
| 5534 |
'version' => '1.13.0.0',
|
| 5535 |
+
'path' => $vendorDir . '/google/gax/src/BidiStream.php'
|
| 5536 |
),
|
| 5537 |
'Google\\Ads\\GoogleAds\\Util\\ApiVersionSupport' => array(
|
| 5538 |
'version' => '16.0.0.0',
|
| 5542 |
'version' => '16.0.0.0',
|
| 5543 |
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/EnvironmentalVariables.php'
|
| 5544 |
),
|
| 5545 |
+
'Google\\Ads\\GoogleAds\\Util\\V11\\PartialFailures' => array(
|
| 5546 |
+
'version' => '16.0.0.0',
|
| 5547 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/V11/PartialFailures.php'
|
| 5548 |
+
),
|
| 5549 |
'Google\\Ads\\GoogleAds\\Util\\V11\\GoogleAdsFailures' => array(
|
| 5550 |
'version' => '16.0.0.0',
|
| 5551 |
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/V11/GoogleAdsFailures.php'
|
| 5558 |
'version' => '16.0.0.0',
|
| 5559 |
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/V11/GoogleAdsErrors.php'
|
| 5560 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5561 |
'Google\\Ads\\GoogleAds\\Util\\FieldMasks' => array(
|
| 5562 |
'version' => '16.0.0.0',
|
| 5563 |
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Util/FieldMasks.php'
|
| 5564 |
),
|
| 5565 |
+
'Google\\Ads\\GoogleAds\\Constants' => array(
|
| 5566 |
'version' => '16.0.0.0',
|
| 5567 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/Constants.php'
|
| 5568 |
),
|
| 5569 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_MaximizeConversionsOptInRecommendation' => array(
|
| 5570 |
'version' => '16.0.0.0',
|
| 5571 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_MaximizeConversionsOptInRecommendation.php'
|
| 5572 |
),
|
| 5573 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ListingGroupFilterDimension_ProductItemId' => array(
|
| 5574 |
'version' => '16.0.0.0',
|
| 5575 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ListingGroupFilterDimension_ProductItemId.php'
|
| 5576 |
),
|
| 5577 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Feed_PlacesLocationFeedData_OAuthInfo' => array(
|
| 5578 |
'version' => '16.0.0.0',
|
| 5579 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Feed_PlacesLocationFeedData_OAuthInfo.php'
|
| 5580 |
),
|
| 5581 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign_NetworkSettings' => array(
|
| 5582 |
'version' => '16.0.0.0',
|
| 5583 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign_NetworkSettings.php'
|
| 5584 |
),
|
| 5585 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\SearchPartnersOptInRecommendation' => array(
|
| 5586 |
'version' => '16.0.0.0',
|
| 5587 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/SearchPartnersOptInRecommendation.php'
|
| 5588 |
),
|
| 5589 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\TargetRoasOptInRecommendation' => array(
|
| 5590 |
'version' => '16.0.0.0',
|
| 5591 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/TargetRoasOptInRecommendation.php'
|
| 5592 |
),
|
| 5593 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\CampaignBudgetRecommendation\\CampaignBudgetRecommendationOption' => array(
|
| 5594 |
'version' => '16.0.0.0',
|
| 5595 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/CampaignBudgetRecommendation/CampaignBudgetRecommendationOption.php'
|
| 5596 |
),
|
| 5597 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\TargetCpaOptInRecommendation' => array(
|
| 5598 |
'version' => '16.0.0.0',
|
| 5599 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/TargetCpaOptInRecommendation.php'
|
| 5600 |
),
|
| 5601 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\RecommendationMetrics' => array(
|
| 5602 |
'version' => '16.0.0.0',
|
| 5603 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/RecommendationMetrics.php'
|
| 5604 |
),
|
| 5605 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\CalloutExtensionRecommendation' => array(
|
| 5606 |
'version' => '16.0.0.0',
|
| 5607 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/CalloutExtensionRecommendation.php'
|
| 5608 |
),
|
| 5609 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\ResponsiveSearchAdRecommendation' => array(
|
| 5610 |
'version' => '16.0.0.0',
|
| 5611 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/ResponsiveSearchAdRecommendation.php'
|
| 5612 |
),
|
| 5613 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\MaximizeConversionsOptInRecommendation' => array(
|
| 5614 |
'version' => '16.0.0.0',
|
| 5615 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/MaximizeConversionsOptInRecommendation.php'
|
| 5616 |
),
|
| 5617 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\CampaignBudgetRecommendation' => array(
|
| 5618 |
'version' => '16.0.0.0',
|
| 5619 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/CampaignBudgetRecommendation.php'
|
| 5620 |
),
|
| 5621 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\SitelinkExtensionRecommendation' => array(
|
| 5622 |
'version' => '16.0.0.0',
|
| 5623 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/SitelinkExtensionRecommendation.php'
|
| 5624 |
),
|
| 5625 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\TextAdRecommendation' => array(
|
| 5626 |
'version' => '16.0.0.0',
|
| 5627 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/TextAdRecommendation.php'
|
| 5628 |
),
|
| 5629 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\OptimizeAdRotationRecommendation' => array(
|
| 5630 |
'version' => '16.0.0.0',
|
| 5631 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/OptimizeAdRotationRecommendation.php'
|
| 5632 |
),
|
| 5633 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\ResponsiveSearchAdImproveAdStrengthRecommendation' => array(
|
| 5634 |
'version' => '16.0.0.0',
|
| 5635 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/ResponsiveSearchAdImproveAdStrengthRecommendation.php'
|
| 5636 |
),
|
| 5637 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\KeywordRecommendation' => array(
|
| 5638 |
'version' => '16.0.0.0',
|
| 5639 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/KeywordRecommendation.php'
|
| 5640 |
),
|
| 5641 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\RecommendationImpact' => array(
|
| 5642 |
'version' => '16.0.0.0',
|
| 5643 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/RecommendationImpact.php'
|
| 5644 |
),
|
| 5645 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation' => array(
|
| 5646 |
'version' => '16.0.0.0',
|
| 5647 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation.php'
|
| 5648 |
),
|
| 5649 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\ResponsiveSearchAdAssetRecommendation' => array(
|
| 5650 |
'version' => '16.0.0.0',
|
| 5651 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/ResponsiveSearchAdAssetRecommendation.php'
|
| 5652 |
),
|
| 5653 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\KeywordMatchTypeRecommendation' => array(
|
| 5654 |
'version' => '16.0.0.0',
|
| 5655 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/KeywordMatchTypeRecommendation.php'
|
| 5656 |
),
|
| 5657 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\MaximizeClicksOptInRecommendation' => array(
|
| 5658 |
'version' => '16.0.0.0',
|
| 5659 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/MaximizeClicksOptInRecommendation.php'
|
| 5660 |
),
|
| 5661 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\MoveUnusedBudgetRecommendation' => array(
|
| 5662 |
'version' => '16.0.0.0',
|
| 5663 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/MoveUnusedBudgetRecommendation.php'
|
| 5664 |
),
|
| 5665 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\TargetCpaOptInRecommendation\\TargetCpaOptInRecommendationOption' => array(
|
| 5666 |
'version' => '16.0.0.0',
|
| 5667 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/TargetCpaOptInRecommendation/TargetCpaOptInRecommendationOption.php'
|
| 5668 |
),
|
| 5669 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\CallExtensionRecommendation' => array(
|
| 5670 |
'version' => '16.0.0.0',
|
| 5671 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/CallExtensionRecommendation.php'
|
| 5672 |
),
|
| 5673 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\UseBroadMatchKeywordRecommendation' => array(
|
| 5674 |
'version' => '16.0.0.0',
|
| 5675 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/UseBroadMatchKeywordRecommendation.php'
|
| 5676 |
),
|
| 5677 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation\\EnhancedCpcOptInRecommendation' => array(
|
| 5678 |
'version' => '16.0.0.0',
|
| 5679 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation/EnhancedCpcOptInRecommendation.php'
|
| 5680 |
),
|
| 5681 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Feed_PlacesLocationFeedData' => array(
|
| 5682 |
'version' => '16.0.0.0',
|
| 5683 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Feed_PlacesLocationFeedData.php'
|
| 5684 |
),
|
| 5685 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\MediaAudio' => array(
|
| 5686 |
'version' => '16.0.0.0',
|
| 5687 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/MediaAudio.php'
|
| 5688 |
),
|
| 5689 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\DataPartnerLinkIdentifier' => array(
|
| 5690 |
'version' => '16.0.0.0',
|
| 5691 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/DataPartnerLinkIdentifier.php'
|
| 5692 |
),
|
| 5693 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\CallReportingSetting' => array(
|
| 5694 |
'version' => '16.0.0.0',
|
| 5695 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/CallReportingSetting.php'
|
| 5696 |
),
|
| 5697 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_OptimizeAdRotationRecommendation' => array(
|
| 5698 |
'version' => '16.0.0.0',
|
| 5699 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_OptimizeAdRotationRecommendation.php'
|
| 5700 |
),
|
| 5701 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_ResponsiveSearchAdImproveAdStrengthRecommendation' => array(
|
| 5702 |
'version' => '16.0.0.0',
|
| 5703 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_ResponsiveSearchAdImproveAdStrengthRecommendation.php'
|
| 5704 |
),
|
| 5705 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ListingGroupFilterDimension_ProductCondition' => array(
|
| 5706 |
'version' => '16.0.0.0',
|
| 5707 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ListingGroupFilterDimension_ProductCondition.php'
|
| 5708 |
),
|
| 5709 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionAction_ValueSettings' => array(
|
| 5710 |
'version' => '16.0.0.0',
|
| 5711 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionAction_ValueSettings.php'
|
| 5712 |
),
|
| 5713 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Invoice_AccountBudgetSummary' => array(
|
| 5714 |
'version' => '16.0.0.0',
|
| 5715 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Invoice_AccountBudgetSummary.php'
|
| 5716 |
),
|
| 5717 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AdGroupAdAssetPolicySummary' => array(
|
| 5718 |
'version' => '16.0.0.0',
|
| 5719 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AdGroupAdAssetPolicySummary.php'
|
| 5720 |
),
|
| 5721 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\GoogleAdsLinkIdentifier' => array(
|
| 5722 |
'version' => '16.0.0.0',
|
| 5723 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/GoogleAdsLinkIdentifier.php'
|
| 5724 |
),
|
| 5725 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign_PerformanceMaxUpgrade' => array(
|
| 5726 |
'version' => '16.0.0.0',
|
| 5727 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign_PerformanceMaxUpgrade.php'
|
| 5728 |
),
|
| 5729 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\BillingSetup\\PaymentsAccountInfo' => array(
|
| 5730 |
'version' => '16.0.0.0',
|
| 5731 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/BillingSetup/PaymentsAccountInfo.php'
|
| 5732 |
),
|
| 5733 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AdGroupCriterion_PositionEstimates' => array(
|
| 5734 |
'version' => '16.0.0.0',
|
| 5735 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AdGroupCriterion_PositionEstimates.php'
|
| 5736 |
),
|
| 5737 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionValueRule_ValueRuleDeviceCondition' => array(
|
| 5738 |
'version' => '16.0.0.0',
|
| 5739 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionValueRule_ValueRuleDeviceCondition.php'
|
| 5740 |
),
|
| 5741 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\FeedItemAttributeValue' => array(
|
| 5742 |
'version' => '16.0.0.0',
|
| 5743 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/FeedItemAttributeValue.php'
|
| 5744 |
),
|
| 5745 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\MediaVideo' => array(
|
| 5746 |
'version' => '16.0.0.0',
|
| 5747 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/MediaVideo.php'
|
| 5748 |
),
|
| 5749 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_ResponsiveSearchAdRecommendation' => array(
|
| 5750 |
'version' => '16.0.0.0',
|
| 5751 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_ResponsiveSearchAdRecommendation.php'
|
| 5752 |
),
|
| 5753 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\FeedAttributeOperation' => array(
|
| 5754 |
'version' => '16.0.0.0',
|
| 5755 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/FeedAttributeOperation.php'
|
| 5756 |
),
|
| 5757 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Ad' => array(
|
| 5758 |
'version' => '16.0.0.0',
|
| 5759 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Ad.php'
|
| 5760 |
),
|
| 5761 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ListingGroupFilterDimension_ProductChannel' => array(
|
| 5762 |
'version' => '16.0.0.0',
|
| 5763 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ListingGroupFilterDimension_ProductChannel.php'
|
| 5764 |
),
|
| 5765 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ListingGroupFilterDimension' => array(
|
| 5766 |
'version' => '16.0.0.0',
|
| 5767 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ListingGroupFilterDimension.php'
|
| 5768 |
),
|
| 5769 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccessibleBiddingStrategy_TargetRoas' => array(
|
| 5770 |
'version' => '16.0.0.0',
|
| 5771 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccessibleBiddingStrategy_TargetRoas.php'
|
| 5772 |
),
|
| 5773 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\FeedAttribute' => array(
|
| 5774 |
'version' => '16.0.0.0',
|
| 5775 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/FeedAttribute.php'
|
| 5776 |
),
|
| 5777 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AssetGroupListingGroupFilter' => array(
|
| 5778 |
'version' => '16.0.0.0',
|
| 5779 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AssetGroupListingGroupFilter.php'
|
| 5780 |
),
|
| 5781 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\FeedAttributeOperation\\Operator' => array(
|
| 5782 |
'version' => '16.0.0.0',
|
| 5783 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/FeedAttributeOperation/Operator.php'
|
| 5784 |
),
|
| 5785 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_CampaignBudgetRecommendation_CampaignBudgetRecommendationOption' => array(
|
| 5786 |
'version' => '16.0.0.0',
|
| 5787 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_CampaignBudgetRecommendation_CampaignBudgetRecommendationOption.php'
|
| 5788 |
),
|
| 5789 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign_SelectiveOptimization' => array(
|
| 5790 |
'version' => '16.0.0.0',
|
| 5791 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign_SelectiveOptimization.php'
|
| 5792 |
),
|
| 5793 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign' => array(
|
| 5794 |
'version' => '16.0.0.0',
|
| 5795 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign.php'
|
| 5796 |
),
|
| 5797 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\FeedItemPlaceholderPolicyInfo' => array(
|
| 5798 |
'version' => '16.0.0.0',
|
| 5799 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/FeedItemPlaceholderPolicyInfo.php'
|
| 5800 |
),
|
| 5801 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_EnhancedCpcOptInRecommendation' => array(
|
| 5802 |
'version' => '16.0.0.0',
|
| 5803 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_EnhancedCpcOptInRecommendation.php'
|
| 5804 |
),
|
| 5805 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionValueRule\\ValueRuleDeviceCondition' => array(
|
| 5806 |
'version' => '16.0.0.0',
|
| 5807 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionValueRule/ValueRuleDeviceCondition.php'
|
| 5808 |
),
|
| 5809 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionValueRule\\ValueRuleAction' => array(
|
| 5810 |
'version' => '16.0.0.0',
|
| 5811 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionValueRule/ValueRuleAction.php'
|
| 5812 |
),
|
| 5813 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionValueRule\\ValueRuleGeoLocationCondition' => array(
|
| 5814 |
'version' => '16.0.0.0',
|
| 5815 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionValueRule/ValueRuleGeoLocationCondition.php'
|
| 5816 |
),
|
| 5817 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionValueRule\\ValueRuleAudienceCondition' => array(
|
| 5818 |
'version' => '16.0.0.0',
|
| 5819 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionValueRule/ValueRuleAudienceCondition.php'
|
| 5820 |
),
|
| 5821 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AssetGroup' => array(
|
| 5822 |
'version' => '16.0.0.0',
|
| 5823 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AssetGroup.php'
|
| 5824 |
),
|
| 5825 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign_OptimizationGoalSetting' => array(
|
| 5826 |
'version' => '16.0.0.0',
|
| 5827 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign_OptimizationGoalSetting.php'
|
| 5828 |
),
|
| 5829 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_TargetCpaOptInRecommendation' => array(
|
| 5830 |
'version' => '16.0.0.0',
|
| 5831 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_TargetCpaOptInRecommendation.php'
|
| 5832 |
),
|
| 5833 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionValueRule_ValueRuleAction' => array(
|
| 5834 |
'version' => '16.0.0.0',
|
| 5835 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionValueRule_ValueRuleAction.php'
|
| 5836 |
),
|
| 5837 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\SmartCampaignSetting_PhoneNumber' => array(
|
| 5838 |
'version' => '16.0.0.0',
|
| 5839 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/SmartCampaignSetting_PhoneNumber.php'
|
| 5840 |
),
|
| 5841 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ListingGroupFilterDimension_ProductType' => array(
|
| 5842 |
'version' => '16.0.0.0',
|
| 5843 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ListingGroupFilterDimension_ProductType.php'
|
| 5844 |
),
|
| 5845 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign_DynamicSearchAdsSetting' => array(
|
| 5846 |
'version' => '16.0.0.0',
|
| 5847 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign_DynamicSearchAdsSetting.php'
|
| 5848 |
),
|
| 5849 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_UseBroadMatchKeywordRecommendation' => array(
|
| 5850 |
'version' => '16.0.0.0',
|
| 5851 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_UseBroadMatchKeywordRecommendation.php'
|
| 5852 |
),
|
| 5853 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_SitelinkExtensionRecommendation' => array(
|
| 5854 |
'version' => '16.0.0.0',
|
| 5855 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_SitelinkExtensionRecommendation.php'
|
| 5856 |
),
|
| 5857 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AttributeFieldMapping' => array(
|
| 5858 |
'version' => '16.0.0.0',
|
| 5859 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AttributeFieldMapping.php'
|
| 5860 |
),
|
| 5861 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_KeywordRecommendation' => array(
|
| 5862 |
'version' => '16.0.0.0',
|
| 5863 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_KeywordRecommendation.php'
|
| 5864 |
),
|
| 5865 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\CustomInterestMember' => array(
|
| 5866 |
'version' => '16.0.0.0',
|
| 5867 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/CustomInterestMember.php'
|
| 5868 |
),
|
| 5869 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\SmartCampaignSetting\\AdOptimizedBusinessProfileSetting' => array(
|
| 5870 |
'version' => '16.0.0.0',
|
| 5871 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/SmartCampaignSetting/AdOptimizedBusinessProfileSetting.php'
|
| 5872 |
),
|
| 5873 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\SmartCampaignSetting\\PhoneNumber' => array(
|
| 5874 |
'version' => '16.0.0.0',
|
| 5875 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/SmartCampaignSetting/PhoneNumber.php'
|
| 5876 |
),
|
| 5877 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ListingGroupFilterDimension_ProductBrand' => array(
|
| 5878 |
'version' => '16.0.0.0',
|
| 5879 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ListingGroupFilterDimension_ProductBrand.php'
|
| 5880 |
),
|
| 5881 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_RecommendationMetrics' => array(
|
| 5882 |
'version' => '16.0.0.0',
|
| 5883 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_RecommendationMetrics.php'
|
| 5884 |
),
|
| 5885 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AdGroupCriterion_QualityInfo' => array(
|
| 5886 |
'version' => '16.0.0.0',
|
| 5887 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AdGroupCriterion_QualityInfo.php'
|
| 5888 |
),
|
| 5889 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign_ShoppingSetting' => array(
|
| 5890 |
'version' => '16.0.0.0',
|
| 5891 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign_ShoppingSetting.php'
|
| 5892 |
),
|
| 5893 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AdGroup_AudienceSetting' => array(
|
| 5894 |
'version' => '16.0.0.0',
|
| 5895 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AdGroup_AudienceSetting.php'
|
| 5896 |
),
|
| 5897 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccountLink' => array(
|
| 5898 |
'version' => '16.0.0.0',
|
| 5899 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccountLink.php'
|
| 5900 |
),
|
| 5901 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\BatchJob_BatchJobMetadata' => array(
|
| 5902 |
'version' => '16.0.0.0',
|
| 5903 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/BatchJob_BatchJobMetadata.php'
|
| 5904 |
),
|
| 5905 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\FeedItemValidationError' => array(
|
| 5906 |
'version' => '16.0.0.0',
|
| 5907 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/FeedItemValidationError.php'
|
| 5908 |
),
|
| 5909 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccountBudget\\PendingAccountBudgetProposal' => array(
|
| 5910 |
'version' => '16.0.0.0',
|
| 5911 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccountBudget/PendingAccountBudgetProposal.php'
|
| 5912 |
),
|
| 5913 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\MediaImage' => array(
|
| 5914 |
'version' => '16.0.0.0',
|
| 5915 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/MediaImage.php'
|
| 5916 |
),
|
| 5917 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_KeywordMatchTypeRecommendation' => array(
|
| 5918 |
'version' => '16.0.0.0',
|
| 5919 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_KeywordMatchTypeRecommendation.php'
|
| 5920 |
),
|
| 5921 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ChangeEvent_ChangedResource' => array(
|
| 5922 |
'version' => '16.0.0.0',
|
| 5923 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ChangeEvent_ChangedResource.php'
|
| 5924 |
),
|
| 5925 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AdGroupCriterion' => array(
|
| 5926 |
'version' => '16.0.0.0',
|
| 5927 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AdGroupCriterion.php'
|
| 5928 |
),
|
| 5929 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccountBudget' => array(
|
| 5930 |
'version' => '16.0.0.0',
|
| 5931 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccountBudget.php'
|
| 5932 |
),
|
| 5933 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccessibleBiddingStrategy_TargetSpend' => array(
|
| 5934 |
'version' => '16.0.0.0',
|
| 5935 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccessibleBiddingStrategy_TargetSpend.php'
|
| 5936 |
),
|
| 5937 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccountBudget_PendingAccountBudgetProposal' => array(
|
| 5938 |
'version' => '16.0.0.0',
|
| 5939 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccountBudget_PendingAccountBudgetProposal.php'
|
| 5940 |
),
|
| 5941 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionAction_FirebaseSettings' => array(
|
| 5942 |
'version' => '16.0.0.0',
|
| 5943 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionAction_FirebaseSettings.php'
|
| 5944 |
),
|
| 5945 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_MoveUnusedBudgetRecommendation' => array(
|
| 5946 |
'version' => '16.0.0.0',
|
| 5947 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_MoveUnusedBudgetRecommendation.php'
|
| 5948 |
),
|
| 5949 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign_CategoryBid' => array(
|
| 5950 |
'version' => '16.0.0.0',
|
| 5951 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign_CategoryBid.php'
|
| 5952 |
),
|
| 5953 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_TextAdRecommendation' => array(
|
| 5954 |
'version' => '16.0.0.0',
|
| 5955 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_TextAdRecommendation.php'
|
| 5956 |
),
|
| 5957 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\MediaBundle' => array(
|
| 5958 |
'version' => '16.0.0.0',
|
| 5959 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/MediaBundle.php'
|
| 5960 |
),
|
| 5961 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\CampaignBudget' => array(
|
| 5962 |
'version' => '16.0.0.0',
|
| 5963 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/CampaignBudget.php'
|
| 5964 |
),
|
| 5965 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_CallExtensionRecommendation' => array(
|
| 5966 |
'version' => '16.0.0.0',
|
| 5967 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_CallExtensionRecommendation.php'
|
| 5968 |
),
|
| 5969 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ListingGroupFilterDimension_ProductCustomAttribute' => array(
|
| 5970 |
'version' => '16.0.0.0',
|
| 5971 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ListingGroupFilterDimension_ProductCustomAttribute.php'
|
| 5972 |
),
|
| 5973 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_MaximizeClicksOptInRecommendation' => array(
|
| 5974 |
'version' => '16.0.0.0',
|
| 5975 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_MaximizeClicksOptInRecommendation.php'
|
| 5976 |
),
|
| 5977 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_RecommendationImpact' => array(
|
| 5978 |
'version' => '16.0.0.0',
|
| 5979 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_RecommendationImpact.php'
|
| 5980 |
),
|
| 5981 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\KeywordPlanForecastPeriod' => array(
|
| 5982 |
'version' => '16.0.0.0',
|
| 5983 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/KeywordPlanForecastPeriod.php'
|
| 5984 |
),
|
| 5985 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_CampaignBudgetRecommendation' => array(
|
| 5986 |
'version' => '16.0.0.0',
|
| 5987 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_CampaignBudgetRecommendation.php'
|
| 5988 |
),
|
| 5989 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\MerchantCenterLink' => array(
|
| 5990 |
'version' => '16.0.0.0',
|
| 5991 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/MerchantCenterLink.php'
|
| 5992 |
),
|
| 5993 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AssetSet_MerchantCenterFeed' => array(
|
| 5994 |
'version' => '16.0.0.0',
|
| 5995 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AssetSet_MerchantCenterFeed.php'
|
| 5996 |
),
|
| 5997 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionAction_AttributionModelSettings' => array(
|
| 5998 |
'version' => '16.0.0.0',
|
| 5999 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionAction_AttributionModelSettings.php'
|
| 6000 |
),
|
| 6001 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccessibleBiddingStrategy_MaximizeConversions' => array(
|
| 6002 |
'version' => '16.0.0.0',
|
| 6003 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccessibleBiddingStrategy_MaximizeConversions.php'
|
| 6004 |
),
|
| 6005 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AssetSet\\MerchantCenterFeed' => array(
|
| 6006 |
'version' => '16.0.0.0',
|
| 6007 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AssetSet/MerchantCenterFeed.php'
|
| 6008 |
),
|
| 6009 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\GeoTargetConstant' => array(
|
| 6010 |
'version' => '16.0.0.0',
|
| 6011 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/GeoTargetConstant.php'
|
| 6012 |
),
|
| 6013 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Customer' => array(
|
| 6014 |
'version' => '16.0.0.0',
|
| 6015 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Customer.php'
|
| 6016 |
),
|
| 6017 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign_TrackingSetting' => array(
|
| 6018 |
'version' => '16.0.0.0',
|
| 6019 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign_TrackingSetting.php'
|
| 6020 |
),
|
| 6021 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AdGroup' => array(
|
| 6022 |
'version' => '16.0.0.0',
|
| 6023 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AdGroup.php'
|
| 6024 |
),
|
| 6025 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AdGroupCriterion\\PositionEstimates' => array(
|
| 6026 |
'version' => '16.0.0.0',
|
| 6027 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AdGroupCriterion/PositionEstimates.php'
|
| 6028 |
),
|
| 6029 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AdGroupCriterion\\QualityInfo' => array(
|
| 6030 |
'version' => '16.0.0.0',
|
| 6031 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AdGroupCriterion/QualityInfo.php'
|
| 6032 |
),
|
| 6033 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\OfflineUserDataJobMetadata' => array(
|
| 6034 |
'version' => '16.0.0.0',
|
| 6035 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/OfflineUserDataJobMetadata.php'
|
| 6036 |
),
|
| 6037 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ShoppingPerformanceView' => array(
|
| 6038 |
'version' => '16.0.0.0',
|
| 6039 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ShoppingPerformanceView.php'
|
| 6040 |
),
|
| 6041 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\BatchJob\\BatchJobMetadata' => array(
|
| 6042 |
'version' => '16.0.0.0',
|
| 6043 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/BatchJob/BatchJobMetadata.php'
|
| 6044 |
),
|
| 6045 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccessibleBiddingStrategy_TargetImpressionShare' => array(
|
| 6046 |
'version' => '16.0.0.0',
|
| 6047 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccessibleBiddingStrategy_TargetImpressionShare.php'
|
| 6048 |
),
|
| 6049 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\CustomerUserAccess' => array(
|
| 6050 |
'version' => '16.0.0.0',
|
| 6051 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/CustomerUserAccess.php'
|
| 6052 |
),
|
| 6053 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Feed_AffiliateLocationFeedData' => array(
|
| 6054 |
'version' => '16.0.0.0',
|
| 6055 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Feed_AffiliateLocationFeedData.php'
|
| 6056 |
),
|
| 6057 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ListingGroupFilterDimension_ProductBiddingCategory' => array(
|
| 6058 |
'version' => '16.0.0.0',
|
| 6059 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ListingGroupFilterDimension_ProductBiddingCategory.php'
|
| 6060 |
),
|
| 6061 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_TargetRoasOptInRecommendation' => array(
|
| 6062 |
'version' => '16.0.0.0',
|
| 6063 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_TargetRoasOptInRecommendation.php'
|
| 6064 |
),
|
| 6065 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_ResponsiveSearchAdAssetRecommendation' => array(
|
| 6066 |
'version' => '16.0.0.0',
|
| 6067 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_ResponsiveSearchAdAssetRecommendation.php'
|
| 6068 |
),
|
| 6069 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ListingGroupFilterDimension\\ProductChannel' => array(
|
| 6070 |
'version' => '16.0.0.0',
|
| 6071 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ListingGroupFilterDimension/ProductChannel.php'
|
| 6072 |
),
|
| 6073 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ListingGroupFilterDimension\\ProductBrand' => array(
|
| 6074 |
'version' => '16.0.0.0',
|
| 6075 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ListingGroupFilterDimension/ProductBrand.php'
|
| 6076 |
),
|
| 6077 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ListingGroupFilterDimension\\ProductBiddingCategory' => array(
|
| 6078 |
'version' => '16.0.0.0',
|
| 6079 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ListingGroupFilterDimension/ProductBiddingCategory.php'
|
| 6080 |
),
|
| 6081 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ListingGroupFilterDimension\\ProductCondition' => array(
|
| 6082 |
'version' => '16.0.0.0',
|
| 6083 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ListingGroupFilterDimension/ProductCondition.php'
|
| 6084 |
),
|
| 6085 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ListingGroupFilterDimension\\ProductType' => array(
|
| 6086 |
'version' => '16.0.0.0',
|
| 6087 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ListingGroupFilterDimension/ProductType.php'
|
| 6088 |
),
|
| 6089 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ListingGroupFilterDimension\\ProductCustomAttribute' => array(
|
| 6090 |
'version' => '16.0.0.0',
|
| 6091 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ListingGroupFilterDimension/ProductCustomAttribute.php'
|
| 6092 |
),
|
| 6093 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ListingGroupFilterDimension\\ProductItemId' => array(
|
| 6094 |
'version' => '16.0.0.0',
|
| 6095 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ListingGroupFilterDimension/ProductItemId.php'
|
| 6096 |
),
|
| 6097 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionAction' => array(
|
| 6098 |
'version' => '16.0.0.0',
|
| 6099 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionAction.php'
|
| 6100 |
),
|
| 6101 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AdGroup\\AudienceSetting' => array(
|
| 6102 |
'version' => '16.0.0.0',
|
| 6103 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AdGroup/AudienceSetting.php'
|
| 6104 |
),
|
| 6105 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionValueRule_ValueRuleGeoLocationCondition' => array(
|
| 6106 |
'version' => '16.0.0.0',
|
| 6107 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionValueRule_ValueRuleGeoLocationCondition.php'
|
| 6108 |
),
|
| 6109 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Feed\\AffiliateLocationFeedData' => array(
|
| 6110 |
'version' => '16.0.0.0',
|
| 6111 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Feed/AffiliateLocationFeedData.php'
|
| 6112 |
),
|
| 6113 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Feed\\PlacesLocationFeedData' => array(
|
| 6114 |
'version' => '16.0.0.0',
|
| 6115 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Feed/PlacesLocationFeedData.php'
|
| 6116 |
),
|
| 6117 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Feed\\PlacesLocationFeedData\\OAuthInfo' => array(
|
| 6118 |
'version' => '16.0.0.0',
|
| 6119 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Feed/PlacesLocationFeedData/OAuthInfo.php'
|
| 6120 |
),
|
| 6121 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign_VanityPharma' => array(
|
| 6122 |
'version' => '16.0.0.0',
|
| 6123 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign_VanityPharma.php'
|
| 6124 |
),
|
| 6125 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccessibleBiddingStrategy_TargetCpa' => array(
|
| 6126 |
'version' => '16.0.0.0',
|
| 6127 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccessibleBiddingStrategy_TargetCpa.php'
|
| 6128 |
),
|
| 6129 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign\\HotelSettingInfo' => array(
|
| 6130 |
'version' => '16.0.0.0',
|
| 6131 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign/HotelSettingInfo.php'
|
| 6132 |
),
|
| 6133 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign\\DynamicSearchAdsSetting' => array(
|
| 6134 |
'version' => '16.0.0.0',
|
| 6135 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign/DynamicSearchAdsSetting.php'
|
| 6136 |
),
|
| 6137 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign\\SelectiveOptimization' => array(
|
| 6138 |
'version' => '16.0.0.0',
|
| 6139 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign/SelectiveOptimization.php'
|
| 6140 |
),
|
| 6141 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign\\OptimizationGoalSetting' => array(
|
| 6142 |
'version' => '16.0.0.0',
|
| 6143 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign/OptimizationGoalSetting.php'
|
| 6144 |
),
|
| 6145 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign\\PerformanceMaxUpgrade' => array(
|
| 6146 |
'version' => '16.0.0.0',
|
| 6147 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign/PerformanceMaxUpgrade.php'
|
| 6148 |
),
|
| 6149 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign\\TrackingSetting' => array(
|
| 6150 |
'version' => '16.0.0.0',
|
| 6151 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign/TrackingSetting.php'
|
| 6152 |
),
|
| 6153 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign\\AppCampaignSetting' => array(
|
| 6154 |
'version' => '16.0.0.0',
|
| 6155 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign/AppCampaignSetting.php'
|
| 6156 |
),
|
| 6157 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign\\AudienceSetting' => array(
|
| 6158 |
'version' => '16.0.0.0',
|
| 6159 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign/AudienceSetting.php'
|
| 6160 |
),
|
| 6161 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign\\VanityPharma' => array(
|
| 6162 |
'version' => '16.0.0.0',
|
| 6163 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign/VanityPharma.php'
|
| 6164 |
),
|
| 6165 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign\\NetworkSettings' => array(
|
| 6166 |
'version' => '16.0.0.0',
|
| 6167 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign/NetworkSettings.php'
|
| 6168 |
),
|
| 6169 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign\\LocalCampaignSetting' => array(
|
| 6170 |
'version' => '16.0.0.0',
|
| 6171 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign/LocalCampaignSetting.php'
|
| 6172 |
),
|
| 6173 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign\\LocalServicesCampaignSettings' => array(
|
| 6174 |
'version' => '16.0.0.0',
|
| 6175 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign/LocalServicesCampaignSettings.php'
|
| 6176 |
),
|
| 6177 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign\\GeoTargetTypeSetting' => array(
|
| 6178 |
'version' => '16.0.0.0',
|
| 6179 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign/GeoTargetTypeSetting.php'
|
| 6180 |
),
|
| 6181 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign\\CategoryBid' => array(
|
| 6182 |
'version' => '16.0.0.0',
|
| 6183 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign/CategoryBid.php'
|
| 6184 |
),
|
| 6185 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign\\ShoppingSetting' => array(
|
| 6186 |
'version' => '16.0.0.0',
|
| 6187 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign/ShoppingSetting.php'
|
| 6188 |
),
|
| 6189 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AdGroupAdLabel' => array(
|
| 6190 |
'version' => '16.0.0.0',
|
| 6191 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AdGroupAdLabel.php'
|
| 6192 |
),
|
| 6193 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AssetPolicySummary' => array(
|
| 6194 |
'version' => '16.0.0.0',
|
| 6195 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AssetPolicySummary.php'
|
| 6196 |
),
|
| 6197 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\SmartCampaignSetting_AdOptimizedBusinessProfileSetting' => array(
|
| 6198 |
'version' => '16.0.0.0',
|
| 6199 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/SmartCampaignSetting_AdOptimizedBusinessProfileSetting.php'
|
| 6200 |
),
|
| 6201 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign_AppCampaignSetting' => array(
|
| 6202 |
'version' => '16.0.0.0',
|
| 6203 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign_AppCampaignSetting.php'
|
| 6204 |
),
|
| 6205 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ChangeEvent\\ChangedResource' => array(
|
| 6206 |
'version' => '16.0.0.0',
|
| 6207 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ChangeEvent/ChangedResource.php'
|
| 6208 |
),
|
| 6209 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccessibleBiddingStrategy_MaximizeConversionValue' => array(
|
| 6210 |
'version' => '16.0.0.0',
|
| 6211 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccessibleBiddingStrategy_MaximizeConversionValue.php'
|
| 6212 |
),
|
| 6213 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccessibleBiddingStrategy\\TargetCpa' => array(
|
| 6214 |
'version' => '16.0.0.0',
|
| 6215 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccessibleBiddingStrategy/TargetCpa.php'
|
| 6216 |
),
|
| 6217 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccessibleBiddingStrategy\\MaximizeConversionValue' => array(
|
| 6218 |
'version' => '16.0.0.0',
|
| 6219 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccessibleBiddingStrategy/MaximizeConversionValue.php'
|
| 6220 |
),
|
| 6221 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccessibleBiddingStrategy\\TargetImpressionShare' => array(
|
| 6222 |
'version' => '16.0.0.0',
|
| 6223 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccessibleBiddingStrategy/TargetImpressionShare.php'
|
| 6224 |
),
|
| 6225 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccessibleBiddingStrategy\\TargetRoas' => array(
|
| 6226 |
'version' => '16.0.0.0',
|
| 6227 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccessibleBiddingStrategy/TargetRoas.php'
|
| 6228 |
),
|
| 6229 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccessibleBiddingStrategy\\TargetSpend' => array(
|
| 6230 |
'version' => '16.0.0.0',
|
| 6231 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccessibleBiddingStrategy/TargetSpend.php'
|
| 6232 |
),
|
| 6233 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AccessibleBiddingStrategy\\MaximizeConversions' => array(
|
| 6234 |
'version' => '16.0.0.0',
|
| 6235 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AccessibleBiddingStrategy/MaximizeConversions.php'
|
| 6236 |
),
|
| 6237 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionAction\\ThirdPartyAppAnalyticsSettings' => array(
|
| 6238 |
'version' => '16.0.0.0',
|
| 6239 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionAction/ThirdPartyAppAnalyticsSettings.php'
|
| 6240 |
),
|
| 6241 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionAction\\FirebaseSettings' => array(
|
| 6242 |
'version' => '16.0.0.0',
|
| 6243 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionAction/FirebaseSettings.php'
|
| 6244 |
),
|
| 6245 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionAction\\AttributionModelSettings' => array(
|
| 6246 |
'version' => '16.0.0.0',
|
| 6247 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionAction/AttributionModelSettings.php'
|
| 6248 |
),
|
| 6249 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionAction\\ValueSettings' => array(
|
| 6250 |
'version' => '16.0.0.0',
|
| 6251 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionAction/ValueSettings.php'
|
| 6252 |
),
|
| 6253 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\HotelCenterLinkIdentifier' => array(
|
| 6254 |
'version' => '16.0.0.0',
|
| 6255 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/HotelCenterLinkIdentifier.php'
|
| 6256 |
),
|
| 6257 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign_GeoTargetTypeSetting' => array(
|
| 6258 |
'version' => '16.0.0.0',
|
| 6259 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign_GeoTargetTypeSetting.php'
|
| 6260 |
),
|
| 6261 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\BillingSetup' => array(
|
| 6262 |
'version' => '16.0.0.0',
|
| 6263 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/BillingSetup.php'
|
| 6264 |
),
|
| 6265 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\RemarketingSetting' => array(
|
| 6266 |
'version' => '16.0.0.0',
|
| 6267 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/RemarketingSetting.php'
|
| 6268 |
),
|
| 6269 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\LeadFormSubmissionField' => array(
|
| 6270 |
'version' => '16.0.0.0',
|
| 6271 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/LeadFormSubmissionField.php'
|
| 6272 |
),
|
| 6273 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign_LocalServicesCampaignSettings' => array(
|
| 6274 |
'version' => '16.0.0.0',
|
| 6275 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign_LocalServicesCampaignSettings.php'
|
| 6276 |
),
|
| 6277 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AdGroupAd' => array(
|
| 6278 |
'version' => '16.0.0.0',
|
| 6279 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AdGroupAd.php'
|
| 6280 |
),
|
| 6281 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign_HotelSettingInfo' => array(
|
| 6282 |
'version' => '16.0.0.0',
|
| 6283 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign_HotelSettingInfo.php'
|
| 6284 |
),
|
| 6285 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\KeywordPlanGeoTarget' => array(
|
| 6286 |
'version' => '16.0.0.0',
|
| 6287 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/KeywordPlanGeoTarget.php'
|
| 6288 |
),
|
| 6289 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign_LocalCampaignSetting' => array(
|
| 6290 |
'version' => '16.0.0.0',
|
| 6291 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign_LocalCampaignSetting.php'
|
| 6292 |
),
|
| 6293 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\BillingSetup_PaymentsAccountInfo' => array(
|
| 6294 |
'version' => '16.0.0.0',
|
| 6295 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/BillingSetup_PaymentsAccountInfo.php'
|
| 6296 |
),
|
| 6297 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_CalloutExtensionRecommendation' => array(
|
| 6298 |
'version' => '16.0.0.0',
|
| 6299 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_CalloutExtensionRecommendation.php'
|
| 6300 |
),
|
| 6301 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation' => array(
|
| 6302 |
'version' => '16.0.0.0',
|
| 6303 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_UpgradeSmartShoppingCampaignToPerformanceMaxRecommendation.php'
|
| 6304 |
),
|
| 6305 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionTrackingSetting' => array(
|
| 6306 |
'version' => '16.0.0.0',
|
| 6307 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionTrackingSetting.php'
|
| 6308 |
),
|
| 6309 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_TargetCpaOptInRecommendation_TargetCpaOptInRecommendationOption' => array(
|
| 6310 |
'version' => '16.0.0.0',
|
| 6311 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_TargetCpaOptInRecommendation_TargetCpaOptInRecommendationOption.php'
|
| 6312 |
),
|
| 6313 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ThirdPartyAppAnalyticsLinkIdentifier' => array(
|
| 6314 |
'version' => '16.0.0.0',
|
| 6315 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ThirdPartyAppAnalyticsLinkIdentifier.php'
|
| 6316 |
),
|
| 6317 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\CampaignCriterion' => array(
|
| 6318 |
'version' => '16.0.0.0',
|
| 6319 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/CampaignCriterion.php'
|
| 6320 |
),
|
| 6321 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionValueRule_ValueRuleAudienceCondition' => array(
|
| 6322 |
'version' => '16.0.0.0',
|
| 6323 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionValueRule_ValueRuleAudienceCondition.php'
|
| 6324 |
),
|
| 6325 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\CustomAudienceMember' => array(
|
| 6326 |
'version' => '16.0.0.0',
|
| 6327 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/CustomAudienceMember.php'
|
| 6328 |
),
|
| 6329 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\ConversionAction_ThirdPartyAppAnalyticsSettings' => array(
|
| 6330 |
'version' => '16.0.0.0',
|
| 6331 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/ConversionAction_ThirdPartyAppAnalyticsSettings.php'
|
| 6332 |
),
|
| 6333 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\FeedAttributeOperation_Operator' => array(
|
| 6334 |
'version' => '16.0.0.0',
|
| 6335 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/FeedAttributeOperation_Operator.php'
|
| 6336 |
),
|
| 6337 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\AdGroupAdPolicySummary' => array(
|
| 6338 |
'version' => '16.0.0.0',
|
| 6339 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/AdGroupAdPolicySummary.php'
|
| 6340 |
),
|
| 6341 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Invoice\\AccountBudgetSummary' => array(
|
| 6342 |
'version' => '16.0.0.0',
|
| 6343 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Invoice/AccountBudgetSummary.php'
|
| 6344 |
),
|
| 6345 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Campaign_AudienceSetting' => array(
|
| 6346 |
'version' => '16.0.0.0',
|
| 6347 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Campaign_AudienceSetting.php'
|
| 6348 |
),
|
| 6349 |
+
'Google\\Ads\\GoogleAds\\V11\\Resources\\Recommendation_SearchPartnersOptInRecommendation' => array(
|
| 6350 |
'version' => '16.0.0.0',
|
| 6351 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Resources/Recommendation_SearchPartnersOptInRecommendation.php'
|
| 6352 |
),
|
| 6353 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\CampaignCriterionStatusEnum' => array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6354 |
'version' => '16.0.0.0',
|
| 6355 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/CampaignCriterionStatusEnum.php'
|
| 6356 |
),
|
| 6357 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\CampaignStatusEnum' => array(
|
| 6358 |
'version' => '16.0.0.0',
|
| 6359 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/CampaignStatusEnum.php'
|
| 6360 |
),
|
| 6361 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ConversionActionCategoryEnum\\ConversionActionCategory' => array(
|
| 6362 |
'version' => '16.0.0.0',
|
| 6363 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ConversionActionCategoryEnum/ConversionActionCategory.php'
|
| 6364 |
),
|
| 6365 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ConversionActionStatusEnum\\ConversionActionStatus' => array(
|
| 6366 |
'version' => '16.0.0.0',
|
| 6367 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ConversionActionStatusEnum/ConversionActionStatus.php'
|
| 6368 |
),
|
| 6369 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\TrackingCodeTypeEnum\\TrackingCodeType' => array(
|
| 6370 |
'version' => '16.0.0.0',
|
| 6371 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/TrackingCodeTypeEnum/TrackingCodeType.php'
|
| 6372 |
),
|
| 6373 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\TrackingCodePageFormatEnum' => array(
|
| 6374 |
'version' => '16.0.0.0',
|
| 6375 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/TrackingCodePageFormatEnum.php'
|
| 6376 |
),
|
| 6377 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ConversionTrackingStatusEnum\\ConversionTrackingStatus' => array(
|
| 6378 |
'version' => '16.0.0.0',
|
| 6379 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ConversionTrackingStatusEnum/ConversionTrackingStatus.php'
|
| 6380 |
),
|
| 6381 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ListingGroupFilterTypeEnum' => array(
|
| 6382 |
'version' => '16.0.0.0',
|
| 6383 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ListingGroupFilterTypeEnum.php'
|
| 6384 |
),
|
| 6385 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ConversionActionTypeEnum_ConversionActionType' => array(
|
| 6386 |
'version' => '16.0.0.0',
|
| 6387 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ConversionActionTypeEnum_ConversionActionType.php'
|
| 6388 |
),
|
| 6389 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\CampaignStatusEnum\\CampaignStatus' => array(
|
| 6390 |
'version' => '16.0.0.0',
|
| 6391 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/CampaignStatusEnum/CampaignStatus.php'
|
| 6392 |
),
|
| 6393 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ConversionActionStatusEnum_ConversionActionStatus' => array(
|
| 6394 |
'version' => '16.0.0.0',
|
| 6395 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ConversionActionStatusEnum_ConversionActionStatus.php'
|
| 6396 |
),
|
| 6397 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ConversionEnvironmentEnum\\ConversionEnvironment' => array(
|
| 6398 |
'version' => '16.0.0.0',
|
| 6399 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ConversionEnvironmentEnum/ConversionEnvironment.php'
|
| 6400 |
),
|
| 6401 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\BillingSetupStatusEnum' => array(
|
| 6402 |
'version' => '16.0.0.0',
|
| 6403 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/BillingSetupStatusEnum.php'
|
| 6404 |
),
|
| 6405 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\AssetGroupStatusEnum\\AssetGroupStatus' => array(
|
| 6406 |
'version' => '16.0.0.0',
|
| 6407 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/AssetGroupStatusEnum/AssetGroupStatus.php'
|
| 6408 |
),
|
| 6409 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ListingGroupFilterVerticalEnum\\ListingGroupFilterVertical' => array(
|
| 6410 |
'version' => '16.0.0.0',
|
| 6411 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ListingGroupFilterVerticalEnum/ListingGroupFilterVertical.php'
|
| 6412 |
),
|
| 6413 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ConversionTrackingStatusEnum_ConversionTrackingStatus' => array(
|
| 6414 |
'version' => '16.0.0.0',
|
| 6415 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ConversionTrackingStatusEnum_ConversionTrackingStatus.php'
|
| 6416 |
),
|
| 6417 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\AdvertisingChannelTypeEnum\\AdvertisingChannelType' => array(
|
| 6418 |
'version' => '16.0.0.0',
|
| 6419 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/AdvertisingChannelTypeEnum/AdvertisingChannelType.php'
|
| 6420 |
),
|
| 6421 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\MerchantCenterLinkStatusEnum\\MerchantCenterLinkStatus' => array(
|
| 6422 |
'version' => '16.0.0.0',
|
| 6423 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/MerchantCenterLinkStatusEnum/MerchantCenterLinkStatus.php'
|
| 6424 |
),
|
| 6425 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ConversionActionTypeEnum' => array(
|
| 6426 |
'version' => '16.0.0.0',
|
| 6427 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ConversionActionTypeEnum.php'
|
| 6428 |
),
|
| 6429 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\TrackingCodePageFormatEnum_TrackingCodePageFormat' => array(
|
| 6430 |
'version' => '16.0.0.0',
|
| 6431 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/TrackingCodePageFormatEnum_TrackingCodePageFormat.php'
|
| 6432 |
),
|
| 6433 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\AccessRoleEnum_AccessRole' => array(
|
| 6434 |
'version' => '16.0.0.0',
|
| 6435 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/AccessRoleEnum_AccessRole.php'
|
| 6436 |
),
|
| 6437 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\SystemManagedResourceSourceEnum\\SystemManagedResourceSource' => array(
|
| 6438 |
'version' => '16.0.0.0',
|
| 6439 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/SystemManagedResourceSourceEnum/SystemManagedResourceSource.php'
|
| 6440 |
),
|
| 6441 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ConversionActionTypeEnum\\ConversionActionType' => array(
|
| 6442 |
'version' => '16.0.0.0',
|
| 6443 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ConversionActionTypeEnum/ConversionActionType.php'
|
| 6444 |
),
|
| 6445 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ListingGroupFilterVerticalEnum' => array(
|
| 6446 |
'version' => '16.0.0.0',
|
| 6447 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ListingGroupFilterVerticalEnum.php'
|
| 6448 |
),
|
| 6449 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\CampaignCriterionStatusEnum_CampaignCriterionStatus' => array(
|
| 6450 |
'version' => '16.0.0.0',
|
| 6451 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/CampaignCriterionStatusEnum_CampaignCriterionStatus.php'
|
| 6452 |
),
|
| 6453 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus' => array(
|
| 6454 |
'version' => '16.0.0.0',
|
| 6455 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/MerchantCenterLinkStatusEnum_MerchantCenterLinkStatus.php'
|
| 6456 |
),
|
| 6457 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\TrackingCodeTypeEnum' => array(
|
| 6458 |
'version' => '16.0.0.0',
|
| 6459 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/TrackingCodeTypeEnum.php'
|
| 6460 |
),
|
| 6461 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\BillingSetupStatusEnum\\BillingSetupStatus' => array(
|
| 6462 |
'version' => '16.0.0.0',
|
| 6463 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/BillingSetupStatusEnum/BillingSetupStatus.php'
|
| 6464 |
),
|
| 6465 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\AssetGroupStatusEnum_AssetGroupStatus' => array(
|
| 6466 |
'version' => '16.0.0.0',
|
| 6467 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/AssetGroupStatusEnum_AssetGroupStatus.php'
|
| 6468 |
),
|
| 6469 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\AccessRoleEnum' => array(
|
| 6470 |
'version' => '16.0.0.0',
|
| 6471 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/AccessRoleEnum.php'
|
| 6472 |
),
|
| 6473 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ListingGroupFilterTypeEnum\\ListingGroupFilterType' => array(
|
| 6474 |
'version' => '16.0.0.0',
|
| 6475 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ListingGroupFilterTypeEnum/ListingGroupFilterType.php'
|
| 6476 |
),
|
| 6477 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ConversionTrackingStatusEnum' => array(
|
| 6478 |
'version' => '16.0.0.0',
|
| 6479 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ConversionTrackingStatusEnum.php'
|
| 6480 |
),
|
| 6481 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\MerchantCenterLinkStatusEnum' => array(
|
| 6482 |
'version' => '16.0.0.0',
|
| 6483 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/MerchantCenterLinkStatusEnum.php'
|
| 6484 |
),
|
| 6485 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ConversionEnvironmentEnum_ConversionEnvironment' => array(
|
| 6486 |
'version' => '16.0.0.0',
|
| 6487 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ConversionEnvironmentEnum_ConversionEnvironment.php'
|
| 6488 |
),
|
| 6489 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ConversionEnvironmentEnum' => array(
|
| 6490 |
'version' => '16.0.0.0',
|
| 6491 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ConversionEnvironmentEnum.php'
|
| 6492 |
),
|
| 6493 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\AdvertisingChannelTypeEnum' => array(
|
| 6494 |
'version' => '16.0.0.0',
|
| 6495 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/AdvertisingChannelTypeEnum.php'
|
| 6496 |
),
|
| 6497 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ListingGroupFilterVerticalEnum_ListingGroupFilterVertical' => array(
|
| 6498 |
'version' => '16.0.0.0',
|
| 6499 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ListingGroupFilterVerticalEnum_ListingGroupFilterVertical.php'
|
| 6500 |
),
|
| 6501 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\BillingSetupStatusEnum_BillingSetupStatus' => array(
|
| 6502 |
'version' => '16.0.0.0',
|
| 6503 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/BillingSetupStatusEnum_BillingSetupStatus.php'
|
| 6504 |
),
|
| 6505 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ListingGroupFilterTypeEnum_ListingGroupFilterType' => array(
|
| 6506 |
'version' => '16.0.0.0',
|
| 6507 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ListingGroupFilterTypeEnum_ListingGroupFilterType.php'
|
| 6508 |
),
|
| 6509 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\TrackingCodeTypeEnum_TrackingCodeType' => array(
|
| 6510 |
'version' => '16.0.0.0',
|
| 6511 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/TrackingCodeTypeEnum_TrackingCodeType.php'
|
| 6512 |
),
|
| 6513 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\AccessRoleEnum\\AccessRole' => array(
|
| 6514 |
'version' => '16.0.0.0',
|
| 6515 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/AccessRoleEnum/AccessRole.php'
|
| 6516 |
),
|
| 6517 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ConversionActionStatusEnum' => array(
|
| 6518 |
'version' => '16.0.0.0',
|
| 6519 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ConversionActionStatusEnum.php'
|
| 6520 |
),
|
| 6521 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\SystemManagedResourceSourceEnum' => array(
|
| 6522 |
'version' => '16.0.0.0',
|
| 6523 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/SystemManagedResourceSourceEnum.php'
|
| 6524 |
),
|
| 6525 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ConversionActionCategoryEnum' => array(
|
| 6526 |
'version' => '16.0.0.0',
|
| 6527 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ConversionActionCategoryEnum.php'
|
| 6528 |
),
|
| 6529 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\SystemManagedResourceSourceEnum_SystemManagedResourceSource' => array(
|
| 6530 |
'version' => '16.0.0.0',
|
| 6531 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/SystemManagedResourceSourceEnum_SystemManagedResourceSource.php'
|
| 6532 |
),
|
| 6533 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\TrackingCodePageFormatEnum\\TrackingCodePageFormat' => array(
|
| 6534 |
'version' => '16.0.0.0',
|
| 6535 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/TrackingCodePageFormatEnum/TrackingCodePageFormat.php'
|
| 6536 |
),
|
| 6537 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\AssetGroupStatusEnum' => array(
|
| 6538 |
'version' => '16.0.0.0',
|
| 6539 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/AssetGroupStatusEnum.php'
|
| 6540 |
),
|
| 6541 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\CampaignStatusEnum_CampaignStatus' => array(
|
| 6542 |
'version' => '16.0.0.0',
|
| 6543 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/CampaignStatusEnum_CampaignStatus.php'
|
| 6544 |
),
|
| 6545 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\AdvertisingChannelTypeEnum_AdvertisingChannelType' => array(
|
| 6546 |
'version' => '16.0.0.0',
|
| 6547 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/AdvertisingChannelTypeEnum_AdvertisingChannelType.php'
|
| 6548 |
),
|
| 6549 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\CampaignCriterionStatusEnum\\CampaignCriterionStatus' => array(
|
| 6550 |
'version' => '16.0.0.0',
|
| 6551 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/CampaignCriterionStatusEnum/CampaignCriterionStatus.php'
|
| 6552 |
),
|
| 6553 |
+
'Google\\Ads\\GoogleAds\\V11\\Enums\\ConversionActionCategoryEnum_ConversionActionCategory' => array(
|
| 6554 |
'version' => '16.0.0.0',
|
| 6555 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Enums/ConversionActionCategoryEnum_ConversionActionCategory.php'
|
| 6556 |
),
|
| 6557 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\VideoOutstreamAdInfo' => array(
|
| 6558 |
'version' => '16.0.0.0',
|
| 6559 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/VideoOutstreamAdInfo.php'
|
| 6560 |
),
|
| 6561 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CallAsset' => array(
|
| 6562 |
'version' => '16.0.0.0',
|
| 6563 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CallAsset.php'
|
| 6564 |
),
|
| 6565 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TargetRestriction' => array(
|
| 6566 |
'version' => '16.0.0.0',
|
| 6567 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TargetRestriction.php'
|
| 6568 |
),
|
| 6569 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PercentCpcBidSimulationPointList' => array(
|
| 6570 |
'version' => '16.0.0.0',
|
| 6571 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PercentCpcBidSimulationPointList.php'
|
| 6572 |
),
|
| 6573 |
'Google\\Ads\\GoogleAds\\V11\\Common\\ProductChannelExclusivityInfo' => array(
|
| 6574 |
'version' => '16.0.0.0',
|
| 6575 |
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ProductChannelExclusivityInfo.php'
|
| 6576 |
),
|
| 6577 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CpcBidSimulationPointList' => array(
|
| 6578 |
'version' => '16.0.0.0',
|
| 6579 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CpcBidSimulationPointList.php'
|
| 6580 |
),
|
| 6581 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PlacementInfo' => array(
|
| 6582 |
'version' => '16.0.0.0',
|
| 6583 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PlacementInfo.php'
|
| 6584 |
),
|
| 6585 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\HotelCheckInDayInfo' => array(
|
| 6586 |
'version' => '16.0.0.0',
|
| 6587 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/HotelCheckInDayInfo.php'
|
| 6588 |
),
|
| 6589 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\Keyword' => array(
|
| 6590 |
'version' => '16.0.0.0',
|
| 6591 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/Keyword.php'
|
| 6592 |
),
|
| 6593 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\FrequencyCapKey' => array(
|
| 6594 |
'version' => '16.0.0.0',
|
| 6595 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/FrequencyCapKey.php'
|
| 6596 |
),
|
| 6597 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\DisplayUploadAdInfo' => array(
|
| 6598 |
'version' => '16.0.0.0',
|
| 6599 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/DisplayUploadAdInfo.php'
|
| 6600 |
),
|
| 6601 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\BudgetSimulationPoint' => array(
|
| 6602 |
'version' => '16.0.0.0',
|
| 6603 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/BudgetSimulationPoint.php'
|
| 6604 |
),
|
| 6605 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\UrlCollection' => array(
|
| 6606 |
'version' => '16.0.0.0',
|
| 6607 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/UrlCollection.php'
|
| 6608 |
),
|
| 6609 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\MonthlySearchVolume' => array(
|
| 6610 |
'version' => '16.0.0.0',
|
| 6611 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/MonthlySearchVolume.php'
|
| 6612 |
),
|
| 6613 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TargetCpa' => array(
|
| 6614 |
'version' => '16.0.0.0',
|
| 6615 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TargetCpa.php'
|
| 6616 |
),
|
| 6617 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AudienceExclusionDimension' => array(
|
| 6618 |
'version' => '16.0.0.0',
|
| 6619 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AudienceExclusionDimension.php'
|
| 6620 |
),
|
| 6621 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ResponsiveSearchAdInfo' => array(
|
| 6622 |
'version' => '16.0.0.0',
|
| 6623 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ResponsiveSearchAdInfo.php'
|
| 6624 |
),
|
| 6625 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ProductChannelInfo' => array(
|
| 6626 |
'version' => '16.0.0.0',
|
| 6627 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ProductChannelInfo.php'
|
| 6628 |
),
|
| 6629 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\LocationGroupInfo' => array(
|
| 6630 |
'version' => '16.0.0.0',
|
| 6631 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/LocationGroupInfo.php'
|
| 6632 |
),
|
| 6633 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\HotelAdvanceBookingWindowInfo' => array(
|
| 6634 |
'version' => '16.0.0.0',
|
| 6635 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/HotelAdvanceBookingWindowInfo.php'
|
| 6636 |
),
|
| 6637 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ProductCustomAttributeInfo' => array(
|
| 6638 |
'version' => '16.0.0.0',
|
| 6639 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ProductCustomAttributeInfo.php'
|
| 6640 |
),
|
| 6641 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TargetImpressionShareSimulationPointList' => array(
|
| 6642 |
'version' => '16.0.0.0',
|
| 6643 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TargetImpressionShareSimulationPointList.php'
|
| 6644 |
),
|
| 6645 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ProductVideo' => array(
|
| 6646 |
'version' => '16.0.0.0',
|
| 6647 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ProductVideo.php'
|
| 6648 |
),
|
| 6649 |
'Google\\Ads\\GoogleAds\\V11\\Common\\UserIdentifier' => array(
|
| 6650 |
'version' => '16.0.0.0',
|
| 6651 |
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/UserIdentifier.php'
|
| 6652 |
),
|
| 6653 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ShoppingProductAdInfo' => array(
|
| 6654 |
'version' => '16.0.0.0',
|
| 6655 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ShoppingProductAdInfo.php'
|
| 6656 |
),
|
| 6657 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AffiliateLocationFeedItem' => array(
|
| 6658 |
'version' => '16.0.0.0',
|
| 6659 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AffiliateLocationFeedItem.php'
|
| 6660 |
),
|
| 6661 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\GmailTeaser' => array(
|
| 6662 |
'version' => '16.0.0.0',
|
| 6663 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/GmailTeaser.php'
|
| 6664 |
),
|
| 6665 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AgeSegment' => array(
|
| 6666 |
'version' => '16.0.0.0',
|
| 6667 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AgeSegment.php'
|
| 6668 |
),
|
| 6669 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\Operand_RequestContextOperand' => array(
|
| 6670 |
'version' => '16.0.0.0',
|
| 6671 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/Operand_RequestContextOperand.php'
|
| 6672 |
),
|
| 6673 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\HotelStateInfo' => array(
|
| 6674 |
'version' => '16.0.0.0',
|
| 6675 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/HotelStateInfo.php'
|
| 6676 |
),
|
| 6677 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\BudgetSimulationPointList' => array(
|
| 6678 |
'version' => '16.0.0.0',
|
| 6679 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/BudgetSimulationPointList.php'
|
| 6680 |
),
|
| 6681 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ImageAsset' => array(
|
| 6682 |
'version' => '16.0.0.0',
|
| 6683 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ImageAsset.php'
|
| 6684 |
),
|
| 6685 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\HotelCityInfo' => array(
|
| 6686 |
'version' => '16.0.0.0',
|
| 6687 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/HotelCityInfo.php'
|
| 6688 |
),
|
| 6689 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\UserData' => array(
|
| 6690 |
'version' => '16.0.0.0',
|
| 6691 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/UserData.php'
|
| 6692 |
),
|
| 6693 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TextAdInfo' => array(
|
| 6694 |
'version' => '16.0.0.0',
|
| 6695 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TextAdInfo.php'
|
| 6696 |
),
|
| 6697 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AppFeedItem' => array(
|
| 6698 |
'version' => '16.0.0.0',
|
| 6699 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AppFeedItem.php'
|
| 6700 |
),
|
| 6701 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TextAsset' => array(
|
| 6702 |
'version' => '16.0.0.0',
|
| 6703 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TextAsset.php'
|
| 6704 |
),
|
| 6705 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\GenderInfo' => array(
|
| 6706 |
'version' => '16.0.0.0',
|
| 6707 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/GenderInfo.php'
|
| 6708 |
),
|
| 6709 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\StoreSalesMetadata' => array(
|
| 6710 |
'version' => '16.0.0.0',
|
| 6711 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/StoreSalesMetadata.php'
|
| 6712 |
),
|
| 6713 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\KeywordPlanAggregateMetrics' => array(
|
| 6714 |
'version' => '16.0.0.0',
|
| 6715 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/KeywordPlanAggregateMetrics.php'
|
| 6716 |
),
|
| 6717 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\MaximizeConversionValue' => array(
|
| 6718 |
'version' => '16.0.0.0',
|
| 6719 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/MaximizeConversionValue.php'
|
| 6720 |
),
|
| 6721 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\KeywordConcept' => array(
|
| 6722 |
'version' => '16.0.0.0',
|
| 6723 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/KeywordConcept.php'
|
| 6724 |
),
|
| 6725 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TargetingSetting' => array(
|
| 6726 |
'version' => '16.0.0.0',
|
| 6727 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TargetingSetting.php'
|
| 6728 |
),
|
| 6729 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ItemAttribute' => array(
|
| 6730 |
'version' => '16.0.0.0',
|
| 6731 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ItemAttribute.php'
|
| 6732 |
),
|
| 6733 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\HistoricalMetricsOptions' => array(
|
| 6734 |
'version' => '16.0.0.0',
|
| 6735 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/HistoricalMetricsOptions.php'
|
| 6736 |
),
|
| 6737 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PercentCpcBidSimulationPoint' => array(
|
| 6738 |
'version' => '16.0.0.0',
|
| 6739 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PercentCpcBidSimulationPoint.php'
|
| 6740 |
),
|
| 6741 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\UserListActionInfo' => array(
|
| 6742 |
'version' => '16.0.0.0',
|
| 6743 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/UserListActionInfo.php'
|
| 6744 |
),
|
| 6745 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\MediaBundleAsset' => array(
|
| 6746 |
'version' => '16.0.0.0',
|
| 6747 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/MediaBundleAsset.php'
|
| 6748 |
),
|
| 6749 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\YearMonthRange' => array(
|
| 6750 |
'version' => '16.0.0.0',
|
| 6751 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/YearMonthRange.php'
|
| 6752 |
),
|
| 6753 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicEvidence\\DestinationTextList' => array(
|
| 6754 |
'version' => '16.0.0.0',
|
| 6755 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicEvidence/DestinationTextList.php'
|
| 6756 |
),
|
| 6757 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicEvidence\\DestinationMismatch' => array(
|
| 6758 |
'version' => '16.0.0.0',
|
| 6759 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicEvidence/DestinationMismatch.php'
|
| 6760 |
),
|
| 6761 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicEvidence\\WebsiteList' => array(
|
| 6762 |
'version' => '16.0.0.0',
|
| 6763 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicEvidence/WebsiteList.php'
|
| 6764 |
),
|
| 6765 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicEvidence\\TextList' => array(
|
| 6766 |
'version' => '16.0.0.0',
|
| 6767 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicEvidence/TextList.php'
|
| 6768 |
),
|
| 6769 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicEvidence\\DestinationNotWorking' => array(
|
| 6770 |
'version' => '16.0.0.0',
|
| 6771 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicEvidence/DestinationNotWorking.php'
|
| 6772 |
),
|
| 6773 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\HotelCountryRegionInfo' => array(
|
| 6774 |
'version' => '16.0.0.0',
|
| 6775 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/HotelCountryRegionInfo.php'
|
| 6776 |
),
|
| 6777 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\StoreSalesThirdPartyMetadata' => array(
|
| 6778 |
'version' => '16.0.0.0',
|
| 6779 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/StoreSalesThirdPartyMetadata.php'
|
| 6780 |
),
|
| 6781 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\YouTubeVideoInfo' => array(
|
| 6782 |
'version' => '16.0.0.0',
|
| 6783 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/YouTubeVideoInfo.php'
|
| 6784 |
),
|
| 6785 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\UnknownListingDimensionInfo' => array(
|
| 6786 |
'version' => '16.0.0.0',
|
| 6787 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/UnknownListingDimensionInfo.php'
|
| 6788 |
),
|
| 6789 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\KeywordInfo' => array(
|
| 6790 |
'version' => '16.0.0.0',
|
| 6791 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/KeywordInfo.php'
|
| 6792 |
),
|
| 6793 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\VideoTrueViewInStreamAdInfo' => array(
|
| 6794 |
'version' => '16.0.0.0',
|
| 6795 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/VideoTrueViewInStreamAdInfo.php'
|
| 6796 |
),
|
| 6797 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\DeviceInfo' => array(
|
| 6798 |
'version' => '16.0.0.0',
|
| 6799 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/DeviceInfo.php'
|
| 6800 |
),
|
| 6801 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ExpandedDynamicSearchAdInfo' => array(
|
| 6802 |
'version' => '16.0.0.0',
|
| 6803 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ExpandedDynamicSearchAdInfo.php'
|
| 6804 |
),
|
| 6805 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicConstraint' => array(
|
| 6806 |
'version' => '16.0.0.0',
|
| 6807 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicConstraint.php'
|
| 6808 |
),
|
| 6809 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyViolationKey' => array(
|
| 6810 |
'version' => '16.0.0.0',
|
| 6811 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyViolationKey.php'
|
| 6812 |
),
|
| 6813 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TextMessageFeedItem' => array(
|
| 6814 |
'version' => '16.0.0.0',
|
| 6815 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TextMessageFeedItem.php'
|
| 6816 |
),
|
| 6817 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\MobileAppAsset' => array(
|
| 6818 |
'version' => '16.0.0.0',
|
| 6819 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/MobileAppAsset.php'
|
| 6820 |
),
|
| 6821 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ProductLabelsInfo' => array(
|
| 6822 |
'version' => '16.0.0.0',
|
| 6823 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ProductLabelsInfo.php'
|
| 6824 |
),
|
| 6825 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\LanguageInfo' => array(
|
| 6826 |
'version' => '16.0.0.0',
|
| 6827 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/LanguageInfo.php'
|
| 6828 |
),
|
| 6829 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ProductBiddingCategoryInfo' => array(
|
| 6830 |
'version' => '16.0.0.0',
|
| 6831 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ProductBiddingCategoryInfo.php'
|
| 6832 |
),
|
| 6833 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicEvidence_TextList' => array(
|
| 6834 |
'version' => '16.0.0.0',
|
| 6835 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicEvidence_TextList.php'
|
| 6836 |
),
|
| 6837 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TargetImpressionShare' => array(
|
| 6838 |
'version' => '16.0.0.0',
|
| 6839 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TargetImpressionShare.php'
|
| 6840 |
),
|
| 6841 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\Operand' => array(
|
| 6842 |
'version' => '16.0.0.0',
|
| 6843 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/Operand.php'
|
| 6844 |
),
|
| 6845 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AudienceDimension' => array(
|
| 6846 |
'version' => '16.0.0.0',
|
| 6847 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AudienceDimension.php'
|
| 6848 |
),
|
| 6849 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AppPreRegistrationAdInfo' => array(
|
| 6850 |
'version' => '16.0.0.0',
|
| 6851 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AppPreRegistrationAdInfo.php'
|
| 6852 |
),
|
| 6853 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ResponsiveDisplayAdInfo' => array(
|
| 6854 |
'version' => '16.0.0.0',
|
| 6855 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ResponsiveDisplayAdInfo.php'
|
| 6856 |
),
|
| 6857 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\DynamicLocalAsset' => array(
|
| 6858 |
'version' => '16.0.0.0',
|
| 6859 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/DynamicLocalAsset.php'
|
| 6860 |
),
|
| 6861 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\UserListStringRuleItemInfo' => array(
|
| 6862 |
'version' => '16.0.0.0',
|
| 6863 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/UserListStringRuleItemInfo.php'
|
| 6864 |
),
|
| 6865 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CarrierInfo' => array(
|
| 6866 |
'version' => '16.0.0.0',
|
| 6867 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CarrierInfo.php'
|
| 6868 |
),
|
| 6869 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TargetCpaSimulationPoint' => array(
|
| 6870 |
'version' => '16.0.0.0',
|
| 6871 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TargetCpaSimulationPoint.php'
|
| 6872 |
),
|
| 6873 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AgeRangeInfo' => array(
|
| 6874 |
'version' => '16.0.0.0',
|
| 6875 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AgeRangeInfo.php'
|
| 6876 |
),
|
| 6877 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicConstraint_CountryConstraintList' => array(
|
| 6878 |
'version' => '16.0.0.0',
|
| 6879 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicConstraint_CountryConstraintList.php'
|
| 6880 |
),
|
| 6881 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\DynamicAffiliateLocationSetFilter' => array(
|
| 6882 |
'version' => '16.0.0.0',
|
| 6883 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/DynamicAffiliateLocationSetFilter.php'
|
| 6884 |
),
|
| 6885 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TargetImpressionShareSimulationPoint' => array(
|
| 6886 |
'version' => '16.0.0.0',
|
| 6887 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TargetImpressionShareSimulationPoint.php'
|
| 6888 |
),
|
| 6889 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\KeywordPlanAggregateMetricResults' => array(
|
| 6890 |
'version' => '16.0.0.0',
|
| 6891 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/KeywordPlanAggregateMetricResults.php'
|
| 6892 |
),
|
| 6893 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\WebpageInfo' => array(
|
| 6894 |
'version' => '16.0.0.0',
|
| 6895 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/WebpageInfo.php'
|
| 6896 |
),
|
| 6897 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\Operand\\FeedAttributeOperand' => array(
|
| 6898 |
'version' => '16.0.0.0',
|
| 6899 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/Operand/FeedAttributeOperand.php'
|
| 6900 |
),
|
| 6901 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\Operand\\RequestContextOperand' => array(
|
| 6902 |
'version' => '16.0.0.0',
|
| 6903 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/Operand/RequestContextOperand.php'
|
| 6904 |
),
|
| 6905 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\Operand\\FunctionOperand' => array(
|
| 6906 |
'version' => '16.0.0.0',
|
| 6907 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/Operand/FunctionOperand.php'
|
| 6908 |
),
|
| 6909 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\Operand\\ConstantOperand' => array(
|
| 6910 |
'version' => '16.0.0.0',
|
| 6911 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/Operand/ConstantOperand.php'
|
| 6912 |
),
|
| 6913 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CustomerMatchUserListMetadata' => array(
|
| 6914 |
'version' => '16.0.0.0',
|
| 6915 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CustomerMatchUserListMetadata.php'
|
| 6916 |
),
|
| 6917 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TopicInfo' => array(
|
| 6918 |
'version' => '16.0.0.0',
|
| 6919 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TopicInfo.php'
|
| 6920 |
),
|
| 6921 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\UserListRuleItemInfo' => array(
|
| 6922 |
'version' => '16.0.0.0',
|
| 6923 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/UserListRuleItemInfo.php'
|
| 6924 |
),
|
| 6925 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\LeadFormDeliveryMethod' => array(
|
| 6926 |
'version' => '16.0.0.0',
|
| 6927 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/LeadFormDeliveryMethod.php'
|
| 6928 |
),
|
| 6929 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TargetRestrictionOperation_Operator' => array(
|
| 6930 |
'version' => '16.0.0.0',
|
| 6931 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TargetRestrictionOperation_Operator.php'
|
| 6932 |
),
|
| 6933 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ProductImage' => array(
|
| 6934 |
'version' => '16.0.0.0',
|
| 6935 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ProductImage.php'
|
| 6936 |
),
|
| 6937 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\UserListSegment' => array(
|
| 6938 |
'version' => '16.0.0.0',
|
| 6939 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/UserListSegment.php'
|
| 6940 |
),
|
| 6941 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ParentalStatusDimension' => array(
|
| 6942 |
'version' => '16.0.0.0',
|
| 6943 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ParentalStatusDimension.php'
|
| 6944 |
),
|
| 6945 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\SitelinkFeedItem' => array(
|
| 6946 |
'version' => '16.0.0.0',
|
| 6947 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/SitelinkFeedItem.php'
|
| 6948 |
),
|
| 6949 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\SimilarUserListInfo' => array(
|
| 6950 |
'version' => '16.0.0.0',
|
| 6951 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/SimilarUserListInfo.php'
|
| 6952 |
),
|
| 6953 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ImageAdInfo' => array(
|
| 6954 |
'version' => '16.0.0.0',
|
| 6955 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ImageAdInfo.php'
|
| 6956 |
),
|
| 6957 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\SkAdNetworkSourceApp' => array(
|
| 6958 |
'version' => '16.0.0.0',
|
| 6959 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/SkAdNetworkSourceApp.php'
|
| 6960 |
),
|
| 6961 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ProductBrandInfo' => array(
|
| 6962 |
'version' => '16.0.0.0',
|
| 6963 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ProductBrandInfo.php'
|
| 6964 |
),
|
| 6965 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AdDiscoveryCarouselCardAsset' => array(
|
| 6966 |
'version' => '16.0.0.0',
|
| 6967 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AdDiscoveryCarouselCardAsset.php'
|
| 6968 |
),
|
| 6969 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CalloutAsset' => array(
|
| 6970 |
'version' => '16.0.0.0',
|
| 6971 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CalloutAsset.php'
|
| 6972 |
),
|
| 6973 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ShoppingComparisonListingAdInfo' => array(
|
| 6974 |
'version' => '16.0.0.0',
|
| 6975 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ShoppingComparisonListingAdInfo.php'
|
| 6976 |
),
|
| 6977 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ImageDimension' => array(
|
| 6978 |
'version' => '16.0.0.0',
|
| 6979 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ImageDimension.php'
|
| 6980 |
),
|
| 6981 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CallAdInfo' => array(
|
| 6982 |
'version' => '16.0.0.0',
|
| 6983 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CallAdInfo.php'
|
| 6984 |
),
|
| 6985 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AdTextAsset' => array(
|
| 6986 |
'version' => '16.0.0.0',
|
| 6987 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AdTextAsset.php'
|
| 6988 |
),
|
| 6989 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\InFeedVideoAdInfo' => array(
|
| 6990 |
'version' => '16.0.0.0',
|
| 6991 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/InFeedVideoAdInfo.php'
|
| 6992 |
),
|
| 6993 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PriceOffering' => array(
|
| 6994 |
'version' => '16.0.0.0',
|
| 6995 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PriceOffering.php'
|
| 6996 |
),
|
| 6997 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ExplorerAutoOptimizerSetting' => array(
|
| 6998 |
'version' => '16.0.0.0',
|
| 6999 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ExplorerAutoOptimizerSetting.php'
|
| 7000 |
),
|
| 7001 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicEvidence_WebsiteList' => array(
|
| 7002 |
'version' => '16.0.0.0',
|
| 7003 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicEvidence_WebsiteList.php'
|
| 7004 |
),
|
| 7005 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AdAssetPolicySummary' => array(
|
| 7006 |
'version' => '16.0.0.0',
|
| 7007 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AdAssetPolicySummary.php'
|
| 7008 |
),
|
| 7009 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\UserInterestInfo' => array(
|
| 7010 |
'version' => '16.0.0.0',
|
| 7011 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/UserInterestInfo.php'
|
| 7012 |
),
|
| 7013 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ManualCpa' => array(
|
| 7014 |
'version' => '16.0.0.0',
|
| 7015 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ManualCpa.php'
|
| 7016 |
),
|
| 7017 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\DynamicHotelsAndRentalsAsset' => array(
|
| 7018 |
'version' => '16.0.0.0',
|
| 7019 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/DynamicHotelsAndRentalsAsset.php'
|
| 7020 |
),
|
| 7021 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\HotelIdInfo' => array(
|
| 7022 |
'version' => '16.0.0.0',
|
| 7023 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/HotelIdInfo.php'
|
| 7024 |
),
|
| 7025 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ManualCpv' => array(
|
| 7026 |
'version' => '16.0.0.0',
|
| 7027 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ManualCpv.php'
|
| 7028 |
),
|
| 7029 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TargetCpaSimulationPointList' => array(
|
| 7030 |
'version' => '16.0.0.0',
|
| 7031 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TargetCpaSimulationPointList.php'
|
| 7032 |
),
|
| 7033 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\YoutubeVideoAsset' => array(
|
| 7034 |
'version' => '16.0.0.0',
|
| 7035 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/YoutubeVideoAsset.php'
|
| 7036 |
),
|
| 7037 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\KeywordThemeInfo' => array(
|
| 7038 |
'version' => '16.0.0.0',
|
| 7039 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/KeywordThemeInfo.php'
|
| 7040 |
),
|
| 7041 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\WebhookDelivery' => array(
|
| 7042 |
'version' => '16.0.0.0',
|
| 7043 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/WebhookDelivery.php'
|
| 7044 |
),
|
| 7045 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\YearMonth' => array(
|
| 7046 |
'version' => '16.0.0.0',
|
| 7047 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/YearMonth.php'
|
| 7048 |
),
|
| 7049 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\IncomeRangeInfo' => array(
|
| 7050 |
'version' => '16.0.0.0',
|
| 7051 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/IncomeRangeInfo.php'
|
| 7052 |
),
|
| 7053 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ProductConditionInfo' => array(
|
| 7054 |
'version' => '16.0.0.0',
|
| 7055 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ProductConditionInfo.php'
|
| 7056 |
),
|
| 7057 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\VideoBumperInStreamAdInfo' => array(
|
| 7058 |
'version' => '16.0.0.0',
|
| 7059 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/VideoBumperInStreamAdInfo.php'
|
| 7060 |
),
|
| 7061 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\LeadFormSingleChoiceAnswers' => array(
|
| 7062 |
'version' => '16.0.0.0',
|
| 7063 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/LeadFormSingleChoiceAnswers.php'
|
| 7064 |
),
|
| 7065 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\IpBlockInfo' => array(
|
| 7066 |
'version' => '16.0.0.0',
|
| 7067 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/IpBlockInfo.php'
|
| 7068 |
),
|
| 7069 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\HotelCalloutFeedItem' => array(
|
| 7070 |
'version' => '16.0.0.0',
|
| 7071 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/HotelCalloutFeedItem.php'
|
| 7072 |
),
|
| 7073 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\Commission' => array(
|
| 7074 |
'version' => '16.0.0.0',
|
| 7075 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/Commission.php'
|
| 7076 |
),
|
| 7077 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\GmailAdInfo' => array(
|
| 7078 |
'version' => '16.0.0.0',
|
| 7079 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/GmailAdInfo.php'
|
| 7080 |
),
|
| 7081 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\FrequencyCapEntry' => array(
|
| 7082 |
'version' => '16.0.0.0',
|
| 7083 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/FrequencyCapEntry.php'
|
| 7084 |
),
|
| 7085 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\LegacyResponsiveDisplayAdInfo' => array(
|
| 7086 |
'version' => '16.0.0.0',
|
| 7087 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/LegacyResponsiveDisplayAdInfo.php'
|
| 7088 |
),
|
| 7089 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\UserAttribute' => array(
|
| 7090 |
'version' => '16.0.0.0',
|
| 7091 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/UserAttribute.php'
|
| 7092 |
),
|
| 7093 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ProximityInfo' => array(
|
| 7094 |
'version' => '16.0.0.0',
|
| 7095 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ProximityInfo.php'
|
| 7096 |
),
|
| 7097 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CustomAudienceSegment' => array(
|
| 7098 |
'version' => '16.0.0.0',
|
| 7099 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CustomAudienceSegment.php'
|
| 7100 |
),
|
| 7101 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\LeadFormAsset' => array(
|
| 7102 |
'version' => '16.0.0.0',
|
| 7103 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/LeadFormAsset.php'
|
| 7104 |
),
|
| 7105 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\UserListNumberRuleItemInfo' => array(
|
| 7106 |
'version' => '16.0.0.0',
|
| 7107 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/UserListNumberRuleItemInfo.php'
|
| 7108 |
),
|
| 7109 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\StructuredSnippetFeedItem' => array(
|
| 7110 |
'version' => '16.0.0.0',
|
| 7111 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/StructuredSnippetFeedItem.php'
|
| 7112 |
),
|
| 7113 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CustomIntentInfo' => array(
|
| 7114 |
'version' => '16.0.0.0',
|
| 7115 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CustomIntentInfo.php'
|
| 7116 |
),
|
| 7117 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\VideoNonSkippableInStreamAdInfo' => array(
|
| 7118 |
'version' => '16.0.0.0',
|
| 7119 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/VideoNonSkippableInStreamAdInfo.php'
|
| 7120 |
),
|
| 7121 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CustomizerValue' => array(
|
| 7122 |
'version' => '16.0.0.0',
|
| 7123 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CustomizerValue.php'
|
| 7124 |
),
|
| 7125 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PriceOffer' => array(
|
| 7126 |
'version' => '16.0.0.0',
|
| 7127 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PriceOffer.php'
|
| 7128 |
),
|
| 7129 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicySummary' => array(
|
| 7130 |
'version' => '16.0.0.0',
|
| 7131 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicySummary.php'
|
| 7132 |
),
|
| 7133 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\DiscoveryMultiAssetAdInfo' => array(
|
| 7134 |
'version' => '16.0.0.0',
|
| 7135 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/DiscoveryMultiAssetAdInfo.php'
|
| 7136 |
),
|
| 7137 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\EnhancedCpc' => array(
|
| 7138 |
'version' => '16.0.0.0',
|
| 7139 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/EnhancedCpc.php'
|
| 7140 |
),
|
| 7141 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CallToActionAsset' => array(
|
| 7142 |
'version' => '16.0.0.0',
|
| 7143 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CallToActionAsset.php'
|
| 7144 |
),
|
| 7145 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TargetRoasSimulationPointList' => array(
|
| 7146 |
'version' => '16.0.0.0',
|
| 7147 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TargetRoasSimulationPointList.php'
|
| 7148 |
),
|
| 7149 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\Value' => array(
|
| 7150 |
'version' => '16.0.0.0',
|
| 7151 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/Value.php'
|
| 7152 |
),
|
| 7153 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\DateRange' => array(
|
| 7154 |
'version' => '16.0.0.0',
|
| 7155 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/DateRange.php'
|
| 7156 |
),
|
| 7157 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TargetRoasSimulationPoint' => array(
|
| 7158 |
'version' => '16.0.0.0',
|
| 7159 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TargetRoasSimulationPoint.php'
|
| 7160 |
),
|
| 7161 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\UserListRuleItemGroupInfo' => array(
|
| 7162 |
'version' => '16.0.0.0',
|
| 7163 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/UserListRuleItemGroupInfo.php'
|
| 7164 |
),
|
| 7165 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ManualCpc' => array(
|
| 7166 |
'version' => '16.0.0.0',
|
| 7167 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ManualCpc.php'
|
| 7168 |
),
|
| 7169 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\DynamicRealEstateAsset' => array(
|
| 7170 |
'version' => '16.0.0.0',
|
| 7171 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/DynamicRealEstateAsset.php'
|
| 7172 |
),
|
| 7173 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\SitelinkAsset' => array(
|
| 7174 |
'version' => '16.0.0.0',
|
| 7175 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/SitelinkAsset.php'
|
| 7176 |
),
|
| 7177 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\LeadFormCustomQuestionField' => array(
|
| 7178 |
'version' => '16.0.0.0',
|
| 7179 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/LeadFormCustomQuestionField.php'
|
| 7180 |
),
|
| 7181 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\DynamicEducationAsset' => array(
|
| 7182 |
'version' => '16.0.0.0',
|
| 7183 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/DynamicEducationAsset.php'
|
| 7184 |
),
|
| 7185 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AgeDimension' => array(
|
| 7186 |
'version' => '16.0.0.0',
|
| 7187 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AgeDimension.php'
|
| 7188 |
),
|
| 7189 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\LifeEventSegment' => array(
|
| 7190 |
'version' => '16.0.0.0',
|
| 7191 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/LifeEventSegment.php'
|
| 7192 |
),
|
| 7193 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ClickLocation' => array(
|
| 7194 |
'version' => '16.0.0.0',
|
| 7195 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ClickLocation.php'
|
| 7196 |
),
|
| 7197 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AudienceSegmentDimension' => array(
|
| 7198 |
'version' => '16.0.0.0',
|
| 7199 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AudienceSegmentDimension.php'
|
| 7200 |
),
|
| 7201 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\LogicalUserListInfo' => array(
|
| 7202 |
'version' => '16.0.0.0',
|
| 7203 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/LogicalUserListInfo.php'
|
| 7204 |
),
|
| 7205 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ProductGroupingInfo' => array(
|
| 7206 |
'version' => '16.0.0.0',
|
| 7207 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ProductGroupingInfo.php'
|
| 7208 |
),
|
| 7209 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\UserInterestSegment' => array(
|
| 7210 |
'version' => '16.0.0.0',
|
| 7211 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/UserInterestSegment.php'
|
| 7212 |
),
|
| 7213 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyValidationParameter' => array(
|
| 7214 |
'version' => '16.0.0.0',
|
| 7215 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyValidationParameter.php'
|
| 7216 |
),
|
| 7217 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\MobileAppCategoryInfo' => array(
|
| 7218 |
'version' => '16.0.0.0',
|
| 7219 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/MobileAppCategoryInfo.php'
|
| 7220 |
),
|
| 7221 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ProductLegacyConditionInfo' => array(
|
| 7222 |
'version' => '16.0.0.0',
|
| 7223 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ProductLegacyConditionInfo.php'
|
| 7224 |
),
|
| 7225 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicEvidence_DestinationMismatch' => array(
|
| 7226 |
'version' => '16.0.0.0',
|
| 7227 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicEvidence_DestinationMismatch.php'
|
| 7228 |
),
|
| 7229 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TagSnippet' => array(
|
| 7230 |
'version' => '16.0.0.0',
|
| 7231 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TagSnippet.php'
|
| 7232 |
),
|
| 7233 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TargetRoas' => array(
|
| 7234 |
'version' => '16.0.0.0',
|
| 7235 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TargetRoas.php'
|
| 7236 |
),
|
| 7237 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\InteractionTypeInfo' => array(
|
| 7238 |
'version' => '16.0.0.0',
|
| 7239 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/InteractionTypeInfo.php'
|
| 7240 |
),
|
| 7241 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ProductItemIdInfo' => array(
|
| 7242 |
'version' => '16.0.0.0',
|
| 7243 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ProductItemIdInfo.php'
|
| 7244 |
),
|
| 7245 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AudienceInfo' => array(
|
| 7246 |
'version' => '16.0.0.0',
|
| 7247 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AudienceInfo.php'
|
| 7248 |
),
|
| 7249 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ManualCpm' => array(
|
| 7250 |
'version' => '16.0.0.0',
|
| 7251 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ManualCpm.php'
|
| 7252 |
),
|
| 7253 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\LocationFeedItem' => array(
|
| 7254 |
'version' => '16.0.0.0',
|
| 7255 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/LocationFeedItem.php'
|
| 7256 |
),
|
| 7257 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ListingScopeInfo' => array(
|
| 7258 |
'version' => '16.0.0.0',
|
| 7259 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ListingScopeInfo.php'
|
| 7260 |
),
|
| 7261 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TextLabel' => array(
|
| 7262 |
'version' => '16.0.0.0',
|
| 7263 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TextLabel.php'
|
| 7264 |
),
|
| 7265 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AppEngagementAdInfo' => array(
|
| 7266 |
'version' => '16.0.0.0',
|
| 7267 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AppEngagementAdInfo.php'
|
| 7268 |
),
|
| 7269 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\StructuredSnippetAsset' => array(
|
| 7270 |
'version' => '16.0.0.0',
|
| 7271 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/StructuredSnippetAsset.php'
|
| 7272 |
),
|
| 7273 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\Operand_ConstantOperand' => array(
|
| 7274 |
'version' => '16.0.0.0',
|
| 7275 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/Operand_ConstantOperand.php'
|
| 7276 |
),
|
| 7277 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\DynamicTravelAsset' => array(
|
| 7278 |
'version' => '16.0.0.0',
|
| 7279 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/DynamicTravelAsset.php'
|
| 7280 |
),
|
| 7281 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TargetSpend' => array(
|
| 7282 |
'version' => '16.0.0.0',
|
| 7283 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TargetSpend.php'
|
| 7284 |
),
|
| 7285 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CallFeedItem' => array(
|
| 7286 |
'version' => '16.0.0.0',
|
| 7287 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CallFeedItem.php'
|
| 7288 |
),
|
| 7289 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ShoppingLoyalty' => array(
|
| 7290 |
'version' => '16.0.0.0',
|
| 7291 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ShoppingLoyalty.php'
|
| 7292 |
),
|
| 7293 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ExpressionRuleUserListInfo' => array(
|
| 7294 |
'version' => '16.0.0.0',
|
| 7295 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ExpressionRuleUserListInfo.php'
|
| 7296 |
),
|
| 7297 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AddressInfo' => array(
|
| 7298 |
'version' => '16.0.0.0',
|
| 7299 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AddressInfo.php'
|
| 7300 |
),
|
| 7301 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicEvidence_DestinationTextList' => array(
|
| 7302 |
'version' => '16.0.0.0',
|
| 7303 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicEvidence_DestinationTextList.php'
|
| 7304 |
),
|
| 7305 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CombinedAudienceInfo' => array(
|
| 7306 |
'version' => '16.0.0.0',
|
| 7307 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CombinedAudienceInfo.php'
|
| 7308 |
),
|
| 7309 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TargetRestrictionOperation' => array(
|
| 7310 |
'version' => '16.0.0.0',
|
| 7311 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TargetRestrictionOperation.php'
|
| 7312 |
),
|
| 7313 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\VideoResponsiveAdInfo' => array(
|
| 7314 |
'version' => '16.0.0.0',
|
| 7315 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/VideoResponsiveAdInfo.php'
|
| 7316 |
),
|
| 7317 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\MetricGoal' => array(
|
| 7318 |
'version' => '16.0.0.0',
|
| 7319 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/MetricGoal.php'
|
| 7320 |
),
|
| 7321 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\ExclusionSegment' => array(
|
| 7322 |
'version' => '16.0.0.0',
|
| 7323 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/ExclusionSegment.php'
|
| 7324 |
),
|
| 7325 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CrmBasedUserListInfo' => array(
|
| 7326 |
'version' => '16.0.0.0',
|
| 7327 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CrmBasedUserListInfo.php'
|
| 7328 |
),
|
| 7329 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\HotelClassInfo' => array(
|
| 7330 |
'version' => '16.0.0.0',
|
| 7331 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/HotelClassInfo.php'
|
| 7332 |
),
|
| 7333 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\Money' => array(
|
| 7334 |
'version' => '16.0.0.0',
|
| 7335 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/Money.php'
|
| 7336 |
),
|
| 7337 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PriceAsset' => array(
|
| 7338 |
'version' => '16.0.0.0',
|
| 7339 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PriceAsset.php'
|
| 7340 |
),
|
| 7341 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\DetailedDemographicSegment' => array(
|
| 7342 |
'version' => '16.0.0.0',
|
| 7343 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/DetailedDemographicSegment.php'
|
| 7344 |
),
|
| 7345 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\BookOnGoogleAsset' => array(
|
| 7346 |
'version' => '16.0.0.0',
|
| 7347 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/BookOnGoogleAsset.php'
|
| 7348 |
),
|
| 7349 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\BidModifierSimulationPointList' => array(
|
| 7350 |
'version' => '16.0.0.0',
|
| 7351 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/BidModifierSimulationPointList.php'
|
| 7352 |
),
|
| 7353 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\RuleBasedUserListInfo' => array(
|
| 7354 |
'version' => '16.0.0.0',
|
| 7355 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/RuleBasedUserListInfo.php'
|
| 7356 |
),
|
| 7357 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\GenderDimension' => array(
|
| 7358 |
'version' => '16.0.0.0',
|
| 7359 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/GenderDimension.php'
|
| 7360 |
),
|
| 7361 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\BudgetCampaignAssociationStatus' => array(
|
| 7362 |
'version' => '16.0.0.0',
|
| 7363 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/BudgetCampaignAssociationStatus.php'
|
| 7364 |
),
|
| 7365 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\OfflineUserAddressInfo' => array(
|
| 7366 |
'version' => '16.0.0.0',
|
| 7367 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/OfflineUserAddressInfo.php'
|
| 7368 |
),
|
| 7369 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AssetUsage' => array(
|
| 7370 |
'version' => '16.0.0.0',
|
| 7371 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AssetUsage.php'
|
| 7372 |
),
|
| 7373 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\AudienceSegment' => array(
|
| 7374 |
'version' => '16.0.0.0',
|
| 7375 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/AudienceSegment.php'
|
| 7376 |
),
|
| 7377 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\FinalAppUrl' => array(
|
| 7378 |
'version' => '16.0.0.0',
|
| 7379 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/FinalAppUrl.php'
|
| 7380 |
),
|
| 7381 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\TargetRestrictionOperation\\Operator' => array(
|
| 7382 |
'version' => '16.0.0.0',
|
| 7383 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/TargetRestrictionOperation/Operator.php'
|
| 7384 |
),
|
| 7385 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\DisplayCallToAction' => array(
|
| 7386 |
'version' => '16.0.0.0',
|
| 7387 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/DisplayCallToAction.php'
|
| 7388 |
),
|
| 7389 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\OperatingSystemVersionInfo' => array(
|
| 7390 |
'version' => '16.0.0.0',
|
| 7391 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/OperatingSystemVersionInfo.php'
|
| 7392 |
),
|
| 7393 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CriterionCategoryLocaleAvailability' => array(
|
| 7394 |
'version' => '16.0.0.0',
|
| 7395 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CriterionCategoryLocaleAvailability.php'
|
| 7396 |
),
|
| 7397 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CpvBidSimulationPoint' => array(
|
| 7398 |
'version' => '16.0.0.0',
|
| 7399 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CpvBidSimulationPoint.php'
|
| 7400 |
),
|
| 7401 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicConstraint_ResellerConstraint' => array(
|
| 7402 |
'version' => '16.0.0.0',
|
| 7403 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicConstraint_ResellerConstraint.php'
|
| 7404 |
),
|
| 7405 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\KeywordPlanDeviceSearches' => array(
|
| 7406 |
'version' => '16.0.0.0',
|
| 7407 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/KeywordPlanDeviceSearches.php'
|
| 7408 |
),
|
| 7409 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicConstraint_CountryConstraint' => array(
|
| 7410 |
'version' => '16.0.0.0',
|
| 7411 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicConstraint_CountryConstraint.php'
|
| 7412 |
),
|
| 7413 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PriceFeedItem' => array(
|
| 7414 |
'version' => '16.0.0.0',
|
| 7415 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PriceFeedItem.php'
|
| 7416 |
),
|
| 7417 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicConstraint\\ResellerConstraint' => array(
|
| 7418 |
'version' => '16.0.0.0',
|
| 7419 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicConstraint/ResellerConstraint.php'
|
| 7420 |
),
|
| 7421 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicConstraint\\CountryConstraint' => array(
|
| 7422 |
'version' => '16.0.0.0',
|
| 7423 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicConstraint/CountryConstraint.php'
|
| 7424 |
),
|
| 7425 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PolicyTopicConstraint\\CountryConstraintList' => array(
|
| 7426 |
'version' => '16.0.0.0',
|
| 7427 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/PolicyTopicConstraint/CountryConstraintList.php'
|
| 7428 |
),
|
| 7429 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\HotelCalloutAsset' => array(
|
| 7430 |
'version' => '16.0.0.0',
|
| 7431 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/HotelCalloutAsset.php'
|
| 7432 |
),
|
| 7433 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\HotelDateSelectionTypeInfo' => array(
|
| 7434 |
'version' => '16.0.0.0',
|
| 7435 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/HotelDateSelectionTypeInfo.php'
|
| 7436 |
),
|
| 7437 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\CriterionCategoryChannelAvailability' => array(
|
| 7438 |
'version' => '16.0.0.0',
|
| 7439 |
+
'path' => $vendorDir . '/googleads/google-ads-php/src/Google/Ads/GoogleAds/V11/Common/CriterionCategoryChannelAvailability.php'
|
| 7440 |
),
|
| 7441 |
+
'Google\\Ads\\GoogleAds\\V11\\Common\\PromotionAsset' => array(
|
| 7442 |
'version' => '16.0.0.0',
|
|
|
