@forge/util

2.0.1-experimental-78908582.0.1-experimental-04cc2b9
packages/ari/chunk-GCYCNSFD.mjs
packages/ari/chunk-GCYCNSFD.mjsDeleted
−60
Index: package/packages/ari/chunk-GCYCNSFD.mjs
===================================================================
--- package/packages/ari/chunk-GCYCNSFD.mjs
+++ package/packages/ari/chunk-GCYCNSFD.mjs
@@ -1,60 +0,0 @@
-import {
-  WorkdayWorkdayWorkerAriResourceOwner,
-  WorkdayWorkdayWorkerAriResourceType
-} from "./chunk-AT3AV22J.mjs";
-import {
-  RegisteredAri
-} from "./chunk-AB4PPISI.mjs";
-import {
-  AriParser
-} from "./chunk-S7RIZVFI.mjs";
-
-// src/workday.workday/worker/manifest.ts
-var workdayWorkdayWorkerAriStaticOpts = {
-  qualifier: "ari",
-  platformQualifier: "third-party",
-  cloudId: new RegExp("^$"),
-  resourceOwner: WorkdayWorkdayWorkerAriResourceOwner,
-  resourceType: WorkdayWorkdayWorkerAriResourceType,
-  resourceIdSlug: "{workdayId}",
-  resourceIdSegmentFormats: {
-    workdayId: /[a-zA-Z0-9_-]+/
-  }
-};
-
-// src/workday.workday/worker/index.ts
-var WorkdayWorkdayWorkerAri = class _WorkdayWorkdayWorkerAri extends RegisteredAri {
-  constructor(opts) {
-    super(opts), this._workdayId = opts.resourceIdSegmentValues.workdayId;
-  }
-  get workdayId() {
-    return this._workdayId;
-  }
-  static create(opts) {
-    let derivedOpts = {
-      qualifier: workdayWorkdayWorkerAriStaticOpts.qualifier,
-      platformQualifier: workdayWorkdayWorkerAriStaticOpts.platformQualifier,
-      cloudId: void 0,
-      resourceOwner: workdayWorkdayWorkerAriStaticOpts.resourceOwner,
-      resourceType: workdayWorkdayWorkerAriStaticOpts.resourceType,
-      resourceId: `${opts.workdayId}`,
-      resourceIdSegmentValues: {
-        workdayId: opts.workdayId
-      }
-    }, ariOpts = AriParser.fromOpts(derivedOpts, workdayWorkdayWorkerAriStaticOpts);
-    return new _WorkdayWorkdayWorkerAri(ariOpts);
-  }
-  static parse(maybeAri) {
-    let opts = AriParser.fromString(maybeAri, workdayWorkdayWorkerAriStaticOpts);
-    return new _WorkdayWorkdayWorkerAri(opts);
-  }
-  getVariables() {
-    return {
-      workdayId: this.workdayId
-    };
-  }
-};
-
-export {
-  WorkdayWorkdayWorkerAri
-};