@das-fed/upf-utils 6.4.0-dev.176 → 6.4.0-dev.177

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/api-services/es5.js +1176 -1188
  2. package/api-services/index.js +928 -946
  3. package/api-services/index.js.gz +0 -0
  4. package/api-services/modules/app-manage/es5.js +969 -981
  5. package/api-services/modules/app-manage/index.js +786 -804
  6. package/api-services/modules/app-manage/index.js.gz +0 -0
  7. package/api-services/modules/authentication/es5.js +1 -1
  8. package/api-services/modules/bems/es5.js +997 -985
  9. package/api-services/modules/bems/index.js +818 -800
  10. package/api-services/modules/bems/index.js.gz +0 -0
  11. package/api-services/modules/contract/es5.js +1 -1
  12. package/api-services/modules/duty-manage/es5.js +993 -981
  13. package/api-services/modules/duty-manage/index.js +817 -799
  14. package/api-services/modules/duty-manage/index.js.gz +0 -0
  15. package/api-services/modules/enterpriseright/es5.js +981 -969
  16. package/api-services/modules/enterpriseright/index.js +804 -786
  17. package/api-services/modules/enterpriseright/index.js.gz +0 -0
  18. package/api-services/modules/es5.js +1176 -1188
  19. package/api-services/modules/file/es5.js +1 -1
  20. package/api-services/modules/gateway-edge/es5.js +1 -1
  21. package/api-services/modules/index.js +928 -946
  22. package/api-services/modules/index.js.gz +0 -0
  23. package/api-services/modules/iot/es5.js +1 -1
  24. package/api-services/modules/justauth/es5.js +981 -972
  25. package/api-services/modules/justauth/index.js +803 -789
  26. package/api-services/modules/justauth/index.js.gz +0 -0
  27. package/api-services/modules/knowledge/es5.js +799 -802
  28. package/api-services/modules/knowledge/index.js +617 -621
  29. package/api-services/modules/knowledge/index.js.gz +0 -0
  30. package/api-services/modules/link/es5.js +1 -1
  31. package/api-services/modules/permission/es5.js +1 -1
  32. package/api-services/modules/platformManage/es5.js +1 -1
  33. package/api-services/modules/portal/es5.js +969 -981
  34. package/api-services/modules/portal/index.js +786 -804
  35. package/api-services/modules/portal/index.js.gz +0 -0
  36. package/api-services/modules/space-manage/es5.js +969 -981
  37. package/api-services/modules/space-manage/index.js +786 -804
  38. package/api-services/modules/space-manage/index.js.gz +0 -0
  39. package/api-services/modules/super-admin/es5.js +1 -1
  40. package/api-services/modules/supplier/es5.js +1 -1
  41. package/api-services/modules/supplychain-manage/es5.js +969 -981
  42. package/api-services/modules/supplychain-manage/index.js +786 -804
  43. package/api-services/modules/supplychain-manage/index.js.gz +0 -0
  44. package/api-services/modules/systemConfiguration/es5.js +981 -969
  45. package/api-services/modules/systemConfiguration/index.js +804 -786
  46. package/api-services/modules/systemConfiguration/index.js.gz +0 -0
  47. package/api-services/modules/tool/es5.js +799 -802
  48. package/api-services/modules/tool/index.js +617 -621
  49. package/api-services/modules/tool/index.js.gz +0 -0
  50. package/api-services/src/create-service/es5.js +1 -1
  51. package/common-info/set-personal-info/es5.js +1 -1
  52. package/create-api-service/es5.js +800 -797
  53. package/create-api-service/index.js +620 -616
  54. package/create-api-service/index.js.gz +0 -0
  55. package/package.json +4 -4
@@ -35,7 +35,7 @@ function _asyncGeneratorDelegate(t) { var e = {}, n = !1; function pump(e, r) {
35
35
  function _OverloadYield(e, d) { this.v = e, this.k = d; }
36
36
  function _asyncIterator(r) { var n, t, o, e = 2; for ("undefined" != typeof Symbol && (t = Symbol.asyncIterator, o = Symbol.iterator); e--;) { if (t && null != (n = r[t])) return n.call(r); if (o && null != (n = r[o])) return new AsyncFromSyncIterator(n.call(r)); t = "@@asyncIterator", o = "@@iterator"; } throw new TypeError("Object is not async iterable"); }
37
37
  function AsyncFromSyncIterator(r) { function AsyncFromSyncIteratorContinuation(r) { if (Object(r) !== r) return Promise.reject(new TypeError(r + " is not an object.")); var n = r.done; return Promise.resolve(r.value).then(function (r) { return { value: r, done: n }; }); } return AsyncFromSyncIterator = function AsyncFromSyncIterator(r) { this.s = r, this.n = r.next; }, AsyncFromSyncIterator.prototype = { s: null, n: null, next: function next() { return AsyncFromSyncIteratorContinuation(this.n.apply(this.s, arguments)); }, "return": function _return(r) { var n = this.s["return"]; return void 0 === n ? Promise.resolve({ value: r, done: !0 }) : AsyncFromSyncIteratorContinuation(n.apply(this.s, arguments)); }, "throw": function _throw(r) { var n = this.s["return"]; return void 0 === n ? Promise.reject(r) : AsyncFromSyncIteratorContinuation(n.apply(this.s, arguments)); } }, new AsyncFromSyncIterator(r); }
38
- var index = require('@das-fed/upf-web/packages/i18n/index');
38
+ var index = require('@das-fed/upf-web/packages/i18n/es5');
39
39
  var curringHttp = require('@das-fed/upf-utils/curring-http/es5');
40
40
  var sso = require('@das-fed/upf-utils/create-api-service/sso/es5');
41
41
  var et = require('dayjs');
@@ -35,7 +35,7 @@ function _asyncGeneratorDelegate(t) { var e = {}, n = !1; function pump(e, r) {
35
35
  function _OverloadYield(e, d) { this.v = e, this.k = d; }
36
36
  function _asyncIterator(r) { var n, t, o, e = 2; for ("undefined" != typeof Symbol && (t = Symbol.asyncIterator, o = Symbol.iterator); e--;) { if (t && null != (n = r[t])) return n.call(r); if (o && null != (n = r[o])) return new AsyncFromSyncIterator(n.call(r)); t = "@@asyncIterator", o = "@@iterator"; } throw new TypeError("Object is not async iterable"); }
37
37
  function AsyncFromSyncIterator(r) { function AsyncFromSyncIteratorContinuation(r) { if (Object(r) !== r) return Promise.reject(new TypeError(r + " is not an object.")); var n = r.done; return Promise.resolve(r.value).then(function (r) { return { value: r, done: n }; }); } return AsyncFromSyncIterator = function AsyncFromSyncIterator(r) { this.s = r, this.n = r.next; }, AsyncFromSyncIterator.prototype = { s: null, n: null, next: function next() { return AsyncFromSyncIteratorContinuation(this.n.apply(this.s, arguments)); }, "return": function _return(r) { var n = this.s["return"]; return void 0 === n ? Promise.resolve({ value: r, done: !0 }) : AsyncFromSyncIteratorContinuation(n.apply(this.s, arguments)); }, "throw": function _throw(r) { var n = this.s["return"]; return void 0 === n ? Promise.reject(r) : AsyncFromSyncIteratorContinuation(n.apply(this.s, arguments)); } }, new AsyncFromSyncIterator(r); }
38
- var index = require('@das-fed/upf-web/packages/i18n/index');
38
+ var index = require('@das-fed/upf-web/packages/i18n/es5');
39
39
  var curringHttp = require('@das-fed/upf-utils/curring-http/es5');
40
40
  var sso = require('@das-fed/upf-utils/create-api-service/sso/es5');
41
41
  var Lt = require('dayjs');