{"version":3,"file":"GetWacUriSuccess.mjs","names":[],"sources":["../../../src/wac/results/GetWacUriSuccess.ts"],"sourcesContent":["import { ResourceSuccess } from \"@ldo/connected\";\nimport type { SolidLeafUri } from \"../../types\";\nimport type { SolidContainer } from \"../../resources/SolidContainer\";\nimport type { SolidLeaf } from \"../../resources/SolidLeaf\";\n\n/**\n * Returned when the URI for a resources ACL document was successfully retried\n */\nexport class GetWacUriSuccess<\n  ResourceType extends SolidContainer | SolidLeaf,\n> extends ResourceSuccess<ResourceType> {\n  type = \"getWacUriSuccess\" as const;\n  /**\n   * The URI of the ACL document\n   */\n  wacUri: SolidLeafUri;\n\n  constructor(resource: ResourceType, wacUri: SolidLeafUri) {\n    super(resource);\n    this.wacUri = wacUri;\n  }\n}\n"],"mappings":";;;;;AAQA,IAAa,mBAAb,cAEU,gBAA8B;CAOtC,YAAY,UAAwB,QAAsB;AACxD,QAAM,SAAS;AAPjB,OAAA,OAAO;AAQL,OAAK,SAAS"}