@quintype/components 3.3.2-check-sub-error.10 → 3.3.2-check-sub-error.11
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/cjs/index.js
CHANGED
|
@@ -5580,8 +5580,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
|
|
|
5580
5580
|
validateCoupon: this.validateCoupon,
|
|
5581
5581
|
cancelSubscription: this.cancelSubscription,
|
|
5582
5582
|
getSubscriberMetadata: this.getSubscriberMetadata,
|
|
5583
|
-
setSubscriberMetadata: this.setSubscriberMetadata
|
|
5584
|
-
isAccessTypeObjectAVailable: this.state.isAccessTypeObjectAVailable
|
|
5583
|
+
setSubscriberMetadata: this.setSubscriberMetadata
|
|
5585
5584
|
});
|
|
5586
5585
|
}
|
|
5587
5586
|
}]);
|
|
@@ -1010,8 +1010,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
|
|
|
1010
1010
|
validateCoupon: this.validateCoupon,
|
|
1011
1011
|
cancelSubscription: this.cancelSubscription,
|
|
1012
1012
|
getSubscriberMetadata: this.getSubscriberMetadata,
|
|
1013
|
-
setSubscriberMetadata: this.setSubscriberMetadata
|
|
1014
|
-
isAccessTypeObjectAVailable: this.state.isAccessTypeObjectAVailable
|
|
1013
|
+
setSubscriberMetadata: this.setSubscriberMetadata
|
|
1015
1014
|
});
|
|
1016
1015
|
}
|
|
1017
1016
|
}]);
|
package/package.json
CHANGED