@grapadigital/shared-app-modules 0.0.92 → 0.0.93
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/action.d.ts +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/content.d.ts +1 -1
- package/dist/invoice.d.ts +1 -1
- package/dist/payment.d.ts +1 -1
- package/dist/recruitment.d.ts +1 -1
- package/dist/sale.d.ts +1 -1
- package/package.json +1 -1
package/dist/action.d.ts
CHANGED
|
@@ -306,7 +306,7 @@ declare interface Participant {
|
|
|
306
306
|
value: number;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
declare type ParticipantRole = "origination" | "commercial"
|
|
309
|
+
declare type ParticipantRole = "origination" | "commercial";
|
|
310
310
|
|
|
311
311
|
declare interface Payment {
|
|
312
312
|
hasPayment: boolean;
|
package/dist/components.d.ts
CHANGED
|
@@ -438,7 +438,7 @@ declare interface Participant {
|
|
|
438
438
|
value: number;
|
|
439
439
|
}
|
|
440
440
|
|
|
441
|
-
declare type ParticipantRole = "origination" | "commercial"
|
|
441
|
+
declare type ParticipantRole = "origination" | "commercial";
|
|
442
442
|
|
|
443
443
|
declare interface Payment {
|
|
444
444
|
hasPayment: boolean;
|
package/dist/content.d.ts
CHANGED
|
@@ -306,7 +306,7 @@ declare interface Participant {
|
|
|
306
306
|
value: number;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
declare type ParticipantRole = "origination" | "commercial"
|
|
309
|
+
declare type ParticipantRole = "origination" | "commercial";
|
|
310
310
|
|
|
311
311
|
declare interface Payment {
|
|
312
312
|
hasPayment: boolean;
|
package/dist/invoice.d.ts
CHANGED
|
@@ -306,7 +306,7 @@ declare interface Participant {
|
|
|
306
306
|
value: number;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
declare type ParticipantRole = "origination" | "commercial"
|
|
309
|
+
declare type ParticipantRole = "origination" | "commercial";
|
|
310
310
|
|
|
311
311
|
declare interface Payment {
|
|
312
312
|
hasPayment: boolean;
|
package/dist/payment.d.ts
CHANGED
|
@@ -306,7 +306,7 @@ declare interface Participant {
|
|
|
306
306
|
value: number;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
declare type ParticipantRole = "origination" | "commercial"
|
|
309
|
+
declare type ParticipantRole = "origination" | "commercial";
|
|
310
310
|
|
|
311
311
|
declare interface Payment {
|
|
312
312
|
hasPayment: boolean;
|
package/dist/recruitment.d.ts
CHANGED
|
@@ -306,7 +306,7 @@ declare interface Participant {
|
|
|
306
306
|
value: number;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
declare type ParticipantRole = "origination" | "commercial"
|
|
309
|
+
declare type ParticipantRole = "origination" | "commercial";
|
|
310
310
|
|
|
311
311
|
export declare interface Payment {
|
|
312
312
|
hasPayment: boolean;
|
package/dist/sale.d.ts
CHANGED
|
@@ -306,7 +306,7 @@ export declare interface Participant {
|
|
|
306
306
|
value: number;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
export declare type ParticipantRole = "origination" | "commercial"
|
|
309
|
+
export declare type ParticipantRole = "origination" | "commercial";
|
|
310
310
|
|
|
311
311
|
declare interface Payment {
|
|
312
312
|
hasPayment: boolean;
|