flexprice-ts-temp 0.0.44 → 0.0.46

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.
@@ -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";
34
- readonly sdkVersion: "0.0.44";
34
+ readonly sdkVersion: "0.0.46";
35
35
  readonly genVersion: "2.845.1";
36
- readonly userAgent: "speakeasy-sdk/typescript 0.0.44 2.845.1 1.0 flexprice-ts-temp";
36
+ readonly userAgent: "speakeasy-sdk/typescript 0.0.46 2.845.1 1.0 flexprice-ts-temp";
37
37
  };
38
38
  //# sourceMappingURL=config.d.ts.map
@@ -28,8 +28,8 @@ function serverURLFromOptions(options) {
28
28
  exports.SDK_METADATA = {
29
29
  language: "typescript",
30
30
  openapiDocVersion: "1.0",
31
- sdkVersion: "0.0.44",
31
+ sdkVersion: "0.0.46",
32
32
  genVersion: "2.845.1",
33
- userAgent: "speakeasy-sdk/typescript 0.0.44 2.845.1 1.0 flexprice-ts-temp",
33
+ userAgent: "speakeasy-sdk/typescript 0.0.46 2.845.1 1.0 flexprice-ts-temp",
34
34
  };
35
35
  //# sourceMappingURL=config.js.map
@@ -1,6 +1,7 @@
1
1
  import * as z from "zod/v3";
2
2
  import { ClosedEnum } from "../../types/enums.js";
3
3
  export declare const TypesWindowSize: {
4
+ readonly Month: "MONTH";
4
5
  readonly Minute: "MINUTE";
5
6
  readonly FifteenMIN: "15MIN";
6
7
  readonly ThirtyMIN: "30MIN";
@@ -10,7 +11,6 @@ export declare const TypesWindowSize: {
10
11
  readonly TwelveHOUR: "12HOUR";
11
12
  readonly Day: "DAY";
12
13
  readonly Week: "WEEK";
13
- readonly Month: "MONTH";
14
14
  };
15
15
  export type TypesWindowSize = ClosedEnum<typeof TypesWindowSize>;
16
16
  /** @internal */
@@ -39,6 +39,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.TypesWindowSize$outboundSchema = exports.TypesWindowSize$inboundSchema = exports.TypesWindowSize = void 0;
40
40
  const z = __importStar(require("zod/v3"));
41
41
  exports.TypesWindowSize = {
42
+ Month: "MONTH",
42
43
  Minute: "MINUTE",
43
44
  FifteenMIN: "15MIN",
44
45
  ThirtyMIN: "30MIN",
@@ -48,7 +49,6 @@ exports.TypesWindowSize = {
48
49
  TwelveHOUR: "12HOUR",
49
50
  Day: "DAY",
50
51
  Week: "WEEK",
51
- Month: "MONTH",
52
52
  };
53
53
  /** @internal */
54
54
  exports.TypesWindowSize$inboundSchema = z.nativeEnum(exports.TypesWindowSize);
@@ -1 +1 @@
1
- {"version":3,"file":"typeswindowsize.js","sourceRoot":"","sources":["../../../../../src/sdk/models/shared/typeswindowsize.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAGf,QAAA,eAAe,GAAG;IAC7B,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,OAAO;IAClB,OAAO,EAAE,OAAO;IAChB,UAAU,EAAE,QAAQ;IACpB,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;CACN,CAAC;AAGX,gBAAgB;AACH,QAAA,6BAA6B,GAEtC,CAAC,CAAC,UAAU,CAAC,uBAAe,CAAC,CAAC;AAClC,gBAAgB;AACH,QAAA,8BAA8B,GAEvC,qCAA6B,CAAC"}
1
+ {"version":3,"file":"typeswindowsize.js","sourceRoot":"","sources":["../../../../../src/sdk/models/shared/typeswindowsize.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAGf,QAAA,eAAe,GAAG;IAC7B,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,OAAO;IAClB,OAAO,EAAE,OAAO;IAChB,UAAU,EAAE,QAAQ;IACpB,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACJ,CAAC;AAGX,gBAAgB;AACH,QAAA,6BAA6B,GAEtC,CAAC,CAAC,UAAU,CAAC,uBAAe,CAAC,CAAC;AAClC,gBAAgB;AACH,QAAA,8BAA8B,GAEvC,qCAA6B,CAAC"}
@@ -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";
34
- readonly sdkVersion: "0.0.44";
34
+ readonly sdkVersion: "0.0.46";
35
35
  readonly genVersion: "2.845.1";
36
- readonly userAgent: "speakeasy-sdk/typescript 0.0.44 2.845.1 1.0 flexprice-ts-temp";
36
+ readonly userAgent: "speakeasy-sdk/typescript 0.0.46 2.845.1 1.0 flexprice-ts-temp";
37
37
  };
38
38
  //# sourceMappingURL=config.d.ts.map
@@ -24,8 +24,8 @@ export function serverURLFromOptions(options) {
24
24
  export const SDK_METADATA = {
25
25
  language: "typescript",
26
26
  openapiDocVersion: "1.0",
27
- sdkVersion: "0.0.44",
27
+ sdkVersion: "0.0.46",
28
28
  genVersion: "2.845.1",
29
- userAgent: "speakeasy-sdk/typescript 0.0.44 2.845.1 1.0 flexprice-ts-temp",
29
+ userAgent: "speakeasy-sdk/typescript 0.0.46 2.845.1 1.0 flexprice-ts-temp",
30
30
  };
31
31
  //# sourceMappingURL=config.js.map
@@ -1,6 +1,7 @@
1
1
  import * as z from "zod/v3";
2
2
  import { ClosedEnum } from "../../types/enums.js";
3
3
  export declare const TypesWindowSize: {
4
+ readonly Month: "MONTH";
4
5
  readonly Minute: "MINUTE";
5
6
  readonly FifteenMIN: "15MIN";
6
7
  readonly ThirtyMIN: "30MIN";
@@ -10,7 +11,6 @@ export declare const TypesWindowSize: {
10
11
  readonly TwelveHOUR: "12HOUR";
11
12
  readonly Day: "DAY";
12
13
  readonly Week: "WEEK";
13
- readonly Month: "MONTH";
14
14
  };
15
15
  export type TypesWindowSize = ClosedEnum<typeof TypesWindowSize>;
16
16
  /** @internal */
@@ -3,6 +3,7 @@
3
3
  */
4
4
  import * as z from "zod/v3";
5
5
  export const TypesWindowSize = {
6
+ Month: "MONTH",
6
7
  Minute: "MINUTE",
7
8
  FifteenMIN: "15MIN",
8
9
  ThirtyMIN: "30MIN",
@@ -12,7 +13,6 @@ export const TypesWindowSize = {
12
13
  TwelveHOUR: "12HOUR",
13
14
  Day: "DAY",
14
15
  Week: "WEEK",
15
- Month: "MONTH",
16
16
  };
17
17
  /** @internal */
18
18
  export const TypesWindowSize$inboundSchema = z.nativeEnum(TypesWindowSize);
@@ -1 +1 @@
1
- {"version":3,"file":"typeswindowsize.js","sourceRoot":"","sources":["../../../../../src/sdk/models/shared/typeswindowsize.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,OAAO;IAClB,OAAO,EAAE,OAAO;IAChB,UAAU,EAAE,QAAQ;IACpB,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;CACN,CAAC;AAGX,gBAAgB;AAChB,MAAM,CAAC,MAAM,6BAA6B,GAEtC,CAAC,CAAC,UAAU,CAAC,eAAe,CAAC,CAAC;AAClC,gBAAgB;AAChB,MAAM,CAAC,MAAM,8BAA8B,GAEvC,6BAA6B,CAAC"}
1
+ {"version":3,"file":"typeswindowsize.js","sourceRoot":"","sources":["../../../../../src/sdk/models/shared/typeswindowsize.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,OAAO;IAClB,OAAO,EAAE,OAAO;IAChB,UAAU,EAAE,QAAQ;IACpB,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACJ,CAAC;AAGX,gBAAgB;AAChB,MAAM,CAAC,MAAM,6BAA6B,GAEtC,CAAC,CAAC,UAAU,CAAC,eAAe,CAAC,CAAC;AAClC,gBAAgB;AAChB,MAAM,CAAC,MAAM,8BAA8B,GAEvC,6BAA6B,CAAC"}
@@ -5,11 +5,11 @@
5
5
  ```typescript
6
6
  import { TypesWindowSize } from "flexprice-ts-temp/sdk/models/shared";
7
7
 
8
- let value: TypesWindowSize = "6HOUR";
8
+ let value: TypesWindowSize = "3HOUR";
9
9
  ```
10
10
 
11
11
  ## Values
12
12
 
13
13
  ```typescript
14
- "MINUTE" | "15MIN" | "30MIN" | "HOUR" | "3HOUR" | "6HOUR" | "12HOUR" | "DAY" | "WEEK" | "MONTH"
14
+ "MONTH" | "MINUTE" | "15MIN" | "30MIN" | "HOUR" | "3HOUR" | "6HOUR" | "12HOUR" | "DAY" | "WEEK"
15
15
  ```
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "flexprice-ts-temp",
5
- "version": "0.0.44",
5
+ "version": "0.0.46",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./sdk/models/errors": "./src/sdk/models/errors/index.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexprice-ts-temp",
3
- "version": "0.0.44",
3
+ "version": "0.0.46",
4
4
  "author": "Speakeasy",
5
5
  "type": "module",
6
6
  "tshy": {
package/src/lib/config.ts CHANGED
@@ -58,7 +58,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
58
58
  export const SDK_METADATA = {
59
59
  language: "typescript",
60
60
  openapiDocVersion: "1.0",
61
- sdkVersion: "0.0.44",
61
+ sdkVersion: "0.0.46",
62
62
  genVersion: "2.845.1",
63
- userAgent: "speakeasy-sdk/typescript 0.0.44 2.845.1 1.0 flexprice-ts-temp",
63
+ userAgent: "speakeasy-sdk/typescript 0.0.46 2.845.1 1.0 flexprice-ts-temp",
64
64
  } as const;
@@ -6,6 +6,7 @@ import * as z from "zod/v3";
6
6
  import { ClosedEnum } from "../../types/enums.js";
7
7
 
8
8
  export const TypesWindowSize = {
9
+ Month: "MONTH",
9
10
  Minute: "MINUTE",
10
11
  FifteenMIN: "15MIN",
11
12
  ThirtyMIN: "30MIN",
@@ -15,7 +16,6 @@ export const TypesWindowSize = {
15
16
  TwelveHOUR: "12HOUR",
16
17
  Day: "DAY",
17
18
  Week: "WEEK",
18
- Month: "MONTH",
19
19
  } as const;
20
20
  export type TypesWindowSize = ClosedEnum<typeof TypesWindowSize>;
21
21