swoop-common 2.2.173 → 2.2.175

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.
@@ -6,4 +6,5 @@ export type Trip = {
6
6
  alias?: string | null;
7
7
  publishState?: (PublishState | null);
8
8
  partner?: string | null;
9
+ websiteUrl?: string | null;
9
10
  };
@@ -7,4 +7,5 @@ export type Trip_jsonld = (HydraItemBaseSchema & {
7
7
  alias?: string | null;
8
8
  publishState?: (PublishState_jsonld | null);
9
9
  partner?: string | null;
10
+ websiteUrl?: string | null;
10
11
  });
@@ -162,4 +162,5 @@ registerType("person", "Person (Swooper)", { type: "string" }, {
162
162
  },
163
163
  }, false);
164
164
  registerType("multiline", "Multiline", { type: "string" }, {}, false);
165
+ registerType("inspection", "Inspections", { type: "array" }, {}, false);
165
166
  registerType("testComp", "Test Component", { type: "object" }, {}, false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swoop-common",
3
- "version": "2.2.173",
3
+ "version": "2.2.175",
4
4
  "main": "dist/api/index.js",
5
5
  "types": "dist/api/index.d.ts",
6
6
  "exports": {