@rc-ex/core 1.6.13 → 1.6.14
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/dist/cjs/index.d.ts +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/cjs/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import Analytics from "./paths/Analytics/index.js";
|
|
|
8
8
|
import Ai from "./paths/Ai/index.js";
|
|
9
9
|
import Rcvideo from "./paths/Rcvideo/index.js";
|
|
10
10
|
import Webinar from "./paths/Webinar/index.js";
|
|
11
|
-
import type { RestMethod, RestOptions, RestRequestConfig, RestResponse, RingCentralInterface } from "./types";
|
|
11
|
+
import type { RestMethod, RestOptions, RestRequestConfig, RestResponse, RingCentralInterface } from "./types.js";
|
|
12
12
|
import TeamMessaging from "./paths/TeamMessaging/index.js";
|
|
13
13
|
interface JwtFlowOptions {
|
|
14
14
|
jwt: string;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import Analytics from "./paths/Analytics/index.js";
|
|
|
8
8
|
import Ai from "./paths/Ai/index.js";
|
|
9
9
|
import Rcvideo from "./paths/Rcvideo/index.js";
|
|
10
10
|
import Webinar from "./paths/Webinar/index.js";
|
|
11
|
-
import type { RestMethod, RestOptions, RestRequestConfig, RestResponse, RingCentralInterface } from "./types";
|
|
11
|
+
import type { RestMethod, RestOptions, RestRequestConfig, RestResponse, RingCentralInterface } from "./types.js";
|
|
12
12
|
import TeamMessaging from "./paths/TeamMessaging/index.js";
|
|
13
13
|
interface JwtFlowOptions {
|
|
14
14
|
jwt: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rc-ex/core",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.14",
|
|
4
4
|
"description": "Core for ringcentral-extensible project",
|
|
5
5
|
"author": "Tyler Liu <tyler.liu@ringcentral.com>",
|
|
6
6
|
"homepage": "https://github.com/ringcentral/ringcentral-extensible/tree/master/packages/core",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "246ee1235ef646864d519339c34975119292653d"
|
|
54
54
|
}
|