@dv4resi/dvss-backend-module-offering-im 0.0.11 → 0.0.12

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
@@ -1230,8 +1230,6 @@ declare enum TRYBE_CATALOGING_BY_ENUM {
1230
1230
  interface ITrybeResourceMappingConfiguration {
1231
1231
  supportedJourneys?: TRYBE_SUPPORTED_JOURNEYS_ENUM[];
1232
1232
  catalogingBy?: TRYBE_CATALOGING_BY_ENUM;
1233
- externalCmsUrl?: string;
1234
- isExternalCmsIntegrationEnabled?: boolean;
1235
1233
  paymentType?: string;
1236
1234
  }
1237
1235