@polar-sh/sdk 0.32.1 → 0.32.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.
Files changed (160) hide show
  1. package/README.md +5 -2
  2. package/bin/mcp-server.js +13 -9
  3. package/bin/mcp-server.js.map +8 -8
  4. package/dist/commonjs/lib/config.d.ts +2 -2
  5. package/dist/commonjs/lib/config.js +2 -2
  6. package/dist/commonjs/mcp-server/mcp-server.js +1 -1
  7. package/dist/commonjs/mcp-server/server.js +1 -1
  8. package/dist/commonjs/models/components/checkout.d.ts +19 -9
  9. package/dist/commonjs/models/components/checkout.d.ts.map +1 -1
  10. package/dist/commonjs/models/components/checkout.js +14 -6
  11. package/dist/commonjs/models/components/checkout.js.map +1 -1
  12. package/dist/commonjs/models/components/checkoutlinkupdate.d.ts +16 -2
  13. package/dist/commonjs/models/components/checkoutlinkupdate.d.ts.map +1 -1
  14. package/dist/commonjs/models/components/checkoutlinkupdate.js +4 -2
  15. package/dist/commonjs/models/components/checkoutlinkupdate.js.map +1 -1
  16. package/dist/commonjs/models/components/checkoutpublic.d.ts +19 -9
  17. package/dist/commonjs/models/components/checkoutpublic.d.ts.map +1 -1
  18. package/dist/commonjs/models/components/checkoutpublic.js +14 -6
  19. package/dist/commonjs/models/components/checkoutpublic.js.map +1 -1
  20. package/dist/commonjs/models/components/checkoutpublicconfirmed.d.ts +19 -9
  21. package/dist/commonjs/models/components/checkoutpublicconfirmed.d.ts.map +1 -1
  22. package/dist/commonjs/models/components/checkoutpublicconfirmed.js +14 -6
  23. package/dist/commonjs/models/components/checkoutpublicconfirmed.js.map +1 -1
  24. package/dist/commonjs/models/components/checkoutupdate.d.ts +18 -4
  25. package/dist/commonjs/models/components/checkoutupdate.d.ts.map +1 -1
  26. package/dist/commonjs/models/components/checkoutupdate.js +8 -6
  27. package/dist/commonjs/models/components/checkoutupdate.js.map +1 -1
  28. package/dist/commonjs/models/components/checkoutupdatepublic.d.ts +2 -2
  29. package/dist/commonjs/models/components/checkoutupdatepublic.d.ts.map +1 -1
  30. package/dist/commonjs/models/components/checkoutupdatepublic.js +4 -4
  31. package/dist/commonjs/models/components/checkoutupdatepublic.js.map +1 -1
  32. package/dist/commonjs/models/components/customerupdate.d.ts +16 -2
  33. package/dist/commonjs/models/components/customerupdate.d.ts.map +1 -1
  34. package/dist/commonjs/models/components/customerupdate.js +4 -2
  35. package/dist/commonjs/models/components/customerupdate.js.map +1 -1
  36. package/dist/commonjs/models/components/customfieldupdatecheckbox.d.ts +16 -2
  37. package/dist/commonjs/models/components/customfieldupdatecheckbox.d.ts.map +1 -1
  38. package/dist/commonjs/models/components/customfieldupdatecheckbox.js +4 -2
  39. package/dist/commonjs/models/components/customfieldupdatecheckbox.js.map +1 -1
  40. package/dist/commonjs/models/components/customfieldupdatedate.d.ts +16 -2
  41. package/dist/commonjs/models/components/customfieldupdatedate.d.ts.map +1 -1
  42. package/dist/commonjs/models/components/customfieldupdatedate.js +4 -2
  43. package/dist/commonjs/models/components/customfieldupdatedate.js.map +1 -1
  44. package/dist/commonjs/models/components/customfieldupdatenumber.d.ts +16 -2
  45. package/dist/commonjs/models/components/customfieldupdatenumber.d.ts.map +1 -1
  46. package/dist/commonjs/models/components/customfieldupdatenumber.js +4 -2
  47. package/dist/commonjs/models/components/customfieldupdatenumber.js.map +1 -1
  48. package/dist/commonjs/models/components/customfieldupdateselect.d.ts +16 -2
  49. package/dist/commonjs/models/components/customfieldupdateselect.d.ts.map +1 -1
  50. package/dist/commonjs/models/components/customfieldupdateselect.js +4 -2
  51. package/dist/commonjs/models/components/customfieldupdateselect.js.map +1 -1
  52. package/dist/commonjs/models/components/customfieldupdatetext.d.ts +16 -2
  53. package/dist/commonjs/models/components/customfieldupdatetext.d.ts.map +1 -1
  54. package/dist/commonjs/models/components/customfieldupdatetext.js +4 -2
  55. package/dist/commonjs/models/components/customfieldupdatetext.js.map +1 -1
  56. package/dist/commonjs/models/components/discountupdate.d.ts +16 -2
  57. package/dist/commonjs/models/components/discountupdate.d.ts.map +1 -1
  58. package/dist/commonjs/models/components/discountupdate.js +4 -2
  59. package/dist/commonjs/models/components/discountupdate.js.map +1 -1
  60. package/dist/commonjs/models/components/meterupdate.d.ts +16 -2
  61. package/dist/commonjs/models/components/meterupdate.d.ts.map +1 -1
  62. package/dist/commonjs/models/components/meterupdate.js +4 -2
  63. package/dist/commonjs/models/components/meterupdate.js.map +1 -1
  64. package/dist/commonjs/models/components/productpricemeteredunit.d.ts +5 -0
  65. package/dist/commonjs/models/components/productpricemeteredunit.d.ts.map +1 -1
  66. package/dist/commonjs/models/components/productpricemeteredunit.js +4 -0
  67. package/dist/commonjs/models/components/productpricemeteredunit.js.map +1 -1
  68. package/dist/commonjs/models/components/productupdate.d.ts +16 -2
  69. package/dist/commonjs/models/components/productupdate.d.ts.map +1 -1
  70. package/dist/commonjs/models/components/productupdate.js +4 -2
  71. package/dist/commonjs/models/components/productupdate.js.map +1 -1
  72. package/dist/esm/lib/config.d.ts +2 -2
  73. package/dist/esm/lib/config.js +2 -2
  74. package/dist/esm/mcp-server/mcp-server.js +1 -1
  75. package/dist/esm/mcp-server/server.js +1 -1
  76. package/dist/esm/models/components/checkout.d.ts +19 -9
  77. package/dist/esm/models/components/checkout.d.ts.map +1 -1
  78. package/dist/esm/models/components/checkout.js +14 -6
  79. package/dist/esm/models/components/checkout.js.map +1 -1
  80. package/dist/esm/models/components/checkoutlinkupdate.d.ts +16 -2
  81. package/dist/esm/models/components/checkoutlinkupdate.d.ts.map +1 -1
  82. package/dist/esm/models/components/checkoutlinkupdate.js +4 -2
  83. package/dist/esm/models/components/checkoutlinkupdate.js.map +1 -1
  84. package/dist/esm/models/components/checkoutpublic.d.ts +19 -9
  85. package/dist/esm/models/components/checkoutpublic.d.ts.map +1 -1
  86. package/dist/esm/models/components/checkoutpublic.js +14 -6
  87. package/dist/esm/models/components/checkoutpublic.js.map +1 -1
  88. package/dist/esm/models/components/checkoutpublicconfirmed.d.ts +19 -9
  89. package/dist/esm/models/components/checkoutpublicconfirmed.d.ts.map +1 -1
  90. package/dist/esm/models/components/checkoutpublicconfirmed.js +14 -6
  91. package/dist/esm/models/components/checkoutpublicconfirmed.js.map +1 -1
  92. package/dist/esm/models/components/checkoutupdate.d.ts +18 -4
  93. package/dist/esm/models/components/checkoutupdate.d.ts.map +1 -1
  94. package/dist/esm/models/components/checkoutupdate.js +8 -6
  95. package/dist/esm/models/components/checkoutupdate.js.map +1 -1
  96. package/dist/esm/models/components/checkoutupdatepublic.d.ts +2 -2
  97. package/dist/esm/models/components/checkoutupdatepublic.d.ts.map +1 -1
  98. package/dist/esm/models/components/checkoutupdatepublic.js +4 -4
  99. package/dist/esm/models/components/checkoutupdatepublic.js.map +1 -1
  100. package/dist/esm/models/components/customerupdate.d.ts +16 -2
  101. package/dist/esm/models/components/customerupdate.d.ts.map +1 -1
  102. package/dist/esm/models/components/customerupdate.js +4 -2
  103. package/dist/esm/models/components/customerupdate.js.map +1 -1
  104. package/dist/esm/models/components/customfieldupdatecheckbox.d.ts +16 -2
  105. package/dist/esm/models/components/customfieldupdatecheckbox.d.ts.map +1 -1
  106. package/dist/esm/models/components/customfieldupdatecheckbox.js +4 -2
  107. package/dist/esm/models/components/customfieldupdatecheckbox.js.map +1 -1
  108. package/dist/esm/models/components/customfieldupdatedate.d.ts +16 -2
  109. package/dist/esm/models/components/customfieldupdatedate.d.ts.map +1 -1
  110. package/dist/esm/models/components/customfieldupdatedate.js +4 -2
  111. package/dist/esm/models/components/customfieldupdatedate.js.map +1 -1
  112. package/dist/esm/models/components/customfieldupdatenumber.d.ts +16 -2
  113. package/dist/esm/models/components/customfieldupdatenumber.d.ts.map +1 -1
  114. package/dist/esm/models/components/customfieldupdatenumber.js +4 -2
  115. package/dist/esm/models/components/customfieldupdatenumber.js.map +1 -1
  116. package/dist/esm/models/components/customfieldupdateselect.d.ts +16 -2
  117. package/dist/esm/models/components/customfieldupdateselect.d.ts.map +1 -1
  118. package/dist/esm/models/components/customfieldupdateselect.js +4 -2
  119. package/dist/esm/models/components/customfieldupdateselect.js.map +1 -1
  120. package/dist/esm/models/components/customfieldupdatetext.d.ts +16 -2
  121. package/dist/esm/models/components/customfieldupdatetext.d.ts.map +1 -1
  122. package/dist/esm/models/components/customfieldupdatetext.js +4 -2
  123. package/dist/esm/models/components/customfieldupdatetext.js.map +1 -1
  124. package/dist/esm/models/components/discountupdate.d.ts +16 -2
  125. package/dist/esm/models/components/discountupdate.d.ts.map +1 -1
  126. package/dist/esm/models/components/discountupdate.js +4 -2
  127. package/dist/esm/models/components/discountupdate.js.map +1 -1
  128. package/dist/esm/models/components/meterupdate.d.ts +16 -2
  129. package/dist/esm/models/components/meterupdate.d.ts.map +1 -1
  130. package/dist/esm/models/components/meterupdate.js +4 -2
  131. package/dist/esm/models/components/meterupdate.js.map +1 -1
  132. package/dist/esm/models/components/productpricemeteredunit.d.ts +5 -0
  133. package/dist/esm/models/components/productpricemeteredunit.d.ts.map +1 -1
  134. package/dist/esm/models/components/productpricemeteredunit.js +4 -0
  135. package/dist/esm/models/components/productpricemeteredunit.js.map +1 -1
  136. package/dist/esm/models/components/productupdate.d.ts +16 -2
  137. package/dist/esm/models/components/productupdate.d.ts.map +1 -1
  138. package/dist/esm/models/components/productupdate.js +4 -2
  139. package/dist/esm/models/components/productupdate.js.map +1 -1
  140. package/jsr.json +1 -1
  141. package/package.json +1 -1
  142. package/src/lib/config.ts +2 -2
  143. package/src/mcp-server/mcp-server.ts +1 -1
  144. package/src/mcp-server/server.ts +1 -1
  145. package/src/models/components/checkout.ts +33 -15
  146. package/src/models/components/checkoutlinkupdate.ts +20 -8
  147. package/src/models/components/checkoutpublic.ts +33 -15
  148. package/src/models/components/checkoutpublicconfirmed.ts +33 -15
  149. package/src/models/components/checkoutupdate.ts +36 -30
  150. package/src/models/components/checkoutupdatepublic.ts +16 -22
  151. package/src/models/components/customerupdate.ts +20 -8
  152. package/src/models/components/customfieldupdatecheckbox.ts +20 -8
  153. package/src/models/components/customfieldupdatedate.ts +20 -8
  154. package/src/models/components/customfieldupdatenumber.ts +20 -8
  155. package/src/models/components/customfieldupdateselect.ts +20 -8
  156. package/src/models/components/customfieldupdatetext.ts +20 -8
  157. package/src/models/components/discountupdate.ts +20 -8
  158. package/src/models/components/meterupdate.ts +20 -8
  159. package/src/models/components/productpricemeteredunit.ts +9 -0
  160. package/src/models/components/productupdate.ts +20 -8
@@ -24,7 +24,21 @@ export type CustomerUpdateMetadata = string | number | boolean;
24
24
  export type CustomerUpdateTaxId = string | TaxIDFormat;
25
25
 
26
26
  export type CustomerUpdate = {
27
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
27
+ /**
28
+ * Key-value object allowing you to store additional information.
29
+ *
30
+ * @remarks
31
+ *
32
+ * The key must be a string with a maximum length of **40 characters**.
33
+ * The value must be either:
34
+ *
35
+ * * A string with a maximum length of **500 characters**
36
+ * * An integer
37
+ * * A boolean
38
+ *
39
+ * You can store up to **50 key-value pairs**.
40
+ */
41
+ metadata?: { [k: string]: string | number | boolean } | undefined;
28
42
  /**
29
43
  * The ID of the customer in your system. This must be unique within the organization. Once set, it can't be updated.
30
44
  */
@@ -143,9 +157,8 @@ export const CustomerUpdate$inboundSchema: z.ZodType<
143
157
  z.ZodTypeDef,
144
158
  unknown
145
159
  > = z.object({
146
- metadata: z.nullable(
147
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
148
- ).optional(),
160
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
161
+ .optional(),
149
162
  external_id: z.nullable(z.string()).optional(),
150
163
  email: z.nullable(z.string()).optional(),
151
164
  name: z.nullable(z.string()).optional(),
@@ -163,7 +176,7 @@ export const CustomerUpdate$inboundSchema: z.ZodType<
163
176
 
164
177
  /** @internal */
165
178
  export type CustomerUpdate$Outbound = {
166
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
179
+ metadata?: { [k: string]: string | number | boolean } | undefined;
167
180
  external_id?: string | null | undefined;
168
181
  email?: string | null | undefined;
169
182
  name?: string | null | undefined;
@@ -177,9 +190,8 @@ export const CustomerUpdate$outboundSchema: z.ZodType<
177
190
  z.ZodTypeDef,
178
191
  CustomerUpdate
179
192
  > = z.object({
180
- metadata: z.nullable(
181
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
182
- ).optional(),
193
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
194
+ .optional(),
183
195
  externalId: z.nullable(z.string()).optional(),
184
196
  email: z.nullable(z.string()).optional(),
185
197
  name: z.nullable(z.string()).optional(),
@@ -19,7 +19,21 @@ export type CustomFieldUpdateCheckboxMetadata = string | number | boolean;
19
19
  * Schema to update a custom field of type checkbox.
20
20
  */
21
21
  export type CustomFieldUpdateCheckbox = {
22
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
22
+ /**
23
+ * Key-value object allowing you to store additional information.
24
+ *
25
+ * @remarks
26
+ *
27
+ * The key must be a string with a maximum length of **40 characters**.
28
+ * The value must be either:
29
+ *
30
+ * * A string with a maximum length of **500 characters**
31
+ * * An integer
32
+ * * A boolean
33
+ *
34
+ * You can store up to **50 key-value pairs**.
35
+ */
36
+ metadata?: { [k: string]: string | number | boolean } | undefined;
23
37
  name?: string | null | undefined;
24
38
  slug?: string | null | undefined;
25
39
  type?: "checkbox" | undefined;
@@ -86,9 +100,8 @@ export const CustomFieldUpdateCheckbox$inboundSchema: z.ZodType<
86
100
  z.ZodTypeDef,
87
101
  unknown
88
102
  > = z.object({
89
- metadata: z.nullable(
90
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
91
- ).optional(),
103
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
104
+ .optional(),
92
105
  name: z.nullable(z.string()).optional(),
93
106
  slug: z.nullable(z.string()).optional(),
94
107
  type: z.literal("checkbox").optional(),
@@ -98,7 +111,7 @@ export const CustomFieldUpdateCheckbox$inboundSchema: z.ZodType<
98
111
 
99
112
  /** @internal */
100
113
  export type CustomFieldUpdateCheckbox$Outbound = {
101
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
114
+ metadata?: { [k: string]: string | number | boolean } | undefined;
102
115
  name?: string | null | undefined;
103
116
  slug?: string | null | undefined;
104
117
  type: "checkbox";
@@ -111,9 +124,8 @@ export const CustomFieldUpdateCheckbox$outboundSchema: z.ZodType<
111
124
  z.ZodTypeDef,
112
125
  CustomFieldUpdateCheckbox
113
126
  > = z.object({
114
- metadata: z.nullable(
115
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
116
- ).optional(),
127
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
128
+ .optional(),
117
129
  name: z.nullable(z.string()).optional(),
118
130
  slug: z.nullable(z.string()).optional(),
119
131
  type: z.literal("checkbox").default("checkbox" as const),
@@ -19,7 +19,21 @@ export type CustomFieldUpdateDateMetadata = string | number | boolean;
19
19
  * Schema to update a custom field of type date.
20
20
  */
21
21
  export type CustomFieldUpdateDate = {
22
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
22
+ /**
23
+ * Key-value object allowing you to store additional information.
24
+ *
25
+ * @remarks
26
+ *
27
+ * The key must be a string with a maximum length of **40 characters**.
28
+ * The value must be either:
29
+ *
30
+ * * A string with a maximum length of **500 characters**
31
+ * * An integer
32
+ * * A boolean
33
+ *
34
+ * You can store up to **50 key-value pairs**.
35
+ */
36
+ metadata?: { [k: string]: string | number | boolean } | undefined;
23
37
  name?: string | null | undefined;
24
38
  slug?: string | null | undefined;
25
39
  type?: "date" | undefined;
@@ -82,9 +96,8 @@ export const CustomFieldUpdateDate$inboundSchema: z.ZodType<
82
96
  z.ZodTypeDef,
83
97
  unknown
84
98
  > = z.object({
85
- metadata: z.nullable(
86
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
87
- ).optional(),
99
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
100
+ .optional(),
88
101
  name: z.nullable(z.string()).optional(),
89
102
  slug: z.nullable(z.string()).optional(),
90
103
  type: z.literal("date").optional(),
@@ -93,7 +106,7 @@ export const CustomFieldUpdateDate$inboundSchema: z.ZodType<
93
106
 
94
107
  /** @internal */
95
108
  export type CustomFieldUpdateDate$Outbound = {
96
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
109
+ metadata?: { [k: string]: string | number | boolean } | undefined;
97
110
  name?: string | null | undefined;
98
111
  slug?: string | null | undefined;
99
112
  type: "date";
@@ -106,9 +119,8 @@ export const CustomFieldUpdateDate$outboundSchema: z.ZodType<
106
119
  z.ZodTypeDef,
107
120
  CustomFieldUpdateDate
108
121
  > = z.object({
109
- metadata: z.nullable(
110
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
111
- ).optional(),
122
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
123
+ .optional(),
112
124
  name: z.nullable(z.string()).optional(),
113
125
  slug: z.nullable(z.string()).optional(),
114
126
  type: z.literal("date").default("date" as const),
@@ -19,7 +19,21 @@ export type CustomFieldUpdateNumberMetadata = string | number | boolean;
19
19
  * Schema to update a custom field of type number.
20
20
  */
21
21
  export type CustomFieldUpdateNumber = {
22
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
22
+ /**
23
+ * Key-value object allowing you to store additional information.
24
+ *
25
+ * @remarks
26
+ *
27
+ * The key must be a string with a maximum length of **40 characters**.
28
+ * The value must be either:
29
+ *
30
+ * * A string with a maximum length of **500 characters**
31
+ * * An integer
32
+ * * A boolean
33
+ *
34
+ * You can store up to **50 key-value pairs**.
35
+ */
36
+ metadata?: { [k: string]: string | number | boolean } | undefined;
23
37
  name?: string | null | undefined;
24
38
  slug?: string | null | undefined;
25
39
  type?: "number" | undefined;
@@ -85,9 +99,8 @@ export const CustomFieldUpdateNumber$inboundSchema: z.ZodType<
85
99
  z.ZodTypeDef,
86
100
  unknown
87
101
  > = z.object({
88
- metadata: z.nullable(
89
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
90
- ).optional(),
102
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
103
+ .optional(),
91
104
  name: z.nullable(z.string()).optional(),
92
105
  slug: z.nullable(z.string()).optional(),
93
106
  type: z.literal("number").optional(),
@@ -96,7 +109,7 @@ export const CustomFieldUpdateNumber$inboundSchema: z.ZodType<
96
109
 
97
110
  /** @internal */
98
111
  export type CustomFieldUpdateNumber$Outbound = {
99
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
112
+ metadata?: { [k: string]: string | number | boolean } | undefined;
100
113
  name?: string | null | undefined;
101
114
  slug?: string | null | undefined;
102
115
  type: "number";
@@ -109,9 +122,8 @@ export const CustomFieldUpdateNumber$outboundSchema: z.ZodType<
109
122
  z.ZodTypeDef,
110
123
  CustomFieldUpdateNumber
111
124
  > = z.object({
112
- metadata: z.nullable(
113
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
114
- ).optional(),
125
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
126
+ .optional(),
115
127
  name: z.nullable(z.string()).optional(),
116
128
  slug: z.nullable(z.string()).optional(),
117
129
  type: z.literal("number").default("number" as const),
@@ -19,7 +19,21 @@ export type CustomFieldUpdateSelectMetadata = string | number | boolean;
19
19
  * Schema to update a custom field of type select.
20
20
  */
21
21
  export type CustomFieldUpdateSelect = {
22
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
22
+ /**
23
+ * Key-value object allowing you to store additional information.
24
+ *
25
+ * @remarks
26
+ *
27
+ * The key must be a string with a maximum length of **40 characters**.
28
+ * The value must be either:
29
+ *
30
+ * * A string with a maximum length of **500 characters**
31
+ * * An integer
32
+ * * A boolean
33
+ *
34
+ * You can store up to **50 key-value pairs**.
35
+ */
36
+ metadata?: { [k: string]: string | number | boolean } | undefined;
23
37
  name?: string | null | undefined;
24
38
  slug?: string | null | undefined;
25
39
  type?: "select" | undefined;
@@ -85,9 +99,8 @@ export const CustomFieldUpdateSelect$inboundSchema: z.ZodType<
85
99
  z.ZodTypeDef,
86
100
  unknown
87
101
  > = z.object({
88
- metadata: z.nullable(
89
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
90
- ).optional(),
102
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
103
+ .optional(),
91
104
  name: z.nullable(z.string()).optional(),
92
105
  slug: z.nullable(z.string()).optional(),
93
106
  type: z.literal("select").optional(),
@@ -96,7 +109,7 @@ export const CustomFieldUpdateSelect$inboundSchema: z.ZodType<
96
109
 
97
110
  /** @internal */
98
111
  export type CustomFieldUpdateSelect$Outbound = {
99
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
112
+ metadata?: { [k: string]: string | number | boolean } | undefined;
100
113
  name?: string | null | undefined;
101
114
  slug?: string | null | undefined;
102
115
  type: "select";
@@ -109,9 +122,8 @@ export const CustomFieldUpdateSelect$outboundSchema: z.ZodType<
109
122
  z.ZodTypeDef,
110
123
  CustomFieldUpdateSelect
111
124
  > = z.object({
112
- metadata: z.nullable(
113
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
114
- ).optional(),
125
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
126
+ .optional(),
115
127
  name: z.nullable(z.string()).optional(),
116
128
  slug: z.nullable(z.string()).optional(),
117
129
  type: z.literal("select").default("select" as const),
@@ -19,7 +19,21 @@ export type CustomFieldUpdateTextMetadata = string | number | boolean;
19
19
  * Schema to update a custom field of type text.
20
20
  */
21
21
  export type CustomFieldUpdateText = {
22
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
22
+ /**
23
+ * Key-value object allowing you to store additional information.
24
+ *
25
+ * @remarks
26
+ *
27
+ * The key must be a string with a maximum length of **40 characters**.
28
+ * The value must be either:
29
+ *
30
+ * * A string with a maximum length of **500 characters**
31
+ * * An integer
32
+ * * A boolean
33
+ *
34
+ * You can store up to **50 key-value pairs**.
35
+ */
36
+ metadata?: { [k: string]: string | number | boolean } | undefined;
23
37
  name?: string | null | undefined;
24
38
  slug?: string | null | undefined;
25
39
  type?: "text" | undefined;
@@ -82,9 +96,8 @@ export const CustomFieldUpdateText$inboundSchema: z.ZodType<
82
96
  z.ZodTypeDef,
83
97
  unknown
84
98
  > = z.object({
85
- metadata: z.nullable(
86
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
87
- ).optional(),
99
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
100
+ .optional(),
88
101
  name: z.nullable(z.string()).optional(),
89
102
  slug: z.nullable(z.string()).optional(),
90
103
  type: z.literal("text").optional(),
@@ -93,7 +106,7 @@ export const CustomFieldUpdateText$inboundSchema: z.ZodType<
93
106
 
94
107
  /** @internal */
95
108
  export type CustomFieldUpdateText$Outbound = {
96
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
109
+ metadata?: { [k: string]: string | number | boolean } | undefined;
97
110
  name?: string | null | undefined;
98
111
  slug?: string | null | undefined;
99
112
  type: "text";
@@ -106,9 +119,8 @@ export const CustomFieldUpdateText$outboundSchema: z.ZodType<
106
119
  z.ZodTypeDef,
107
120
  CustomFieldUpdateText
108
121
  > = z.object({
109
- metadata: z.nullable(
110
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
111
- ).optional(),
122
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
123
+ .optional(),
112
124
  name: z.nullable(z.string()).optional(),
113
125
  slug: z.nullable(z.string()).optional(),
114
126
  type: z.literal("text").default("text" as const),
@@ -24,7 +24,21 @@ export type DiscountUpdateMetadata = string | number | boolean;
24
24
  * Schema to update a discount.
25
25
  */
26
26
  export type DiscountUpdate = {
27
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
27
+ /**
28
+ * Key-value object allowing you to store additional information.
29
+ *
30
+ * @remarks
31
+ *
32
+ * The key must be a string with a maximum length of **40 characters**.
33
+ * The value must be either:
34
+ *
35
+ * * A string with a maximum length of **500 characters**
36
+ * * An integer
37
+ * * A boolean
38
+ *
39
+ * You can store up to **50 key-value pairs**.
40
+ */
41
+ metadata?: { [k: string]: string | number | boolean } | undefined;
28
42
  name?: string | null | undefined;
29
43
  code?: string | null | undefined;
30
44
  startsAt?: Date | null | undefined;
@@ -93,9 +107,8 @@ export const DiscountUpdate$inboundSchema: z.ZodType<
93
107
  z.ZodTypeDef,
94
108
  unknown
95
109
  > = z.object({
96
- metadata: z.nullable(
97
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
98
- ).optional(),
110
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
111
+ .optional(),
99
112
  name: z.nullable(z.string()).optional(),
100
113
  code: z.nullable(z.string()).optional(),
101
114
  starts_at: z.nullable(
@@ -124,7 +137,7 @@ export const DiscountUpdate$inboundSchema: z.ZodType<
124
137
 
125
138
  /** @internal */
126
139
  export type DiscountUpdate$Outbound = {
127
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
140
+ metadata?: { [k: string]: string | number | boolean } | undefined;
128
141
  name?: string | null | undefined;
129
142
  code?: string | null | undefined;
130
143
  starts_at?: string | null | undefined;
@@ -145,9 +158,8 @@ export const DiscountUpdate$outboundSchema: z.ZodType<
145
158
  z.ZodTypeDef,
146
159
  DiscountUpdate
147
160
  > = z.object({
148
- metadata: z.nullable(
149
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
150
- ).optional(),
161
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
162
+ .optional(),
151
163
  name: z.nullable(z.string()).optional(),
152
164
  code: z.nullable(z.string()).optional(),
153
165
  startsAt: z.nullable(z.date().transform(v => v.toISOString())).optional(),
@@ -35,7 +35,21 @@ export type Aggregation =
35
35
  | (PropertyAggregation & { func: "sum" });
36
36
 
37
37
  export type MeterUpdate = {
38
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
38
+ /**
39
+ * Key-value object allowing you to store additional information.
40
+ *
41
+ * @remarks
42
+ *
43
+ * The key must be a string with a maximum length of **40 characters**.
44
+ * The value must be either:
45
+ *
46
+ * * A string with a maximum length of **500 characters**
47
+ * * An integer
48
+ * * A boolean
49
+ *
50
+ * You can store up to **50 key-value pairs**.
51
+ */
52
+ metadata?: { [k: string]: string | number | boolean } | undefined;
39
53
  /**
40
54
  * The name of the meter. Will be shown on customer's invoices and usage.
41
55
  */
@@ -192,9 +206,8 @@ export const MeterUpdate$inboundSchema: z.ZodType<
192
206
  z.ZodTypeDef,
193
207
  unknown
194
208
  > = z.object({
195
- metadata: z.nullable(
196
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
197
- ).optional(),
209
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
210
+ .optional(),
198
211
  name: z.nullable(z.string()).optional(),
199
212
  filter: z.nullable(Filter$inboundSchema).optional(),
200
213
  aggregation: z.nullable(
@@ -230,7 +243,7 @@ export const MeterUpdate$inboundSchema: z.ZodType<
230
243
 
231
244
  /** @internal */
232
245
  export type MeterUpdate$Outbound = {
233
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
246
+ metadata?: { [k: string]: string | number | boolean } | undefined;
234
247
  name?: string | null | undefined;
235
248
  filter?: Filter$Outbound | null | undefined;
236
249
  aggregation?:
@@ -249,9 +262,8 @@ export const MeterUpdate$outboundSchema: z.ZodType<
249
262
  z.ZodTypeDef,
250
263
  MeterUpdate
251
264
  > = z.object({
252
- metadata: z.nullable(
253
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
254
- ).optional(),
265
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
266
+ .optional(),
255
267
  name: z.nullable(z.string()).optional(),
256
268
  filter: z.nullable(Filter$outboundSchema).optional(),
257
269
  aggregation: z.nullable(
@@ -54,6 +54,10 @@ export type ProductPriceMeteredUnit = {
54
54
  * @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
55
55
  */
56
56
  recurringInterval: SubscriptionRecurringInterval | null;
57
+ /**
58
+ * The currency.
59
+ */
60
+ priceCurrency: string;
57
61
  /**
58
62
  * The price per unit in cents.
59
63
  */
@@ -92,6 +96,7 @@ export const ProductPriceMeteredUnit$inboundSchema: z.ZodType<
92
96
  product_id: z.string(),
93
97
  type: ProductPriceType$inboundSchema,
94
98
  recurring_interval: z.nullable(SubscriptionRecurringInterval$inboundSchema),
99
+ price_currency: z.string(),
95
100
  unit_amount: z.number().int(),
96
101
  included_units: z.number().int(),
97
102
  cap_amount: z.nullable(z.number().int()),
@@ -105,6 +110,7 @@ export const ProductPriceMeteredUnit$inboundSchema: z.ZodType<
105
110
  "is_archived": "isArchived",
106
111
  "product_id": "productId",
107
112
  "recurring_interval": "recurringInterval",
113
+ "price_currency": "priceCurrency",
108
114
  "unit_amount": "unitAmount",
109
115
  "included_units": "includedUnits",
110
116
  "cap_amount": "capAmount",
@@ -122,6 +128,7 @@ export type ProductPriceMeteredUnit$Outbound = {
122
128
  product_id: string;
123
129
  type: string;
124
130
  recurring_interval: string | null;
131
+ price_currency: string;
125
132
  unit_amount: number;
126
133
  included_units: number;
127
134
  cap_amount: number | null;
@@ -143,6 +150,7 @@ export const ProductPriceMeteredUnit$outboundSchema: z.ZodType<
143
150
  productId: z.string(),
144
151
  type: ProductPriceType$outboundSchema,
145
152
  recurringInterval: z.nullable(SubscriptionRecurringInterval$outboundSchema),
153
+ priceCurrency: z.string(),
146
154
  unitAmount: z.number().int(),
147
155
  includedUnits: z.number().int(),
148
156
  capAmount: z.nullable(z.number().int()),
@@ -156,6 +164,7 @@ export const ProductPriceMeteredUnit$outboundSchema: z.ZodType<
156
164
  isArchived: "is_archived",
157
165
  productId: "product_id",
158
166
  recurringInterval: "recurring_interval",
167
+ priceCurrency: "price_currency",
159
168
  unitAmount: "unit_amount",
160
169
  includedUnits: "included_units",
161
170
  capAmount: "cap_amount",
@@ -55,7 +55,21 @@ export type ProductUpdatePrices =
55
55
  * Schema to update a product.
56
56
  */
57
57
  export type ProductUpdate = {
58
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
58
+ /**
59
+ * Key-value object allowing you to store additional information.
60
+ *
61
+ * @remarks
62
+ *
63
+ * The key must be a string with a maximum length of **40 characters**.
64
+ * The value must be either:
65
+ *
66
+ * * A string with a maximum length of **500 characters**
67
+ * * An integer
68
+ * * A boolean
69
+ *
70
+ * You can store up to **50 key-value pairs**.
71
+ */
72
+ metadata?: { [k: string]: string | number | boolean } | undefined;
59
73
  name?: string | null | undefined;
60
74
  /**
61
75
  * The description of the product.
@@ -204,9 +218,8 @@ export const ProductUpdate$inboundSchema: z.ZodType<
204
218
  z.ZodTypeDef,
205
219
  unknown
206
220
  > = z.object({
207
- metadata: z.nullable(
208
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
209
- ).optional(),
221
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
222
+ .optional(),
210
223
  name: z.nullable(z.string()).optional(),
211
224
  description: z.nullable(z.string()).optional(),
212
225
  recurring_interval: z.nullable(SubscriptionRecurringInterval$inboundSchema)
@@ -236,7 +249,7 @@ export const ProductUpdate$inboundSchema: z.ZodType<
236
249
 
237
250
  /** @internal */
238
251
  export type ProductUpdate$Outbound = {
239
- metadata?: { [k: string]: string | number | boolean } | null | undefined;
252
+ metadata?: { [k: string]: string | number | boolean } | undefined;
240
253
  name?: string | null | undefined;
241
254
  description?: string | null | undefined;
242
255
  recurring_interval?: string | null | undefined;
@@ -263,9 +276,8 @@ export const ProductUpdate$outboundSchema: z.ZodType<
263
276
  z.ZodTypeDef,
264
277
  ProductUpdate
265
278
  > = z.object({
266
- metadata: z.nullable(
267
- z.record(z.union([z.string(), z.number().int(), z.boolean()])),
268
- ).optional(),
279
+ metadata: z.record(z.union([z.string(), z.number().int(), z.boolean()]))
280
+ .optional(),
269
281
  name: z.nullable(z.string()).optional(),
270
282
  description: z.nullable(z.string()).optional(),
271
283
  recurringInterval: z.nullable(SubscriptionRecurringInterval$outboundSchema)