@@ -6,14 +6,27 @@ Object.defineProperty(exports, "__esModule", {
66exports [ "default" ] = void 0 ;
77var _superagent = _interopRequireDefault ( require ( "superagent" ) ) ;
88var _querystring = _interopRequireDefault ( require ( "querystring" ) ) ;
9- function _interopRequireDefault ( obj ) { return obj && obj . __esModule ? obj : { "default" : obj } ; }
10- function _typeof ( obj ) { "@babel/helpers - typeof" ; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol . iterator ? function ( obj ) { return typeof obj ; } : function ( obj ) { return obj && "function" == typeof Symbol && obj . constructor === Symbol && obj !== Symbol . prototype ? "symbol" : typeof obj ; } , _typeof ( obj ) ; }
11- function _classCallCheck ( instance , Constructor ) { if ( ! ( instance instanceof Constructor ) ) { throw new TypeError ( "Cannot call a class as a function" ) ; } }
12- function _defineProperties ( target , props ) { for ( var i = 0 ; i < props . length ; i ++ ) { var descriptor = props [ i ] ; descriptor . enumerable = descriptor . enumerable || false ; descriptor . configurable = true ; if ( "value" in descriptor ) descriptor . writable = true ; Object . defineProperty ( target , descriptor . key , descriptor ) ; } }
13- function _createClass ( Constructor , protoProps , staticProps ) { if ( protoProps ) _defineProperties ( Constructor . prototype , protoProps ) ; if ( staticProps ) _defineProperties ( Constructor , staticProps ) ; Object . defineProperty ( Constructor , "prototype" , { writable : false } ) ; return Constructor ; }
9+ function _interopRequireDefault ( e ) { return e && e . __esModule ? e : { "default" : e } ; }
10+ function _typeof ( o ) { "@babel/helpers - typeof" ; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol . iterator ? function ( o ) { return typeof o ; } : function ( o ) { return o && "function" == typeof Symbol && o . constructor === Symbol && o !== Symbol . prototype ? "symbol" : typeof o ; } , _typeof ( o ) ; }
11+ function _classCallCheck ( a , n ) { if ( ! ( a instanceof n ) ) throw new TypeError ( "Cannot call a class as a function" ) ; }
12+ function _defineProperties ( e , r ) { for ( var t = 0 ; t < r . length ; t ++ ) { var o = r [ t ] ; o . enumerable = o . enumerable || ! 1 , o . configurable = ! 0 , "value" in o && ( o . writable = ! 0 ) , Object . defineProperty ( e , _toPropertyKey ( o . key ) , o ) ; } }
13+ function _createClass ( e , r , t ) { return r && _defineProperties ( e . prototype , r ) , t && _defineProperties ( e , t ) , Object . defineProperty ( e , "prototype" , { writable : ! 1 } ) , e ; }
14+ function _toPropertyKey ( t ) { var i = _toPrimitive ( t , "string" ) ; return "symbol" == _typeof ( i ) ? i : i + "" ; }
15+ function _toPrimitive ( t , r ) { if ( "object" != _typeof ( t ) || ! t ) return t ; var e = t [ Symbol . toPrimitive ] ; if ( void 0 !== e ) { var i = e . call ( t , r || "default" ) ; if ( "object" != _typeof ( i ) ) return i ; throw new TypeError ( "@@toPrimitive must return a primitive value." ) ; } return ( "string" === r ? String : Number ) ( t ) ; } /**
16+ * Sendbird Platform SDK
17+ * Sendbird Platform API SDK [https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api](https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api) Contact Support: Name: Sendbird Email: [[email protected] ](https://mailto:[email protected] ) 18+ *
19+ * The version of the OpenAPI document: 1.0.0
20+ 21+ *
22+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
23+ * https://openapi-generator.tech
24+ * Do not edit the class manually.
25+ *
26+ */
1427/**
1528* @module ApiClient
16- * @version 0 .0.16
29+ * @version 2 .0.0
1730*/
1831/**
1932* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
@@ -50,7 +63,7 @@ var ApiClient = /*#__PURE__*/function () {
5063 * @default {}
5164 */
5265 this . defaultHeaders = {
53- 'User-Agent' : 'OpenAPI-Generator/0 .0.16 /Javascript'
66+ 'User-Agent' : 'OpenAPI-Generator/2 .0.0 /Javascript'
5467 } ;
5568
5669 /**
@@ -99,7 +112,7 @@ var ApiClient = /*#__PURE__*/function () {
99112 * @param param The actual parameter.
100113 * @returns {String } The string representation of <code>param</code>.
101114 */
102- _createClass ( ApiClient , [ {
115+ return _createClass ( ApiClient , [ {
103116 key : "paramToString" ,
104117 value : function paramToString ( param ) {
105118 if ( param == undefined || param == null ) {
@@ -648,7 +661,6 @@ var ApiClient = /*#__PURE__*/function () {
648661 }
649662 }
650663 } ] ) ;
651- return ApiClient ;
652664} ( ) ;
653665/**
654666 * Enumeration of collection format separator strategies.
@@ -688,5 +700,4 @@ ApiClient.CollectionFormatEnum = {
688700* @type {module:ApiClient }
689701*/
690702ApiClient . instance = new ApiClient ( ) ;
691- var _default = ApiClient ;
692- exports [ "default" ] = _default ;
703+ var _default = exports [ "default" ] = ApiClient ;
0 commit comments