@inceptionbg/main 2.0.174 → 2.0.176

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.ts CHANGED
@@ -232,7 +232,7 @@ interface IOrganization {
232
232
  serviceAgreement?: serviceDoc;
233
233
  allowNewsletter?: boolean;
234
234
  legalRepresentative?: IUser;
235
- internalCode?: 'PIO' | 'JP_POSTA' | 'DUNAV_AD' | 'DDOR';
235
+ internalCode?: 'PIO' | 'JP_POSTA' | 'DUNAV_AD' | 'DDOR' | 'BGDEL';
236
236
  logo?: serviceDoc;
237
237
  latestPricingPackage?: ILatestPricingPackage;
238
238
  pricingPackage?: IPricingPackage;