@steamsets/client-ts 0.19.2 → 0.19.3
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/funcs/accountsQueue.js +1 -1
- package/funcs/accountsQueue.js.map +1 -1
- package/funcs/badgeBadgeV1TagsSuggest.js +0 -1
- package/funcs/badgeBadgeV1TagsSuggest.js.map +1 -1
- package/funcs/internalBadgeV1TagsSuggest.js +0 -1
- package/funcs/internalBadgeV1TagsSuggest.js.map +1 -1
- package/funcs/sessionCreate.js +0 -1
- package/funcs/sessionCreate.js.map +1 -1
- package/funcs/sessionLogin.js +0 -1
- package/funcs/sessionLogin.js.map +1 -1
- package/funcs/settingsSendVerification.js +1 -1
- package/funcs/settingsSendVerification.js.map +1 -1
- package/funcs/settingsSubscribeEmail.js +1 -1
- package/funcs/settingsSubscribeEmail.js.map +1 -1
- package/funcs/settingsUpdate.js +1 -3
- package/funcs/settingsUpdate.js.map +1 -1
- package/funcs/settingsUpdateRole.js +1 -3
- package/funcs/settingsUpdateRole.js.map +1 -1
- package/funcs/settingsVerifyEmail.js +1 -3
- package/funcs/settingsVerifyEmail.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/operations/accountv1queue.d.ts +0 -6
- package/models/operations/accountv1queue.d.ts.map +1 -1
- package/models/operations/accountv1queue.js +0 -4
- package/models/operations/accountv1queue.js.map +1 -1
- package/models/operations/accountv1sessioncreate.d.ts +0 -6
- package/models/operations/accountv1sessioncreate.d.ts.map +1 -1
- package/models/operations/accountv1sessioncreate.js +0 -4
- package/models/operations/accountv1sessioncreate.js.map +1 -1
- package/models/operations/accountv1sessionlogin.d.ts +0 -6
- package/models/operations/accountv1sessionlogin.d.ts.map +1 -1
- package/models/operations/accountv1sessionlogin.js +0 -4
- package/models/operations/accountv1sessionlogin.js.map +1 -1
- package/models/operations/accountv1settingsemailsendverification.d.ts +0 -6
- package/models/operations/accountv1settingsemailsendverification.d.ts.map +1 -1
- package/models/operations/accountv1settingsemailsendverification.js +0 -4
- package/models/operations/accountv1settingsemailsendverification.js.map +1 -1
- package/models/operations/accountv1settingsemailsubscribe.d.ts +0 -6
- package/models/operations/accountv1settingsemailsubscribe.d.ts.map +1 -1
- package/models/operations/accountv1settingsemailsubscribe.js +0 -4
- package/models/operations/accountv1settingsemailsubscribe.js.map +1 -1
- package/models/operations/accountv1settingsemailverify.d.ts +0 -6
- package/models/operations/accountv1settingsemailverify.d.ts.map +1 -1
- package/models/operations/accountv1settingsemailverify.js +0 -4
- package/models/operations/accountv1settingsemailverify.js.map +1 -1
- package/models/operations/accountv1settingsupdate.d.ts +0 -6
- package/models/operations/accountv1settingsupdate.d.ts.map +1 -1
- package/models/operations/accountv1settingsupdate.js +0 -4
- package/models/operations/accountv1settingsupdate.js.map +1 -1
- package/models/operations/accountv1settingsupdaterole.d.ts +0 -6
- package/models/operations/accountv1settingsupdaterole.d.ts.map +1 -1
- package/models/operations/accountv1settingsupdaterole.js +0 -4
- package/models/operations/accountv1settingsupdaterole.js.map +1 -1
- package/models/operations/badgev1tagssuggest.d.ts +0 -6
- package/models/operations/badgev1tagssuggest.d.ts.map +1 -1
- package/models/operations/badgev1tagssuggest.js +0 -4
- package/models/operations/badgev1tagssuggest.js.map +1 -1
- package/package.json +1 -1
- package/src/funcs/accountsQueue.ts +1 -1
- package/src/funcs/badgeBadgeV1TagsSuggest.ts +0 -1
- package/src/funcs/internalBadgeV1TagsSuggest.ts +0 -1
- package/src/funcs/sessionCreate.ts +0 -1
- package/src/funcs/sessionLogin.ts +0 -1
- package/src/funcs/settingsSendVerification.ts +0 -1
- package/src/funcs/settingsSubscribeEmail.ts +0 -1
- package/src/funcs/settingsUpdate.ts +1 -3
- package/src/funcs/settingsUpdateRole.ts +1 -3
- package/src/funcs/settingsVerifyEmail.ts +1 -3
- package/src/lib/config.ts +2 -2
- package/src/models/operations/accountv1queue.ts +0 -6
- package/src/models/operations/accountv1sessioncreate.ts +0 -6
- package/src/models/operations/accountv1sessionlogin.ts +0 -6
- package/src/models/operations/accountv1settingsemailsendverification.ts +0 -6
- package/src/models/operations/accountv1settingsemailsubscribe.ts +0 -6
- package/src/models/operations/accountv1settingsemailverify.ts +0 -6
- package/src/models/operations/accountv1settingsupdate.ts +0 -6
- package/src/models/operations/accountv1settingsupdaterole.ts +0 -6
- package/src/models/operations/badgev1tagssuggest.ts +0 -6
|
@@ -15,7 +15,6 @@ export type AccountV1SettingsEmailSendVerificationRequest = {
|
|
|
15
15
|
|
|
16
16
|
export type AccountV1SettingsEmailSendVerificationResponse = {
|
|
17
17
|
httpMeta: components.HTTPMetadata;
|
|
18
|
-
headers: { [k: string]: Array<string> };
|
|
19
18
|
};
|
|
20
19
|
|
|
21
20
|
/** @internal */
|
|
@@ -101,18 +100,15 @@ export const AccountV1SettingsEmailSendVerificationResponse$inboundSchema:
|
|
|
101
100
|
unknown
|
|
102
101
|
> = z.object({
|
|
103
102
|
HttpMeta: components.HTTPMetadata$inboundSchema,
|
|
104
|
-
Headers: z.record(z.array(z.string())),
|
|
105
103
|
}).transform((v) => {
|
|
106
104
|
return remap$(v, {
|
|
107
105
|
"HttpMeta": "httpMeta",
|
|
108
|
-
"Headers": "headers",
|
|
109
106
|
});
|
|
110
107
|
});
|
|
111
108
|
|
|
112
109
|
/** @internal */
|
|
113
110
|
export type AccountV1SettingsEmailSendVerificationResponse$Outbound = {
|
|
114
111
|
HttpMeta: components.HTTPMetadata$Outbound;
|
|
115
|
-
Headers: { [k: string]: Array<string> };
|
|
116
112
|
};
|
|
117
113
|
|
|
118
114
|
/** @internal */
|
|
@@ -123,11 +119,9 @@ export const AccountV1SettingsEmailSendVerificationResponse$outboundSchema:
|
|
|
123
119
|
AccountV1SettingsEmailSendVerificationResponse
|
|
124
120
|
> = z.object({
|
|
125
121
|
httpMeta: components.HTTPMetadata$outboundSchema,
|
|
126
|
-
headers: z.record(z.array(z.string())),
|
|
127
122
|
}).transform((v) => {
|
|
128
123
|
return remap$(v, {
|
|
129
124
|
httpMeta: "HttpMeta",
|
|
130
|
-
headers: "Headers",
|
|
131
125
|
});
|
|
132
126
|
});
|
|
133
127
|
|
|
@@ -16,7 +16,6 @@ export type AccountV1SettingsEmailSubscribeRequest = {
|
|
|
16
16
|
|
|
17
17
|
export type AccountV1SettingsEmailSubscribeResponse = {
|
|
18
18
|
httpMeta: components.HTTPMetadata;
|
|
19
|
-
headers: { [k: string]: Array<string> };
|
|
20
19
|
};
|
|
21
20
|
|
|
22
21
|
/** @internal */
|
|
@@ -102,18 +101,15 @@ export const AccountV1SettingsEmailSubscribeResponse$inboundSchema: z.ZodType<
|
|
|
102
101
|
unknown
|
|
103
102
|
> = z.object({
|
|
104
103
|
HttpMeta: components.HTTPMetadata$inboundSchema,
|
|
105
|
-
Headers: z.record(z.array(z.string())),
|
|
106
104
|
}).transform((v) => {
|
|
107
105
|
return remap$(v, {
|
|
108
106
|
"HttpMeta": "httpMeta",
|
|
109
|
-
"Headers": "headers",
|
|
110
107
|
});
|
|
111
108
|
});
|
|
112
109
|
|
|
113
110
|
/** @internal */
|
|
114
111
|
export type AccountV1SettingsEmailSubscribeResponse$Outbound = {
|
|
115
112
|
HttpMeta: components.HTTPMetadata$Outbound;
|
|
116
|
-
Headers: { [k: string]: Array<string> };
|
|
117
113
|
};
|
|
118
114
|
|
|
119
115
|
/** @internal */
|
|
@@ -123,11 +119,9 @@ export const AccountV1SettingsEmailSubscribeResponse$outboundSchema: z.ZodType<
|
|
|
123
119
|
AccountV1SettingsEmailSubscribeResponse
|
|
124
120
|
> = z.object({
|
|
125
121
|
httpMeta: components.HTTPMetadata$outboundSchema,
|
|
126
|
-
headers: z.record(z.array(z.string())),
|
|
127
122
|
}).transform((v) => {
|
|
128
123
|
return remap$(v, {
|
|
129
124
|
httpMeta: "HttpMeta",
|
|
130
|
-
headers: "Headers",
|
|
131
125
|
});
|
|
132
126
|
});
|
|
133
127
|
|
|
@@ -11,7 +11,6 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
11
11
|
|
|
12
12
|
export type AccountV1SettingsEmailVerifyResponse = {
|
|
13
13
|
httpMeta: components.HTTPMetadata;
|
|
14
|
-
headers: { [k: string]: Array<string> };
|
|
15
14
|
};
|
|
16
15
|
|
|
17
16
|
/** @internal */
|
|
@@ -21,18 +20,15 @@ export const AccountV1SettingsEmailVerifyResponse$inboundSchema: z.ZodType<
|
|
|
21
20
|
unknown
|
|
22
21
|
> = z.object({
|
|
23
22
|
HttpMeta: components.HTTPMetadata$inboundSchema,
|
|
24
|
-
Headers: z.record(z.array(z.string())),
|
|
25
23
|
}).transform((v) => {
|
|
26
24
|
return remap$(v, {
|
|
27
25
|
"HttpMeta": "httpMeta",
|
|
28
|
-
"Headers": "headers",
|
|
29
26
|
});
|
|
30
27
|
});
|
|
31
28
|
|
|
32
29
|
/** @internal */
|
|
33
30
|
export type AccountV1SettingsEmailVerifyResponse$Outbound = {
|
|
34
31
|
HttpMeta: components.HTTPMetadata$Outbound;
|
|
35
|
-
Headers: { [k: string]: Array<string> };
|
|
36
32
|
};
|
|
37
33
|
|
|
38
34
|
/** @internal */
|
|
@@ -42,11 +38,9 @@ export const AccountV1SettingsEmailVerifyResponse$outboundSchema: z.ZodType<
|
|
|
42
38
|
AccountV1SettingsEmailVerifyResponse
|
|
43
39
|
> = z.object({
|
|
44
40
|
httpMeta: components.HTTPMetadata$outboundSchema,
|
|
45
|
-
headers: z.record(z.array(z.string())),
|
|
46
41
|
}).transform((v) => {
|
|
47
42
|
return remap$(v, {
|
|
48
43
|
httpMeta: "HttpMeta",
|
|
49
|
-
headers: "Headers",
|
|
50
44
|
});
|
|
51
45
|
});
|
|
52
46
|
|
|
@@ -16,7 +16,6 @@ export type AccountV1SettingsUpdateRequest = {
|
|
|
16
16
|
|
|
17
17
|
export type AccountV1SettingsUpdateResponse = {
|
|
18
18
|
httpMeta: components.HTTPMetadata;
|
|
19
|
-
headers: { [k: string]: Array<string> };
|
|
20
19
|
};
|
|
21
20
|
|
|
22
21
|
/** @internal */
|
|
@@ -97,18 +96,15 @@ export const AccountV1SettingsUpdateResponse$inboundSchema: z.ZodType<
|
|
|
97
96
|
unknown
|
|
98
97
|
> = z.object({
|
|
99
98
|
HttpMeta: components.HTTPMetadata$inboundSchema,
|
|
100
|
-
Headers: z.record(z.array(z.string())),
|
|
101
99
|
}).transform((v) => {
|
|
102
100
|
return remap$(v, {
|
|
103
101
|
"HttpMeta": "httpMeta",
|
|
104
|
-
"Headers": "headers",
|
|
105
102
|
});
|
|
106
103
|
});
|
|
107
104
|
|
|
108
105
|
/** @internal */
|
|
109
106
|
export type AccountV1SettingsUpdateResponse$Outbound = {
|
|
110
107
|
HttpMeta: components.HTTPMetadata$Outbound;
|
|
111
|
-
Headers: { [k: string]: Array<string> };
|
|
112
108
|
};
|
|
113
109
|
|
|
114
110
|
/** @internal */
|
|
@@ -118,11 +114,9 @@ export const AccountV1SettingsUpdateResponse$outboundSchema: z.ZodType<
|
|
|
118
114
|
AccountV1SettingsUpdateResponse
|
|
119
115
|
> = z.object({
|
|
120
116
|
httpMeta: components.HTTPMetadata$outboundSchema,
|
|
121
|
-
headers: z.record(z.array(z.string())),
|
|
122
117
|
}).transform((v) => {
|
|
123
118
|
return remap$(v, {
|
|
124
119
|
httpMeta: "HttpMeta",
|
|
125
|
-
headers: "Headers",
|
|
126
120
|
});
|
|
127
121
|
});
|
|
128
122
|
|
|
@@ -11,7 +11,6 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
|
11
11
|
|
|
12
12
|
export type AccountV1SettingsUpdateRoleResponse = {
|
|
13
13
|
httpMeta: components.HTTPMetadata;
|
|
14
|
-
headers: { [k: string]: Array<string> };
|
|
15
14
|
};
|
|
16
15
|
|
|
17
16
|
/** @internal */
|
|
@@ -21,18 +20,15 @@ export const AccountV1SettingsUpdateRoleResponse$inboundSchema: z.ZodType<
|
|
|
21
20
|
unknown
|
|
22
21
|
> = z.object({
|
|
23
22
|
HttpMeta: components.HTTPMetadata$inboundSchema,
|
|
24
|
-
Headers: z.record(z.array(z.string())),
|
|
25
23
|
}).transform((v) => {
|
|
26
24
|
return remap$(v, {
|
|
27
25
|
"HttpMeta": "httpMeta",
|
|
28
|
-
"Headers": "headers",
|
|
29
26
|
});
|
|
30
27
|
});
|
|
31
28
|
|
|
32
29
|
/** @internal */
|
|
33
30
|
export type AccountV1SettingsUpdateRoleResponse$Outbound = {
|
|
34
31
|
HttpMeta: components.HTTPMetadata$Outbound;
|
|
35
|
-
Headers: { [k: string]: Array<string> };
|
|
36
32
|
};
|
|
37
33
|
|
|
38
34
|
/** @internal */
|
|
@@ -42,11 +38,9 @@ export const AccountV1SettingsUpdateRoleResponse$outboundSchema: z.ZodType<
|
|
|
42
38
|
AccountV1SettingsUpdateRoleResponse
|
|
43
39
|
> = z.object({
|
|
44
40
|
httpMeta: components.HTTPMetadata$outboundSchema,
|
|
45
|
-
headers: z.record(z.array(z.string())),
|
|
46
41
|
}).transform((v) => {
|
|
47
42
|
return remap$(v, {
|
|
48
43
|
httpMeta: "HttpMeta",
|
|
49
|
-
headers: "Headers",
|
|
50
44
|
});
|
|
51
45
|
});
|
|
52
46
|
|
|
@@ -15,7 +15,6 @@ export type BadgeV1TagsSuggestResponse = {
|
|
|
15
15
|
* OK
|
|
16
16
|
*/
|
|
17
17
|
badgeSuggestTags?: components.BadgeSuggestTags | undefined;
|
|
18
|
-
headers: { [k: string]: Array<string> };
|
|
19
18
|
};
|
|
20
19
|
|
|
21
20
|
/** @internal */
|
|
@@ -26,12 +25,10 @@ export const BadgeV1TagsSuggestResponse$inboundSchema: z.ZodType<
|
|
|
26
25
|
> = z.object({
|
|
27
26
|
HttpMeta: components.HTTPMetadata$inboundSchema,
|
|
28
27
|
BadgeSuggestTags: components.BadgeSuggestTags$inboundSchema.optional(),
|
|
29
|
-
Headers: z.record(z.array(z.string())),
|
|
30
28
|
}).transform((v) => {
|
|
31
29
|
return remap$(v, {
|
|
32
30
|
"HttpMeta": "httpMeta",
|
|
33
31
|
"BadgeSuggestTags": "badgeSuggestTags",
|
|
34
|
-
"Headers": "headers",
|
|
35
32
|
});
|
|
36
33
|
});
|
|
37
34
|
|
|
@@ -39,7 +36,6 @@ export const BadgeV1TagsSuggestResponse$inboundSchema: z.ZodType<
|
|
|
39
36
|
export type BadgeV1TagsSuggestResponse$Outbound = {
|
|
40
37
|
HttpMeta: components.HTTPMetadata$Outbound;
|
|
41
38
|
BadgeSuggestTags?: components.BadgeSuggestTags$Outbound | undefined;
|
|
42
|
-
Headers: { [k: string]: Array<string> };
|
|
43
39
|
};
|
|
44
40
|
|
|
45
41
|
/** @internal */
|
|
@@ -50,12 +46,10 @@ export const BadgeV1TagsSuggestResponse$outboundSchema: z.ZodType<
|
|
|
50
46
|
> = z.object({
|
|
51
47
|
httpMeta: components.HTTPMetadata$outboundSchema,
|
|
52
48
|
badgeSuggestTags: components.BadgeSuggestTags$outboundSchema.optional(),
|
|
53
|
-
headers: z.record(z.array(z.string())),
|
|
54
49
|
}).transform((v) => {
|
|
55
50
|
return remap$(v, {
|
|
56
51
|
httpMeta: "HttpMeta",
|
|
57
52
|
badgeSuggestTags: "BadgeSuggestTags",
|
|
58
|
-
headers: "Headers",
|
|
59
53
|
});
|
|
60
54
|
});
|
|
61
55
|
|