mobx-lark 2.6.0 → 2.6.1

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/Lark.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { Context, HTTPClient } from 'koajax';
2
2
  import { CopiedFile, DocumentModel, DriveFileModel, UserIdType, WikiNode, WikiNodeModel } from './module';
3
- import { LarkDocumentType, UploadTargetType, UserMeta } from './type';
3
+ import { LarkDocumentPathType, UploadTargetType, UserMeta } from './type';
4
4
  export interface LarkAppBaseOption {
5
5
  host?: string;
6
6
  id: string;
@@ -60,7 +60,7 @@ export declare class LarkApp implements LarkAppOption {
60
60
  * @see {@link WikiNodeModel#moveDocument}
61
61
  */
62
62
  copyFile(URI: `${string}wiki/${string}`, name?: string, parent_node_token?: string, user_id_type?: UserIdType): Promise<WikiNode>;
63
- copyFile(URI: `${string}${LarkDocumentType}/${string}`, name?: string, folder_token?: string, user_id_type?: UserIdType): Promise<CopiedFile>;
63
+ copyFile(URI: `${string}${LarkDocumentPathType}/${string}`, name?: string, folder_token?: string, user_id_type?: UserIdType): Promise<CopiedFile>;
64
64
  /**
65
65
  * @see {@link WikiNodeModel#getOne}
66
66
  */