Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
timzolleis committed Dec 13, 2024
2 parents d97bcca + c48debb commit 27bb37b
Show file tree
Hide file tree
Showing 4 changed files with 656 additions and 618 deletions.
7 changes: 7 additions & 0 deletions packages/dashboard-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# @triargos/dashboard-node [2.1.0](https://github.com/triargos/sdks/compare/@triargos/dashboard-node@2.0.1...@triargos/dashboard-node@2.1.0) (2024-12-13)


### Features

* **release:** release new schemas ([8dbcd9e](https://github.com/triargos/sdks/commit/8dbcd9ef7d35000e21ade4f1c28aa618b5ed4c2c))

## @triargos/dashboard-node [2.0.1](https://github.com/triargos/sdks/compare/@triargos/dashboard-node@2.0.0...@triargos/dashboard-node@2.0.1) (2024-11-18)


Expand Down
159 changes: 89 additions & 70 deletions packages/dashboard-node/dist/lib/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -489,31 +489,46 @@ export interface operations {
};
content: {
"application/json": {
firstName?: string | null;
lastName?: string | null;
gender?: string | null;
familyId?: number | null;
birthDate?: string | null;
birthPlace?: string | null;
birthCountryId?: number | null;
languageId?: number | null;
religionId?: number | null;
allFirstNames?: string | null;
birthName?: string | null;
academicTitle?: string | null;
namePrefix?: string | null;
nobilityTitle?: string | null;
salutationA?: string | null;
salutationB?: string | null;
jobTitle?: string | null;
comment?: string | null;
nationalityId?: number | null;
maritalStatus?: string | null;
id: number;
addressId?: number | null;
familyRole?: string | null;
email?: string | null;
deathDate?: string | null;
firstName: string | null;
lastName: string | null;
/** @enum {string|null} */
gender: "male" | "female" | "other" | null;
addressId: number | null;
familyId: number | null;
/** @enum {string|null} */
familyRole: "father" | "mother" | "child" | "etc" | null;
birthDate: string | null;
birthPlace: string | null;
birthCountryId: number | null;
languageId: number | null;
religionId: number | null;
allFirstNames: string | null;
email: string | null;
birthName: string | null;
academicTitle: string | null;
namePrefix: string | null;
nobilityTitle: string | null;
salutationA: string | null;
salutationB: string | null;
jobTitle: string | null;
comment: string | null;
nationalityId: number | null;
maritalStatus: string | null;
deathDate: string | null;
address: {
id: number;
street: string;
countryId: number | null;
zip: string;
city: string;
nameline2: string | null;
additional: string | null;
district: string | null;
poBoxZip: string | null;
poBox: string | null;
countyId: number | null;
} | null;
}[];
};
};
Expand Down Expand Up @@ -548,43 +563,45 @@ export interface operations {
};
content: {
"application/json": {
firstName?: string | null;
lastName?: string | null;
gender?: string | null;
familyId?: number | null;
birthDate?: string | null;
birthPlace?: string | null;
birthCountryId?: number | null;
languageId?: number | null;
religionId?: number | null;
allFirstNames?: string | null;
birthName?: string | null;
academicTitle?: string | null;
namePrefix?: string | null;
nobilityTitle?: string | null;
salutationA?: string | null;
salutationB?: string | null;
jobTitle?: string | null;
comment?: string | null;
nationalityId?: number | null;
maritalStatus?: string | null;
id: number;
addressId?: number | null;
familyRole?: string | null;
email?: string | null;
deathDate?: string | null;
firstName: string | null;
lastName: string | null;
/** @enum {string|null} */
gender: "male" | "female" | "other" | null;
addressId: number | null;
familyId: number | null;
/** @enum {string|null} */
familyRole: "father" | "mother" | "child" | "etc" | null;
birthDate: string | null;
birthPlace: string | null;
birthCountryId: number | null;
languageId: number | null;
religionId: number | null;
allFirstNames: string | null;
email: string | null;
birthName: string | null;
academicTitle: string | null;
namePrefix: string | null;
nobilityTitle: string | null;
salutationA: string | null;
salutationB: string | null;
jobTitle: string | null;
comment: string | null;
nationalityId: number | null;
maritalStatus: string | null;
deathDate: string | null;
address: {
street?: string | null;
countryId?: number | null;
zip?: string | null;
city?: string | null;
nameline2?: string | null;
additional?: string | null;
district?: string | null;
poBoxZip?: string | null;
poBox?: string | null;
countyId?: number | null;
id: number;
street: string;
countryId: number | null;
zip: string;
city: string;
nameline2: string | null;
additional: string | null;
district: string | null;
poBoxZip: string | null;
poBox: string | null;
countyId: number | null;
} | null;
};
};
Expand Down Expand Up @@ -622,10 +639,10 @@ export interface operations {
"application/json": {
personId: number;
/** @enum {string} */
relationshipType: "father" | "mother" | "son" | "daughter" | "other" | "child";
relationShipType: "daughter" | "other" | "father" | "child" | "son" | "mother";
physical: boolean;
custody: boolean;
realParent: boolean;
physical: boolean;
notes: string | null;
}[];
};
Expand Down Expand Up @@ -661,13 +678,13 @@ export interface operations {
content: {
"application/json": {
id: number;
parentGroupId: number | null;
name: string;
/** @enum {string} */
type: "root" | "systemRoot" | "systemPersonGroup" | "systemYear" | "systemFacility" | "systemDepartment" | "personGroup" | "class" | "careGroup" | "schoolYear" | "facility" | "department" | "institution";
grade?: string | null;
schoolYear?: string | null;
char?: string | null;
parentId: number | null;
grade: string | null;
character: string | null;
schoolYear: string | null;
}[];
};
};
Expand All @@ -689,7 +706,8 @@ export interface operations {
path: {
/** @description The organization's ID. */
organizationId: string;
groupId: string;
/** @description The group's ID. */
groupId: number;
};
cookie?: never;
};
Expand All @@ -703,13 +721,13 @@ export interface operations {
content: {
"application/json": {
id: number;
parentGroupId: number | null;
name: string;
/** @enum {string} */
type: "root" | "systemRoot" | "systemPersonGroup" | "systemYear" | "systemFacility" | "systemDepartment" | "personGroup" | "class" | "careGroup" | "schoolYear" | "facility" | "department" | "institution";
grade?: string | null;
schoolYear?: string | null;
char?: string | null;
parentId: number | null;
grade: string | null;
character: string | null;
schoolYear: string | null;
};
};
};
Expand Down Expand Up @@ -745,8 +763,9 @@ export interface operations {
content: {
"application/json": {
personId: number;
entryDate: string | null;
entryDate: string;
exitDate: string | null;
jsonData?: unknown;
}[];
};
};
Expand Down
7 changes: 7 additions & 0 deletions packages/procurat-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# @triargos/procurat-node [2.4.0](https://github.com/triargos/sdks/compare/@triargos/procurat-node@2.3.1...@triargos/procurat-node@2.4.0) (2024-12-13)


### Features

* **release:** release new schemas ([8dbcd9e](https://github.com/triargos/sdks/commit/8dbcd9ef7d35000e21ade4f1c28aa618b5ed4c2c))

## @triargos/procurat-node [2.3.1](https://github.com/triargos/sdks/compare/@triargos/procurat-node@2.3.0...@triargos/procurat-node@2.3.1) (2024-12-10)


Expand Down
Loading

0 comments on commit 27bb37b

Please sign in to comment.