@mapcreator/api 3.3.6 → 3.3.7

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.
@@ -147,6 +147,12 @@ export default class Mapcreator {
147
147
  * @returns {ResourceProxy<DimensionSet>} - A proxy for accessing the resource
148
148
  */
149
149
  get dimensionSets(): any;
150
+ /**
151
+ * Domain login method accessor
152
+ * @see {@link DomainLoginMethod}
153
+ * @returns {ResourceProxy<DomainLoginMethod>} - A proxy for accessing the resource
154
+ */
155
+ get domainLoginMethods(): any;
150
156
  /**
151
157
  * Faq accessor
152
158
  * @see {@link Faq}