ob-bms-sdk 0.0.77 → 0.0.78

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/api/api.ts CHANGED
@@ -899,6 +899,12 @@ export interface IssueTypeRequest {
899
899
  * @interface IssueTypeUpdate
900
900
  */
901
901
  export interface IssueTypeUpdate {
902
+ /**
903
+ *
904
+ * @type {string}
905
+ * @memberof IssueTypeUpdate
906
+ */
907
+ 'internal_remark'?: string;
902
908
  /**
903
909
  *
904
910
  * @type {string}
package/dist/api/api.d.ts CHANGED
@@ -883,6 +883,12 @@ export interface IssueTypeRequest {
883
883
  * @interface IssueTypeUpdate
884
884
  */
885
885
  export interface IssueTypeUpdate {
886
+ /**
887
+ *
888
+ * @type {string}
889
+ * @memberof IssueTypeUpdate
890
+ */
891
+ 'internal_remark'?: string;
886
892
  /**
887
893
  *
888
894
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ob-bms-sdk",
3
- "version": "0.0.77",
3
+ "version": "0.0.78",
4
4
  "description": "API interfaces for OB BMS",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MIT"