files.com 1.0.182 → 1.0.183

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.
package/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.182
1
+ 1.0.183
@@ -83,11 +83,11 @@ var As2Partner = /*#__PURE__*/(0, _createClass2.default)(function As2Partner() {
83
83
  (0, _defineProperty2.default)(this, "setPublicCertificateMd5", function (value) {
84
84
  _this.attributes.public_certificate_md5 = value;
85
85
  });
86
- (0, _defineProperty2.default)(this, "getPublicCertificateSubjec", function () {
87
- return _this.attributes.public_certificate_subjec;
86
+ (0, _defineProperty2.default)(this, "getPublicCertificateSubject", function () {
87
+ return _this.attributes.public_certificate_subject;
88
88
  });
89
- (0, _defineProperty2.default)(this, "setPublicCertificateSubjec", function (value) {
90
- _this.attributes.public_certificate_subjec = value;
89
+ (0, _defineProperty2.default)(this, "setPublicCertificateSubject", function (value) {
90
+ _this.attributes.public_certificate_subject = value;
91
91
  });
92
92
  (0, _defineProperty2.default)(this, "getPublicCertificateIssuer", function () {
93
93
  return _this.attributes.public_certificate_issuer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "files.com",
3
- "version": "1.0.182",
3
+ "version": "1.0.183",
4
4
  "description": "Files.com SDK for JavaScript",
5
5
  "keywords": [
6
6
  "files.com",
@@ -72,10 +72,10 @@ class As2Partner {
72
72
  }
73
73
 
74
74
  // string # Subject of public certificate used for message security.
75
- getPublicCertificateSubjec = () => this.attributes.public_certificate_subjec
75
+ getPublicCertificateSubject = () => this.attributes.public_certificate_subject
76
76
 
77
- setPublicCertificateSubjec = value => {
78
- this.attributes.public_certificate_subjec = value
77
+ setPublicCertificateSubject = value => {
78
+ this.attributes.public_certificate_subject = value
79
79
  }
80
80
 
81
81
  // string # Issuer of public certificate used for message security.