iracing-data-client 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.mts CHANGED
@@ -309,7 +309,23 @@ declare class IRacingClient {
309
309
  clearTokens(): void;
310
310
  }
311
311
 
312
- declare const CarAssets: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>;
312
+ declare const CarAssets: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniObject<{
313
+ carId: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
314
+ carRules: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniArray<z.ZodMiniUnknown>>>;
315
+ detailCopy: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
316
+ detailScreenShotImages: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
317
+ detailTechspecsCopy: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
318
+ folder: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
319
+ galleryImages: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
320
+ galleryPrefix: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
321
+ groupImage: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
322
+ groupName: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
323
+ largeImage: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
324
+ logo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
325
+ smallImage: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
326
+ sponsorLogo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
327
+ templatePath: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
328
+ }, z.core.$strip>>;
313
329
  declare const CarGet: z.ZodMiniArray<z.ZodMiniObject<{
314
330
  aiEnabled: z.ZodMiniBoolean<boolean>;
315
331
  allowNumberColors: z.ZodMiniBoolean<boolean>;
package/lib/index.d.ts CHANGED
@@ -309,7 +309,23 @@ declare class IRacingClient {
309
309
  clearTokens(): void;
310
310
  }
311
311
 
312
- declare const CarAssets: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnknown>;
312
+ declare const CarAssets: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniObject<{
313
+ carId: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniNumber<number>>>;
314
+ carRules: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniArray<z.ZodMiniUnknown>>>;
315
+ detailCopy: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
316
+ detailScreenShotImages: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
317
+ detailTechspecsCopy: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
318
+ folder: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
319
+ galleryImages: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
320
+ galleryPrefix: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
321
+ groupImage: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
322
+ groupName: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
323
+ largeImage: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
324
+ logo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
325
+ smallImage: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
326
+ sponsorLogo: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
327
+ templatePath: z.ZodMiniOptional<z.ZodMiniNullable<z.ZodMiniString<string>>>;
328
+ }, z.core.$strip>>;
313
329
  declare const CarGet: z.ZodMiniArray<z.ZodMiniObject<{
314
330
  aiEnabled: z.ZodMiniBoolean<boolean>;
315
331
  allowNumberColors: z.ZodMiniBoolean<boolean>;
package/lib/index.js CHANGED
@@ -801,7 +801,23 @@ var IRacingClient = class {
801
801
  this.tokenManager.clearTokens();
802
802
  }
803
803
  };
804
- var CarAssets = z6__namespace.record(z6__namespace.string(), z6__namespace.unknown());
804
+ var CarAssets = z6__namespace.record(z6__namespace.string(), z6__namespace.object({
805
+ carId: z6__namespace.optional(z6__namespace.nullable(z6__namespace.number())),
806
+ carRules: z6__namespace.optional(z6__namespace.nullable(z6__namespace.array(z6__namespace.unknown()))),
807
+ detailCopy: z6__namespace.optional(z6__namespace.nullable(z6__namespace.string())),
808
+ detailScreenShotImages: z6__namespace.optional(z6__namespace.nullable(z6__namespace.string())),
809
+ detailTechspecsCopy: z6__namespace.optional(z6__namespace.nullable(z6__namespace.string())),
810
+ folder: z6__namespace.optional(z6__namespace.nullable(z6__namespace.string())),
811
+ galleryImages: z6__namespace.optional(z6__namespace.nullable(z6__namespace.string())),
812
+ galleryPrefix: z6__namespace.optional(z6__namespace.nullable(z6__namespace.string())),
813
+ groupImage: z6__namespace.optional(z6__namespace.nullable(z6__namespace.string())),
814
+ groupName: z6__namespace.optional(z6__namespace.nullable(z6__namespace.string())),
815
+ largeImage: z6__namespace.optional(z6__namespace.nullable(z6__namespace.string())),
816
+ logo: z6__namespace.optional(z6__namespace.nullable(z6__namespace.string())),
817
+ smallImage: z6__namespace.optional(z6__namespace.nullable(z6__namespace.string())),
818
+ sponsorLogo: z6__namespace.optional(z6__namespace.nullable(z6__namespace.string())),
819
+ templatePath: z6__namespace.optional(z6__namespace.nullable(z6__namespace.string()))
820
+ }));
805
821
  var CarGet = z6__namespace.array(z6__namespace.object({
806
822
  aiEnabled: z6__namespace.boolean(),
807
823
  allowNumberColors: z6__namespace.boolean(),