@steamsets/client-ts 0.33.1 → 0.33.2
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/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/v1admincmscreaterequestbody.d.ts +1 -16
- package/models/components/v1admincmscreaterequestbody.d.ts.map +1 -1
- package/models/components/v1admincmscreaterequestbody.js +2 -15
- package/models/components/v1admincmscreaterequestbody.js.map +1 -1
- package/models/components/v1admincmsreorderrequestbody.d.ts +1 -16
- package/models/components/v1admincmsreorderrequestbody.d.ts.map +1 -1
- package/models/components/v1admincmsreorderrequestbody.js +2 -15
- package/models/components/v1admincmsreorderrequestbody.js.map +1 -1
- package/models/operations/cmslist.d.ts +1 -22
- package/models/operations/cmslist.d.ts.map +1 -1
- package/models/operations/cmslist.js +2 -18
- package/models/operations/cmslist.js.map +1 -1
- package/models/operations/list.d.ts +1 -22
- package/models/operations/list.d.ts.map +1 -1
- package/models/operations/list.js +2 -18
- package/models/operations/list.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/v1admincmscreaterequestbody.ts +2 -23
- package/src/models/components/v1admincmsreorderrequestbody.ts +2 -23
- package/src/models/operations/cmslist.ts +2 -27
- package/src/models/operations/list.ts +2 -27
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -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.33.
|
|
34
|
+
readonly sdkVersion: "0.33.2";
|
|
35
35
|
readonly genVersion: "2.881.4";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.33.
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.33.2 2.881.4 1.0.0 @steamsets/client-ts";
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -29,8 +29,8 @@ function serverURLFromOptions(options) {
|
|
|
29
29
|
exports.SDK_METADATA = {
|
|
30
30
|
language: "typescript",
|
|
31
31
|
openapiDocVersion: "1.0.0",
|
|
32
|
-
sdkVersion: "0.33.
|
|
32
|
+
sdkVersion: "0.33.2",
|
|
33
33
|
genVersion: "2.881.4",
|
|
34
|
-
userAgent: "speakeasy-sdk/typescript 0.33.
|
|
34
|
+
userAgent: "speakeasy-sdk/typescript 0.33.2 2.881.4 1.0.0 @steamsets/client-ts",
|
|
35
35
|
};
|
|
36
36
|
//# sourceMappingURL=config.js.map
|
|
@@ -1,17 +1,4 @@
|
|
|
1
1
|
import * as z from "zod/v3";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
-
export declare const V1AdminCmsCreateRequestBodyType: {
|
|
4
|
-
readonly NavItem: "nav_item";
|
|
5
|
-
readonly Faq: "faq";
|
|
6
|
-
readonly Partner: "partner";
|
|
7
|
-
readonly FooterCategory: "footer_category";
|
|
8
|
-
readonly FooterLink: "footer_link";
|
|
9
|
-
readonly DonateFeature: "donate_feature";
|
|
10
|
-
readonly RoleMeta: "role_meta";
|
|
11
|
-
readonly StaffText: "staff_text";
|
|
12
|
-
readonly Page: "page";
|
|
13
|
-
};
|
|
14
|
-
export type V1AdminCmsCreateRequestBodyType = ClosedEnum<typeof V1AdminCmsCreateRequestBodyType>;
|
|
15
2
|
export type V1AdminCmsCreateRequestBody = {
|
|
16
3
|
/**
|
|
17
4
|
* Stable slug, unique within type
|
|
@@ -24,11 +11,9 @@ export type V1AdminCmsCreateRequestBody = {
|
|
|
24
11
|
*/
|
|
25
12
|
payload?: any | undefined;
|
|
26
13
|
sortOrder: number;
|
|
27
|
-
type:
|
|
14
|
+
type: string;
|
|
28
15
|
};
|
|
29
16
|
/** @internal */
|
|
30
|
-
export declare const V1AdminCmsCreateRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof V1AdminCmsCreateRequestBodyType>;
|
|
31
|
-
/** @internal */
|
|
32
17
|
export type V1AdminCmsCreateRequestBody$Outbound = {
|
|
33
18
|
doc_key: string;
|
|
34
19
|
note?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1admincmscreaterequestbody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1admincmscreaterequestbody.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"v1admincmscreaterequestbody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1admincmscreaterequestbody.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,OAAO,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,oCAAoC,GAAG;IACjD,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,OAAO,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAChE,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,2BAA2B,CAc3B,CAAC;AAEH,wBAAgB,iCAAiC,CAC/C,2BAA2B,EAAE,2BAA2B,GACvD,MAAM,CAMR"}
|
|
@@ -36,23 +36,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.V1AdminCmsCreateRequestBody$outboundSchema =
|
|
39
|
+
exports.V1AdminCmsCreateRequestBody$outboundSchema = void 0;
|
|
40
40
|
exports.v1AdminCmsCreateRequestBodyToJSON = v1AdminCmsCreateRequestBodyToJSON;
|
|
41
41
|
const z = __importStar(require("zod/v3"));
|
|
42
42
|
const primitives_js_1 = require("../../lib/primitives.js");
|
|
43
|
-
exports.V1AdminCmsCreateRequestBodyType = {
|
|
44
|
-
NavItem: "nav_item",
|
|
45
|
-
Faq: "faq",
|
|
46
|
-
Partner: "partner",
|
|
47
|
-
FooterCategory: "footer_category",
|
|
48
|
-
FooterLink: "footer_link",
|
|
49
|
-
DonateFeature: "donate_feature",
|
|
50
|
-
RoleMeta: "role_meta",
|
|
51
|
-
StaffText: "staff_text",
|
|
52
|
-
Page: "page",
|
|
53
|
-
};
|
|
54
|
-
/** @internal */
|
|
55
|
-
exports.V1AdminCmsCreateRequestBodyType$outboundSchema = z.nativeEnum(exports.V1AdminCmsCreateRequestBodyType);
|
|
56
43
|
/** @internal */
|
|
57
44
|
exports.V1AdminCmsCreateRequestBody$outboundSchema = z.object({
|
|
58
45
|
docKey: z.string(),
|
|
@@ -60,7 +47,7 @@ exports.V1AdminCmsCreateRequestBody$outboundSchema = z.object({
|
|
|
60
47
|
parentUid: z.string().optional(),
|
|
61
48
|
payload: z.any().optional(),
|
|
62
49
|
sortOrder: z.number().int(),
|
|
63
|
-
type:
|
|
50
|
+
type: z.string(),
|
|
64
51
|
}).transform((v) => {
|
|
65
52
|
return (0, primitives_js_1.remap)(v, {
|
|
66
53
|
docKey: "doc_key",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1admincmscreaterequestbody.js","sourceRoot":"","sources":["../../src/models/components/v1admincmscreaterequestbody.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"v1admincmscreaterequestbody.js","sourceRoot":"","sources":["../../src/models/components/v1admincmscreaterequestbody.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkDH,8EAQC;AAxDD,0CAA4B;AAC5B,2DAA0D;AA2B1D,gBAAgB;AACH,QAAA,0CAA0C,GAInD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,OAAO,EAAE,CAAC,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAC3B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC3B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,MAAM,EAAE,SAAS;QACjB,SAAS,EAAE,YAAY;QACvB,SAAS,EAAE,YAAY;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,iCAAiC,CAC/C,2BAAwD;IAExD,OAAO,IAAI,CAAC,SAAS,CACnB,kDAA0C,CAAC,KAAK,CAC9C,2BAA2B,CAC5B,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -1,25 +1,10 @@
|
|
|
1
1
|
import * as z from "zod/v3";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
2
|
import { ReorderItemReq, ReorderItemReq$Outbound } from "./reorderitemreq.js";
|
|
4
|
-
export declare const V1AdminCmsReorderRequestBodyType: {
|
|
5
|
-
readonly NavItem: "nav_item";
|
|
6
|
-
readonly Faq: "faq";
|
|
7
|
-
readonly Partner: "partner";
|
|
8
|
-
readonly FooterCategory: "footer_category";
|
|
9
|
-
readonly FooterLink: "footer_link";
|
|
10
|
-
readonly DonateFeature: "donate_feature";
|
|
11
|
-
readonly RoleMeta: "role_meta";
|
|
12
|
-
readonly StaffText: "staff_text";
|
|
13
|
-
readonly Page: "page";
|
|
14
|
-
};
|
|
15
|
-
export type V1AdminCmsReorderRequestBodyType = ClosedEnum<typeof V1AdminCmsReorderRequestBodyType>;
|
|
16
3
|
export type V1AdminCmsReorderRequestBody = {
|
|
17
4
|
items: Array<ReorderItemReq> | null;
|
|
18
|
-
type:
|
|
5
|
+
type: string;
|
|
19
6
|
};
|
|
20
7
|
/** @internal */
|
|
21
|
-
export declare const V1AdminCmsReorderRequestBodyType$outboundSchema: z.ZodNativeEnum<typeof V1AdminCmsReorderRequestBodyType>;
|
|
22
|
-
/** @internal */
|
|
23
8
|
export type V1AdminCmsReorderRequestBody$Outbound = {
|
|
24
9
|
items: Array<ReorderItemReq$Outbound> | null;
|
|
25
10
|
type: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1admincmsreorderrequestbody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1admincmsreorderrequestbody.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,
|
|
1
|
+
{"version":3,"file":"v1admincmsreorderrequestbody.d.ts","sourceRoot":"","sources":["../../src/models/components/v1admincmsreorderrequestbody.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EACL,cAAc,EACd,uBAAuB,EAExB,MAAM,qBAAqB,CAAC;AAE7B,MAAM,MAAM,4BAA4B,GAAG;IACzC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IACpC,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,qCAAqC,GAAG;IAClD,KAAK,EAAE,KAAK,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;IAC7C,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,OAAO,CACjE,qCAAqC,EACrC,CAAC,CAAC,UAAU,EACZ,4BAA4B,CAI5B,CAAC;AAEH,wBAAgB,kCAAkC,CAChD,4BAA4B,EAAE,4BAA4B,GACzD,MAAM,CAMR"}
|
|
@@ -36,27 +36,14 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.V1AdminCmsReorderRequestBody$outboundSchema =
|
|
39
|
+
exports.V1AdminCmsReorderRequestBody$outboundSchema = void 0;
|
|
40
40
|
exports.v1AdminCmsReorderRequestBodyToJSON = v1AdminCmsReorderRequestBodyToJSON;
|
|
41
41
|
const z = __importStar(require("zod/v3"));
|
|
42
42
|
const reorderitemreq_js_1 = require("./reorderitemreq.js");
|
|
43
|
-
exports.V1AdminCmsReorderRequestBodyType = {
|
|
44
|
-
NavItem: "nav_item",
|
|
45
|
-
Faq: "faq",
|
|
46
|
-
Partner: "partner",
|
|
47
|
-
FooterCategory: "footer_category",
|
|
48
|
-
FooterLink: "footer_link",
|
|
49
|
-
DonateFeature: "donate_feature",
|
|
50
|
-
RoleMeta: "role_meta",
|
|
51
|
-
StaffText: "staff_text",
|
|
52
|
-
Page: "page",
|
|
53
|
-
};
|
|
54
|
-
/** @internal */
|
|
55
|
-
exports.V1AdminCmsReorderRequestBodyType$outboundSchema = z.nativeEnum(exports.V1AdminCmsReorderRequestBodyType);
|
|
56
43
|
/** @internal */
|
|
57
44
|
exports.V1AdminCmsReorderRequestBody$outboundSchema = z.object({
|
|
58
45
|
items: z.nullable(z.array(reorderitemreq_js_1.ReorderItemReq$outboundSchema)),
|
|
59
|
-
type:
|
|
46
|
+
type: z.string(),
|
|
60
47
|
});
|
|
61
48
|
function v1AdminCmsReorderRequestBodyToJSON(v1AdminCmsReorderRequestBody) {
|
|
62
49
|
return JSON.stringify(exports.V1AdminCmsReorderRequestBody$outboundSchema.parse(v1AdminCmsReorderRequestBody));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1admincmsreorderrequestbody.js","sourceRoot":"","sources":["../../src/models/components/v1admincmsreorderrequestbody.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"v1admincmsreorderrequestbody.js","sourceRoot":"","sources":["../../src/models/components/v1admincmsreorderrequestbody.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BH,gFAQC;AApCD,0CAA4B;AAC5B,2DAI6B;AAa7B,gBAAgB;AACH,QAAA,2CAA2C,GAIpD,CAAC,CAAC,MAAM,CAAC;IACX,KAAK,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,iDAA6B,CAAC,CAAC;IACzD,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAEH,SAAgB,kCAAkC,CAChD,4BAA0D;IAE1D,OAAO,IAAI,CAAC,SAAS,CACnB,mDAA2C,CAAC,KAAK,CAC/C,4BAA4B,CAC7B,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -1,31 +1,12 @@
|
|
|
1
1
|
import * as z from "zod/v3";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
3
|
import * as components from "../components/index.js";
|
|
5
4
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
|
-
/**
|
|
7
|
-
* Document type
|
|
8
|
-
*/
|
|
9
|
-
export declare const Type: {
|
|
10
|
-
readonly NavItem: "nav_item";
|
|
11
|
-
readonly Faq: "faq";
|
|
12
|
-
readonly Partner: "partner";
|
|
13
|
-
readonly FooterCategory: "footer_category";
|
|
14
|
-
readonly FooterLink: "footer_link";
|
|
15
|
-
readonly DonateFeature: "donate_feature";
|
|
16
|
-
readonly RoleMeta: "role_meta";
|
|
17
|
-
readonly StaffText: "staff_text";
|
|
18
|
-
readonly Page: "page";
|
|
19
|
-
};
|
|
20
|
-
/**
|
|
21
|
-
* Document type
|
|
22
|
-
*/
|
|
23
|
-
export type Type = ClosedEnum<typeof Type>;
|
|
24
5
|
export type CmsListRequest = {
|
|
25
6
|
/**
|
|
26
7
|
* Document type
|
|
27
8
|
*/
|
|
28
|
-
type:
|
|
9
|
+
type: string;
|
|
29
10
|
};
|
|
30
11
|
export type CmsListResponse = {
|
|
31
12
|
httpMeta: components.HTTPMetadata;
|
|
@@ -35,8 +16,6 @@ export type CmsListResponse = {
|
|
|
35
16
|
v1AdminCmsListResponseBody?: components.V1AdminCmsListResponseBody | undefined;
|
|
36
17
|
};
|
|
37
18
|
/** @internal */
|
|
38
|
-
export declare const Type$outboundSchema: z.ZodNativeEnum<typeof Type>;
|
|
39
|
-
/** @internal */
|
|
40
19
|
export type CmsListRequest$Outbound = {
|
|
41
20
|
type: string;
|
|
42
21
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmslist.d.ts","sourceRoot":"","sources":["../../src/models/operations/cmslist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"cmslist.d.ts","sourceRoot":"","sources":["../../src/models/operations/cmslist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,0BAA0B,CAAC,EACvB,UAAU,CAAC,0BAA0B,GACrC,SAAS,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,cAAc,CAGd,CAAC;AAEH,wBAAgB,oBAAoB,CAAC,cAAc,EAAE,cAAc,GAAG,MAAM,CAE3E;AAED,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,eAAe,EACf,CAAC,CAAC,UAAU,EACZ,OAAO,CAUP,CAAC;AAEH,wBAAgB,uBAAuB,CACrC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,eAAe,EAAE,kBAAkB,CAAC,CAMtD"}
|
|
@@ -36,32 +36,16 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.CmsListResponse$inboundSchema = exports.CmsListRequest$outboundSchema =
|
|
39
|
+
exports.CmsListResponse$inboundSchema = exports.CmsListRequest$outboundSchema = void 0;
|
|
40
40
|
exports.cmsListRequestToJSON = cmsListRequestToJSON;
|
|
41
41
|
exports.cmsListResponseFromJSON = cmsListResponseFromJSON;
|
|
42
42
|
const z = __importStar(require("zod/v3"));
|
|
43
43
|
const primitives_js_1 = require("../../lib/primitives.js");
|
|
44
44
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
45
45
|
const components = __importStar(require("../components/index.js"));
|
|
46
|
-
/**
|
|
47
|
-
* Document type
|
|
48
|
-
*/
|
|
49
|
-
exports.Type = {
|
|
50
|
-
NavItem: "nav_item",
|
|
51
|
-
Faq: "faq",
|
|
52
|
-
Partner: "partner",
|
|
53
|
-
FooterCategory: "footer_category",
|
|
54
|
-
FooterLink: "footer_link",
|
|
55
|
-
DonateFeature: "donate_feature",
|
|
56
|
-
RoleMeta: "role_meta",
|
|
57
|
-
StaffText: "staff_text",
|
|
58
|
-
Page: "page",
|
|
59
|
-
};
|
|
60
|
-
/** @internal */
|
|
61
|
-
exports.Type$outboundSchema = z.nativeEnum(exports.Type);
|
|
62
46
|
/** @internal */
|
|
63
47
|
exports.CmsListRequest$outboundSchema = z.object({
|
|
64
|
-
type:
|
|
48
|
+
type: z.string(),
|
|
65
49
|
});
|
|
66
50
|
function cmsListRequestToJSON(cmsListRequest) {
|
|
67
51
|
return JSON.stringify(exports.CmsListRequest$outboundSchema.parse(cmsListRequest));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cmslist.js","sourceRoot":"","sources":["../../src/models/operations/cmslist.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"cmslist.js","sourceRoot":"","sources":["../../src/models/operations/cmslist.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwCH,oDAEC;AAkBD,0DAQC;AAlED,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAEjD,mEAAqD;AAyBrD,gBAAgB;AACH,QAAA,6BAA6B,GAItC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;CACjB,CAAC,CAAC;AAEH,SAAgB,oBAAoB,CAAC,cAA8B;IACjE,OAAO,IAAI,CAAC,SAAS,CAAC,qCAA6B,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC;AAC7E,CAAC;AAED,gBAAgB;AACH,QAAA,6BAA6B,GAItC,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,UAAU,CAAC,0BAA0B;IAC/C,0BAA0B,EAAE,UAAU;SACnC,wCAAwC,CAAC,QAAQ,EAAE;CACvD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,UAAU;QACtB,4BAA4B,EAAE,4BAA4B;KAC3D,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,uBAAuB,CACrC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,qCAA6B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzD,6CAA6C,CAC9C,CAAC;AACJ,CAAC"}
|
|
@@ -1,31 +1,12 @@
|
|
|
1
1
|
import * as z from "zod/v3";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
2
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
3
|
import * as components from "../components/index.js";
|
|
5
4
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
6
|
-
/**
|
|
7
|
-
* Document type
|
|
8
|
-
*/
|
|
9
|
-
export declare const QueryParamType: {
|
|
10
|
-
readonly NavItem: "nav_item";
|
|
11
|
-
readonly Faq: "faq";
|
|
12
|
-
readonly Partner: "partner";
|
|
13
|
-
readonly FooterCategory: "footer_category";
|
|
14
|
-
readonly FooterLink: "footer_link";
|
|
15
|
-
readonly DonateFeature: "donate_feature";
|
|
16
|
-
readonly RoleMeta: "role_meta";
|
|
17
|
-
readonly StaffText: "staff_text";
|
|
18
|
-
readonly Page: "page";
|
|
19
|
-
};
|
|
20
|
-
/**
|
|
21
|
-
* Document type
|
|
22
|
-
*/
|
|
23
|
-
export type QueryParamType = ClosedEnum<typeof QueryParamType>;
|
|
24
5
|
export type ListRequest = {
|
|
25
6
|
/**
|
|
26
7
|
* Document type
|
|
27
8
|
*/
|
|
28
|
-
type:
|
|
9
|
+
type: string;
|
|
29
10
|
/**
|
|
30
11
|
* Locale code (e.g. en, de). Defaults to en.
|
|
31
12
|
*/
|
|
@@ -43,8 +24,6 @@ export type ListResponse = {
|
|
|
43
24
|
v1CmsListResponseBody?: components.V1CmsListResponseBody | undefined;
|
|
44
25
|
};
|
|
45
26
|
/** @internal */
|
|
46
|
-
export declare const QueryParamType$outboundSchema: z.ZodNativeEnum<typeof QueryParamType>;
|
|
47
|
-
/** @internal */
|
|
48
27
|
export type ListRequest$Outbound = {
|
|
49
28
|
type: string;
|
|
50
29
|
locale?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../src/models/operations/list.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../src/models/operations/list.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,WAAW,GAAG;IACxB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,qBAAqB,CAAC,EAAE,UAAU,CAAC,qBAAqB,GAAG,SAAS,CAAC;CACtE,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAChD,oBAAoB,EACpB,CAAC,CAAC,UAAU,EACZ,WAAW,CAKX,CAAC;AAEH,wBAAgB,iBAAiB,CAAC,WAAW,EAAE,WAAW,GAAG,MAAM,CAElE;AAED,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAChD,YAAY,EACZ,CAAC,CAAC,UAAU,EACZ,OAAO,CAUP,CAAC;AAEH,wBAAgB,oBAAoB,CAClC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,YAAY,EAAE,kBAAkB,CAAC,CAMnD"}
|
|
@@ -36,32 +36,16 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.ListResponse$inboundSchema = exports.ListRequest$outboundSchema =
|
|
39
|
+
exports.ListResponse$inboundSchema = exports.ListRequest$outboundSchema = void 0;
|
|
40
40
|
exports.listRequestToJSON = listRequestToJSON;
|
|
41
41
|
exports.listResponseFromJSON = listResponseFromJSON;
|
|
42
42
|
const z = __importStar(require("zod/v3"));
|
|
43
43
|
const primitives_js_1 = require("../../lib/primitives.js");
|
|
44
44
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
45
45
|
const components = __importStar(require("../components/index.js"));
|
|
46
|
-
/**
|
|
47
|
-
* Document type
|
|
48
|
-
*/
|
|
49
|
-
exports.QueryParamType = {
|
|
50
|
-
NavItem: "nav_item",
|
|
51
|
-
Faq: "faq",
|
|
52
|
-
Partner: "partner",
|
|
53
|
-
FooterCategory: "footer_category",
|
|
54
|
-
FooterLink: "footer_link",
|
|
55
|
-
DonateFeature: "donate_feature",
|
|
56
|
-
RoleMeta: "role_meta",
|
|
57
|
-
StaffText: "staff_text",
|
|
58
|
-
Page: "page",
|
|
59
|
-
};
|
|
60
|
-
/** @internal */
|
|
61
|
-
exports.QueryParamType$outboundSchema = z.nativeEnum(exports.QueryParamType);
|
|
62
46
|
/** @internal */
|
|
63
47
|
exports.ListRequest$outboundSchema = z.object({
|
|
64
|
-
type:
|
|
48
|
+
type: z.string(),
|
|
65
49
|
locale: z.string().optional(),
|
|
66
50
|
preview: z.string().optional(),
|
|
67
51
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../src/models/operations/list.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../src/models/operations/list.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkDH,8CAEC;AAkBD,oDAQC;AA5ED,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAEjD,mEAAqD;AAiCrD,gBAAgB;AACH,QAAA,0BAA0B,GAInC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC/B,CAAC,CAAC;AAEH,SAAgB,iBAAiB,CAAC,WAAwB;IACxD,OAAO,IAAI,CAAC,SAAS,CAAC,kCAA0B,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC;AACvE,CAAC;AAED,gBAAgB;AACH,QAAA,0BAA0B,GAInC,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,UAAU,CAAC,0BAA0B;IAC/C,qBAAqB,EAAE,UAAU,CAAC,mCAAmC;SAClE,QAAQ,EAAE;CACd,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,UAAU;QACtB,uBAAuB,EAAE,uBAAuB;KACjD,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,oBAAoB,CAClC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,kCAA0B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACtD,0CAA0C,CAC3C,CAAC;AACJ,CAAC"}
|
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -59,8 +59,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
59
59
|
export const SDK_METADATA = {
|
|
60
60
|
language: "typescript",
|
|
61
61
|
openapiDocVersion: "1.0.0",
|
|
62
|
-
sdkVersion: "0.33.
|
|
62
|
+
sdkVersion: "0.33.2",
|
|
63
63
|
genVersion: "2.881.4",
|
|
64
64
|
userAgent:
|
|
65
|
-
"speakeasy-sdk/typescript 0.33.
|
|
65
|
+
"speakeasy-sdk/typescript 0.33.2 2.881.4 1.0.0 @steamsets/client-ts",
|
|
66
66
|
} as const;
|
|
@@ -4,22 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
8
|
-
|
|
9
|
-
export const V1AdminCmsCreateRequestBodyType = {
|
|
10
|
-
NavItem: "nav_item",
|
|
11
|
-
Faq: "faq",
|
|
12
|
-
Partner: "partner",
|
|
13
|
-
FooterCategory: "footer_category",
|
|
14
|
-
FooterLink: "footer_link",
|
|
15
|
-
DonateFeature: "donate_feature",
|
|
16
|
-
RoleMeta: "role_meta",
|
|
17
|
-
StaffText: "staff_text",
|
|
18
|
-
Page: "page",
|
|
19
|
-
} as const;
|
|
20
|
-
export type V1AdminCmsCreateRequestBodyType = ClosedEnum<
|
|
21
|
-
typeof V1AdminCmsCreateRequestBodyType
|
|
22
|
-
>;
|
|
23
7
|
|
|
24
8
|
export type V1AdminCmsCreateRequestBody = {
|
|
25
9
|
/**
|
|
@@ -33,14 +17,9 @@ export type V1AdminCmsCreateRequestBody = {
|
|
|
33
17
|
*/
|
|
34
18
|
payload?: any | undefined;
|
|
35
19
|
sortOrder: number;
|
|
36
|
-
type:
|
|
20
|
+
type: string;
|
|
37
21
|
};
|
|
38
22
|
|
|
39
|
-
/** @internal */
|
|
40
|
-
export const V1AdminCmsCreateRequestBodyType$outboundSchema: z.ZodNativeEnum<
|
|
41
|
-
typeof V1AdminCmsCreateRequestBodyType
|
|
42
|
-
> = z.nativeEnum(V1AdminCmsCreateRequestBodyType);
|
|
43
|
-
|
|
44
23
|
/** @internal */
|
|
45
24
|
export type V1AdminCmsCreateRequestBody$Outbound = {
|
|
46
25
|
doc_key: string;
|
|
@@ -62,7 +41,7 @@ export const V1AdminCmsCreateRequestBody$outboundSchema: z.ZodType<
|
|
|
62
41
|
parentUid: z.string().optional(),
|
|
63
42
|
payload: z.any().optional(),
|
|
64
43
|
sortOrder: z.number().int(),
|
|
65
|
-
type:
|
|
44
|
+
type: z.string(),
|
|
66
45
|
}).transform((v) => {
|
|
67
46
|
return remap$(v, {
|
|
68
47
|
docKey: "doc_key",
|
|
@@ -3,38 +3,17 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
7
6
|
import {
|
|
8
7
|
ReorderItemReq,
|
|
9
8
|
ReorderItemReq$Outbound,
|
|
10
9
|
ReorderItemReq$outboundSchema,
|
|
11
10
|
} from "./reorderitemreq.js";
|
|
12
11
|
|
|
13
|
-
export const V1AdminCmsReorderRequestBodyType = {
|
|
14
|
-
NavItem: "nav_item",
|
|
15
|
-
Faq: "faq",
|
|
16
|
-
Partner: "partner",
|
|
17
|
-
FooterCategory: "footer_category",
|
|
18
|
-
FooterLink: "footer_link",
|
|
19
|
-
DonateFeature: "donate_feature",
|
|
20
|
-
RoleMeta: "role_meta",
|
|
21
|
-
StaffText: "staff_text",
|
|
22
|
-
Page: "page",
|
|
23
|
-
} as const;
|
|
24
|
-
export type V1AdminCmsReorderRequestBodyType = ClosedEnum<
|
|
25
|
-
typeof V1AdminCmsReorderRequestBodyType
|
|
26
|
-
>;
|
|
27
|
-
|
|
28
12
|
export type V1AdminCmsReorderRequestBody = {
|
|
29
13
|
items: Array<ReorderItemReq> | null;
|
|
30
|
-
type:
|
|
14
|
+
type: string;
|
|
31
15
|
};
|
|
32
16
|
|
|
33
|
-
/** @internal */
|
|
34
|
-
export const V1AdminCmsReorderRequestBodyType$outboundSchema: z.ZodNativeEnum<
|
|
35
|
-
typeof V1AdminCmsReorderRequestBodyType
|
|
36
|
-
> = z.nativeEnum(V1AdminCmsReorderRequestBodyType);
|
|
37
|
-
|
|
38
17
|
/** @internal */
|
|
39
18
|
export type V1AdminCmsReorderRequestBody$Outbound = {
|
|
40
19
|
items: Array<ReorderItemReq$Outbound> | null;
|
|
@@ -48,7 +27,7 @@ export const V1AdminCmsReorderRequestBody$outboundSchema: z.ZodType<
|
|
|
48
27
|
V1AdminCmsReorderRequestBody
|
|
49
28
|
> = z.object({
|
|
50
29
|
items: z.nullable(z.array(ReorderItemReq$outboundSchema)),
|
|
51
|
-
type:
|
|
30
|
+
type: z.string(),
|
|
52
31
|
});
|
|
53
32
|
|
|
54
33
|
export function v1AdminCmsReorderRequestBodyToJSON(
|
|
@@ -5,35 +5,15 @@
|
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
9
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
9
|
import * as components from "../components/index.js";
|
|
11
10
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
12
11
|
|
|
13
|
-
/**
|
|
14
|
-
* Document type
|
|
15
|
-
*/
|
|
16
|
-
export const Type = {
|
|
17
|
-
NavItem: "nav_item",
|
|
18
|
-
Faq: "faq",
|
|
19
|
-
Partner: "partner",
|
|
20
|
-
FooterCategory: "footer_category",
|
|
21
|
-
FooterLink: "footer_link",
|
|
22
|
-
DonateFeature: "donate_feature",
|
|
23
|
-
RoleMeta: "role_meta",
|
|
24
|
-
StaffText: "staff_text",
|
|
25
|
-
Page: "page",
|
|
26
|
-
} as const;
|
|
27
|
-
/**
|
|
28
|
-
* Document type
|
|
29
|
-
*/
|
|
30
|
-
export type Type = ClosedEnum<typeof Type>;
|
|
31
|
-
|
|
32
12
|
export type CmsListRequest = {
|
|
33
13
|
/**
|
|
34
14
|
* Document type
|
|
35
15
|
*/
|
|
36
|
-
type:
|
|
16
|
+
type: string;
|
|
37
17
|
};
|
|
38
18
|
|
|
39
19
|
export type CmsListResponse = {
|
|
@@ -46,11 +26,6 @@ export type CmsListResponse = {
|
|
|
46
26
|
| undefined;
|
|
47
27
|
};
|
|
48
28
|
|
|
49
|
-
/** @internal */
|
|
50
|
-
export const Type$outboundSchema: z.ZodNativeEnum<typeof Type> = z.nativeEnum(
|
|
51
|
-
Type,
|
|
52
|
-
);
|
|
53
|
-
|
|
54
29
|
/** @internal */
|
|
55
30
|
export type CmsListRequest$Outbound = {
|
|
56
31
|
type: string;
|
|
@@ -62,7 +37,7 @@ export const CmsListRequest$outboundSchema: z.ZodType<
|
|
|
62
37
|
z.ZodTypeDef,
|
|
63
38
|
CmsListRequest
|
|
64
39
|
> = z.object({
|
|
65
|
-
type:
|
|
40
|
+
type: z.string(),
|
|
66
41
|
});
|
|
67
42
|
|
|
68
43
|
export function cmsListRequestToJSON(cmsListRequest: CmsListRequest): string {
|
|
@@ -5,35 +5,15 @@
|
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../lib/schemas.js";
|
|
8
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
9
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
10
9
|
import * as components from "../components/index.js";
|
|
11
10
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
12
11
|
|
|
13
|
-
/**
|
|
14
|
-
* Document type
|
|
15
|
-
*/
|
|
16
|
-
export const QueryParamType = {
|
|
17
|
-
NavItem: "nav_item",
|
|
18
|
-
Faq: "faq",
|
|
19
|
-
Partner: "partner",
|
|
20
|
-
FooterCategory: "footer_category",
|
|
21
|
-
FooterLink: "footer_link",
|
|
22
|
-
DonateFeature: "donate_feature",
|
|
23
|
-
RoleMeta: "role_meta",
|
|
24
|
-
StaffText: "staff_text",
|
|
25
|
-
Page: "page",
|
|
26
|
-
} as const;
|
|
27
|
-
/**
|
|
28
|
-
* Document type
|
|
29
|
-
*/
|
|
30
|
-
export type QueryParamType = ClosedEnum<typeof QueryParamType>;
|
|
31
|
-
|
|
32
12
|
export type ListRequest = {
|
|
33
13
|
/**
|
|
34
14
|
* Document type
|
|
35
15
|
*/
|
|
36
|
-
type:
|
|
16
|
+
type: string;
|
|
37
17
|
/**
|
|
38
18
|
* Locale code (e.g. en, de). Defaults to en.
|
|
39
19
|
*/
|
|
@@ -52,11 +32,6 @@ export type ListResponse = {
|
|
|
52
32
|
v1CmsListResponseBody?: components.V1CmsListResponseBody | undefined;
|
|
53
33
|
};
|
|
54
34
|
|
|
55
|
-
/** @internal */
|
|
56
|
-
export const QueryParamType$outboundSchema: z.ZodNativeEnum<
|
|
57
|
-
typeof QueryParamType
|
|
58
|
-
> = z.nativeEnum(QueryParamType);
|
|
59
|
-
|
|
60
35
|
/** @internal */
|
|
61
36
|
export type ListRequest$Outbound = {
|
|
62
37
|
type: string;
|
|
@@ -70,7 +45,7 @@ export const ListRequest$outboundSchema: z.ZodType<
|
|
|
70
45
|
z.ZodTypeDef,
|
|
71
46
|
ListRequest
|
|
72
47
|
> = z.object({
|
|
73
|
-
type:
|
|
48
|
+
type: z.string(),
|
|
74
49
|
locale: z.string().optional(),
|
|
75
50
|
preview: z.string().optional(),
|
|
76
51
|
});
|