@colyseus/schema 5.0.1 → 5.0.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.
@@ -33,7 +33,7 @@ export declare const ReflectionField: import("./annotations.js").SchemaWithExten
33
33
  name: FieldBuilder<string, false, false>;
34
34
  type: FieldBuilder<string, false, false>;
35
35
  referencedType: FieldBuilder<number, false, false>;
36
- }, import("./types/HelperTypes.js").BuilderInitProps<{
36
+ }, import("./index.js").BuilderInitProps<{
37
37
  name: FieldBuilder<string, false, false>;
38
38
  type: FieldBuilder<string, false, false>;
39
39
  referencedType: FieldBuilder<number, false, false>;
@@ -47,7 +47,7 @@ export declare const ReflectionType: import("./annotations.js").SchemaWithExtend
47
47
  type?: string;
48
48
  referencedType?: number;
49
49
  } & Schema<any> & Schema<unknown>>, true, false>;
50
- }, import("./types/HelperTypes.js").BuilderInitProps<{
50
+ }, import("./index.js").BuilderInitProps<{
51
51
  id: FieldBuilder<number, false, false>;
52
52
  extendsId: FieldBuilder<number, false, false>;
53
53
  fields: FieldBuilder<ArraySchema<{} & {