@vini-wine/admin-core-models 1.1.21 → 1.1.22
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/dist/index.d.mts +0 -4
- package/dist/index.d.ts +0 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -69,7 +69,6 @@ interface PermissionModel {
|
|
|
69
69
|
|
|
70
70
|
interface UserOrganisationStatusModel {
|
|
71
71
|
id: UserOrganisationStatusEnum;
|
|
72
|
-
name: string;
|
|
73
72
|
}
|
|
74
73
|
|
|
75
74
|
interface UserOrganisationModel {
|
|
@@ -98,7 +97,6 @@ interface PersonModel extends UUID {
|
|
|
98
97
|
|
|
99
98
|
interface UserStatusModel {
|
|
100
99
|
id: UserStatusEnum;
|
|
101
|
-
name: string;
|
|
102
100
|
}
|
|
103
101
|
|
|
104
102
|
interface ImageVariationModel {
|
|
@@ -234,7 +232,6 @@ interface UploadModel extends UUID {
|
|
|
234
232
|
};
|
|
235
233
|
type: {
|
|
236
234
|
id: UploadTypeEnum;
|
|
237
|
-
name: string;
|
|
238
235
|
};
|
|
239
236
|
name: string;
|
|
240
237
|
validFrom: Date;
|
|
@@ -453,7 +450,6 @@ interface OfferRequestModel extends UUID {
|
|
|
453
450
|
|
|
454
451
|
interface OrganisationUserInvitationStatusModel {
|
|
455
452
|
id: OrganisationUserInvitationStatusEnum;
|
|
456
|
-
name: string;
|
|
457
453
|
}
|
|
458
454
|
|
|
459
455
|
interface PricingPlanFeatureModel {
|
package/dist/index.d.ts
CHANGED
|
@@ -69,7 +69,6 @@ interface PermissionModel {
|
|
|
69
69
|
|
|
70
70
|
interface UserOrganisationStatusModel {
|
|
71
71
|
id: UserOrganisationStatusEnum;
|
|
72
|
-
name: string;
|
|
73
72
|
}
|
|
74
73
|
|
|
75
74
|
interface UserOrganisationModel {
|
|
@@ -98,7 +97,6 @@ interface PersonModel extends UUID {
|
|
|
98
97
|
|
|
99
98
|
interface UserStatusModel {
|
|
100
99
|
id: UserStatusEnum;
|
|
101
|
-
name: string;
|
|
102
100
|
}
|
|
103
101
|
|
|
104
102
|
interface ImageVariationModel {
|
|
@@ -234,7 +232,6 @@ interface UploadModel extends UUID {
|
|
|
234
232
|
};
|
|
235
233
|
type: {
|
|
236
234
|
id: UploadTypeEnum;
|
|
237
|
-
name: string;
|
|
238
235
|
};
|
|
239
236
|
name: string;
|
|
240
237
|
validFrom: Date;
|
|
@@ -453,7 +450,6 @@ interface OfferRequestModel extends UUID {
|
|
|
453
450
|
|
|
454
451
|
interface OrganisationUserInvitationStatusModel {
|
|
455
452
|
id: OrganisationUserInvitationStatusEnum;
|
|
456
|
-
name: string;
|
|
457
453
|
}
|
|
458
454
|
|
|
459
455
|
interface PricingPlanFeatureModel {
|