@dbos-inc/aws-s3-workflows 3.6.3-preview → 3.6.5-preview

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.
@@ -1,25 +1,2 @@
1
- import { FileRecord } from './s3_utils';
2
- interface FileDetails {
3
- user_id: string;
4
- file_type: string;
5
- file_name: string;
6
- file_id?: string;
7
- file_status?: string;
8
- file_time?: number;
9
- }
10
- interface UserFile extends FileDetails, FileRecord {
11
- user_id: string;
12
- file_type: string;
13
- file_name: string;
14
- file_id: string;
15
- file_status: string;
16
- file_time: number;
17
- }
18
- interface Opts {
19
- contentType?: string;
20
- }
21
- export declare const uploadWF: (this: unknown, fileDetails: UserFile, content: string, objOptions?: Opts | undefined) => Promise<UserFile>;
22
- export declare const uploadPWF: (this: unknown, fileDetails: UserFile, timeoutSeconds: number, objOptions?: Opts | undefined) => Promise<UserFile>;
23
- export declare const deleteWF: (this: unknown, fileDetails: UserFile) => Promise<unknown>;
24
1
  export {};
25
2
  //# sourceMappingURL=s3_utils.test.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"s3_utils.test.d.ts","sourceRoot":"","sources":["../../src/s3_utils.test.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EAKX,MAAM,YAAY,CAAC;AAmBpB,UAAU,WAAW;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,QAAS,SAAQ,WAAW,EAAE,UAAU;IAChD,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB;AAmGD,UAAU,IAAI;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAwDD,eAAO,MAAM,QAAQ,6GAAoF,CAAC;AAC1G,eAAO,MAAM,SAAS,oHAA8F,CAAC;AACrH,eAAO,MAAM,QAAQ,4DAAoF,CAAC"}
1
+ {"version":3,"file":"s3_utils.test.d.ts","sourceRoot":"","sources":["../../src/s3_utils.test.ts"],"names":[],"mappings":""}