circuit-json 0.0.447 → 0.0.448

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/README.md CHANGED
@@ -720,6 +720,7 @@ interface SourceProjectMetadata {
720
720
  name?: string
721
721
  software_used_string?: string
722
722
  project_url?: string
723
+ source_filesystem_md5_hash?: string
723
724
  created_at?: string // ISO8601 timestamp
724
725
  }
725
726
  ```
package/dist/index.d.mts CHANGED
@@ -28483,6 +28483,7 @@ interface SourceProjectMetadata {
28483
28483
  name?: string;
28484
28484
  software_used_string?: string;
28485
28485
  project_url?: string;
28486
+ source_filesystem_md5_hash?: string;
28486
28487
  created_at?: string;
28487
28488
  }
28488
28489
  declare const source_project_metadata: z.ZodObject<{
@@ -28490,18 +28491,21 @@ declare const source_project_metadata: z.ZodObject<{
28490
28491
  name: z.ZodOptional<z.ZodString>;
28491
28492
  software_used_string: z.ZodOptional<z.ZodString>;
28492
28493
  project_url: z.ZodOptional<z.ZodString>;
28494
+ source_filesystem_md5_hash: z.ZodOptional<z.ZodString>;
28493
28495
  created_at: z.ZodOptional<z.ZodString>;
28494
28496
  }, "strip", z.ZodTypeAny, {
28495
28497
  type: "source_project_metadata";
28496
28498
  name?: string | undefined;
28497
28499
  software_used_string?: string | undefined;
28498
28500
  project_url?: string | undefined;
28501
+ source_filesystem_md5_hash?: string | undefined;
28499
28502
  created_at?: string | undefined;
28500
28503
  }, {
28501
28504
  type: "source_project_metadata";
28502
28505
  name?: string | undefined;
28503
28506
  software_used_string?: string | undefined;
28504
28507
  project_url?: string | undefined;
28508
+ source_filesystem_md5_hash?: string | undefined;
28505
28509
  created_at?: string | undefined;
28506
28510
  }>;
28507
28511
  type InferredProjectMetadata = z.infer<typeof source_project_metadata>;
@@ -30447,18 +30451,21 @@ declare const any_source_component: z.ZodUnion<[z.ZodObject<{
30447
30451
  name: z.ZodOptional<z.ZodString>;
30448
30452
  software_used_string: z.ZodOptional<z.ZodString>;
30449
30453
  project_url: z.ZodOptional<z.ZodString>;
30454
+ source_filesystem_md5_hash: z.ZodOptional<z.ZodString>;
30450
30455
  created_at: z.ZodOptional<z.ZodString>;
30451
30456
  }, "strip", z.ZodTypeAny, {
30452
30457
  type: "source_project_metadata";
30453
30458
  name?: string | undefined;
30454
30459
  software_used_string?: string | undefined;
30455
30460
  project_url?: string | undefined;
30461
+ source_filesystem_md5_hash?: string | undefined;
30456
30462
  created_at?: string | undefined;
30457
30463
  }, {
30458
30464
  type: "source_project_metadata";
30459
30465
  name?: string | undefined;
30460
30466
  software_used_string?: string | undefined;
30461
30467
  project_url?: string | undefined;
30468
+ source_filesystem_md5_hash?: string | undefined;
30462
30469
  created_at?: string | undefined;
30463
30470
  }>, z.ZodObject<{
30464
30471
  message: z.ZodString;
@@ -35858,18 +35865,21 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
35858
35865
  name: z.ZodOptional<z.ZodString>;
35859
35866
  software_used_string: z.ZodOptional<z.ZodString>;
35860
35867
  project_url: z.ZodOptional<z.ZodString>;
35868
+ source_filesystem_md5_hash: z.ZodOptional<z.ZodString>;
35861
35869
  created_at: z.ZodOptional<z.ZodString>;
35862
35870
  }, "strip", z.ZodTypeAny, {
35863
35871
  type: "source_project_metadata";
35864
35872
  name?: string | undefined;
35865
35873
  software_used_string?: string | undefined;
35866
35874
  project_url?: string | undefined;
35875
+ source_filesystem_md5_hash?: string | undefined;
35867
35876
  created_at?: string | undefined;
35868
35877
  }, {
35869
35878
  type: "source_project_metadata";
35870
35879
  name?: string | undefined;
35871
35880
  software_used_string?: string | undefined;
35872
35881
  project_url?: string | undefined;
35882
+ source_filesystem_md5_hash?: string | undefined;
35873
35883
  created_at?: string | undefined;
35874
35884
  }>, z.ZodObject<{
35875
35885
  message: z.ZodString;
@@ -37118,18 +37128,21 @@ declare const any_circuit_element: z.ZodUnion<[z.ZodObject<{
37118
37128
  name: z.ZodOptional<z.ZodString>;
37119
37129
  software_used_string: z.ZodOptional<z.ZodString>;
37120
37130
  project_url: z.ZodOptional<z.ZodString>;
37131
+ source_filesystem_md5_hash: z.ZodOptional<z.ZodString>;
37121
37132
  created_at: z.ZodOptional<z.ZodString>;
37122
37133
  }, "strip", z.ZodTypeAny, {
37123
37134
  type: "source_project_metadata";
37124
37135
  name?: string | undefined;
37125
37136
  software_used_string?: string | undefined;
37126
37137
  project_url?: string | undefined;
37138
+ source_filesystem_md5_hash?: string | undefined;
37127
37139
  created_at?: string | undefined;
37128
37140
  }, {
37129
37141
  type: "source_project_metadata";
37130
37142
  name?: string | undefined;
37131
37143
  software_used_string?: string | undefined;
37132
37144
  project_url?: string | undefined;
37145
+ source_filesystem_md5_hash?: string | undefined;
37133
37146
  created_at?: string | undefined;
37134
37147
  }>, z.ZodObject<{
37135
37148
  message: z.ZodString;
@@ -54877,18 +54890,21 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
54877
54890
  name: z.ZodOptional<z.ZodString>;
54878
54891
  software_used_string: z.ZodOptional<z.ZodString>;
54879
54892
  project_url: z.ZodOptional<z.ZodString>;
54893
+ source_filesystem_md5_hash: z.ZodOptional<z.ZodString>;
54880
54894
  created_at: z.ZodOptional<z.ZodString>;
54881
54895
  }, "strip", z.ZodTypeAny, {
54882
54896
  type: "source_project_metadata";
54883
54897
  name?: string | undefined;
54884
54898
  software_used_string?: string | undefined;
54885
54899
  project_url?: string | undefined;
54900
+ source_filesystem_md5_hash?: string | undefined;
54886
54901
  created_at?: string | undefined;
54887
54902
  }, {
54888
54903
  type: "source_project_metadata";
54889
54904
  name?: string | undefined;
54890
54905
  software_used_string?: string | undefined;
54891
54906
  project_url?: string | undefined;
54907
+ source_filesystem_md5_hash?: string | undefined;
54892
54908
  created_at?: string | undefined;
54893
54909
  }>, z.ZodObject<{
54894
54910
  message: z.ZodString;
@@ -56137,18 +56153,21 @@ declare const any_soup_element: z.ZodUnion<[z.ZodObject<{
56137
56153
  name: z.ZodOptional<z.ZodString>;
56138
56154
  software_used_string: z.ZodOptional<z.ZodString>;
56139
56155
  project_url: z.ZodOptional<z.ZodString>;
56156
+ source_filesystem_md5_hash: z.ZodOptional<z.ZodString>;
56140
56157
  created_at: z.ZodOptional<z.ZodString>;
56141
56158
  }, "strip", z.ZodTypeAny, {
56142
56159
  type: "source_project_metadata";
56143
56160
  name?: string | undefined;
56144
56161
  software_used_string?: string | undefined;
56145
56162
  project_url?: string | undefined;
56163
+ source_filesystem_md5_hash?: string | undefined;
56146
56164
  created_at?: string | undefined;
56147
56165
  }, {
56148
56166
  type: "source_project_metadata";
56149
56167
  name?: string | undefined;
56150
56168
  software_used_string?: string | undefined;
56151
56169
  project_url?: string | undefined;
56170
+ source_filesystem_md5_hash?: string | undefined;
56152
56171
  created_at?: string | undefined;
56153
56172
  }>, z.ZodObject<{
56154
56173
  message: z.ZodString;
package/dist/index.mjs CHANGED
@@ -589,6 +589,7 @@ var source_project_metadata = z40.object({
589
589
  name: z40.string().optional(),
590
590
  software_used_string: z40.string().optional(),
591
591
  project_url: z40.string().optional(),
592
+ source_filesystem_md5_hash: z40.string().optional(),
592
593
  created_at: timestamp.optional()
593
594
  });
594
595
  expectTypesMatch(true);