Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Mar 29, 2015
1 parent 96b4b96 commit 39db7b5
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 12 deletions.
14 changes: 10 additions & 4 deletions build/browser/moysklad-client.js
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])
Expand Down Expand Up @@ -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]",
Expand Down Expand Up @@ -262,7 +262,8 @@ var Client = stampit()
.state({
options: {
filterLimit: 50,
allowNotFilterOperators: false
allowNotFilterOperators: false,
flowControl: 'sync'
},

sortMode: {
Expand Down Expand Up @@ -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({
Expand All @@ -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])
*/
Expand Down
4 changes: 2 additions & 2 deletions build/gs/client.gs
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])
Expand All @@ -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]",
Expand Down
2 changes: 1 addition & 1 deletion build/gs/map.gs
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])
Expand Down
2 changes: 1 addition & 1 deletion build/gs/vendor.gs
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])
Expand Down
14 changes: 10 additions & 4 deletions build/taist/moysklad-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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]",
Expand Down Expand Up @@ -266,7 +266,8 @@ var Client = stampit()
.state({
options: {
filterLimit: 50,
allowNotFilterOperators: false
allowNotFilterOperators: false,
flowControl: 'sync'
},

sortMode: {
Expand Down Expand Up @@ -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({
Expand All @@ -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])
*/
Expand Down

0 comments on commit 39db7b5

Please sign in to comment.