@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 CHANGED
@@ -306,7 +306,7 @@ declare interface Participant {
306
306
  value: number;
307
307
  }
308
308
 
309
- declare type ParticipantRole = "origination" | "commercial" | "planning" | "curation";
309
+ declare type ParticipantRole = "origination" | "commercial";
310
310
 
311
311
  declare interface Payment {
312
312
  hasPayment: boolean;
@@ -438,7 +438,7 @@ declare interface Participant {
438
438
  value: number;
439
439
  }
440
440
 
441
- declare type ParticipantRole = "origination" | "commercial" | "planning" | "curation";
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" | "planning" | "curation";
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" | "planning" | "curation";
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" | "planning" | "curation";
309
+ declare type ParticipantRole = "origination" | "commercial";
310
310
 
311
311
  declare interface Payment {
312
312
  hasPayment: boolean;
@@ -306,7 +306,7 @@ declare interface Participant {
306
306
  value: number;
307
307
  }
308
308
 
309
- declare type ParticipantRole = "origination" | "commercial" | "planning" | "curation";
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" | "planning" | "curation";
309
+ export declare type ParticipantRole = "origination" | "commercial";
310
310
 
311
311
  declare interface Payment {
312
312
  hasPayment: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@grapadigital/shared-app-modules",
3
3
  "private": false,
4
- "version": "0.0.92",
4
+ "version": "0.0.93",
5
5
  "files": [
6
6
  "dist"
7
7
  ],