@ignos/api-client 20260528.139.1-alpha → 20260529.140.1-alpha
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/lib/ignosportal-api.d.ts
CHANGED
|
@@ -9531,7 +9531,6 @@ export interface SupplierInviteDto {
|
|
|
9531
9531
|
customerName?: string | null;
|
|
9532
9532
|
userId: string;
|
|
9533
9533
|
userName?: string | null;
|
|
9534
|
-
deadline: Date;
|
|
9535
9534
|
acceptedTimestamp?: Date | null;
|
|
9536
9535
|
createdTime: Date;
|
|
9537
9536
|
createdBy: string;
|
|
@@ -9558,8 +9557,6 @@ export interface CreateSupplierInviteRequest {
|
|
|
9558
9557
|
supplierName?: string | null;
|
|
9559
9558
|
username: string;
|
|
9560
9559
|
invitedName: string;
|
|
9561
|
-
deadline: Date;
|
|
9562
|
-
utcOffset: number;
|
|
9563
9560
|
}
|
|
9564
9561
|
export interface ExternalSupplierDto {
|
|
9565
9562
|
id: string;
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -37224,7 +37224,6 @@ export interface SupplierInviteDto {
|
|
|
37224
37224
|
customerName?: string | null;
|
|
37225
37225
|
userId: string;
|
|
37226
37226
|
userName?: string | null;
|
|
37227
|
-
deadline: Date;
|
|
37228
37227
|
acceptedTimestamp?: Date | null;
|
|
37229
37228
|
createdTime: Date;
|
|
37230
37229
|
createdBy: string;
|
|
@@ -37256,8 +37255,6 @@ export interface CreateSupplierInviteRequest {
|
|
|
37256
37255
|
supplierName?: string | null;
|
|
37257
37256
|
username: string;
|
|
37258
37257
|
invitedName: string;
|
|
37259
|
-
deadline: Date;
|
|
37260
|
-
utcOffset: number;
|
|
37261
37258
|
}
|
|
37262
37259
|
|
|
37263
37260
|
export interface ExternalSupplierDto {
|