ncloudchat 1.0.48 → 1.0.49-beta1

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/README.md CHANGED
@@ -39,3 +39,8 @@ yarn add ncloudchat
39
39
  Ncloud Chat JavaScript SDK Link
40
40
 
41
41
  <a target="_blank" href="https://guide.ncloud-docs.com/docs/bizapp-ncloudchat-javascriptsdk">https://guide.ncloud-docs.com/docs/bizapp-ncloudchat-javascriptsdk</a>
42
+
43
+
44
+
45
+ ## 배포 방법
46
+ npm publish --tag beta
package/ncloudchat.d.ts CHANGED
@@ -623,8 +623,8 @@ declare module 'ncloudchat/Type' {
623
623
  * @enum {string}
624
624
  */
625
625
  export enum ChannelType {
626
- "PRIVATE" = 0,
627
- "PUBLIC" = 1
626
+ PRIVATE = "PRIVATE",
627
+ PUBLIC = "PUBLIC"
628
628
  }
629
629
  /**
630
630
  * Interface for mark input.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ncloudchat",
3
- "version": "1.0.48",
3
+ "version": "1.0.49-beta1",
4
4
  "main": "ncloudchat.min.js",
5
5
  "types" : "ncloudchat.d.ts",
6
6
  "description": "The JavaScript SDK for NAVER Cloud Chat Platform",