@pipe0/client 0.0.14 → 0.0.15
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/CHANGELOG.md +6 -0
- package/dist/generated/openapi.types.d.ts +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6061,6 +6061,18 @@ export interface components {
|
|
|
6061
6061
|
/** @default [] */
|
|
6062
6062
|
exclude?: string[];
|
|
6063
6063
|
};
|
|
6064
|
+
currentEmployersWebsiteUrls: {
|
|
6065
|
+
/** @default [] */
|
|
6066
|
+
include?: string[];
|
|
6067
|
+
/** @default [] */
|
|
6068
|
+
exclude?: string[];
|
|
6069
|
+
};
|
|
6070
|
+
pastEmployersWebsiteUrls: {
|
|
6071
|
+
/** @default [] */
|
|
6072
|
+
include?: string[];
|
|
6073
|
+
/** @default [] */
|
|
6074
|
+
exclude?: string[];
|
|
6075
|
+
};
|
|
6064
6076
|
pastJobTitle?: {
|
|
6065
6077
|
/** @default [] */
|
|
6066
6078
|
include?: string[];
|