From 43d28c11e5dc4fb8aa634f4df74a634b18072160 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Wed, 10 Aug 2016 00:37:01 +0300 Subject: [PATCH] update --- 404.html | 2 +- class-RetailCrm.ApiClient.html | 748 +++- class-RetailCrm.Exception.CurlException.html | 5 +- ...ailCrm.Exception.InvalidJsonException.html | 5 +- class-RetailCrm.Http.Client.html | 45 +- class-RetailCrm.Response.ApiResponse.html | 54 +- index.html | 2 +- namespace-RetailCrm.Exception.html | 2 +- namespace-RetailCrm.Http.html | 2 +- namespace-RetailCrm.Response.html | 2 +- namespace-RetailCrm.html | 2 +- resources/combined.js | 2 +- source-class-RetailCrm.ApiClient.html | 3082 +++++++++-------- ...ass-RetailCrm.Exception.CurlException.html | 48 +- ...ailCrm.Exception.InvalidJsonException.html | 48 +- source-class-RetailCrm.Http.Client.html | 147 +- ...-class-RetailCrm.Response.ApiResponse.html | 338 +- tree.html | 2 +- 18 files changed, 2699 insertions(+), 1837 deletions(-) diff --git a/404.html b/404.html index 699f42c..10992ad 100644 --- a/404.html +++ b/404.html @@ -121,7 +121,7 @@ retailCRM PHP API client API documentation generated by ApiGen - + diff --git a/class-RetailCrm.ApiClient.html b/class-RetailCrm.ApiClient.html index 6d7da31..3583ce6 100644 --- a/class-RetailCrm.ApiClient.html +++ b/class-RetailCrm.ApiClient.html @@ -133,8 +133,8 @@ Author: RetailCrm integration@retailcrm.ru
Link: - http://www.retailcrm.ru/docs/Developers/ApiVersion3
- Located at RetailCrm/ApiClient.php + http://www.retailcrm.ru/docs/Developers/ApiVersion4
+ Located at RetailCrm/ApiClient.php
@@ -154,7 +154,7 @@
# - __construct( string $url, string $apiKey, string $site = null ) + __construct( string $url, string $apiKey, string $site = null )

Client creating

@@ -186,6 +186,98 @@ +
+
+ + + + + public + RetailCrm\Response\ApiResponse + + + + +
+ # + usersList( array $filter = array(), null $page = null, null $limit = null ) + +
+

Returns users list

+
+ + +
+ + + + + public + RetailCrm\Response\ApiResponse + + + + +
+ # + usersGet( integer $id ) + +
+

Returns user data

+
+ +
@@ -200,7 +292,7 @@
# - ordersList( array $filter = array(), integer $page = null, integer $limit = null ) + ordersList( array $filter = array(), integer $page = null, integer $limit = null )

Returns filtered orders list

@@ -248,7 +340,7 @@
# - ordersCreate( array $order, string $site = null ) + ordersCreate( array $order, string $site = null )

Create a order

@@ -294,7 +386,7 @@
# - ordersFixExternalIds( array $ids ) + ordersFixExternalIds( array $ids )

Save order IDs' (id and externalId) association in the CRM

@@ -324,58 +416,6 @@ -
-
- - - - - public - RetailCrm\Response\ApiResponse - - - - -
- # - ordersHistory( DateTime $startDate = null, DateTime $endDate = null, integer $limit = 100, integer $offset = 0, boolean $skipMyChanges = true ) - -
-

Returns a orders history

-
- -
@@ -390,7 +430,7 @@
# - ordersStatuses( array $ids = array(), array $externalIds = array() ) + ordersStatuses( array $ids = array(), array $externalIds = array() )

Returns statuses of the orders

@@ -436,7 +476,7 @@
# - ordersUpload( array $orders, string $site = null ) + ordersUpload( array $orders, string $site = null )

Upload array of the orders

@@ -482,7 +522,7 @@
# - ordersGet( string $id, string $by = 'externalId', string $site = null ) + ordersGet( string $id, string $by = 'externalId', string $site = null )

Get order by id or externalId

@@ -530,7 +570,7 @@
# - ordersEdit( array $order, string $by = 'externalId', string $site = null ) + ordersEdit( array $order, string $by = 'externalId', string $site = null )

Edit a order

@@ -564,6 +604,48 @@ +
+
+ + + + + public + RetailCrm\Response\ApiResponse + + + + +
+ # + ordersHistory( array $filter = array(), null $page = null, null $limit = null ) + +
+

Get orders history

+
+ +
@@ -578,7 +660,7 @@
# - customersList( array $filter = array(), integer $page = null, integer $limit = null ) + customersList( array $filter = array(), integer $page = null, integer $limit = null )

Returns filtered customers list

@@ -626,7 +708,7 @@
# - customersCreate( array $customer, string $site = null ) + customersCreate( array $customer, string $site = null )

Create a customer

@@ -672,7 +754,7 @@
# - customersFixExternalIds( array $ids ) + customersFixExternalIds( array $ids )

Save customer IDs' (id and externalId) association in the CRM

@@ -716,7 +798,7 @@
# - customersUpload( array $customers, string $site = null ) + customersUpload( array $customers, string $site = null )

Upload array of the customers

@@ -762,7 +844,7 @@
# - customersGet( string $id, string $by = 'externalId', string $site = null ) + customersGet( string $id, string $by = 'externalId', string $site = null )

Get customer by id or externalId

@@ -810,7 +892,7 @@
# - customersEdit( array $customer, string $by = 'externalId', string $site = null ) + customersEdit( array $customer, string $by = 'externalId', string $site = null )

Edit a customer

@@ -844,6 +926,48 @@ +
+
+ + + + + public + RetailCrm\Response\ApiResponse + + + + +
+ # + customersHistory( array $filter = array(), null $page = null, null $limit = null ) + +
+

Get customers history

+
+ +
@@ -858,7 +982,7 @@
# - ordersPacksList( array $filter = array(), integer $page = null, integer $limit = null ) + ordersPacksList( array $filter = array(), integer $page = null, integer $limit = null )

Get orders assembly list

@@ -906,7 +1030,7 @@
# - ordersPacksCreate( array $pack, string $site = null ) + ordersPacksCreate( array $pack, string $site = null )

Create orders assembly

@@ -952,7 +1076,7 @@
# - ordersPacksHistory( array $filter = array(), integer $page = null, integer $limit = null ) + ordersPacksHistory( array $filter = array(), integer $page = null, integer $limit = null )

Get orders assembly history

@@ -1000,7 +1124,7 @@
# - ordersPacksGet( string $id ) + ordersPacksGet( string $id )

Get orders assembly by id

@@ -1044,7 +1168,7 @@
# - ordersPacksDelete( string $id ) + ordersPacksDelete( string $id )

Delete orders assembly by id

@@ -1088,7 +1212,7 @@
# - ordersPacksEdit( array $pack, string $site = null ) + ordersPacksEdit( array $pack, string $site = null )

Edit orders assembly

@@ -1134,7 +1258,7 @@
# - storeInventories( array $filter = array(), integer $page = null, integer $limit = null ) + storeInventories( array $filter = array(), integer $page = null, integer $limit = null )

Get purchace prices & stock balance

@@ -1168,6 +1292,95 @@ +
+
+ + + + + public + RetailCrm\Response\ApiResponse + + + + +
+ # + storeSettingsGet( string $code ) + +
+

Get store settings

+
+ + +
+ + + + + public + RetailCrm\Response\ApiResponse + + + + +
+ # + storeSettingsEdit( array $configuration ) + +
+

Edit store configuration

+
+ +
@@ -1182,7 +1395,7 @@
# - storeInventoriesUpload( array $offers, string $site = null ) + storeInventoriesUpload( array $offers, string $site = null )

Upload store inventories

@@ -1214,6 +1427,188 @@ +
+
+ + + + + public + RetailCrm\Response\ApiResponse + + + + +
+ # + storeProducts( array $filter = array(), integer $page = null, integer $limit = null ) + +
+

Get products

+
+ + +
+ + + + + public + RetailCrm\Response\ApiResponse + + + + +
+ # + deliverySettingsGet( string $code ) + +
+

Get delivery settings

+
+ + +
+ + + + + public + RetailCrm\Response\ApiResponse + + + + +
+ # + deliverySettingsEdit( array $configuration ) + +
+

Edit delivery configuration

+
+ + +
+ + + + + public + RetailCrm\Response\ApiResponse + + + + +
+ # + deliveryTracking( string $code, array $statusUpdate ) + +
+

Delivery tracking update

+
+ +
@@ -1228,7 +1623,7 @@
# - countriesList( ) + countriesList( )

Returns available county list

@@ -1267,7 +1662,7 @@
# - deliveryServicesList( ) + deliveryServicesList( )

Returns deliveryServices list

@@ -1306,7 +1701,7 @@
# - deliveryServicesEdit( array $data ) + deliveryServicesEdit( array $data )

Edit deliveryService

@@ -1350,7 +1745,7 @@
# - deliveryTypesList( ) + deliveryTypesList( )

Returns deliveryTypes list

@@ -1389,7 +1784,7 @@
# - deliveryTypesEdit( array $data ) + deliveryTypesEdit( array $data )

Edit deliveryType

@@ -1433,7 +1828,7 @@
# - orderMethodsList( ) + orderMethodsList( )

Returns orderMethods list

@@ -1472,7 +1867,7 @@
# - orderMethodsEdit( array $data ) + orderMethodsEdit( array $data )

Edit orderMethod

@@ -1516,7 +1911,7 @@
# - orderTypesList( ) + orderTypesList( )

Returns orderTypes list

@@ -1555,7 +1950,7 @@
# - orderTypesEdit( array $data ) + orderTypesEdit( array $data )

Edit orderType

@@ -1599,7 +1994,7 @@
# - paymentStatusesList( ) + paymentStatusesList( )

Returns paymentStatuses list

@@ -1638,7 +2033,7 @@
# - paymentStatusesEdit( array $data ) + paymentStatusesEdit( array $data )

Edit paymentStatus

@@ -1682,7 +2077,7 @@
# - paymentTypesList( ) + paymentTypesList( )

Returns paymentTypes list

@@ -1721,7 +2116,7 @@
# - paymentTypesEdit( array $data ) + paymentTypesEdit( array $data )

Edit paymentType

@@ -1765,7 +2160,7 @@
# - productStatusesList( ) + productStatusesList( )

Returns productStatuses list

@@ -1804,7 +2199,7 @@
# - productStatusesEdit( array $data ) + productStatusesEdit( array $data )

Edit productStatus

@@ -1848,7 +2243,7 @@
# - sitesList( ) + sitesList( )

Returns sites list

@@ -1887,7 +2282,7 @@
# - sitesEdit( array $data ) + sitesEdit( array $data )

Edit site

@@ -1931,7 +2326,7 @@
# - statusGroupsList( ) + statusGroupsList( )

Returns statusGroups list

@@ -1970,7 +2365,7 @@
# - statusesList( ) + statusesList( )

Returns statuses list

@@ -2009,7 +2404,7 @@
# - statusesEdit( array $data ) + statusesEdit( array $data )

Edit order status

@@ -2053,7 +2448,7 @@
# - storesList( ) + storesList( )

Returns stores list

@@ -2092,7 +2487,7 @@
# - storesEdit( array $data ) + storesEdit( array $data )

Edit store

@@ -2125,7 +2520,7 @@
- + public @@ -2135,17 +2530,22 @@
- # - statisticUpdate( ) + # + telephonySettingsGet( string $code )
-

Update CRM basic statistic

+

Get telephony settings

+ + + + + public + RetailCrm\Response\ApiResponse + + + + +
+ # + telephonySettingsEdit( string $code, string $clientId, boolean $active = false, mixed $name = false, mixed $makeCallUrl = false, mixed $image = false, array $additionalCodes = array(), array $externalPhones = array(), boolean $allowEdit = false, boolean $inputEventSupported = false, boolean $outputEventSupported = false, boolean $hangupEventSupported = false, boolean $changeUserStatusUrl = false ) + +
+

Edit telephony settings

+
+ +
@@ -2175,7 +2637,7 @@
# - telephonyCallEvent( string $phone, string $type, string $code, string $status ) + telephonyCallEvent( string $phone, string $type, array $codes, string $hangupStatus, string $externalPhone = null, array $webAnalyticsData = array() )

Call event

@@ -2191,10 +2653,14 @@
phone number
$type
call type
-
$code
-
additional phone code
-
$status
-
call status
+
$codes
+
+
$hangupStatus
+
+
$externalPhone
+
+
$webAnalyticsData
+

Returns

@@ -2202,13 +2668,12 @@ RetailCrm\Response\ApiResponse
-

Throws

- +

Internal

+
+ param string $code additional phone code
+ param string $status call status
+
@@ -2225,7 +2690,7 @@
# - telephonyCallsUpload( array $calls ) + telephonyCallsUpload( array $calls )

Upload calls

@@ -2269,7 +2734,7 @@
# - telephonyCallManager( string $phone, boolean $details ) + telephonyCallManager( string $phone, boolean $details )

Get call manager

@@ -2301,6 +2766,45 @@ +
+
+ + + + + public + RetailCrm\Response\ApiResponse + + + + +
+ # + statisticUpdate( ) + +
+

Update CRM basic statistic

+
+ +
@@ -2315,7 +2819,7 @@
# - getSite( ) + getSite( )

Return current site

@@ -2348,7 +2852,7 @@
# - setSite( string $site ) + setSite( string $site )

Set site

@@ -2389,7 +2893,7 @@ string - VERSION + VERSION
@@ -2404,7 +2908,7 @@
# - 'v3' + 'v4'
diff --git a/class-RetailCrm.Exception.CurlException.html b/class-RetailCrm.Exception.CurlException.html index c3f3a64..61a1c03 100644 --- a/class-RetailCrm.Exception.CurlException.html +++ b/class-RetailCrm.Exception.CurlException.html @@ -153,8 +153,8 @@ RuntimeException Author: RetailCrm integration@retailcrm.ru
Link: - http://www.retailcrm.ru/docs/Developers/ApiVersion3
- Located at RetailCrm/Exception/CurlException.php + http://www.retailcrm.ru/docs/Developers/ApiVersion4
+ Located at RetailCrm/Exception/CurlException.php
@@ -169,6 +169,7 @@ RuntimeException

__construct(), __toString(), + __wakeup(), getCode(), getFile(), getLine(), diff --git a/class-RetailCrm.Exception.InvalidJsonException.html b/class-RetailCrm.Exception.InvalidJsonException.html index 56380a2..68eba8e 100644 --- a/class-RetailCrm.Exception.InvalidJsonException.html +++ b/class-RetailCrm.Exception.InvalidJsonException.html @@ -159,8 +159,8 @@ DomainException Author: RetailCrm integration@retailcrm.ru
Link: - http://www.retailcrm.ru/docs/Developers/ApiVersion3
- Located at RetailCrm/Exception/InvalidJsonException.php + http://www.retailcrm.ru/docs/Developers/ApiVersion4
+ Located at RetailCrm/Exception/InvalidJsonException.php

@@ -175,6 +175,7 @@ DomainException

__construct(), __toString(), + __wakeup(), getCode(), getFile(), getLine(), diff --git a/class-RetailCrm.Http.Client.html b/class-RetailCrm.Http.Client.html index 295c632..0e94d71 100644 --- a/class-RetailCrm.Http.Client.html +++ b/class-RetailCrm.Http.Client.html @@ -133,8 +133,8 @@ Author: RetailCrm integration@retailcrm.ru
Link: - http://www.retailcrm.ru/docs/Developers/ApiVersion3
- Located at RetailCrm/Http/Client.php + http://www.retailcrm.ru/docs/Developers/ApiVersion4
+ Located at RetailCrm/Http/Client.php

@@ -154,7 +154,7 @@
# - __construct( string $url, array $defaultParameters = array() ) + __construct( string $url, array $defaultParameters = array() )

Client constructor.

@@ -194,7 +194,7 @@
# - makeRequest( string $path, string $method, array $parameters = array() ) + makeRequest( string $path, string $method, array $parameters = array() )

Make HTTP request

@@ -231,39 +231,6 @@
-
-
- - - - - public - integer - - - - -
- # - getRetry( ) - -
-

Retry connect

-
- -
@@ -285,7 +252,7 @@ string - METHOD_GET + METHOD_GET
@@ -309,7 +276,7 @@ string - METHOD_POST + METHOD_POST
diff --git a/class-RetailCrm.Response.ApiResponse.html b/class-RetailCrm.Response.ApiResponse.html index 680007b..9ba807b 100644 --- a/class-RetailCrm.Response.ApiResponse.html +++ b/class-RetailCrm.Response.ApiResponse.html @@ -142,8 +142,8 @@ Author: RetailCrm integration@retailcrm.ru
Link: - http://www.retailcrm.ru/docs/Developers/ApiVersion3
- Located at RetailCrm/Response/ApiResponse.php + http://www.retailcrm.ru/docs/Developers/ApiVersion4
+ Located at RetailCrm/Response/ApiResponse.php
@@ -163,7 +163,7 @@
# - __construct( integer $statusCode, mixed $responseBody = null ) + __construct( integer $statusCode, mixed $responseBody = null )

ApiResponse constructor.

@@ -203,7 +203,7 @@
# - getStatusCode( ) + getStatusCode( )

Return HTTP response status code

@@ -236,7 +236,7 @@
# - isSuccessful( ) + isSuccessful( )

HTTP request was successful

@@ -269,7 +269,7 @@
# - __call( string $name, $arguments ) + __call( string $name, mixed $arguments )

Allow to access for the property throw class method

@@ -282,9 +282,9 @@

Parameters

$name
-
+
method name
$arguments
-
+
method parameters

Returns

@@ -313,7 +313,7 @@
# - __get( string $name ) + __get( string $name )

Allow to access for the property throw object property

@@ -326,7 +326,7 @@

Parameters

$name
-
+
property name

Returns

@@ -355,22 +355,22 @@
# - offsetSet( mixed $offset, mixed $value ) + offsetSet( mixed $offset, mixed $value )
- +

Offset set

- + diff --git a/namespace-RetailCrm.html b/namespace-RetailCrm.html index 13c2ac0..dda0e3f 100644 --- a/namespace-RetailCrm.html +++ b/namespace-RetailCrm.html @@ -141,7 +141,7 @@ retailCRM PHP API client API documentation generated by ApiGen
- + diff --git a/resources/combined.js b/resources/combined.js index ee8c5a3..005efb8 100644 --- a/resources/combined.js +++ b/resources/combined.js @@ -1,6 +1,6 @@ var ApiGen = ApiGen || {}; -ApiGen.config = {"options":{"elementDetailsCollapsed":true,"elementsOrder":"natural"},"name":"Twitter Bootstrap theme","templatesPath":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src","resources":{"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/resources":"resources"},"templates":{"overview":{"filename":"index.html","template":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/overview.latte"},"combined":{"filename":"resources\/combined.js","template":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/combined.js.latte"},"elementlist":{"filename":"elementlist.js","template":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/elementlist.js.latte"},"404":{"filename":"404.html","template":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/404.latte"},"package":{"filename":"package-%s.html","template":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/package.latte"},"namespace":{"filename":"namespace-%s.html","template":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/namespace.latte"},"class":{"filename":"class-%s.html","template":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/class.latte"},"constant":{"filename":"constant-%s.html","template":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/constant.latte"},"function":{"filename":"function-%s.html","template":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/function.latte"},"annotationGroup":{"filename":"annotation-group-%s.html","template":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/annotation-group.latte"},"source":{"filename":"source-%s.html","template":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/source.latte"},"tree":{"filename":"tree.html","template":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/tree.latte"},"sitemap":{"filename":"sitemap.xml","template":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/sitemap.xml.latte"},"opensearch":{"filename":"opensearch.xml","template":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/opensearch.xml.latte"},"robots":{"filename":"robots.txt","template":"\/home\/gwinn\/Code\/php\/api-client-php\/vendor\/apigen\/apigen\/bin\/..\/..\/..\/..\/vendor\/apigen\/theme-bootstrap\/src\/robots.txt.latte"}}}; +ApiGen.config = {"options":{"elementDetailsCollapsed":true,"elementsOrder":"natural"},"name":"Twitter Bootstrap theme","templatesPath":"\/usr\/share\/apigen\/themes\/theme-bootstrap","resources":{"\/usr\/share\/apigen\/themes\/theme-bootstrap\/resources":"resources"},"templates":{"overview":{"filename":"index.html","template":"\/usr\/share\/apigen\/themes\/theme-bootstrap\/overview.latte"},"combined":{"filename":"resources\/combined.js","template":"\/usr\/share\/apigen\/themes\/theme-bootstrap\/combined.js.latte"},"elementlist":{"filename":"elementlist.js","template":"\/usr\/share\/apigen\/themes\/theme-bootstrap\/elementlist.js.latte"},"404":{"filename":"404.html","template":"\/usr\/share\/apigen\/themes\/theme-bootstrap\/404.latte"},"package":{"filename":"package-%s.html","template":"\/usr\/share\/apigen\/themes\/theme-bootstrap\/package.latte"},"namespace":{"filename":"namespace-%s.html","template":"\/usr\/share\/apigen\/themes\/theme-bootstrap\/namespace.latte"},"class":{"filename":"class-%s.html","template":"\/usr\/share\/apigen\/themes\/theme-bootstrap\/class.latte"},"constant":{"filename":"constant-%s.html","template":"\/usr\/share\/apigen\/themes\/theme-bootstrap\/constant.latte"},"function":{"filename":"function-%s.html","template":"\/usr\/share\/apigen\/themes\/theme-bootstrap\/function.latte"},"annotationGroup":{"filename":"annotation-group-%s.html","template":"\/usr\/share\/apigen\/themes\/theme-bootstrap\/annotation-group.latte"},"source":{"filename":"source-%s.html","template":"\/usr\/share\/apigen\/themes\/theme-bootstrap\/source.latte"},"tree":{"filename":"tree.html","template":"\/usr\/share\/apigen\/themes\/theme-bootstrap\/tree.latte"},"sitemap":{"filename":"sitemap.xml","template":"\/usr\/share\/apigen\/themes\/theme-bootstrap\/sitemap.xml.latte"},"opensearch":{"filename":"opensearch.xml","template":"\/usr\/share\/apigen\/themes\/theme-bootstrap\/opensearch.xml.latte"},"robots":{"filename":"robots.txt","template":"\/usr\/share\/apigen\/themes\/theme-bootstrap\/robots.txt.latte"}}}; /*! jQuery v1.10.2 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license diff --git a/source-class-RetailCrm.ApiClient.html b/source-class-RetailCrm.ApiClient.html index 763d85a..5b9c8b4 100644 --- a/source-class-RetailCrm.ApiClient.html +++ b/source-class-RetailCrm.ApiClient.html @@ -110,503 +110,503 @@
- + diff --git a/source-class-RetailCrm.Exception.CurlException.html b/source-class-RetailCrm.Exception.CurlException.html index a940b29..3c6e783 100644 --- a/source-class-RetailCrm.Exception.CurlException.html +++ b/source-class-RetailCrm.Exception.CurlException.html @@ -110,26 +110,38 @@
- + diff --git a/source-class-RetailCrm.Exception.InvalidJsonException.html b/source-class-RetailCrm.Exception.InvalidJsonException.html index e75364a..bee6abf 100644 --- a/source-class-RetailCrm.Exception.InvalidJsonException.html +++ b/source-class-RetailCrm.Exception.InvalidJsonException.html @@ -110,26 +110,38 @@
- + diff --git a/source-class-RetailCrm.Http.Client.html b/source-class-RetailCrm.Http.Client.html index 1b1a844..b3d4eb8 100644 --- a/source-class-RetailCrm.Http.Client.html +++ b/source-class-RetailCrm.Http.Client.html @@ -110,64 +110,64 @@
- + diff --git a/source-class-RetailCrm.Response.ApiResponse.html b/source-class-RetailCrm.Response.ApiResponse.html index 819cafd..186f548 100644 --- a/source-class-RetailCrm.Response.ApiResponse.html +++ b/source-class-RetailCrm.Response.ApiResponse.html @@ -110,166 +110,188 @@
- + diff --git a/tree.html b/tree.html index 0b17194..da5b18c 100644 --- a/tree.html +++ b/tree.html @@ -161,7 +161,7 @@ retailCRM PHP API client API documentation generated by ApiGen
- +