component-shipinlv 1.3.6 → 1.3.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -405,7 +405,7 @@ var PublishTaskPlanClass = /*#__PURE__*/function () {
405
405
  code: '',
406
406
  message: '恭喜你,视频发布成功',
407
407
  nickname: nickname,
408
- status: 'success',
408
+ status: 'finish',
409
409
  taskId: taskInfo.taskId,
410
410
  eventType: 'publish-video'
411
411
  }; // event.run('lo g', errLog);
@@ -1,5 +1,5 @@
1
1
  // 业务服务器 api
2
- export var currentEnv = 'local';
2
+ export var currentEnv = 'prod';
3
3
  var ApiUrls = {
4
4
  local: {
5
5
  api: 'http://localhost:9999/',
@@ -161,7 +161,7 @@ declare const Tool: {
161
161
  OsPathSeparator(): string;
162
162
  getTitleByPath(path: string): string;
163
163
  h5Pay(query: Pay.H5PayQuery): void;
164
- notification(type: "error" | "success" | "info" | "warning", message: string, description?: import("react").ReactNode, options?: NotificationOptions): void;
164
+ notification(type: "success" | "info" | "error" | "warning", message: string, description?: import("react").ReactNode, options?: NotificationOptions): void;
165
165
  notificationSuccess(message: string, description?: import("react").ReactNode, options?: NotificationOptions): void;
166
166
  notificationError(message: string, description?: import("react").ReactNode, options?: NotificationOptions): void;
167
167
  notificationWarning(message: string, description?: import("react").ReactNode, options?: NotificationOptions): void;
@@ -1,5 +1,5 @@
1
1
  declare namespace VideoPublishLog {
2
- type Status = 'wait' | 'warn' | 'fail' | 'success';
2
+ type Status = 'wait' | 'warn' | 'fail' | 'success' | 'finish';
3
3
  interface Receive {
4
4
  platform: Global.VideoPlatformKind;
5
5
  platformAccountId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",