@steamsets/client-ts 0.22.2 → 0.22.4

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 (108) hide show
  1. package/README.md +4 -0
  2. package/docs/sdks/account/README.md +153 -0
  3. package/docs/sdks/leaderboard/README.md +4 -28
  4. package/funcs/accountAccountV1SessionLogout.d.ts +11 -0
  5. package/funcs/accountAccountV1SessionLogout.d.ts.map +1 -0
  6. package/funcs/accountAccountV1SessionLogout.js +105 -0
  7. package/funcs/accountAccountV1SessionLogout.js.map +1 -0
  8. package/funcs/accountAccountV1SessionRefresh.d.ts +11 -0
  9. package/funcs/accountAccountV1SessionRefresh.d.ts.map +1 -0
  10. package/funcs/accountAccountV1SessionRefresh.js +124 -0
  11. package/funcs/accountAccountV1SessionRefresh.js.map +1 -0
  12. package/funcs/leaderboardGetAccount.d.ts +1 -1
  13. package/funcs/leaderboardGetAccount.d.ts.map +1 -1
  14. package/funcs/leaderboardGetAccount.js +2 -4
  15. package/funcs/leaderboardGetAccount.js.map +1 -1
  16. package/funcs/leaderboardGetAccountMeta.d.ts +1 -1
  17. package/funcs/leaderboardGetAccountMeta.js +2 -2
  18. package/jsr.json +1 -1
  19. package/lib/config.d.ts +3 -3
  20. package/lib/config.js +3 -3
  21. package/lib/sdks.d.ts.map +1 -1
  22. package/lib/sdks.js +2 -8
  23. package/lib/sdks.js.map +1 -1
  24. package/models/components/index.d.ts +2 -0
  25. package/models/components/index.d.ts.map +1 -1
  26. package/models/components/index.js +2 -0
  27. package/models/components/index.js.map +1 -1
  28. package/models/components/session.d.ts +5 -0
  29. package/models/components/session.d.ts.map +1 -1
  30. package/models/components/session.js +2 -0
  31. package/models/components/session.js.map +1 -1
  32. package/models/components/v1getsessionbody.d.ts +11 -1
  33. package/models/components/v1getsessionbody.d.ts.map +1 -1
  34. package/models/components/v1getsessionbody.js +4 -0
  35. package/models/components/v1getsessionbody.js.map +1 -1
  36. package/models/components/v1loginresponsebody.d.ts +15 -0
  37. package/models/components/v1loginresponsebody.d.ts.map +1 -1
  38. package/models/components/v1loginresponsebody.js +6 -0
  39. package/models/components/v1loginresponsebody.js.map +1 -1
  40. package/models/components/v1refreshsessionbody.d.ts +52 -0
  41. package/models/components/v1refreshsessionbody.d.ts.map +1 -0
  42. package/models/components/v1refreshsessionbody.js +76 -0
  43. package/models/components/v1refreshsessionbody.js.map +1 -0
  44. package/models/components/v1refreshsessionrequestbody.d.ts +32 -0
  45. package/models/components/v1refreshsessionrequestbody.d.ts.map +1 -0
  46. package/models/components/v1refreshsessionrequestbody.js +59 -0
  47. package/models/components/v1refreshsessionrequestbody.js.map +1 -0
  48. package/models/components/v1uploadedimage.d.ts +8 -8
  49. package/models/components/v1uploadedimage.d.ts.map +1 -1
  50. package/models/components/v1uploadedimage.js +13 -13
  51. package/models/components/v1uploadedimage.js.map +1 -1
  52. package/models/components/vanitystruct.d.ts +8 -8
  53. package/models/components/vanitystruct.d.ts.map +1 -1
  54. package/models/components/vanitystruct.js +13 -13
  55. package/models/components/vanitystruct.js.map +1 -1
  56. package/models/operations/accountv1sessionlogout.d.ts +30 -0
  57. package/models/operations/accountv1sessionlogout.d.ts.map +1 -0
  58. package/models/operations/accountv1sessionlogout.js +69 -0
  59. package/models/operations/accountv1sessionlogout.js.map +1 -0
  60. package/models/operations/accountv1sessionrefresh.d.ts +64 -0
  61. package/models/operations/accountv1sessionrefresh.d.ts.map +1 -0
  62. package/models/operations/accountv1sessionrefresh.js +118 -0
  63. package/models/operations/accountv1sessionrefresh.js.map +1 -0
  64. package/models/operations/index.d.ts +4 -2
  65. package/models/operations/index.d.ts.map +1 -1
  66. package/models/operations/index.js +4 -2
  67. package/models/operations/index.js.map +1 -1
  68. package/models/operations/leaderboardv1getaccountleaderboard.d.ts +35 -0
  69. package/models/operations/leaderboardv1getaccountleaderboard.d.ts.map +1 -0
  70. package/models/operations/{leaderboardv1getaccount.js → leaderboardv1getaccountleaderboard.js} +17 -17
  71. package/models/operations/leaderboardv1getaccountleaderboard.js.map +1 -0
  72. package/models/operations/leaderboardv1getaccountleaderboardmeta.d.ts +35 -0
  73. package/models/operations/{leaderboardv1getleaderboardaccountmeta.d.ts.map → leaderboardv1getaccountleaderboardmeta.d.ts.map} +1 -1
  74. package/models/operations/{leaderboardv1getleaderboardaccountmeta.js → leaderboardv1getaccountleaderboardmeta.js} +17 -17
  75. package/models/operations/{leaderboardv1getleaderboardaccountmeta.js.map → leaderboardv1getaccountleaderboardmeta.js.map} +1 -1
  76. package/package.json +1 -1
  77. package/sdk/account.d.ts +2 -0
  78. package/sdk/account.d.ts.map +1 -1
  79. package/sdk/account.js +8 -0
  80. package/sdk/account.js.map +1 -1
  81. package/sdk/leaderboard.d.ts +2 -2
  82. package/sdk/leaderboard.d.ts.map +1 -1
  83. package/src/funcs/accountAccountV1SessionLogout.ts +158 -0
  84. package/src/funcs/accountAccountV1SessionRefresh.ts +190 -0
  85. package/src/funcs/leaderboardGetAccount.ts +9 -7
  86. package/src/funcs/leaderboardGetAccountMeta.ts +5 -5
  87. package/src/lib/config.ts +3 -3
  88. package/src/lib/sdks.ts +2 -7
  89. package/src/models/components/index.ts +2 -0
  90. package/src/models/components/session.ts +7 -0
  91. package/src/models/components/v1getsessionbody.ts +15 -1
  92. package/src/models/components/v1loginresponsebody.ts +25 -0
  93. package/src/models/components/v1refreshsessionbody.ts +110 -0
  94. package/src/models/components/v1refreshsessionrequestbody.ts +71 -0
  95. package/src/models/components/v1uploadedimage.ts +16 -15
  96. package/src/models/components/vanitystruct.ts +15 -16
  97. package/src/models/operations/accountv1sessionlogout.ts +78 -0
  98. package/src/models/operations/accountv1sessionrefresh.ts +171 -0
  99. package/src/models/operations/index.ts +4 -2
  100. package/src/models/operations/leaderboardv1getaccountleaderboard.ts +101 -0
  101. package/src/models/operations/{leaderboardv1getleaderboardaccountmeta.ts → leaderboardv1getaccountleaderboardmeta.ts} +23 -23
  102. package/src/sdk/account.ts +22 -0
  103. package/src/sdk/leaderboard.ts +2 -2
  104. package/models/operations/leaderboardv1getaccount.d.ts +0 -35
  105. package/models/operations/leaderboardv1getaccount.d.ts.map +0 -1
  106. package/models/operations/leaderboardv1getaccount.js.map +0 -1
  107. package/models/operations/leaderboardv1getleaderboardaccountmeta.d.ts +0 -35
  108. package/src/models/operations/leaderboardv1getaccount.ts +0 -93
@@ -5,7 +5,7 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
5
  /**
6
6
  * The Image Type
7
7
  */
8
- export declare const Type: {
8
+ export declare const V1UploadedImageType: {
9
9
  readonly Avatar: "avatar";
10
10
  readonly Background: "background";
11
11
  readonly MiniBackground: "mini_background";
@@ -15,7 +15,7 @@ export declare const Type: {
15
15
  /**
16
16
  * The Image Type
17
17
  */
18
- export type Type = ClosedEnum<typeof Type>;
18
+ export type V1UploadedImageType = ClosedEnum<typeof V1UploadedImageType>;
19
19
  export type V1UploadedImage = {
20
20
  /**
21
21
  * The image data aka base64 encoded image
@@ -24,18 +24,18 @@ export type V1UploadedImage = {
24
24
  /**
25
25
  * The Image Type
26
26
  */
27
- type: Type;
27
+ type: V1UploadedImageType;
28
28
  };
29
29
  /** @internal */
30
- export declare const Type$inboundSchema: z.ZodNativeEnum<typeof Type>;
30
+ export declare const V1UploadedImageType$inboundSchema: z.ZodNativeEnum<typeof V1UploadedImageType>;
31
31
  /** @internal */
32
- export declare const Type$outboundSchema: z.ZodNativeEnum<typeof Type>;
32
+ export declare const V1UploadedImageType$outboundSchema: z.ZodNativeEnum<typeof V1UploadedImageType>;
33
33
  /**
34
34
  * @internal
35
35
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
36
36
  */
37
- export declare namespace Type$ {
38
- /** @deprecated use `Type$inboundSchema` instead. */
37
+ export declare namespace V1UploadedImageType$ {
38
+ /** @deprecated use `V1UploadedImageType$inboundSchema` instead. */
39
39
  const inboundSchema: z.ZodNativeEnum<{
40
40
  readonly Avatar: "avatar";
41
41
  readonly Background: "background";
@@ -43,7 +43,7 @@ export declare namespace Type$ {
43
43
  readonly AnimatedAvatar: "animated_avatar";
44
44
  readonly AvatarFrame: "avatar_frame";
45
45
  }>;
46
- /** @deprecated use `Type$outboundSchema` instead. */
46
+ /** @deprecated use `V1UploadedImageType$outboundSchema` instead. */
47
47
  const outboundSchema: z.ZodNativeEnum<{
48
48
  readonly Avatar: "avatar";
49
49
  readonly Background: "background";
@@ -1 +1 @@
1
- {"version":3,"file":"v1uploadedimage.d.ts","sourceRoot":"","sources":["../../src/models/components/v1uploadedimage.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,IAAI;;;;;;CAMP,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC;AAE3C,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;CACZ,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kBAAkB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,IAAI,CAE3D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mBAAmB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,IAAI,CACzC,CAAC;AAErB;;;GAGG;AACH,yBAAiB,KAAK,CAAC;IACrB,oDAAoD;IAC7C,MAAM,aAAa;;;;;;MAAqB,CAAC;IAChD,qDAAqD;IAC9C,MAAM,cAAc;;;;;;MAAsB,CAAC;CACnD;AAED,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,eAAe,EACf,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CACpD,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,eAAe,CAIf,CAAC;AAEH;;;GAGG;AACH,yBAAiB,gBAAgB,CAAC;IAChC,+DAA+D;IACxD,MAAM,aAAa,mDAAgC,CAAC;IAC3D,gEAAgE;IACzD,MAAM,cAAc,oEAAiC,CAAC;IAC7D,0DAA0D;IAC1D,KAAY,QAAQ,GAAG,wBAAwB,CAAC;CACjD;AAED,wBAAgB,qBAAqB,CACnC,eAAe,EAAE,eAAe,GAC/B,MAAM,CAER;AAED,wBAAgB,uBAAuB,CACrC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,eAAe,EAAE,kBAAkB,CAAC,CAMtD"}
1
+ {"version":3,"file":"v1uploadedimage.d.ts","sourceRoot":"","sources":["../../src/models/components/v1uploadedimage.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;CAMtB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEzE,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,mBAAmB,CAAC;CAC3B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,aAAa,CAC7D,OAAO,mBAAmB,CACS,CAAC;AAEtC,gBAAgB;AAChB,eAAO,MAAM,kCAAkC,EAAE,CAAC,CAAC,aAAa,CAC9D,OAAO,mBAAmB,CACS,CAAC;AAEtC;;;GAGG;AACH,yBAAiB,oBAAoB,CAAC;IACpC,mEAAmE;IAC5D,MAAM,aAAa;;;;;;MAAoC,CAAC;IAC/D,oEAAoE;IAC7D,MAAM,cAAc;;;;;;MAAqC,CAAC;CAClE;AAED,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,eAAe,EACf,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CACpD,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,eAAe,CAIf,CAAC;AAEH;;;GAGG;AACH,yBAAiB,gBAAgB,CAAC;IAChC,+DAA+D;IACxD,MAAM,aAAa,mDAAgC,CAAC;IAC3D,gEAAgE;IACzD,MAAM,cAAc,oEAAiC,CAAC;IAC7D,0DAA0D;IAC1D,KAAY,QAAQ,GAAG,wBAAwB,CAAC;CACjD;AAED,wBAAgB,qBAAqB,CACnC,eAAe,EAAE,eAAe,GAC/B,MAAM,CAER;AAED,wBAAgB,uBAAuB,CACrC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,eAAe,EAAE,kBAAkB,CAAC,CAMtD"}
@@ -26,7 +26,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.V1UploadedImage$ = exports.V1UploadedImage$outboundSchema = exports.V1UploadedImage$inboundSchema = exports.Type$ = exports.Type$outboundSchema = exports.Type$inboundSchema = exports.Type = void 0;
29
+ exports.V1UploadedImage$ = exports.V1UploadedImage$outboundSchema = exports.V1UploadedImage$inboundSchema = exports.V1UploadedImageType$ = exports.V1UploadedImageType$outboundSchema = exports.V1UploadedImageType$inboundSchema = exports.V1UploadedImageType = void 0;
30
30
  exports.v1UploadedImageToJSON = v1UploadedImageToJSON;
31
31
  exports.v1UploadedImageFromJSON = v1UploadedImageFromJSON;
32
32
  const z = __importStar(require("zod"));
@@ -34,7 +34,7 @@ const schemas_js_1 = require("../../lib/schemas.js");
34
34
  /**
35
35
  * The Image Type
36
36
  */
37
- exports.Type = {
37
+ exports.V1UploadedImageType = {
38
38
  Avatar: "avatar",
39
39
  Background: "background",
40
40
  MiniBackground: "mini_background",
@@ -42,29 +42,29 @@ exports.Type = {
42
42
  AvatarFrame: "avatar_frame",
43
43
  };
44
44
  /** @internal */
45
- exports.Type$inboundSchema = z.nativeEnum(exports.Type);
45
+ exports.V1UploadedImageType$inboundSchema = z.nativeEnum(exports.V1UploadedImageType);
46
46
  /** @internal */
47
- exports.Type$outboundSchema = exports.Type$inboundSchema;
47
+ exports.V1UploadedImageType$outboundSchema = exports.V1UploadedImageType$inboundSchema;
48
48
  /**
49
49
  * @internal
50
50
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
51
51
  */
52
- var Type$;
53
- (function (Type$) {
54
- /** @deprecated use `Type$inboundSchema` instead. */
55
- Type$.inboundSchema = exports.Type$inboundSchema;
56
- /** @deprecated use `Type$outboundSchema` instead. */
57
- Type$.outboundSchema = exports.Type$outboundSchema;
58
- })(Type$ || (exports.Type$ = Type$ = {}));
52
+ var V1UploadedImageType$;
53
+ (function (V1UploadedImageType$) {
54
+ /** @deprecated use `V1UploadedImageType$inboundSchema` instead. */
55
+ V1UploadedImageType$.inboundSchema = exports.V1UploadedImageType$inboundSchema;
56
+ /** @deprecated use `V1UploadedImageType$outboundSchema` instead. */
57
+ V1UploadedImageType$.outboundSchema = exports.V1UploadedImageType$outboundSchema;
58
+ })(V1UploadedImageType$ || (exports.V1UploadedImageType$ = V1UploadedImageType$ = {}));
59
59
  /** @internal */
60
60
  exports.V1UploadedImage$inboundSchema = z.object({
61
61
  data: z.string(),
62
- type: exports.Type$inboundSchema,
62
+ type: exports.V1UploadedImageType$inboundSchema,
63
63
  });
64
64
  /** @internal */
65
65
  exports.V1UploadedImage$outboundSchema = z.object({
66
66
  data: z.string(),
67
- type: exports.Type$outboundSchema,
67
+ type: exports.V1UploadedImageType$outboundSchema,
68
68
  });
69
69
  /**
70
70
  * @internal
@@ -1 +1 @@
1
- {"version":3,"file":"v1uploadedimage.js","sourceRoot":"","sources":["../../src/models/components/v1uploadedimage.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AA6FH,sDAIC;AAED,0DAQC;AAzGD,uCAAyB;AACzB,qDAAiD;AAKjD;;GAEG;AACU,QAAA,IAAI,GAAG;IAClB,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,YAAY;IACxB,cAAc,EAAE,iBAAiB;IACjC,cAAc,EAAE,iBAAiB;IACjC,WAAW,EAAE,cAAc;CACnB,CAAC;AAiBX,gBAAgB;AACH,QAAA,kBAAkB,GAAiC,CAAC,CAAC,UAAU,CAC1E,YAAI,CACL,CAAC;AAEF,gBAAgB;AACH,QAAA,mBAAmB,GAC9B,0BAAkB,CAAC;AAErB;;;GAGG;AACH,IAAiB,KAAK,CAKrB;AALD,WAAiB,KAAK;IACpB,oDAAoD;IACvC,mBAAa,GAAG,0BAAkB,CAAC;IAChD,qDAAqD;IACxC,oBAAc,GAAG,2BAAmB,CAAC;AACpD,CAAC,EALgB,KAAK,qBAAL,KAAK,QAKrB;AAED,gBAAgB;AACH,QAAA,6BAA6B,GAItC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,IAAI,EAAE,0BAAkB;CACzB,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,8BAA8B,GAIvC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,IAAI,EAAE,2BAAmB;CAC1B,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,gBAAgB,CAOhC;AAPD,WAAiB,gBAAgB;IAC/B,+DAA+D;IAClD,8BAAa,GAAG,qCAA6B,CAAC;IAC3D,gEAAgE;IACnD,+BAAc,GAAG,sCAA8B,CAAC;AAG/D,CAAC,EAPgB,gBAAgB,gCAAhB,gBAAgB,QAOhC;AAED,SAAgB,qBAAqB,CACnC,eAAgC;IAEhC,OAAO,IAAI,CAAC,SAAS,CAAC,sCAA8B,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC;AAC/E,CAAC;AAED,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
+ {"version":3,"file":"v1uploadedimage.js","sourceRoot":"","sources":["../../src/models/components/v1uploadedimage.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AA8FH,sDAIC;AAED,0DAQC;AA1GD,uCAAyB;AACzB,qDAAiD;AAKjD;;GAEG;AACU,QAAA,mBAAmB,GAAG;IACjC,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,YAAY;IACxB,cAAc,EAAE,iBAAiB;IACjC,cAAc,EAAE,iBAAiB;IACjC,WAAW,EAAE,cAAc;CACnB,CAAC;AAiBX,gBAAgB;AACH,QAAA,iCAAiC,GAE1C,CAAC,CAAC,UAAU,CAAC,2BAAmB,CAAC,CAAC;AAEtC,gBAAgB;AACH,QAAA,kCAAkC,GAE3C,yCAAiC,CAAC;AAEtC;;;GAGG;AACH,IAAiB,oBAAoB,CAKpC;AALD,WAAiB,oBAAoB;IACnC,mEAAmE;IACtD,kCAAa,GAAG,yCAAiC,CAAC;IAC/D,oEAAoE;IACvD,mCAAc,GAAG,0CAAkC,CAAC;AACnE,CAAC,EALgB,oBAAoB,oCAApB,oBAAoB,QAKpC;AAED,gBAAgB;AACH,QAAA,6BAA6B,GAItC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,IAAI,EAAE,yCAAiC;CACxC,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,8BAA8B,GAIvC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,IAAI,EAAE,0CAAkC;CACzC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,gBAAgB,CAOhC;AAPD,WAAiB,gBAAgB;IAC/B,+DAA+D;IAClD,8BAAa,GAAG,qCAA6B,CAAC;IAC3D,gEAAgE;IACnD,+BAAc,GAAG,sCAA8B,CAAC;AAG/D,CAAC,EAPgB,gBAAgB,gCAAhB,gBAAgB,QAOhC;AAED,SAAgB,qBAAqB,CACnC,eAAgC;IAEhC,OAAO,IAAI,CAAC,SAAS,CAAC,sCAA8B,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC;AAC/E,CAAC;AAED,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"}
@@ -5,39 +5,39 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
5
  /**
6
6
  * Which type of vanity to search for
7
7
  */
8
- export declare const VanityStructType: {
8
+ export declare const Type: {
9
9
  readonly Steam: "steam";
10
10
  readonly Internal: "internal";
11
11
  };
12
12
  /**
13
13
  * Which type of vanity to search for
14
14
  */
15
- export type VanityStructType = ClosedEnum<typeof VanityStructType>;
15
+ export type Type = ClosedEnum<typeof Type>;
16
16
  export type VanityStruct = {
17
17
  /**
18
18
  * Which type of vanity to search for
19
19
  */
20
- type: VanityStructType;
20
+ type: Type;
21
21
  /**
22
22
  * Vanity to search for
23
23
  */
24
24
  value: string;
25
25
  };
26
26
  /** @internal */
27
- export declare const VanityStructType$inboundSchema: z.ZodNativeEnum<typeof VanityStructType>;
27
+ export declare const Type$inboundSchema: z.ZodNativeEnum<typeof Type>;
28
28
  /** @internal */
29
- export declare const VanityStructType$outboundSchema: z.ZodNativeEnum<typeof VanityStructType>;
29
+ export declare const Type$outboundSchema: z.ZodNativeEnum<typeof Type>;
30
30
  /**
31
31
  * @internal
32
32
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
33
33
  */
34
- export declare namespace VanityStructType$ {
35
- /** @deprecated use `VanityStructType$inboundSchema` instead. */
34
+ export declare namespace Type$ {
35
+ /** @deprecated use `Type$inboundSchema` instead. */
36
36
  const inboundSchema: z.ZodNativeEnum<{
37
37
  readonly Steam: "steam";
38
38
  readonly Internal: "internal";
39
39
  }>;
40
- /** @deprecated use `VanityStructType$outboundSchema` instead. */
40
+ /** @deprecated use `Type$outboundSchema` instead. */
41
41
  const outboundSchema: z.ZodNativeEnum<{
42
42
  readonly Steam: "steam";
43
43
  readonly Internal: "internal";
@@ -1 +1 @@
1
- {"version":3,"file":"vanitystruct.d.ts","sourceRoot":"","sources":["../../src/models/components/vanitystruct.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;CAGnB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEnE,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,IAAI,EAAE,gBAAgB,CAAC;IACvB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,aAAa,CAC1D,OAAO,gBAAgB,CACS,CAAC;AAEnC,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,aAAa,CAC3D,OAAO,gBAAgB,CACS,CAAC;AAEnC;;;GAGG;AACH,yBAAiB,iBAAiB,CAAC;IACjC,gEAAgE;IACzD,MAAM,aAAa;;;MAAiC,CAAC;IAC5D,iEAAiE;IAC1D,MAAM,cAAc;;;MAAkC,CAAC;CAC/D;AAED,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAChD,YAAY,EACZ,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CACjD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,YAAY,CAIZ,CAAC;AAEH;;;GAGG;AACH,yBAAiB,aAAa,CAAC;IAC7B,4DAA4D;IACrD,MAAM,aAAa,gDAA6B,CAAC;IACxD,6DAA6D;IACtD,MAAM,cAAc,8DAA8B,CAAC;IAC1D,uDAAuD;IACvD,KAAY,QAAQ,GAAG,qBAAqB,CAAC;CAC9C;AAED,wBAAgB,kBAAkB,CAAC,YAAY,EAAE,YAAY,GAAG,MAAM,CAErE;AAED,wBAAgB,oBAAoB,CAClC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,YAAY,EAAE,kBAAkB,CAAC,CAMnD"}
1
+ {"version":3,"file":"vanitystruct.d.ts","sourceRoot":"","sources":["../../src/models/components/vanitystruct.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,IAAI;;;CAGP,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC;AAE3C,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kBAAkB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,IAAI,CAE3D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mBAAmB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,IAAI,CACzC,CAAC;AAErB;;;GAGG;AACH,yBAAiB,KAAK,CAAC;IACrB,oDAAoD;IAC7C,MAAM,aAAa;;;MAAqB,CAAC;IAChD,qDAAqD;IAC9C,MAAM,cAAc;;;MAAsB,CAAC;CACnD;AAED,gBAAgB;AAChB,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAChD,YAAY,EACZ,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CACjD,qBAAqB,EACrB,CAAC,CAAC,UAAU,EACZ,YAAY,CAIZ,CAAC;AAEH;;;GAGG;AACH,yBAAiB,aAAa,CAAC;IAC7B,4DAA4D;IACrD,MAAM,aAAa,gDAA6B,CAAC;IACxD,6DAA6D;IACtD,MAAM,cAAc,8DAA8B,CAAC;IAC1D,uDAAuD;IACvD,KAAY,QAAQ,GAAG,qBAAqB,CAAC;CAC9C;AAED,wBAAgB,kBAAkB,CAAC,YAAY,EAAE,YAAY,GAAG,MAAM,CAErE;AAED,wBAAgB,oBAAoB,CAClC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,YAAY,EAAE,kBAAkB,CAAC,CAMnD"}
@@ -26,7 +26,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.VanityStruct$ = exports.VanityStruct$outboundSchema = exports.VanityStruct$inboundSchema = exports.VanityStructType$ = exports.VanityStructType$outboundSchema = exports.VanityStructType$inboundSchema = exports.VanityStructType = void 0;
29
+ exports.VanityStruct$ = exports.VanityStruct$outboundSchema = exports.VanityStruct$inboundSchema = exports.Type$ = exports.Type$outboundSchema = exports.Type$inboundSchema = exports.Type = void 0;
30
30
  exports.vanityStructToJSON = vanityStructToJSON;
31
31
  exports.vanityStructFromJSON = vanityStructFromJSON;
32
32
  const z = __importStar(require("zod"));
@@ -34,33 +34,33 @@ const schemas_js_1 = require("../../lib/schemas.js");
34
34
  /**
35
35
  * Which type of vanity to search for
36
36
  */
37
- exports.VanityStructType = {
37
+ exports.Type = {
38
38
  Steam: "steam",
39
39
  Internal: "internal",
40
40
  };
41
41
  /** @internal */
42
- exports.VanityStructType$inboundSchema = z.nativeEnum(exports.VanityStructType);
42
+ exports.Type$inboundSchema = z.nativeEnum(exports.Type);
43
43
  /** @internal */
44
- exports.VanityStructType$outboundSchema = exports.VanityStructType$inboundSchema;
44
+ exports.Type$outboundSchema = exports.Type$inboundSchema;
45
45
  /**
46
46
  * @internal
47
47
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
48
48
  */
49
- var VanityStructType$;
50
- (function (VanityStructType$) {
51
- /** @deprecated use `VanityStructType$inboundSchema` instead. */
52
- VanityStructType$.inboundSchema = exports.VanityStructType$inboundSchema;
53
- /** @deprecated use `VanityStructType$outboundSchema` instead. */
54
- VanityStructType$.outboundSchema = exports.VanityStructType$outboundSchema;
55
- })(VanityStructType$ || (exports.VanityStructType$ = VanityStructType$ = {}));
49
+ var Type$;
50
+ (function (Type$) {
51
+ /** @deprecated use `Type$inboundSchema` instead. */
52
+ Type$.inboundSchema = exports.Type$inboundSchema;
53
+ /** @deprecated use `Type$outboundSchema` instead. */
54
+ Type$.outboundSchema = exports.Type$outboundSchema;
55
+ })(Type$ || (exports.Type$ = Type$ = {}));
56
56
  /** @internal */
57
57
  exports.VanityStruct$inboundSchema = z.object({
58
- type: exports.VanityStructType$inboundSchema,
58
+ type: exports.Type$inboundSchema,
59
59
  value: z.string(),
60
60
  });
61
61
  /** @internal */
62
62
  exports.VanityStruct$outboundSchema = z.object({
63
- type: exports.VanityStructType$outboundSchema,
63
+ type: exports.Type$outboundSchema,
64
64
  value: z.string(),
65
65
  });
66
66
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"vanitystruct.js","sourceRoot":"","sources":["../../src/models/components/vanitystruct.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AA2FH,gDAEC;AAED,oDAQC;AArGD,uCAAyB;AACzB,qDAAiD;AAKjD;;GAEG;AACU,QAAA,gBAAgB,GAAG;IAC9B,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;CACZ,CAAC;AAiBX,gBAAgB;AACH,QAAA,8BAA8B,GAEvC,CAAC,CAAC,UAAU,CAAC,wBAAgB,CAAC,CAAC;AAEnC,gBAAgB;AACH,QAAA,+BAA+B,GAExC,sCAA8B,CAAC;AAEnC;;;GAGG;AACH,IAAiB,iBAAiB,CAKjC;AALD,WAAiB,iBAAiB;IAChC,gEAAgE;IACnD,+BAAa,GAAG,sCAA8B,CAAC;IAC5D,iEAAiE;IACpD,gCAAc,GAAG,uCAA+B,CAAC;AAChE,CAAC,EALgB,iBAAiB,iCAAjB,iBAAiB,QAKjC;AAED,gBAAgB;AACH,QAAA,0BAA0B,GAInC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,sCAA8B;IACpC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,2BAA2B,GAIpC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,uCAA+B;IACrC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,aAAa,CAO7B;AAPD,WAAiB,aAAa;IAC5B,4DAA4D;IAC/C,2BAAa,GAAG,kCAA0B,CAAC;IACxD,6DAA6D;IAChD,4BAAc,GAAG,mCAA2B,CAAC;AAG5D,CAAC,EAPgB,aAAa,6BAAb,aAAa,QAO7B;AAED,SAAgB,kBAAkB,CAAC,YAA0B;IAC3D,OAAO,IAAI,CAAC,SAAS,CAAC,mCAA2B,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC;AACzE,CAAC;AAED,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"}
1
+ {"version":3,"file":"vanitystruct.js","sourceRoot":"","sources":["../../src/models/components/vanitystruct.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AA0FH,gDAEC;AAED,oDAQC;AApGD,uCAAyB;AACzB,qDAAiD;AAKjD;;GAEG;AACU,QAAA,IAAI,GAAG;IAClB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;CACZ,CAAC;AAiBX,gBAAgB;AACH,QAAA,kBAAkB,GAAiC,CAAC,CAAC,UAAU,CAC1E,YAAI,CACL,CAAC;AAEF,gBAAgB;AACH,QAAA,mBAAmB,GAC9B,0BAAkB,CAAC;AAErB;;;GAGG;AACH,IAAiB,KAAK,CAKrB;AALD,WAAiB,KAAK;IACpB,oDAAoD;IACvC,mBAAa,GAAG,0BAAkB,CAAC;IAChD,qDAAqD;IACxC,oBAAc,GAAG,2BAAmB,CAAC;AACpD,CAAC,EALgB,KAAK,qBAAL,KAAK,QAKrB;AAED,gBAAgB;AACH,QAAA,0BAA0B,GAInC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,0BAAkB;IACxB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,2BAA2B,GAIpC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,2BAAmB;IACzB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,aAAa,CAO7B;AAPD,WAAiB,aAAa;IAC5B,4DAA4D;IAC/C,2BAAa,GAAG,kCAA0B,CAAC;IACxD,6DAA6D;IAChD,4BAAc,GAAG,mCAA2B,CAAC;AAG5D,CAAC,EAPgB,aAAa,6BAAb,aAAa,QAO7B;AAED,SAAgB,kBAAkB,CAAC,YAA0B;IAC3D,OAAO,IAAI,CAAC,SAAS,CAAC,mCAA2B,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC;AACzE,CAAC;AAED,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"}
@@ -0,0 +1,30 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import * as components from "../components/index.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export type AccountV1SessionLogoutResponse = {
6
+ httpMeta: components.HTTPMetadata;
7
+ };
8
+ /** @internal */
9
+ export declare const AccountV1SessionLogoutResponse$inboundSchema: z.ZodType<AccountV1SessionLogoutResponse, z.ZodTypeDef, unknown>;
10
+ /** @internal */
11
+ export type AccountV1SessionLogoutResponse$Outbound = {
12
+ HttpMeta: components.HTTPMetadata$Outbound;
13
+ };
14
+ /** @internal */
15
+ export declare const AccountV1SessionLogoutResponse$outboundSchema: z.ZodType<AccountV1SessionLogoutResponse$Outbound, z.ZodTypeDef, AccountV1SessionLogoutResponse>;
16
+ /**
17
+ * @internal
18
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
19
+ */
20
+ export declare namespace AccountV1SessionLogoutResponse$ {
21
+ /** @deprecated use `AccountV1SessionLogoutResponse$inboundSchema` instead. */
22
+ const inboundSchema: z.ZodType<AccountV1SessionLogoutResponse, z.ZodTypeDef, unknown>;
23
+ /** @deprecated use `AccountV1SessionLogoutResponse$outboundSchema` instead. */
24
+ const outboundSchema: z.ZodType<AccountV1SessionLogoutResponse$Outbound, z.ZodTypeDef, AccountV1SessionLogoutResponse>;
25
+ /** @deprecated use `AccountV1SessionLogoutResponse$Outbound` instead. */
26
+ type Outbound = AccountV1SessionLogoutResponse$Outbound;
27
+ }
28
+ export declare function accountV1SessionLogoutResponseToJSON(accountV1SessionLogoutResponse: AccountV1SessionLogoutResponse): string;
29
+ export declare function accountV1SessionLogoutResponseFromJSON(jsonString: string): SafeParseResult<AccountV1SessionLogoutResponse, SDKValidationError>;
30
+ //# sourceMappingURL=accountv1sessionlogout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountv1sessionlogout.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountv1sessionlogout.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,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,8BAA8B,GAAG;IAC3C,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,OAAO,CAOP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,uCAAuC,GAAG;IACpD,QAAQ,EAAE,UAAU,CAAC,qBAAqB,CAAC;CAC5C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,uCAAuC,EACvC,CAAC,CAAC,UAAU,EACZ,8BAA8B,CAO9B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,+BAA+B,CAAC;IAC/C,8EAA8E;IACvE,MAAM,aAAa,kEAA+C,CAAC;IAC1E,+EAA+E;IACxE,MAAM,cAAc,kGAAgD,CAAC;IAC5E,yEAAyE;IACzE,KAAY,QAAQ,GAAG,uCAAuC,CAAC;CAChE;AAED,wBAAgB,oCAAoC,CAClD,8BAA8B,EAAE,8BAA8B,GAC7D,MAAM,CAMR;AAED,wBAAgB,sCAAsC,CACpD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,8BAA8B,EAAE,kBAAkB,CAAC,CAMrE"}
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.AccountV1SessionLogoutResponse$ = exports.AccountV1SessionLogoutResponse$outboundSchema = exports.AccountV1SessionLogoutResponse$inboundSchema = void 0;
30
+ exports.accountV1SessionLogoutResponseToJSON = accountV1SessionLogoutResponseToJSON;
31
+ exports.accountV1SessionLogoutResponseFromJSON = accountV1SessionLogoutResponseFromJSON;
32
+ const z = __importStar(require("zod"));
33
+ const primitives_js_1 = require("../../lib/primitives.js");
34
+ const schemas_js_1 = require("../../lib/schemas.js");
35
+ const components = __importStar(require("../components/index.js"));
36
+ /** @internal */
37
+ exports.AccountV1SessionLogoutResponse$inboundSchema = z.object({
38
+ HttpMeta: components.HTTPMetadata$inboundSchema,
39
+ }).transform((v) => {
40
+ return (0, primitives_js_1.remap)(v, {
41
+ "HttpMeta": "httpMeta",
42
+ });
43
+ });
44
+ /** @internal */
45
+ exports.AccountV1SessionLogoutResponse$outboundSchema = z.object({
46
+ httpMeta: components.HTTPMetadata$outboundSchema,
47
+ }).transform((v) => {
48
+ return (0, primitives_js_1.remap)(v, {
49
+ httpMeta: "HttpMeta",
50
+ });
51
+ });
52
+ /**
53
+ * @internal
54
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
55
+ */
56
+ var AccountV1SessionLogoutResponse$;
57
+ (function (AccountV1SessionLogoutResponse$) {
58
+ /** @deprecated use `AccountV1SessionLogoutResponse$inboundSchema` instead. */
59
+ AccountV1SessionLogoutResponse$.inboundSchema = exports.AccountV1SessionLogoutResponse$inboundSchema;
60
+ /** @deprecated use `AccountV1SessionLogoutResponse$outboundSchema` instead. */
61
+ AccountV1SessionLogoutResponse$.outboundSchema = exports.AccountV1SessionLogoutResponse$outboundSchema;
62
+ })(AccountV1SessionLogoutResponse$ || (exports.AccountV1SessionLogoutResponse$ = AccountV1SessionLogoutResponse$ = {}));
63
+ function accountV1SessionLogoutResponseToJSON(accountV1SessionLogoutResponse) {
64
+ return JSON.stringify(exports.AccountV1SessionLogoutResponse$outboundSchema.parse(accountV1SessionLogoutResponse));
65
+ }
66
+ function accountV1SessionLogoutResponseFromJSON(jsonString) {
67
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountV1SessionLogoutResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountV1SessionLogoutResponse' from JSON`);
68
+ }
69
+ //# sourceMappingURL=accountv1sessionlogout.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountv1sessionlogout.js","sourceRoot":"","sources":["../../src/models/operations/accountv1sessionlogout.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAyDH,oFAQC;AAED,wFAQC;AAzED,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAEjD,mEAAqD;AAOrD,gBAAgB;AACH,QAAA,4CAA4C,GAIrD,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,UAAU,CAAC,0BAA0B;CAChD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,UAAU;KACvB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAOH,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,UAAU,CAAC,2BAA2B;CACjD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,QAAQ,EAAE,UAAU;KACrB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,+BAA+B,CAO/C;AAPD,WAAiB,+BAA+B;IAC9C,8EAA8E;IACjE,6CAAa,GAAG,oDAA4C,CAAC;IAC1E,+EAA+E;IAClE,8CAAc,GAAG,qDAA6C,CAAC;AAG9E,CAAC,EAPgB,+BAA+B,+CAA/B,+BAA+B,QAO/C;AAED,SAAgB,oCAAoC,CAClD,8BAA8D;IAE9D,OAAO,IAAI,CAAC,SAAS,CACnB,qDAA6C,CAAC,KAAK,CACjD,8BAA8B,CAC/B,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,sCAAsC,CACpD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oDAA4C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxE,4DAA4D,CAC7D,CAAC;AACJ,CAAC"}
@@ -0,0 +1,64 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import * as components from "../components/index.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export type AccountV1SessionRefreshRequest = {
6
+ userAgent?: string | undefined;
7
+ xForwardedFor?: string | undefined;
8
+ v1RefreshSessionRequestBody: components.V1RefreshSessionRequestBody;
9
+ };
10
+ export type AccountV1SessionRefreshResponse = {
11
+ httpMeta: components.HTTPMetadata;
12
+ /**
13
+ * OK
14
+ */
15
+ v1RefreshSessionBody?: components.V1RefreshSessionBody | undefined;
16
+ };
17
+ /** @internal */
18
+ export declare const AccountV1SessionRefreshRequest$inboundSchema: z.ZodType<AccountV1SessionRefreshRequest, z.ZodTypeDef, unknown>;
19
+ /** @internal */
20
+ export type AccountV1SessionRefreshRequest$Outbound = {
21
+ "User-Agent"?: string | undefined;
22
+ "X-Forwarded-For"?: string | undefined;
23
+ V1RefreshSessionRequestBody: components.V1RefreshSessionRequestBody$Outbound;
24
+ };
25
+ /** @internal */
26
+ export declare const AccountV1SessionRefreshRequest$outboundSchema: z.ZodType<AccountV1SessionRefreshRequest$Outbound, z.ZodTypeDef, AccountV1SessionRefreshRequest>;
27
+ /**
28
+ * @internal
29
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
30
+ */
31
+ export declare namespace AccountV1SessionRefreshRequest$ {
32
+ /** @deprecated use `AccountV1SessionRefreshRequest$inboundSchema` instead. */
33
+ const inboundSchema: z.ZodType<AccountV1SessionRefreshRequest, z.ZodTypeDef, unknown>;
34
+ /** @deprecated use `AccountV1SessionRefreshRequest$outboundSchema` instead. */
35
+ const outboundSchema: z.ZodType<AccountV1SessionRefreshRequest$Outbound, z.ZodTypeDef, AccountV1SessionRefreshRequest>;
36
+ /** @deprecated use `AccountV1SessionRefreshRequest$Outbound` instead. */
37
+ type Outbound = AccountV1SessionRefreshRequest$Outbound;
38
+ }
39
+ export declare function accountV1SessionRefreshRequestToJSON(accountV1SessionRefreshRequest: AccountV1SessionRefreshRequest): string;
40
+ export declare function accountV1SessionRefreshRequestFromJSON(jsonString: string): SafeParseResult<AccountV1SessionRefreshRequest, SDKValidationError>;
41
+ /** @internal */
42
+ export declare const AccountV1SessionRefreshResponse$inboundSchema: z.ZodType<AccountV1SessionRefreshResponse, z.ZodTypeDef, unknown>;
43
+ /** @internal */
44
+ export type AccountV1SessionRefreshResponse$Outbound = {
45
+ HttpMeta: components.HTTPMetadata$Outbound;
46
+ V1RefreshSessionBody?: components.V1RefreshSessionBody$Outbound | undefined;
47
+ };
48
+ /** @internal */
49
+ export declare const AccountV1SessionRefreshResponse$outboundSchema: z.ZodType<AccountV1SessionRefreshResponse$Outbound, z.ZodTypeDef, AccountV1SessionRefreshResponse>;
50
+ /**
51
+ * @internal
52
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
53
+ */
54
+ export declare namespace AccountV1SessionRefreshResponse$ {
55
+ /** @deprecated use `AccountV1SessionRefreshResponse$inboundSchema` instead. */
56
+ const inboundSchema: z.ZodType<AccountV1SessionRefreshResponse, z.ZodTypeDef, unknown>;
57
+ /** @deprecated use `AccountV1SessionRefreshResponse$outboundSchema` instead. */
58
+ const outboundSchema: z.ZodType<AccountV1SessionRefreshResponse$Outbound, z.ZodTypeDef, AccountV1SessionRefreshResponse>;
59
+ /** @deprecated use `AccountV1SessionRefreshResponse$Outbound` instead. */
60
+ type Outbound = AccountV1SessionRefreshResponse$Outbound;
61
+ }
62
+ export declare function accountV1SessionRefreshResponseToJSON(accountV1SessionRefreshResponse: AccountV1SessionRefreshResponse): string;
63
+ export declare function accountV1SessionRefreshResponseFromJSON(jsonString: string): SafeParseResult<AccountV1SessionRefreshResponse, SDKValidationError>;
64
+ //# sourceMappingURL=accountv1sessionrefresh.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountv1sessionrefresh.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountv1sessionrefresh.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,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,8BAA8B,GAAG;IAC3C,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,2BAA2B,EAAE,UAAU,CAAC,2BAA2B,CAAC;CACrE,CAAC;AAEF,MAAM,MAAM,+BAA+B,GAAG;IAC5C,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,oBAAoB,CAAC,EAAE,UAAU,CAAC,oBAAoB,GAAG,SAAS,CAAC;CACpE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,OAAO,CAClE,8BAA8B,EAC9B,CAAC,CAAC,UAAU,EACZ,OAAO,CAYP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,uCAAuC,GAAG;IACpD,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,2BAA2B,EAAE,UAAU,CAAC,oCAAoC,CAAC;CAC9E,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,uCAAuC,EACvC,CAAC,CAAC,UAAU,EACZ,8BAA8B,CAY9B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,+BAA+B,CAAC;IAC/C,8EAA8E;IACvE,MAAM,aAAa,kEAA+C,CAAC;IAC1E,+EAA+E;IACxE,MAAM,cAAc,kGAAgD,CAAC;IAC5E,yEAAyE;IACzE,KAAY,QAAQ,GAAG,uCAAuC,CAAC;CAChE;AAED,wBAAgB,oCAAoC,CAClD,8BAA8B,EAAE,8BAA8B,GAC7D,MAAM,CAMR;AAED,wBAAgB,sCAAsC,CACpD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,8BAA8B,EAAE,kBAAkB,CAAC,CAMrE;AAED,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,OAAO,CAUP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAAG;IACrD,QAAQ,EAAE,UAAU,CAAC,qBAAqB,CAAC;IAC3C,oBAAoB,CAAC,EAAE,UAAU,CAAC,6BAA6B,GAAG,SAAS,CAAC;CAC7E,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAU/B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,gCAAgC,CAAC;IAChD,+EAA+E;IACxE,MAAM,aAAa,mEAAgD,CAAC;IAC3E,gFAAgF;IACzE,MAAM,cAAc,oGAAiD,CAAC;IAC7E,0EAA0E;IAC1E,KAAY,QAAQ,GAAG,wCAAwC,CAAC;CACjE;AAED,wBAAgB,qCAAqC,CACnD,+BAA+B,EAAE,+BAA+B,GAC/D,MAAM,CAMR;AAED,wBAAgB,uCAAuC,CACrD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,+BAA+B,EAAE,kBAAkB,CAAC,CAMtE"}
@@ -0,0 +1,118 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.AccountV1SessionRefreshResponse$ = exports.AccountV1SessionRefreshResponse$outboundSchema = exports.AccountV1SessionRefreshResponse$inboundSchema = exports.AccountV1SessionRefreshRequest$ = exports.AccountV1SessionRefreshRequest$outboundSchema = exports.AccountV1SessionRefreshRequest$inboundSchema = void 0;
30
+ exports.accountV1SessionRefreshRequestToJSON = accountV1SessionRefreshRequestToJSON;
31
+ exports.accountV1SessionRefreshRequestFromJSON = accountV1SessionRefreshRequestFromJSON;
32
+ exports.accountV1SessionRefreshResponseToJSON = accountV1SessionRefreshResponseToJSON;
33
+ exports.accountV1SessionRefreshResponseFromJSON = accountV1SessionRefreshResponseFromJSON;
34
+ const z = __importStar(require("zod"));
35
+ const primitives_js_1 = require("../../lib/primitives.js");
36
+ const schemas_js_1 = require("../../lib/schemas.js");
37
+ const components = __importStar(require("../components/index.js"));
38
+ /** @internal */
39
+ exports.AccountV1SessionRefreshRequest$inboundSchema = z.object({
40
+ "User-Agent": z.string().optional(),
41
+ "X-Forwarded-For": z.string().optional(),
42
+ V1RefreshSessionRequestBody: components.V1RefreshSessionRequestBody$inboundSchema,
43
+ }).transform((v) => {
44
+ return (0, primitives_js_1.remap)(v, {
45
+ "User-Agent": "userAgent",
46
+ "X-Forwarded-For": "xForwardedFor",
47
+ "V1RefreshSessionRequestBody": "v1RefreshSessionRequestBody",
48
+ });
49
+ });
50
+ /** @internal */
51
+ exports.AccountV1SessionRefreshRequest$outboundSchema = z.object({
52
+ userAgent: z.string().optional(),
53
+ xForwardedFor: z.string().optional(),
54
+ v1RefreshSessionRequestBody: components.V1RefreshSessionRequestBody$outboundSchema,
55
+ }).transform((v) => {
56
+ return (0, primitives_js_1.remap)(v, {
57
+ userAgent: "User-Agent",
58
+ xForwardedFor: "X-Forwarded-For",
59
+ v1RefreshSessionRequestBody: "V1RefreshSessionRequestBody",
60
+ });
61
+ });
62
+ /**
63
+ * @internal
64
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
65
+ */
66
+ var AccountV1SessionRefreshRequest$;
67
+ (function (AccountV1SessionRefreshRequest$) {
68
+ /** @deprecated use `AccountV1SessionRefreshRequest$inboundSchema` instead. */
69
+ AccountV1SessionRefreshRequest$.inboundSchema = exports.AccountV1SessionRefreshRequest$inboundSchema;
70
+ /** @deprecated use `AccountV1SessionRefreshRequest$outboundSchema` instead. */
71
+ AccountV1SessionRefreshRequest$.outboundSchema = exports.AccountV1SessionRefreshRequest$outboundSchema;
72
+ })(AccountV1SessionRefreshRequest$ || (exports.AccountV1SessionRefreshRequest$ = AccountV1SessionRefreshRequest$ = {}));
73
+ function accountV1SessionRefreshRequestToJSON(accountV1SessionRefreshRequest) {
74
+ return JSON.stringify(exports.AccountV1SessionRefreshRequest$outboundSchema.parse(accountV1SessionRefreshRequest));
75
+ }
76
+ function accountV1SessionRefreshRequestFromJSON(jsonString) {
77
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountV1SessionRefreshRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountV1SessionRefreshRequest' from JSON`);
78
+ }
79
+ /** @internal */
80
+ exports.AccountV1SessionRefreshResponse$inboundSchema = z.object({
81
+ HttpMeta: components.HTTPMetadata$inboundSchema,
82
+ V1RefreshSessionBody: components.V1RefreshSessionBody$inboundSchema
83
+ .optional(),
84
+ }).transform((v) => {
85
+ return (0, primitives_js_1.remap)(v, {
86
+ "HttpMeta": "httpMeta",
87
+ "V1RefreshSessionBody": "v1RefreshSessionBody",
88
+ });
89
+ });
90
+ /** @internal */
91
+ exports.AccountV1SessionRefreshResponse$outboundSchema = z.object({
92
+ httpMeta: components.HTTPMetadata$outboundSchema,
93
+ v1RefreshSessionBody: components.V1RefreshSessionBody$outboundSchema
94
+ .optional(),
95
+ }).transform((v) => {
96
+ return (0, primitives_js_1.remap)(v, {
97
+ httpMeta: "HttpMeta",
98
+ v1RefreshSessionBody: "V1RefreshSessionBody",
99
+ });
100
+ });
101
+ /**
102
+ * @internal
103
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
104
+ */
105
+ var AccountV1SessionRefreshResponse$;
106
+ (function (AccountV1SessionRefreshResponse$) {
107
+ /** @deprecated use `AccountV1SessionRefreshResponse$inboundSchema` instead. */
108
+ AccountV1SessionRefreshResponse$.inboundSchema = exports.AccountV1SessionRefreshResponse$inboundSchema;
109
+ /** @deprecated use `AccountV1SessionRefreshResponse$outboundSchema` instead. */
110
+ AccountV1SessionRefreshResponse$.outboundSchema = exports.AccountV1SessionRefreshResponse$outboundSchema;
111
+ })(AccountV1SessionRefreshResponse$ || (exports.AccountV1SessionRefreshResponse$ = AccountV1SessionRefreshResponse$ = {}));
112
+ function accountV1SessionRefreshResponseToJSON(accountV1SessionRefreshResponse) {
113
+ return JSON.stringify(exports.AccountV1SessionRefreshResponse$outboundSchema.parse(accountV1SessionRefreshResponse));
114
+ }
115
+ function accountV1SessionRefreshResponseFromJSON(jsonString) {
116
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountV1SessionRefreshResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountV1SessionRefreshResponse' from JSON`);
117
+ }
118
+ //# sourceMappingURL=accountv1sessionrefresh.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountv1sessionrefresh.js","sourceRoot":"","sources":["../../src/models/operations/accountv1sessionrefresh.ts"],"names":[],"mappings":"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"}
@@ -23,6 +23,8 @@ export * from "./accountv1sessioncreate.js";
23
23
  export * from "./accountv1sessiondelete.js";
24
24
  export * from "./accountv1sessionget.js";
25
25
  export * from "./accountv1sessionlogin.js";
26
+ export * from "./accountv1sessionlogout.js";
27
+ export * from "./accountv1sessionrefresh.js";
26
28
  export * from "./accountv1settingsdeveloperappcreate.js";
27
29
  export * from "./accountv1settingsdeveloperappdelete.js";
28
30
  export * from "./accountv1settingsdeveloperappupdate.js";
@@ -44,10 +46,10 @@ export * from "./badgev1searchsuggest.js";
44
46
  export * from "./badgev1tag.js";
45
47
  export * from "./badgev1tags.js";
46
48
  export * from "./badgev1tagssuggest.js";
47
- export * from "./leaderboardv1getaccount.js";
49
+ export * from "./leaderboardv1getaccountleaderboard.js";
50
+ export * from "./leaderboardv1getaccountleaderboardmeta.js";
48
51
  export * from "./leaderboardv1getbadges.js";
49
52
  export * from "./leaderboardv1getgroup.js";
50
- export * from "./leaderboardv1getleaderboardaccountmeta.js";
51
53
  export * from "./liveness.js";
52
54
  export * from "./locationv1locationget.js";
53
55
  export * from "./statsv1statsget.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/operations/index.ts"],"names":[],"mappings":"AAIA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,0CAA0C,CAAC;AACzD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,uBAAuB,CAAC;AACtC,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qCAAqC,CAAC;AACpD,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,sCAAsC,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6CAA6C,CAAC;AAC5D,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/operations/index.ts"],"names":[],"mappings":"AAIA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,0CAA0C,CAAC;AACzD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,uBAAuB,CAAC;AACtC,cAAc,iCAAiC,CAAC;AAChD,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qCAAqC,CAAC;AACpD,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,0CAA0C,CAAC;AACzD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,sCAAsC,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yCAAyC,CAAC;AACxD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC"}
@@ -42,6 +42,8 @@ __exportStar(require("./accountv1sessioncreate.js"), exports);
42
42
  __exportStar(require("./accountv1sessiondelete.js"), exports);
43
43
  __exportStar(require("./accountv1sessionget.js"), exports);
44
44
  __exportStar(require("./accountv1sessionlogin.js"), exports);
45
+ __exportStar(require("./accountv1sessionlogout.js"), exports);
46
+ __exportStar(require("./accountv1sessionrefresh.js"), exports);
45
47
  __exportStar(require("./accountv1settingsdeveloperappcreate.js"), exports);
46
48
  __exportStar(require("./accountv1settingsdeveloperappdelete.js"), exports);
47
49
  __exportStar(require("./accountv1settingsdeveloperappupdate.js"), exports);
@@ -63,10 +65,10 @@ __exportStar(require("./badgev1searchsuggest.js"), exports);
63
65
  __exportStar(require("./badgev1tag.js"), exports);
64
66
  __exportStar(require("./badgev1tags.js"), exports);
65
67
  __exportStar(require("./badgev1tagssuggest.js"), exports);
66
- __exportStar(require("./leaderboardv1getaccount.js"), exports);
68
+ __exportStar(require("./leaderboardv1getaccountleaderboard.js"), exports);
69
+ __exportStar(require("./leaderboardv1getaccountleaderboardmeta.js"), exports);
67
70
  __exportStar(require("./leaderboardv1getbadges.js"), exports);
68
71
  __exportStar(require("./leaderboardv1getgroup.js"), exports);
69
- __exportStar(require("./leaderboardv1getleaderboardaccountmeta.js"), exports);
70
72
  __exportStar(require("./liveness.js"), exports);
71
73
  __exportStar(require("./locationv1locationget.js"), exports);
72
74
  __exportStar(require("./statsv1statsget.js"), exports);