@new-project-media/client-frontends-shared-types 3.4.2 → 3.4.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@new-project-media/client-frontends-shared-types",
3
- "version": "3.4.2",
3
+ "version": "3.4.3",
4
4
  "scripts": {
5
5
  "build": "tsc -p tsconfig.json",
6
6
  "postbuild": "mkdir -p ../../dist/packages/client-frontends-shared-types/ && cp package.json ../../dist/packages/client-frontends-shared-types/",
@@ -4654,10 +4654,18 @@ export declare const signalAPISchemaV1: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4654
4654
  export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObject<{
4655
4655
  $organizations: z.ZodOptional<z.ZodString>;
4656
4656
  body: z.ZodOptional<z.ZodString>;
4657
+ countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
4658
+ identifier: z.ZodString;
4659
+ id: z.ZodString;
4660
+ }, z.core.$strip>>>;
4657
4661
  projectPipeline: z.ZodOptional<z.ZodArray<z.ZodObject<{
4658
4662
  identifier: z.ZodString;
4659
4663
  id: z.ZodString;
4660
4664
  }, z.core.$strip>>>;
4665
+ pucTracker: z.ZodOptional<z.ZodArray<z.ZodObject<{
4666
+ identifier: z.ZodString;
4667
+ id: z.ZodString;
4668
+ }, z.core.$strip>>>;
4661
4669
  queueApplications: z.ZodOptional<z.ZodArray<z.ZodObject<{
4662
4670
  queueKey: z.ZodOptional<z.ZodString>;
4663
4671
  applicationId: z.ZodOptional<z.ZodString>;
@@ -4665,15 +4673,19 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
4665
4673
  id: z.ZodString;
4666
4674
  identifier: z.ZodString;
4667
4675
  }, z.core.$strip>>>;
4676
+ schoolDistrict: z.ZodOptional<z.ZodArray<z.ZodObject<{
4677
+ identifier: z.ZodString;
4678
+ id: z.ZodString;
4679
+ }, z.core.$strip>>>;
4668
4680
  sectors: z.ZodArray<z.ZodObject<{
4669
4681
  identifier: z.ZodString;
4670
4682
  id: z.ZodString;
4671
4683
  }, z.core.$strip>>;
4672
4684
  id: z.ZodString;
4673
- schema: z.ZodLiteral<"eu_signal">;
4685
+ schema: z.ZodLiteral<"us_signal">;
4674
4686
  allSectors: z.ZodOptional<z.ZodString>;
4675
4687
  commercialOperationDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4676
- country: z.ZodOptional<z.ZodArray<z.ZodObject<{
4688
+ county: z.ZodOptional<z.ZodArray<z.ZodObject<{
4677
4689
  identifier: z.ZodString;
4678
4690
  id: z.ZodString;
4679
4691
  }, z.core.$strip>>>;
@@ -4724,7 +4736,15 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
4724
4736
  role: z.ZodString;
4725
4737
  ref: z.ZodOptional<z.ZodString>;
4726
4738
  }, z.core.$strip>>>;
4739
+ projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
4740
+ identifier: z.ZodString;
4741
+ id: z.ZodString;
4742
+ }, z.core.$strip>>>;
4727
4743
  publishedDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4744
+ state: z.ZodOptional<z.ZodArray<z.ZodObject<{
4745
+ identifier: z.ZodString;
4746
+ id: z.ZodString;
4747
+ }, z.core.$strip>>>;
4728
4748
  subType: z.ZodOptional<z.ZodArray<z.ZodObject<{
4729
4749
  identifier: z.ZodString;
4730
4750
  id: z.ZodString;
@@ -4762,10 +4782,16 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
4762
4782
  id: z.ZodString;
4763
4783
  }, z.core.$strip>>;
4764
4784
  created: z.ZodString;
4785
+ curateDocLink: z.ZodOptional<z.ZodString>;
4786
+ curateMunicipalityLink: z.ZodOptional<z.ZodString>;
4765
4787
  dataCenters: z.ZodOptional<z.ZodArray<z.ZodObject<{
4766
4788
  identifier: z.ZodString;
4767
4789
  id: z.ZodString;
4768
4790
  }, z.core.$strip>>>;
4791
+ dgChannels: z.ZodOptional<z.ZodArray<z.ZodObject<{
4792
+ identifier: z.ZodString;
4793
+ id: z.ZodString;
4794
+ }, z.core.$strip>>>;
4769
4795
  location: z.ZodOptional<z.ZodArray<z.ZodObject<{
4770
4796
  identifier: z.ZodString;
4771
4797
  id: z.ZodString;
@@ -4807,18 +4833,10 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
4807
4833
  }, z.core.$strip>, z.ZodObject<{
4808
4834
  $organizations: z.ZodOptional<z.ZodString>;
4809
4835
  body: z.ZodOptional<z.ZodString>;
4810
- countyBoard: z.ZodOptional<z.ZodArray<z.ZodObject<{
4811
- identifier: z.ZodString;
4812
- id: z.ZodString;
4813
- }, z.core.$strip>>>;
4814
4836
  projectPipeline: z.ZodOptional<z.ZodArray<z.ZodObject<{
4815
4837
  identifier: z.ZodString;
4816
4838
  id: z.ZodString;
4817
4839
  }, z.core.$strip>>>;
4818
- pucTracker: z.ZodOptional<z.ZodArray<z.ZodObject<{
4819
- identifier: z.ZodString;
4820
- id: z.ZodString;
4821
- }, z.core.$strip>>>;
4822
4840
  queueApplications: z.ZodOptional<z.ZodArray<z.ZodObject<{
4823
4841
  queueKey: z.ZodOptional<z.ZodString>;
4824
4842
  applicationId: z.ZodOptional<z.ZodString>;
@@ -4826,19 +4844,15 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
4826
4844
  id: z.ZodString;
4827
4845
  identifier: z.ZodString;
4828
4846
  }, z.core.$strip>>>;
4829
- schoolDistrict: z.ZodOptional<z.ZodArray<z.ZodObject<{
4830
- identifier: z.ZodString;
4831
- id: z.ZodString;
4832
- }, z.core.$strip>>>;
4833
4847
  sectors: z.ZodArray<z.ZodObject<{
4834
4848
  identifier: z.ZodString;
4835
4849
  id: z.ZodString;
4836
4850
  }, z.core.$strip>>;
4837
4851
  id: z.ZodString;
4838
- schema: z.ZodLiteral<"us_signal">;
4852
+ schema: z.ZodLiteral<"eu_signal">;
4839
4853
  allSectors: z.ZodOptional<z.ZodString>;
4840
4854
  commercialOperationDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4841
- county: z.ZodOptional<z.ZodArray<z.ZodObject<{
4855
+ country: z.ZodOptional<z.ZodArray<z.ZodObject<{
4842
4856
  identifier: z.ZodString;
4843
4857
  id: z.ZodString;
4844
4858
  }, z.core.$strip>>>;
@@ -4889,15 +4903,7 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
4889
4903
  role: z.ZodString;
4890
4904
  ref: z.ZodOptional<z.ZodString>;
4891
4905
  }, z.core.$strip>>>;
4892
- projects: z.ZodOptional<z.ZodArray<z.ZodObject<{
4893
- identifier: z.ZodString;
4894
- id: z.ZodString;
4895
- }, z.core.$strip>>>;
4896
4906
  publishedDate: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4897
- state: z.ZodOptional<z.ZodArray<z.ZodObject<{
4898
- identifier: z.ZodString;
4899
- id: z.ZodString;
4900
- }, z.core.$strip>>>;
4901
4907
  subType: z.ZodOptional<z.ZodArray<z.ZodObject<{
4902
4908
  identifier: z.ZodString;
4903
4909
  id: z.ZodString;
@@ -4935,16 +4941,10 @@ export declare const signalAPIUnionSchemaV1: z.ZodDiscriminatedUnion<[z.ZodObjec
4935
4941
  id: z.ZodString;
4936
4942
  }, z.core.$strip>>;
4937
4943
  created: z.ZodString;
4938
- curateDocLink: z.ZodOptional<z.ZodString>;
4939
- curateMunicipalityLink: z.ZodOptional<z.ZodString>;
4940
4944
  dataCenters: z.ZodOptional<z.ZodArray<z.ZodObject<{
4941
4945
  identifier: z.ZodString;
4942
4946
  id: z.ZodString;
4943
4947
  }, z.core.$strip>>>;
4944
- dgChannels: z.ZodOptional<z.ZodArray<z.ZodObject<{
4945
- identifier: z.ZodString;
4946
- id: z.ZodString;
4947
- }, z.core.$strip>>>;
4948
4948
  location: z.ZodOptional<z.ZodArray<z.ZodObject<{
4949
4949
  identifier: z.ZodString;
4950
4950
  id: z.ZodString;
@@ -249,8 +249,8 @@ exports.signalAPISchemaV1 = exports.euSignalAPISchemaV1
249
249
  .or(exports.usSignalAPISchemaV1)
250
250
  .or(exports.globalSignalAPISchemaV1);
251
251
  exports.signalAPIUnionSchemaV1 = zod_1.z.discriminatedUnion('schema', [
252
- exports.euSignalAPISchemaV1,
253
252
  exports.usSignalAPISchemaV1,
253
+ exports.euSignalAPISchemaV1,
254
254
  exports.globalSignalAPISchemaV1,
255
255
  ]);
256
256
  //# sourceMappingURL=v1.js.map