@lorikeetai/node-sdk 0.1.0-alpha.2 → 0.1.0-alpha.7

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.
Files changed (211) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/README.md +26 -21
  3. package/_shims/MultipartBody.js.map +1 -1
  4. package/_shims/MultipartBody.mjs.map +1 -1
  5. package/_shims/auto/runtime-bun.d.ts.map +1 -1
  6. package/_shims/auto/runtime-bun.js.map +1 -1
  7. package/_shims/auto/runtime-node.d.ts.map +1 -1
  8. package/_shims/auto/runtime-node.js.map +1 -1
  9. package/_shims/auto/runtime.d.ts.map +1 -1
  10. package/_shims/auto/runtime.js.map +1 -1
  11. package/_shims/auto/types-node.d.ts.map +1 -1
  12. package/_shims/auto/types-node.js.map +1 -1
  13. package/_shims/auto/types.d.ts +52 -52
  14. package/_shims/bun-runtime.d.ts.map +1 -1
  15. package/_shims/bun-runtime.js +1 -2
  16. package/_shims/bun-runtime.js.map +1 -1
  17. package/_shims/bun-runtime.mjs.map +1 -1
  18. package/_shims/index.d.ts +36 -36
  19. package/_shims/index.js +5 -5
  20. package/_shims/index.mjs +4 -4
  21. package/_shims/node-runtime.d.ts.map +1 -1
  22. package/_shims/node-runtime.js +1 -2
  23. package/_shims/node-runtime.js.map +1 -1
  24. package/_shims/node-runtime.mjs.map +1 -1
  25. package/_shims/node-types.d.ts +27 -27
  26. package/_shims/registry.d.ts.map +1 -1
  27. package/_shims/registry.js +2 -2
  28. package/_shims/registry.js.map +1 -1
  29. package/_shims/registry.mjs.map +1 -1
  30. package/_shims/web-runtime.d.ts.map +1 -1
  31. package/_shims/web-runtime.js +1 -2
  32. package/_shims/web-runtime.js.map +1 -1
  33. package/_shims/web-runtime.mjs.map +1 -1
  34. package/_shims/web-types.d.ts +52 -52
  35. package/core.d.ts +2 -4
  36. package/core.d.ts.map +1 -1
  37. package/core.js +7 -6
  38. package/core.js.map +1 -1
  39. package/core.mjs +2 -1
  40. package/core.mjs.map +1 -1
  41. package/error.d.ts.map +1 -1
  42. package/error.js.map +1 -1
  43. package/error.mjs.map +1 -1
  44. package/index.d.mts +1 -5
  45. package/index.d.ts +1 -5
  46. package/index.d.ts.map +1 -1
  47. package/index.js +4 -14
  48. package/index.js.map +1 -1
  49. package/index.mjs +3 -13
  50. package/index.mjs.map +1 -1
  51. package/internal/qs/formats.d.ts.map +1 -1
  52. package/internal/qs/formats.js.map +1 -1
  53. package/internal/qs/formats.mjs.map +1 -1
  54. package/internal/qs/index.d.ts.map +1 -1
  55. package/internal/qs/index.js.map +1 -1
  56. package/internal/qs/index.mjs.map +1 -1
  57. package/internal/qs/stringify.d.ts.map +1 -1
  58. package/internal/qs/stringify.js +1 -2
  59. package/internal/qs/stringify.js.map +1 -1
  60. package/internal/qs/stringify.mjs.map +1 -1
  61. package/internal/qs/types.d.ts.map +1 -1
  62. package/internal/qs/utils.d.ts.map +1 -1
  63. package/internal/qs/utils.js +9 -9
  64. package/internal/qs/utils.js.map +1 -1
  65. package/internal/qs/utils.mjs.map +1 -1
  66. package/lib/generate-signature.d.ts +5 -0
  67. package/lib/generate-signature.d.ts.map +1 -0
  68. package/lib/generate-signature.js +19 -0
  69. package/lib/generate-signature.js.map +1 -0
  70. package/lib/generate-signature.mjs +13 -0
  71. package/lib/generate-signature.mjs.map +1 -0
  72. package/package.json +15 -13
  73. package/resource.d.ts.map +1 -1
  74. package/resource.js.map +1 -1
  75. package/resource.mjs.map +1 -1
  76. package/resources/conversation/chat.d.ts +53 -33
  77. package/resources/conversation/chat.d.ts.map +1 -1
  78. package/resources/conversation/chat.js +6 -15
  79. package/resources/conversation/chat.js.map +1 -1
  80. package/resources/conversation/chat.mjs +5 -14
  81. package/resources/conversation/chat.mjs.map +1 -1
  82. package/resources/conversation/conversation.d.ts +3 -1
  83. package/resources/conversation/conversation.d.ts.map +1 -1
  84. package/resources/conversation/conversation.js +1 -1
  85. package/resources/conversation/conversation.js.map +1 -1
  86. package/resources/conversation/conversation.mjs.map +1 -1
  87. package/resources/conversation/index.d.ts +1 -1
  88. package/resources/conversation/index.d.ts.map +1 -1
  89. package/resources/conversation/index.js +3 -3
  90. package/resources/conversation/index.js.map +1 -1
  91. package/resources/conversation/index.mjs +1 -1
  92. package/resources/conversation/index.mjs.map +1 -1
  93. package/resources/conversation.d.ts.map +1 -1
  94. package/resources/conversation.js.map +1 -1
  95. package/resources/index.d.ts +1 -1
  96. package/resources/index.d.ts.map +1 -1
  97. package/resources/index.js.map +1 -1
  98. package/resources/index.mjs.map +1 -1
  99. package/resources/ingest.d.ts +1 -34
  100. package/resources/ingest.d.ts.map +1 -1
  101. package/resources/ingest.js +2 -15
  102. package/resources/ingest.js.map +1 -1
  103. package/resources/ingest.mjs +2 -15
  104. package/resources/ingest.mjs.map +1 -1
  105. package/resources/token.d.ts +0 -4
  106. package/resources/token.d.ts.map +1 -1
  107. package/resources/token.js +1 -5
  108. package/resources/token.js.map +1 -1
  109. package/resources/token.mjs +0 -4
  110. package/resources/token.mjs.map +1 -1
  111. package/shims/node.d.ts +0 -4
  112. package/shims/node.d.ts.map +1 -1
  113. package/shims/node.js +0 -25
  114. package/shims/node.js.map +1 -1
  115. package/shims/node.mjs +0 -1
  116. package/shims/node.mjs.map +1 -1
  117. package/shims/web.d.ts.map +1 -1
  118. package/shims/web.js +0 -25
  119. package/shims/web.js.map +1 -1
  120. package/shims/web.mjs +0 -1
  121. package/shims/web.mjs.map +1 -1
  122. package/src/_shims/MultipartBody.ts +1 -1
  123. package/src/_shims/auto/runtime-bun.ts +1 -1
  124. package/src/_shims/auto/runtime-node.ts +1 -1
  125. package/src/_shims/auto/runtime.ts +1 -1
  126. package/src/_shims/auto/types-node.ts +1 -1
  127. package/src/_shims/auto/types.d.ts +52 -52
  128. package/src/_shims/bun-runtime.ts +6 -6
  129. package/src/_shims/index.d.ts +36 -36
  130. package/src/_shims/index.js +5 -5
  131. package/src/_shims/index.mjs +4 -4
  132. package/src/_shims/node-runtime.ts +32 -32
  133. package/src/_shims/node-types.d.ts +27 -27
  134. package/src/_shims/registry.ts +44 -44
  135. package/src/_shims/web-runtime.ts +16 -16
  136. package/src/_shims/web-types.d.ts +52 -52
  137. package/src/core.ts +373 -373
  138. package/src/error.ts +37 -37
  139. package/src/index.ts +61 -78
  140. package/src/internal/qs/formats.ts +5 -5
  141. package/src/internal/qs/index.ts +5 -5
  142. package/src/internal/qs/stringify.ts +98 -98
  143. package/src/internal/qs/types.ts +52 -52
  144. package/src/internal/qs/utils.ts +87 -87
  145. package/src/lib/generate-signature.ts +13 -0
  146. package/src/resource.ts +3 -3
  147. package/src/resources/conversation/chat.ts +70 -51
  148. package/src/resources/conversation/conversation.ts +10 -8
  149. package/src/resources/conversation/index.ts +10 -2
  150. package/src/resources/conversation.ts +1 -1
  151. package/src/resources/index.ts +3 -3
  152. package/src/resources/ingest.ts +5 -55
  153. package/src/resources/token.ts +9 -13
  154. package/src/shims/node.ts +24 -24
  155. package/src/shims/web.ts +24 -24
  156. package/src/uploads.ts +75 -74
  157. package/src/version.ts +1 -1
  158. package/uploads.d.ts +2 -2
  159. package/uploads.d.ts.map +1 -1
  160. package/uploads.js +3 -4
  161. package/uploads.js.map +1 -1
  162. package/uploads.mjs +1 -2
  163. package/uploads.mjs.map +1 -1
  164. package/version.d.ts +1 -1
  165. package/version.d.ts.map +1 -1
  166. package/version.js +1 -1
  167. package/version.js.map +1 -1
  168. package/version.mjs +1 -1
  169. package/version.mjs.map +1 -1
  170. package/resources/pets.d.ts +0 -157
  171. package/resources/pets.d.ts.map +0 -1
  172. package/resources/pets.js +0 -75
  173. package/resources/pets.js.map +0 -1
  174. package/resources/pets.mjs +0 -71
  175. package/resources/pets.mjs.map +0 -1
  176. package/resources/shared.d.ts +0 -12
  177. package/resources/shared.d.ts.map +0 -1
  178. package/resources/shared.js +0 -4
  179. package/resources/shared.js.map +0 -1
  180. package/resources/shared.mjs +0 -3
  181. package/resources/shared.mjs.map +0 -1
  182. package/resources/store/index.d.ts +0 -3
  183. package/resources/store/index.d.ts.map +0 -1
  184. package/resources/store/index.js +0 -9
  185. package/resources/store/index.js.map +0 -1
  186. package/resources/store/index.mjs +0 -4
  187. package/resources/store/index.mjs.map +0 -1
  188. package/resources/store/order.d.ts +0 -16
  189. package/resources/store/order.d.ts.map +0 -1
  190. package/resources/store/order.js +0 -26
  191. package/resources/store/order.js.map +0 -1
  192. package/resources/store/order.mjs +0 -22
  193. package/resources/store/order.mjs.map +0 -1
  194. package/resources/store/store.d.ts +0 -35
  195. package/resources/store/store.d.ts.map +0 -1
  196. package/resources/store/store.js +0 -53
  197. package/resources/store/store.js.map +0 -1
  198. package/resources/store/store.mjs +0 -26
  199. package/resources/store/store.mjs.map +0 -1
  200. package/resources/user.d.ts +0 -96
  201. package/resources/user.d.ts.map +0 -1
  202. package/resources/user.js +0 -65
  203. package/resources/user.js.map +0 -1
  204. package/resources/user.mjs +0 -61
  205. package/resources/user.mjs.map +0 -1
  206. package/src/resources/pets.ts +0 -276
  207. package/src/resources/shared.ts +0 -18
  208. package/src/resources/store/index.ts +0 -4
  209. package/src/resources/store/order.ts +0 -26
  210. package/src/resources/store/store.ts +0 -59
  211. package/src/resources/user.ts +0 -185
@@ -1,20 +1,16 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import { APIResource } from '../resource';
4
- import * as Core from '../core';
5
- import * as TokenAPI from './token';
3
+ import { APIResource } from '../resource'
4
+ import * as Core from '../core'
5
+ import * as TokenAPI from './token'
6
6
 
7
7
  export class Token extends APIResource {
8
- /**
9
- * Create a signed JWT so that we can associate customer data with a user account
10
- * securely.
11
- */
12
8
  create(body: TokenCreateParams, options?: Core.RequestOptions): Core.APIPromise<void> {
13
9
  return this._client.post('/ingest/token', {
14
10
  body,
15
11
  ...options,
16
12
  headers: { Accept: '*/*', ...options?.headers },
17
- });
13
+ })
18
14
  }
19
15
  }
20
16
 
@@ -22,24 +18,24 @@ export interface TokenCreateParams {
22
18
  /**
23
19
  * The email of the user.
24
20
  */
25
- email: string;
21
+ email: string
26
22
 
27
23
  /**
28
24
  * The first name of the user.
29
25
  */
30
- firstName: string;
26
+ firstName: string
31
27
 
32
28
  /**
33
29
  * The last name of the user.
34
30
  */
35
- lastName: string;
31
+ lastName: string
36
32
 
37
33
  /**
38
34
  * The unique identifier of the user in your system.
39
35
  */
40
- remoteId: string;
36
+ remoteId: string
41
37
  }
42
38
 
43
39
  export namespace Token {
44
- export import TokenCreateParams = TokenAPI.TokenCreateParams;
40
+ export import TokenCreateParams = TokenAPI.TokenCreateParams
45
41
  }
package/src/shims/node.ts CHANGED
@@ -1,50 +1,50 @@
1
1
  // @ts-ignore
2
- import * as types from '../_shims/node-types';
3
- import { setShims } from '../_shims/registry';
4
- import { getRuntime } from '../_shims/node-runtime';
5
- setShims(getRuntime());
2
+ import * as types from '../_shims/node-types'
3
+ import { setShims } from '../_shims/registry'
4
+ import { getRuntime } from '../_shims/node-runtime'
5
+ setShims(getRuntime())
6
6
 
7
7
  declare module '../_shims/manual-types' {
8
8
  export namespace manual {
9
9
  // @ts-ignore
10
- export type Agent = types.Agent;
10
+ export type Agent = types.Agent
11
11
  // @ts-ignore
12
- export import fetch = types.fetch;
12
+ export import fetch = types.fetch
13
13
  // @ts-ignore
14
- export type Request = types.Request;
14
+ export type Request = types.Request
15
15
  // @ts-ignore
16
- export type RequestInfo = types.RequestInfo;
16
+ export type RequestInfo = types.RequestInfo
17
17
  // @ts-ignore
18
- export type RequestInit = types.RequestInit;
18
+ export type RequestInit = types.RequestInit
19
19
  // @ts-ignore
20
- export type Response = types.Response;
20
+ export type Response = types.Response
21
21
  // @ts-ignore
22
- export type ResponseInit = types.ResponseInit;
22
+ export type ResponseInit = types.ResponseInit
23
23
  // @ts-ignore
24
- export type ResponseType = types.ResponseType;
24
+ export type ResponseType = types.ResponseType
25
25
  // @ts-ignore
26
- export type BodyInit = types.BodyInit;
26
+ export type BodyInit = types.BodyInit
27
27
  // @ts-ignore
28
- export type Headers = types.Headers;
28
+ export type Headers = types.Headers
29
29
  // @ts-ignore
30
- export type HeadersInit = types.HeadersInit;
30
+ export type HeadersInit = types.HeadersInit
31
31
  // @ts-ignore
32
- export type BlobPropertyBag = types.BlobPropertyBag;
32
+ export type BlobPropertyBag = types.BlobPropertyBag
33
33
  // @ts-ignore
34
- export type FilePropertyBag = types.FilePropertyBag;
34
+ export type FilePropertyBag = types.FilePropertyBag
35
35
  // @ts-ignore
36
- export type FileFromPathOptions = types.FileFromPathOptions;
36
+ export type FileFromPathOptions = types.FileFromPathOptions
37
37
  // @ts-ignore
38
- export import FormData = types.FormData;
38
+ export import FormData = types.FormData
39
39
  // @ts-ignore
40
- export import File = types.File;
40
+ export import File = types.File
41
41
  // @ts-ignore
42
- export import Blob = types.Blob;
42
+ export import Blob = types.Blob
43
43
  // @ts-ignore
44
- export type Readable = types.Readable;
44
+ export type Readable = types.Readable
45
45
  // @ts-ignore
46
- export type FsReadStream = types.FsReadStream;
46
+ export type FsReadStream = types.FsReadStream
47
47
  // @ts-ignore
48
- export import ReadableStream = types.ReadableStream;
48
+ export import ReadableStream = types.ReadableStream
49
49
  }
50
50
  }
package/src/shims/web.ts CHANGED
@@ -1,50 +1,50 @@
1
1
  // @ts-ignore
2
- import * as types from '../_shims/web-types';
3
- import { setShims } from '../_shims/registry';
4
- import { getRuntime } from '../_shims/web-runtime';
5
- setShims(getRuntime({ manuallyImported: true }));
2
+ import * as types from '../_shims/web-types'
3
+ import { setShims } from '../_shims/registry'
4
+ import { getRuntime } from '../_shims/web-runtime'
5
+ setShims(getRuntime({ manuallyImported: true }))
6
6
 
7
7
  declare module '../_shims/manual-types' {
8
8
  export namespace manual {
9
9
  // @ts-ignore
10
- export type Agent = types.Agent;
10
+ export type Agent = types.Agent
11
11
  // @ts-ignore
12
- export import fetch = types.fetch;
12
+ export import fetch = types.fetch
13
13
  // @ts-ignore
14
- export type Request = types.Request;
14
+ export type Request = types.Request
15
15
  // @ts-ignore
16
- export type RequestInfo = types.RequestInfo;
16
+ export type RequestInfo = types.RequestInfo
17
17
  // @ts-ignore
18
- export type RequestInit = types.RequestInit;
18
+ export type RequestInit = types.RequestInit
19
19
  // @ts-ignore
20
- export type Response = types.Response;
20
+ export type Response = types.Response
21
21
  // @ts-ignore
22
- export type ResponseInit = types.ResponseInit;
22
+ export type ResponseInit = types.ResponseInit
23
23
  // @ts-ignore
24
- export type ResponseType = types.ResponseType;
24
+ export type ResponseType = types.ResponseType
25
25
  // @ts-ignore
26
- export type BodyInit = types.BodyInit;
26
+ export type BodyInit = types.BodyInit
27
27
  // @ts-ignore
28
- export type Headers = types.Headers;
28
+ export type Headers = types.Headers
29
29
  // @ts-ignore
30
- export type HeadersInit = types.HeadersInit;
30
+ export type HeadersInit = types.HeadersInit
31
31
  // @ts-ignore
32
- export type BlobPropertyBag = types.BlobPropertyBag;
32
+ export type BlobPropertyBag = types.BlobPropertyBag
33
33
  // @ts-ignore
34
- export type FilePropertyBag = types.FilePropertyBag;
34
+ export type FilePropertyBag = types.FilePropertyBag
35
35
  // @ts-ignore
36
- export type FileFromPathOptions = types.FileFromPathOptions;
36
+ export type FileFromPathOptions = types.FileFromPathOptions
37
37
  // @ts-ignore
38
- export import FormData = types.FormData;
38
+ export import FormData = types.FormData
39
39
  // @ts-ignore
40
- export import File = types.File;
40
+ export import File = types.File
41
41
  // @ts-ignore
42
- export import Blob = types.Blob;
42
+ export import Blob = types.Blob
43
43
  // @ts-ignore
44
- export type Readable = types.Readable;
44
+ export type Readable = types.Readable
45
45
  // @ts-ignore
46
- export type FsReadStream = types.FsReadStream;
46
+ export type FsReadStream = types.FsReadStream
47
47
  // @ts-ignore
48
- export import ReadableStream = types.ReadableStream;
48
+ export import ReadableStream = types.ReadableStream
49
49
  }
50
50
  }
package/src/uploads.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { type RequestOptions } from './core';
1
+ import { type RequestOptions } from './core'
2
2
  import {
3
3
  FormData,
4
4
  File,
@@ -7,12 +7,12 @@ import {
7
7
  getMultipartRequestOptions,
8
8
  type FsReadStream,
9
9
  isFsReadStream,
10
- } from './_shims/index';
11
- import { MultipartBody } from './_shims/MultipartBody';
12
- export { fileFromPath } from './_shims/index';
10
+ } from './_shims/index'
11
+ import { MultipartBody } from './_shims/MultipartBody'
12
+ export { fileFromPath } from './_shims/index'
13
13
 
14
- type BlobLikePart = string | ArrayBuffer | ArrayBufferView | BlobLike | Uint8Array | DataView;
15
- export type BlobPart = string | ArrayBuffer | ArrayBufferView | Blob | Uint8Array | DataView;
14
+ type BlobLikePart = string | ArrayBuffer | ArrayBufferView | BlobLike | Uint8Array | DataView
15
+ export type BlobPart = string | ArrayBuffer | ArrayBufferView | Blob | Uint8Array | DataView
16
16
 
17
17
  /**
18
18
  * Typically, this is a native "File" class.
@@ -23,20 +23,20 @@ export type BlobPart = string | ArrayBuffer | ArrayBufferView | Blob | Uint8Arra
23
23
  * For convenience, you can also pass a fetch Response, or in Node,
24
24
  * the result of fs.createReadStream().
25
25
  */
26
- export type Uploadable = FileLike | ResponseLike | FsReadStream;
26
+ export type Uploadable = FileLike | ResponseLike | FsReadStream
27
27
 
28
28
  /**
29
29
  * Intended to match web.Blob, node.Blob, node-fetch.Blob, etc.
30
30
  */
31
31
  export interface BlobLike {
32
32
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/size) */
33
- readonly size: number;
33
+ readonly size: number
34
34
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/type) */
35
- readonly type: string;
35
+ readonly type: string
36
36
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/text) */
37
- text(): Promise<string>;
37
+ text(): Promise<string>
38
38
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/slice) */
39
- slice(start?: number, end?: number): BlobLike;
39
+ slice(start?: number, end?: number): BlobLike
40
40
  // unfortunately @types/node-fetch@^2.6.4 doesn't type the arrayBuffer method
41
41
  }
42
42
 
@@ -45,31 +45,31 @@ export interface BlobLike {
45
45
  */
46
46
  export interface FileLike extends BlobLike {
47
47
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/File/lastModified) */
48
- readonly lastModified: number;
48
+ readonly lastModified: number
49
49
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/File/name) */
50
- readonly name: string;
50
+ readonly name: string
51
51
  }
52
52
 
53
53
  /**
54
54
  * Intended to match web.Response, node.Response, node-fetch.Response, etc.
55
55
  */
56
56
  export interface ResponseLike {
57
- url: string;
58
- blob(): Promise<BlobLike>;
57
+ url: string
58
+ blob(): Promise<BlobLike>
59
59
  }
60
60
 
61
61
  export const isResponseLike = (value: any): value is ResponseLike =>
62
62
  value != null &&
63
63
  typeof value === 'object' &&
64
64
  typeof value.url === 'string' &&
65
- typeof value.blob === 'function';
65
+ typeof value.blob === 'function'
66
66
 
67
67
  export const isFileLike = (value: any): value is FileLike =>
68
68
  value != null &&
69
69
  typeof value === 'object' &&
70
70
  typeof value.name === 'string' &&
71
71
  typeof value.lastModified === 'number' &&
72
- isBlobLike(value);
72
+ isBlobLike(value)
73
73
 
74
74
  /**
75
75
  * The BlobLike type omits arrayBuffer() because @types/node-fetch@^2.6.4 lacks it; but this check
@@ -82,13 +82,13 @@ export const isBlobLike = (value: any): value is BlobLike & { arrayBuffer(): Pro
82
82
  typeof value.type === 'string' &&
83
83
  typeof value.text === 'function' &&
84
84
  typeof value.slice === 'function' &&
85
- typeof value.arrayBuffer === 'function';
85
+ typeof value.arrayBuffer === 'function'
86
86
 
87
87
  export const isUploadable = (value: any): value is Uploadable => {
88
- return isFileLike(value) || isResponseLike(value) || isFsReadStream(value);
89
- };
88
+ return isFileLike(value) || isResponseLike(value) || isFsReadStream(value)
89
+ }
90
90
 
91
- export type ToFileInput = Uploadable | Exclude<BlobLikePart, string> | AsyncIterable<BlobLikePart>;
91
+ export type ToFileInput = Uploadable | Exclude<BlobLikePart, string> | AsyncIterable<BlobLikePart>
92
92
 
93
93
  /**
94
94
  * Helper for creating a {@link File} to pass to an SDK upload method from a variety of different data formats
@@ -105,68 +105,69 @@ export async function toFile(
105
105
  options?: FilePropertyBag | undefined,
106
106
  ): Promise<FileLike> {
107
107
  // If it's a promise, resolve it.
108
- value = await value;
108
+ value = await value
109
109
 
110
110
  // If we've been given a `File` we don't need to do anything
111
111
  if (isFileLike(value)) {
112
- return value;
112
+ return value
113
113
  }
114
114
 
115
115
  if (isResponseLike(value)) {
116
- const blob = await value.blob();
117
- name ||= new URL(value.url).pathname.split(/[\\/]/).pop() ?? 'unknown_file';
116
+ const blob = await value.blob()
117
+ name ||= new URL(value.url).pathname.split(/[\\/]/).pop() ?? 'unknown_file'
118
118
 
119
119
  // we need to convert the `Blob` into an array buffer because the `Blob` class
120
120
  // that `node-fetch` defines is incompatible with the web standard which results
121
121
  // in `new File` interpreting it as a string instead of binary data.
122
- const data = isBlobLike(blob) ? [(await blob.arrayBuffer()) as any] : [blob];
122
+ const data = isBlobLike(blob) ? [(await blob.arrayBuffer()) as any] : [blob]
123
123
 
124
- return new File(data, name, options);
124
+ return new File(data, name, options)
125
125
  }
126
126
 
127
- const bits = await getBytes(value);
127
+ const bits = await getBytes(value)
128
128
 
129
- name ||= getName(value) ?? 'unknown_file';
129
+ name ||= getName(value) ?? 'unknown_file'
130
130
 
131
131
  if (!options?.type) {
132
- const type = (bits[0] as any)?.type;
132
+ const type = (bits[0] as any)?.type
133
133
  if (typeof type === 'string') {
134
- options = { ...options, type };
134
+ options = { ...options, type }
135
135
  }
136
136
  }
137
137
 
138
- return new File(bits, name, options);
138
+ return new File(bits, name, options)
139
139
  }
140
140
 
141
141
  async function getBytes(value: ToFileInput): Promise<Array<BlobPart>> {
142
- let parts: Array<BlobPart> = [];
142
+ let parts: Array<BlobPart> = []
143
143
  if (
144
144
  typeof value === 'string' ||
145
145
  ArrayBuffer.isView(value) || // includes Uint8Array, Buffer, etc.
146
146
  value instanceof ArrayBuffer
147
147
  ) {
148
- parts.push(value);
148
+ parts.push(value)
149
149
  } else if (isBlobLike(value)) {
150
- parts.push(await value.arrayBuffer());
150
+ parts.push(await value.arrayBuffer())
151
151
  } else if (
152
152
  isAsyncIterableIterator(value) // includes Readable, ReadableStream, etc.
153
153
  ) {
154
154
  for await (const chunk of value) {
155
- parts.push(chunk as BlobPart); // TODO, consider validating?
155
+ parts.push(chunk as BlobPart) // TODO, consider validating?
156
156
  }
157
157
  } else {
158
158
  throw new Error(
159
- `Unexpected data type: ${typeof value}; constructor: ${value?.constructor
160
- ?.name}; props: ${propsForError(value)}`,
161
- );
159
+ `Unexpected data type: ${typeof value}; constructor: ${
160
+ value?.constructor?.name
161
+ }; props: ${propsForError(value)}`,
162
+ )
162
163
  }
163
164
 
164
- return parts;
165
+ return parts
165
166
  }
166
167
 
167
168
  function propsForError(value: any): string {
168
- const props = Object.getOwnPropertyNames(value);
169
- return `[${props.map((p) => `"${p}"`).join(', ')}]`;
169
+ const props = Object.getOwnPropertyNames(value)
170
+ return `[${props.map((p) => `"${p}"`).join(', ')}]`
170
171
  }
171
172
 
172
173
  function getName(value: any): string | undefined {
@@ -175,20 +176,20 @@ function getName(value: any): string | undefined {
175
176
  getStringFromMaybeBuffer(value.filename) ||
176
177
  // For fs.ReadStream
177
178
  getStringFromMaybeBuffer(value.path)?.split(/[\\/]/).pop()
178
- );
179
+ )
179
180
  }
180
181
 
181
182
  const getStringFromMaybeBuffer = (x: string | Buffer | unknown): string | undefined => {
182
- if (typeof x === 'string') return x;
183
- if (typeof Buffer !== 'undefined' && x instanceof Buffer) return String(x);
184
- return undefined;
185
- };
183
+ if (typeof x === 'string') return x
184
+ if (typeof Buffer !== 'undefined' && x instanceof Buffer) return String(x)
185
+ return undefined
186
+ }
186
187
 
187
188
  const isAsyncIterableIterator = (value: any): value is AsyncIterableIterator<unknown> =>
188
- value != null && typeof value === 'object' && typeof value[Symbol.asyncIterator] === 'function';
189
+ value != null && typeof value === 'object' && typeof value[Symbol.asyncIterator] === 'function'
189
190
 
190
191
  export const isMultipartBody = (body: any): body is MultipartBody =>
191
- body && typeof body === 'object' && body.body && body[Symbol.toStringTag] === 'MultipartBody';
192
+ body && typeof body === 'object' && body.body && body[Symbol.toStringTag] === 'MultipartBody'
192
193
 
193
194
  /**
194
195
  * Returns a multipart/form-data request if any part of the given request body contains a File / Blob value.
@@ -197,59 +198,59 @@ export const isMultipartBody = (body: any): body is MultipartBody =>
197
198
  export const maybeMultipartFormRequestOptions = async <T = Record<string, unknown>>(
198
199
  opts: RequestOptions<T>,
199
200
  ): Promise<RequestOptions<T | MultipartBody>> => {
200
- if (!hasUploadableValue(opts.body)) return opts;
201
+ if (!hasUploadableValue(opts.body)) return opts
201
202
 
202
- const form = await createForm(opts.body);
203
- return getMultipartRequestOptions(form, opts);
204
- };
203
+ const form = await createForm(opts.body)
204
+ return getMultipartRequestOptions(form, opts)
205
+ }
205
206
 
206
207
  export const multipartFormRequestOptions = async <T = Record<string, unknown>>(
207
208
  opts: RequestOptions<T>,
208
209
  ): Promise<RequestOptions<T | MultipartBody>> => {
209
- const form = await createForm(opts.body);
210
- return getMultipartRequestOptions(form, opts);
211
- };
210
+ const form = await createForm(opts.body)
211
+ return getMultipartRequestOptions(form, opts)
212
+ }
212
213
 
213
214
  export const createForm = async <T = Record<string, unknown>>(body: T | undefined): Promise<FormData> => {
214
- const form = new FormData();
215
- await Promise.all(Object.entries(body || {}).map(([key, value]) => addFormValue(form, key, value)));
216
- return form;
217
- };
215
+ const form = new FormData()
216
+ await Promise.all(Object.entries(body || {}).map(([key, value]) => addFormValue(form, key, value)))
217
+ return form
218
+ }
218
219
 
219
220
  const hasUploadableValue = (value: unknown): boolean => {
220
- if (isUploadable(value)) return true;
221
- if (Array.isArray(value)) return value.some(hasUploadableValue);
221
+ if (isUploadable(value)) return true
222
+ if (Array.isArray(value)) return value.some(hasUploadableValue)
222
223
  if (value && typeof value === 'object') {
223
224
  for (const k in value) {
224
- if (hasUploadableValue((value as any)[k])) return true;
225
+ if (hasUploadableValue((value as any)[k])) return true
225
226
  }
226
227
  }
227
- return false;
228
- };
228
+ return false
229
+ }
229
230
 
230
231
  const addFormValue = async (form: FormData, key: string, value: unknown): Promise<void> => {
231
- if (value === undefined) return;
232
+ if (value === undefined) return
232
233
  if (value == null) {
233
234
  throw new TypeError(
234
235
  `Received null for "${key}"; to pass null in FormData, you must use the string 'null'`,
235
- );
236
+ )
236
237
  }
237
238
 
238
239
  // TODO: make nested formats configurable
239
240
  if (typeof value === 'string' || typeof value === 'number' || typeof value === 'boolean') {
240
- form.append(key, String(value));
241
+ form.append(key, String(value))
241
242
  } else if (isUploadable(value)) {
242
- const file = await toFile(value);
243
- form.append(key, file as File);
243
+ const file = await toFile(value)
244
+ form.append(key, file as File)
244
245
  } else if (Array.isArray(value)) {
245
- await Promise.all(value.map((entry) => addFormValue(form, key + '[]', entry)));
246
+ await Promise.all(value.map((entry) => addFormValue(form, key + '[]', entry)))
246
247
  } else if (typeof value === 'object') {
247
248
  await Promise.all(
248
249
  Object.entries(value).map(([name, prop]) => addFormValue(form, `${key}[${name}]`, prop)),
249
- );
250
+ )
250
251
  } else {
251
252
  throw new TypeError(
252
253
  `Invalid value given to form, expected a string, number, boolean, object, Array, File or Blob but got ${value} instead`,
253
- );
254
+ )
254
255
  }
255
- };
256
+ }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.1.0-alpha.2'; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.7' // x-release-please-version
package/uploads.d.ts CHANGED
@@ -69,7 +69,7 @@ export declare const isMultipartBody: (body: any) => body is MultipartBody;
69
69
  * Returns a multipart/form-data request if any part of the given request body contains a File / Blob value.
70
70
  * Otherwise returns the request as is.
71
71
  */
72
- export declare const maybeMultipartFormRequestOptions: <T = Record<string, unknown>>(opts: RequestOptions<T>) => Promise<RequestOptions<MultipartBody | T>>;
73
- export declare const multipartFormRequestOptions: <T = Record<string, unknown>>(opts: RequestOptions<T>) => Promise<RequestOptions<MultipartBody | T>>;
72
+ export declare const maybeMultipartFormRequestOptions: <T = Record<string, unknown>>(opts: RequestOptions<T>) => Promise<RequestOptions<T | MultipartBody>>;
73
+ export declare const multipartFormRequestOptions: <T = Record<string, unknown>>(opts: RequestOptions<T>) => Promise<RequestOptions<T | MultipartBody>>;
74
74
  export declare const createForm: <T = Record<string, unknown>>(body: T | undefined) => Promise<FormData>;
75
75
  //# sourceMappingURL=uploads.d.ts.map
package/uploads.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"uploads.d.ts","sourceRoot":"","sources":["src/uploads.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EACL,QAAQ,EAER,KAAK,IAAI,EACT,KAAK,eAAe,EAEpB,KAAK,YAAY,EAElB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,KAAK,YAAY,GAAG,MAAM,GAAG,WAAW,GAAG,eAAe,GAAG,QAAQ,GAAG,UAAU,GAAG,QAAQ,CAAC;AAC9F,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,WAAW,GAAG,eAAe,GAAG,IAAI,GAAG,UAAU,GAAG,QAAQ,CAAC;AAE7F;;;;;;;;GAQG;AACH,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,YAAY,GAAG,YAAY,CAAC;AAEhE;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB,4EAA4E;IAC5E,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,4EAA4E;IAC5E,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,4EAA4E;IAC5E,IAAI,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC;IACxB,6EAA6E;IAC7E,KAAK,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;CAE/C;AAED;;GAEG;AACH,MAAM,WAAW,QAAS,SAAQ,QAAQ;IACxC,oFAAoF;IACpF,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,4EAA4E;IAC5E,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,IAAI,OAAO,CAAC,QAAQ,CAAC,CAAC;CAC3B;AAED,eAAO,MAAM,cAAc,UAAW,GAAG,0BAIP,CAAC;AAEnC,eAAO,MAAM,UAAU,UAAW,GAAG,sBAKlB,CAAC;AAEpB;;;GAGG;AACH,eAAO,MAAM,UAAU,UAAW,GAAG;mBAAwC,QAAQ,WAAW,CAAC;CAOxD,CAAC;AAE1C,eAAO,MAAM,YAAY,UAAW,GAAG,wBAEtC,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,OAAO,CAAC,YAAY,EAAE,MAAM,CAAC,GAAG,aAAa,CAAC,YAAY,CAAC,CAAC;AAEnG;;;;;;;;GAQG;AACH,wBAAsB,MAAM,CAC1B,KAAK,EAAE,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC,EAC7C,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAChC,OAAO,CAAC,EAAE,eAAe,GAAG,SAAS,GACpC,OAAO,CAAC,QAAQ,CAAC,CAiCnB;AAmDD,eAAO,MAAM,eAAe,SAAU,GAAG,0BACsD,CAAC;AAEhG;;;GAGG;AACH,eAAO,MAAM,gCAAgC,sGAO5C,CAAC;AAEF,eAAO,MAAM,2BAA2B,sGAKvC,CAAC;AAEF,eAAO,MAAM,UAAU,wDAA6D,QAAQ,QAAQ,CAInG,CAAC"}
1
+ {"version":3,"file":"uploads.d.ts","sourceRoot":"","sources":["src/uploads.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,QAAQ,CAAA;AAC5C,OAAO,EACL,QAAQ,EAER,KAAK,IAAI,EACT,KAAK,eAAe,EAEpB,KAAK,YAAY,EAElB,MAAM,gBAAgB,CAAA;AACvB,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAA;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAE7C,KAAK,YAAY,GAAG,MAAM,GAAG,WAAW,GAAG,eAAe,GAAG,QAAQ,GAAG,UAAU,GAAG,QAAQ,CAAA;AAC7F,MAAM,MAAM,QAAQ,GAAG,MAAM,GAAG,WAAW,GAAG,eAAe,GAAG,IAAI,GAAG,UAAU,GAAG,QAAQ,CAAA;AAE5F;;;;;;;;GAQG;AACH,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,YAAY,GAAG,YAAY,CAAA;AAE/D;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB,4EAA4E;IAC5E,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAA;IACrB,4EAA4E;IAC5E,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAA;IACrB,4EAA4E;IAC5E,IAAI,IAAI,OAAO,CAAC,MAAM,CAAC,CAAA;IACvB,6EAA6E;IAC7E,KAAK,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAA;CAE9C;AAED;;GAEG;AACH,MAAM,WAAW,QAAS,SAAQ,QAAQ;IACxC,oFAAoF;IACpF,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAA;IAC7B,4EAA4E;IAC5E,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAA;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,IAAI,OAAO,CAAC,QAAQ,CAAC,CAAA;CAC1B;AAED,eAAO,MAAM,cAAc,UAAW,GAAG,KAAG,KAAK,IAAI,YAInB,CAAA;AAElC,eAAO,MAAM,UAAU,UAAW,GAAG,KAAG,KAAK,IAAI,QAK9B,CAAA;AAEnB;;;GAGG;AACH,eAAO,MAAM,UAAU,UAAW,GAAG,KAAG,KAAK,IAAI,QAAQ,GAAG;IAAE,WAAW,IAAI,OAAO,CAAC,WAAW,CAAC,CAAA;CAOxD,CAAA;AAEzC,eAAO,MAAM,YAAY,UAAW,GAAG,KAAG,KAAK,IAAI,UAElD,CAAA;AAED,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,OAAO,CAAC,YAAY,EAAE,MAAM,CAAC,GAAG,aAAa,CAAC,YAAY,CAAC,CAAA;AAElG;;;;;;;;GAQG;AACH,wBAAsB,MAAM,CAC1B,KAAK,EAAE,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC,EAC7C,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAChC,OAAO,CAAC,EAAE,eAAe,GAAG,SAAS,GACpC,OAAO,CAAC,QAAQ,CAAC,CAiCnB;AAoDD,eAAO,MAAM,eAAe,SAAU,GAAG,KAAG,IAAI,IAAI,aAC2C,CAAA;AAE/F;;;GAGG;AACH,eAAO,MAAM,gCAAgC,GAAU,CAAC,kCAChD,cAAc,CAAC,CAAC,CAAC,KACtB,OAAO,CAAC,cAAc,CAAC,CAAC,GAAG,aAAa,CAAC,CAK3C,CAAA;AAED,eAAO,MAAM,2BAA2B,GAAU,CAAC,kCAC3C,cAAc,CAAC,CAAC,CAAC,KACtB,OAAO,CAAC,cAAc,CAAC,CAAC,GAAG,aAAa,CAAC,CAG3C,CAAA;AAED,eAAO,MAAM,UAAU,GAAU,CAAC,kCAAkC,CAAC,GAAG,SAAS,KAAG,OAAO,CAAC,QAAQ,CAInG,CAAA"}
package/uploads.js CHANGED
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createForm = exports.multipartFormRequestOptions = exports.maybeMultipartFormRequestOptions = exports.isMultipartBody = exports.toFile = exports.isUploadable = exports.isBlobLike = exports.isFileLike = exports.isResponseLike = exports.fileFromPath = void 0;
3
+ exports.createForm = exports.multipartFormRequestOptions = exports.maybeMultipartFormRequestOptions = exports.isMultipartBody = exports.isUploadable = exports.isBlobLike = exports.isFileLike = exports.isResponseLike = exports.fileFromPath = void 0;
4
+ exports.toFile = toFile;
4
5
  const index_1 = require("./_shims/index.js");
5
6
  var index_2 = require("./_shims/index.js");
6
7
  Object.defineProperty(exports, "fileFromPath", { enumerable: true, get: function () { return index_2.fileFromPath; } });
@@ -66,7 +67,6 @@ async function toFile(value, name, options) {
66
67
  }
67
68
  return new index_1.File(bits, name, options);
68
69
  }
69
- exports.toFile = toFile;
70
70
  async function getBytes(value) {
71
71
  let parts = [];
72
72
  if (typeof value === 'string' ||
@@ -84,8 +84,7 @@ async function getBytes(value) {
84
84
  }
85
85
  }
86
86
  else {
87
- throw new Error(`Unexpected data type: ${typeof value}; constructor: ${value?.constructor
88
- ?.name}; props: ${propsForError(value)}`);
87
+ throw new Error(`Unexpected data type: ${typeof value}; constructor: ${value?.constructor?.name}; props: ${propsForError(value)}`);
89
88
  }
90
89
  return parts;
91
90
  }
package/uploads.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"uploads.js","sourceRoot":"","sources":["src/uploads.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"uploads.js","sourceRoot":"","sources":["src/uploads.ts"],"names":[],"mappings":"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"}
package/uploads.mjs CHANGED
@@ -75,8 +75,7 @@ async function getBytes(value) {
75
75
  }
76
76
  }
77
77
  else {
78
- throw new Error(`Unexpected data type: ${typeof value}; constructor: ${value?.constructor
79
- ?.name}; props: ${propsForError(value)}`);
78
+ throw new Error(`Unexpected data type: ${typeof value}; constructor: ${value?.constructor?.name}; props: ${propsForError(value)}`);
80
79
  }
81
80
  return parts;
82
81
  }