@forge/util
2.0.12.0.1-experimental-7890858
packages/ari/workday/supervisory-org/index.js~
packages/ari/workday/supervisory-org/index.jsModified+1−5
Index: package/packages/ari/workday/supervisory-org/index.js
===================================================================
--- package/packages/ari/workday/supervisory-org/index.js
+++ package/packages/ari/workday/supervisory-org/index.js
@@ -284,25 +284,21 @@
var workdaySupervisoryOrgAriStaticOpts = {
qualifier: "ari",
platformQualifier: "third-party",
cloudId: new RegExp("^$"),
- // eslint-disable-line no-useless-escape
resourceOwner: WorkdaySupervisoryOrgAriResourceOwner,
resourceType: WorkdaySupervisoryOrgAriResourceType,
resourceIdSlug: "{workdayTenantKey}/{supervisoryOrgWorkdayId}",
resourceIdSegmentFormats: {
workdayTenantKey: /[!a-zA-Z0-9\-_.~@:;{}=]+(\/[!a-zA-Z0-9\-_.~@:;{}=]+)*/,
- // eslint-disable-line no-useless-escape
supervisoryOrgWorkdayId: /[!a-zA-Z0-9\-_.~@:;{}=]+(\/[!a-zA-Z0-9\-_.~@:;{}=]+)*/
- // eslint-disable-line no-useless-escape
}
};
// src/workday/supervisory-org/index.ts
var WorkdaySupervisoryOrgAri = class _WorkdaySupervisoryOrgAri extends RegisteredAri {
constructor(opts) {
- super(opts);
- this._workdayTenantKey = opts.resourceIdSegmentValues.workdayTenantKey, this._supervisoryOrgWorkdayId = opts.resourceIdSegmentValues.supervisoryOrgWorkdayId;
+ super(opts), this._workdayTenantKey = opts.resourceIdSegmentValues.workdayTenantKey, this._supervisoryOrgWorkdayId = opts.resourceIdSegmentValues.supervisoryOrgWorkdayId;
}
get workdayTenantKey() {
return this._workdayTenantKey;
}