@forge/util
2.0.12.0.1-experimental-7890858
packages/ari/hubspot.hubspot/customer-org/index.js~
packages/ari/hubspot.hubspot/customer-org/index.jsModified+1−5
Index: package/packages/ari/hubspot.hubspot/customer-org/index.js
===================================================================
--- package/packages/ari/hubspot.hubspot/customer-org/index.js
+++ package/packages/ari/hubspot.hubspot/customer-org/index.js
@@ -284,25 +284,21 @@
var hubspotHubspotCustomerOrgAriStaticOpts = {
qualifier: "ari",
platformQualifier: "third-party",
cloudId: new RegExp("^$"),
- // eslint-disable-line no-useless-escape
resourceOwner: HubspotHubspotCustomerOrgAriResourceOwner,
resourceType: HubspotHubspotCustomerOrgAriResourceType,
resourceIdSlug: "portal/{portalId}/customer-org/{customerOrgId}",
resourceIdSegmentFormats: {
portalId: /[!a-zA-Z0-9\-_.~@:;{}=]+(\/[!a-zA-Z0-9\-_.~@:;{}=]+)*/,
- // eslint-disable-line no-useless-escape
customerOrgId: /[!a-zA-Z0-9\-_.~@:;{}=]+(\/[!a-zA-Z0-9\-_.~@:;{}=]+)*/
- // eslint-disable-line no-useless-escape
}
};
// src/hubspot.hubspot/customer-org/index.ts
var HubspotHubspotCustomerOrgAri = class _HubspotHubspotCustomerOrgAri extends RegisteredAri {
constructor(opts) {
- super(opts);
- this._portalId = opts.resourceIdSegmentValues.portalId, this._customerOrgId = opts.resourceIdSegmentValues.customerOrgId;
+ super(opts), this._portalId = opts.resourceIdSegmentValues.portalId, this._customerOrgId = opts.resourceIdSegmentValues.customerOrgId;
}
get portalId() {
return this._portalId;
}