@supernova-studio/client 1.43.7 → 1.44.1

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/dist/index.js CHANGED
@@ -217,6 +217,7 @@ var _ipcidr = require('ip-cidr'); var _ipcidr2 = _interopRequireDefault(_ipcidr)
217
217
 
218
218
 
219
219
 
220
+
220
221
 
221
222
 
222
223
  var __defProp2 = Object.defineProperty;
@@ -5826,6 +5827,10 @@ var PortalSettings = _zod.z.object({
5826
5827
  createdAt: _zod.z.coerce.date(),
5827
5828
  updatedAt: _zod.z.coerce.date()
5828
5829
  });
5830
+ var SentryTraceHeaders = _zod2.default.object({
5831
+ sentryTrace: _zod2.default.string(),
5832
+ baggage: _zod2.default.string()
5833
+ });
5829
5834
  var PersonalAccessToken = _zod.z.object({
5830
5835
  id: _zod.z.string(),
5831
5836
  userId: _zod.z.string(),
@@ -9149,6 +9154,8 @@ var DTOFileReference = DTOFile.pick({
9149
9154
  id: true,
9150
9155
  url: true,
9151
9156
  source: true
9157
+ }).extend({
9158
+ name: DTOFile.shape.name.optional()
9152
9159
  });
9153
9160
  var DTOFileUploadOwnerUser = _zod2.default.object({
9154
9161
  ownerType: _zod2.default.literal("User")