@aurora-interactive/fankare-api-sdk 0.0.4 → 0.0.5

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/FUNCTIONS.md CHANGED
@@ -34,6 +34,7 @@ async function run() {
34
34
  email: "Erick_McClure81@hotmail.com",
35
35
  password: "4rmpu4fcbiqyYPN",
36
36
  displayName: "Abbey80",
37
+ bio: "<value>",
37
38
  });
38
39
  if (res.ok) {
39
40
  const { value: result } = res;
package/README.md CHANGED
@@ -99,6 +99,7 @@ async function run() {
99
99
  email: "Erick_McClure81@hotmail.com",
100
100
  password: "4rmpu4fcbiqyYPN",
101
101
  displayName: "Abbey80",
102
+ bio: "<value>",
102
103
  });
103
104
 
104
105
  console.log(result);
@@ -134,6 +135,7 @@ async function run() {
134
135
  email: "Erick_McClure81@hotmail.com",
135
136
  password: "4rmpu4fcbiqyYPN",
136
137
  displayName: "Abbey80",
138
+ bio: "<value>",
137
139
  });
138
140
 
139
141
  console.log(result);
@@ -250,6 +252,7 @@ async function run() {
250
252
  email: "Erick_McClure81@hotmail.com",
251
253
  password: "4rmpu4fcbiqyYPN",
252
254
  displayName: "Abbey80",
255
+ bio: "<value>",
253
256
  }, {
254
257
  retries: {
255
258
  strategy: "backoff",
@@ -294,6 +297,7 @@ async function run() {
294
297
  email: "Erick_McClure81@hotmail.com",
295
298
  password: "4rmpu4fcbiqyYPN",
296
299
  displayName: "Abbey80",
300
+ bio: "<value>",
297
301
  });
298
302
 
299
303
  console.log(result);
@@ -333,6 +337,7 @@ async function run() {
333
337
  email: "Erick_McClure81@hotmail.com",
334
338
  password: "4rmpu4fcbiqyYPN",
335
339
  displayName: "Abbey80",
340
+ bio: "<value>",
336
341
  });
337
342
 
338
343
  console.log(result);
@@ -392,6 +397,7 @@ async function run() {
392
397
  email: "Erick_McClure81@hotmail.com",
393
398
  password: "4rmpu4fcbiqyYPN",
394
399
  displayName: "Abbey80",
400
+ bio: "<value>",
395
401
  });
396
402
 
397
403
  console.log(result);
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
31
31
  export declare const SDK_METADATA: {
32
32
  readonly language: "typescript";
33
33
  readonly openapiDocVersion: "1.0.0";
34
- readonly sdkVersion: "0.0.4";
34
+ readonly sdkVersion: "0.0.5";
35
35
  readonly genVersion: "2.911.0";
36
- readonly userAgent: "speakeasy-sdk/typescript 0.0.4 2.911.0 1.0.0 openapi";
36
+ readonly userAgent: "speakeasy-sdk/typescript 0.0.5 2.911.0 1.0.0 openapi";
37
37
  };
38
38
  //# sourceMappingURL=config.d.ts.map
package/esm/lib/config.js CHANGED
@@ -28,8 +28,8 @@ export function serverURLFromOptions(options) {
28
28
  export const SDK_METADATA = {
29
29
  language: "typescript",
30
30
  openapiDocVersion: "1.0.0",
31
- sdkVersion: "0.0.4",
31
+ sdkVersion: "0.0.5",
32
32
  genVersion: "2.911.0",
33
- userAgent: "speakeasy-sdk/typescript 0.0.4 2.911.0 1.0.0 openapi",
33
+ userAgent: "speakeasy-sdk/typescript 0.0.5 2.911.0 1.0.0 openapi",
34
34
  };
35
35
  //# sourceMappingURL=config.js.map
@@ -4,6 +4,7 @@ export type RegisterRequest = {
4
4
  email: string;
5
5
  password: string;
6
6
  displayName: string;
7
+ bio: string;
7
8
  };
8
9
  /** @internal */
9
10
  export type RegisterRequest$Outbound = {
@@ -11,6 +12,7 @@ export type RegisterRequest$Outbound = {
11
12
  email: string;
12
13
  password: string;
13
14
  displayName: string;
15
+ bio: string;
14
16
  };
15
17
  /** @internal */
16
18
  export declare const RegisterRequest$outboundSchema: z.ZodMiniType<RegisterRequest$Outbound, RegisterRequest>;
@@ -1 +1 @@
1
- {"version":3,"file":"register-request.d.ts","sourceRoot":"","sources":["../../src/models/register-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,wBAAwB,GAAG;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,WAAW,CACxD,wBAAwB,EACxB,eAAe,CAMf,CAAC;AAEH,wBAAgB,qBAAqB,CACnC,eAAe,EAAE,eAAe,GAC/B,MAAM,CAER"}
1
+ {"version":3,"file":"register-request.d.ts","sourceRoot":"","sources":["../../src/models/register-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,wBAAwB,GAAG;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,WAAW,CACxD,wBAAwB,EACxB,eAAe,CAOf,CAAC;AAEH,wBAAgB,qBAAqB,CACnC,eAAe,EAAE,eAAe,GAC/B,MAAM,CAER"}
@@ -9,6 +9,7 @@ export const RegisterRequest$outboundSchema = z.object({
9
9
  email: z.string(),
10
10
  password: z.string(),
11
11
  displayName: z.string(),
12
+ bio: z.string(),
12
13
  });
13
14
  export function registerRequestToJSON(registerRequest) {
14
15
  return JSON.stringify(RegisterRequest$outboundSchema.parse(registerRequest));
@@ -1 +1 @@
1
- {"version":3,"file":"register-request.js","sourceRoot":"","sources":["../../src/models/register-request.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAiBjC,gBAAgB;AAChB,MAAM,CAAC,MAAM,8BAA8B,GAGvC,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;CACxB,CAAC,CAAC;AAEH,MAAM,UAAU,qBAAqB,CACnC,eAAgC,EACxB;IACR,OAAO,IAAI,CAAC,SAAS,CAAC,8BAA8B,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC;AAAA,CAC9E"}
1
+ {"version":3,"file":"register-request.js","sourceRoot":"","sources":["../../src/models/register-request.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAmBjC,gBAAgB;AAChB,MAAM,CAAC,MAAM,8BAA8B,GAGvC,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;IACvB,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE;CAChB,CAAC,CAAC;AAEH,MAAM,UAAU,qBAAqB,CACnC,eAAgC,EACxB;IACR,OAAO,IAAI,CAAC,SAAS,CAAC,8BAA8B,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC;AAAA,CAC9E"}
@@ -24,6 +24,7 @@ async function main() {
24
24
  email: "Erick_McClure81@hotmail.com",
25
25
  password: "4rmpu4fcbiqyYPN",
26
26
  displayName: "Abbey80",
27
+ bio: "<value>",
27
28
  });
28
29
 
29
30
  console.log(result);
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "@aurora-interactive/fankare-api-sdk",
5
- "version": "0.0.4",
5
+ "version": "0.0.5",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurora-interactive/fankare-api-sdk",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "author": "Aurora Interactive",
5
5
  "type": "module",
6
6
  "main": "./esm/index.js",
package/src/lib/config.ts CHANGED
@@ -62,7 +62,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
62
62
  export const SDK_METADATA = {
63
63
  language: "typescript",
64
64
  openapiDocVersion: "1.0.0",
65
- sdkVersion: "0.0.4",
65
+ sdkVersion: "0.0.5",
66
66
  genVersion: "2.911.0",
67
- userAgent: "speakeasy-sdk/typescript 0.0.4 2.911.0 1.0.0 openapi",
67
+ userAgent: "speakeasy-sdk/typescript 0.0.5 2.911.0 1.0.0 openapi",
68
68
  } as const;
@@ -10,6 +10,7 @@ export type RegisterRequest = {
10
10
  email: string;
11
11
  password: string;
12
12
  displayName: string;
13
+ bio: string;
13
14
  };
14
15
 
15
16
  /** @internal */
@@ -18,6 +19,7 @@ export type RegisterRequest$Outbound = {
18
19
  email: string;
19
20
  password: string;
20
21
  displayName: string;
22
+ bio: string;
21
23
  };
22
24
 
23
25
  /** @internal */
@@ -29,6 +31,7 @@ export const RegisterRequest$outboundSchema: z.ZodMiniType<
29
31
  email: z.string(),
30
32
  password: z.string(),
31
33
  displayName: z.string(),
34
+ bio: z.string(),
32
35
  });
33
36
 
34
37
  export function registerRequestToJSON(