-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
24 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// moysklad-client 0.2.4 (bundle length 418417) | ||
// moysklad-client 0.2.5 (bundle length 418592) | ||
// Сборка библиотеки moysklad-client для браузера | ||
// | ||
// Vitaliy Makeev ([email protected]) | ||
|
@@ -83,7 +83,7 @@ module.exports=require('gaBrea'); | |
},{}],7:[function(require,module,exports){ | ||
module.exports={ | ||
"name": "moysklad-client", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"author": { | ||
"name": "Vitaliy Makeev", | ||
"email": "[email protected]", | ||
|
@@ -262,7 +262,8 @@ var Client = stampit() | |
.state({ | ||
options: { | ||
filterLimit: 50, | ||
allowNotFilterOperators: false | ||
allowNotFilterOperators: false, | ||
flowControl: 'sync' | ||
}, | ||
|
||
sortMode: { | ||
|
@@ -1265,6 +1266,11 @@ var stockJsonClient = stampit() | |
// Authable | ||
.enclose(require('./../../../authProviderBehavior')) | ||
|
||
// Pass options to provider from client | ||
.enclose(function (client) { | ||
if (client) this.options = client.options || {}; | ||
}) | ||
|
||
// Methods | ||
// | ||
.methods({ | ||
|
@@ -1285,7 +1291,7 @@ module.exports = stockJsonClient; | |
//TODO Написать необходимые Enum'ы | ||
},{"./../../../authProviderBehavior":9,"./methods/fetch":34,"./methods/mutualSettlement":35,"./methods/slot":36,"./methods/stock":38,"./methods/stock-for-good":37,"stampit":"gaBrea"}],34:[function(require,module,exports){ | ||
/** | ||
* stock | ||
* fetch | ||
* Date: 19.04.14 | ||
* Vitaliy V. Makeev ([email protected]) | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// moysklad-client 0.2.4 (bundle length 98994) | ||
// moysklad-client 0.2.5 (bundle length 98994) | ||
// Сборка с кодом основной библиотеки moysklad-client | ||
// | ||
// Vitaliy Makeev ([email protected]) | ||
|
@@ -7,7 +7,7 @@ | |
require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | ||
module.exports={ | ||
"name": "moysklad-client", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"author": { | ||
"name": "Vitaliy Makeev", | ||
"email": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// moysklad-client 0.2.4 (bundle length 77485) | ||
// moysklad-client 0.2.5 (bundle length 77485) | ||
// Сборка данных описывающих объектную модель сервиса МойСклад | ||
// | ||
// Vitaliy Makeev ([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// moysklad-client 0.2.4 (bundle length 309107) | ||
// moysklad-client 0.2.5 (bundle length 309107) | ||
// Сборка внешних библиотек: lodash, moment, stampit, xmldom, jsonix, moneytostr | ||
// | ||
// Vitaliy Makeev ([email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ function init() { | |
// script | ||
|
||
|
||
// moysklad-client 0.2.4 (bundle length 418417) | ||
// moysklad-client 0.2.5 (bundle length 418592) | ||
// Сборка библиотеки moysklad-client для браузера | ||
// | ||
// Vitaliy Makeev ([email protected]) | ||
|
@@ -87,7 +87,7 @@ module.exports=require('gaBrea'); | |
},{}],7:[function(require,module,exports){ | ||
module.exports={ | ||
"name": "moysklad-client", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"author": { | ||
"name": "Vitaliy Makeev", | ||
"email": "[email protected]", | ||
|
@@ -266,7 +266,8 @@ var Client = stampit() | |
.state({ | ||
options: { | ||
filterLimit: 50, | ||
allowNotFilterOperators: false | ||
allowNotFilterOperators: false, | ||
flowControl: 'sync' | ||
}, | ||
|
||
sortMode: { | ||
|
@@ -1269,6 +1270,11 @@ var stockJsonClient = stampit() | |
// Authable | ||
.enclose(require('./../../../authProviderBehavior')) | ||
|
||
// Pass options to provider from client | ||
.enclose(function (client) { | ||
if (client) this.options = client.options || {}; | ||
}) | ||
|
||
// Methods | ||
// | ||
.methods({ | ||
|
@@ -1289,7 +1295,7 @@ module.exports = stockJsonClient; | |
//TODO Написать необходимые Enum'ы | ||
},{"./../../../authProviderBehavior":9,"./methods/fetch":34,"./methods/mutualSettlement":35,"./methods/slot":36,"./methods/stock":38,"./methods/stock-for-good":37,"stampit":"gaBrea"}],34:[function(require,module,exports){ | ||
/** | ||
* stock | ||
* fetch | ||
* Date: 19.04.14 | ||
* Vitaliy V. Makeev ([email protected]) | ||
*/ | ||
|