@decaf-ts/for-fabric 0.3.4 → 0.3.6
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/for-fabric.cjs +1 -1
- package/dist/for-fabric.cjs.map +1 -1
- package/dist/for-fabric.js +1 -1
- package/dist/for-fabric.js.map +1 -1
- package/lib/client/FabricClientAdapter.cjs +7 -0
- package/lib/client/FabricClientAdapter.js.map +1 -1
- package/lib/client/FabricClientRepository.cjs +2 -13
- package/lib/client/FabricClientRepository.d.ts +1 -0
- package/lib/client/FabricClientRepository.js.map +1 -1
- package/lib/esm/client/FabricClientAdapter.js +7 -0
- package/lib/esm/client/FabricClientAdapter.js.map +1 -1
- package/lib/esm/client/FabricClientRepository.d.ts +1 -0
- package/lib/esm/client/FabricClientRepository.js +2 -13
- package/lib/esm/client/FabricClientRepository.js.map +1 -1
- package/lib/esm/version.d.ts +1 -1
- package/lib/esm/version.js +1 -1
- package/lib/version.cjs +1 -1
- package/lib/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/for-fabric.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Repository as t,PreparedStatementKeys as e,OrderDirection as r,PersistenceKeys as i,Paginator as s,pk as n,column as a,table as o,BaseModel as c,Sequence as l,Context as d,oneToOne as h,Cascade as u,index as g,normalizeImport as f,AuthorizationError as p,createdAt as m,updatedAt as y,createdBy as w,updatedBy as b,UnsupportedError as A,ClientBasedService as v,Statement as C,QueryClause as S,Condition as E,Operator as O,QueryError as x,GroupOperator as N,Adapter as T,PagingError as I,MigrationError as $,ObserverError as R,ForbiddenError as F,ConnectionError as k,Dispatch as B}from"@decaf-ts/core";import{Model as P,required as _,model as j,JSONSerializer as L,ModelKeys as M,stringFormat as z,minlength as U,min as H}from"@decaf-ts/decorator-validation";import{OperationKeys as K,enforceDBDecorators as G,reduceErrorsToPrint as Y,ValidationError as V,SerializationError as q,InternalError as W,BaseError as J,ConflictError as Q,NotFoundError as X,version as Z,DBKeys as tt,generated as et,readonly as rt,onCreate as it,onUpdate as st,onRead as nt,onDelete as at,afterCreate as ot,afterUpdate as ct,afterDelete as lt,transient as dt,on as ht,DBOperations as ut,BulkCrudOperationKeys as gt,BadRequestError as ft}from"@decaf-ts/db-decorators";import{CouchDBKeys as pt,generateIndexes as mt,generateViews as yt,CouchDBGroupOperator as wt,CouchDBOperator as bt,CouchDBQueryLimit as At,translateOperators as vt,findViewMetadata as Ct,generateViewName as St,generateDesignDocName as Et}from"@decaf-ts/for-couchdb";import{__decorate as Ot,__metadata as xt}from"tslib";import{Metadata as Nt,description as Tt,uses as It,Decoration as $t,apply as Rt,propMetadata as Dt,metadata as Ft,prop as kt}from"@decaf-ts/decoration";import Bt from"fabric-ca-client";import{MiniLogger as Pt,isBrowser as _t,LoggedClass as jt,Logging as Lt,toPascalCase as Mt,toCamelCase as zt,debug as Ut,final as Ht}from"@decaf-ts/logging";import{signers as Kt,connect as Gt,GatewayError as Yt}from"@hyperledger/fabric-gateway";import{User as Vt}from"fabric-common";import qt,{X509Certificate as Wt}from"crypto";import*as Jt from"@peculiar/x509";import{X509Certificate as Qt}from"@peculiar/x509";import{Crypto as Xt}from"@peculiar/webcrypto";import*as Zt from"@grpc/grpc-js";import{Client as te}from"@grpc/grpc-js";import ee from"fs";class re extends t{constructor(t,e){super(t,e),this._overrides=Object.assign({},super._overrides,{ignoreValidation:!0,ignoreHandlers:!0,allowRawStatements:!1,forcePrepareSimpleQueries:!0,forcePrepareComplexQueries:!0,allowGenerationOverride:!1})}override(t){return super.override(Object.assign({},t,this._overrides)).for(t)}ObserverHandler(){return super.ObserverHandler()}async paginateBy(t,r,i={offset:1,limit:10},...s){const{log:n,ctxArgs:a}=(await this.logCtx(s,e.PAGE_BY,!0)).for(this.paginateBy);return n.verbose(`paginating ${P.tableName(this.class)} with page size ${i.limit}`),this.statement(this.paginateBy.name,t,r,{limit:i.limit,offset:i.offset,bookmark:i.bookmark},...a)}async listBy(t,r,...i){const{log:s,ctxArgs:n}=(await this.logCtx(i,e.LIST_BY,!0)).for(this.listBy);return s.verbose(`listing ${P.tableName(this.class)} by ${t} ${r}`),await this.statement(this.listBy.name,t,r,...n)}async findBy(t,r,...i){const{log:s,ctxArgs:n}=(await this.logCtx(i,e.FIND_BY,!0)).for(this.findBy);return s.verbose(`finding all ${P.tableName(this.class)} with ${t} ${r}`),await this.statement(this.findBy.name,t,r,...n)}async findOneBy(t,r,...i){const{log:s,ctxArgs:n}=(await this.logCtx(i,e.FIND_ONE_BY,!0)).for(this.findOneBy);return s.verbose(`finding One ${P.tableName(this.class)} with ${t} ${r}`),await this.statement(this.findOneBy.name,t,r,...n)}async find(t,i=r.ASC,...s){const{log:n,ctxArgs:a}=(await this.logCtx(s,e.FIND,!0)).for(this.find);return n.verbose(`finding ${P.tableName(this.class)} by default query attributes`),await this.statement(this.find.name,t,i,...a)}async page(t,i=r.ASC,s={offset:1,limit:10},...n){const{log:a,ctxArgs:o}=(await this.logCtx(n,e.PAGE,!0)).for(this.page);return a.verbose(`paging ${P.tableName(this.class)} by default query attributes`),await this.statement(this.page.name,t,i,s,...o)}async statement(t,...e){const{log:r,ctx:n,ctxArgs:a}=(await this.logCtx(e,i.STATEMENT,!0)).for(this.statement);r.verbose("Executing prepared statement "+t);const o=a.slice(0,-1),c=JSON.parse(this.adapter.decode(await this.adapter.evaluateTransaction(n,i.STATEMENT,[t,JSON.stringify(o)],void 0,void 0,this.class.name)));return Array.isArray(c)?c.map(t=>t[pt.TABLE]&&t[pt.TABLE]===P.tableName(this.class)?new this.class(t):t):c[pt.TABLE]&&c[pt.TABLE]===P.tableName(this.class)?new this.class(c):s.isSerializedPage(c)?Object.assign(c,{data:c.data.map(t=>new this.class(t))}):c}async countOf(t,...r){const{log:i,ctxArgs:s}=(await this.logCtx(r,e.COUNT_OF,!0)).for(this.countOf);i.verbose(`counting ${P.tableName(this.class)}${t?" by "+t:""}`);const n=t?[t,...s]:s;return this.statement(e.COUNT_OF,...n)}async maxOf(t,...r){const{log:i,ctxArgs:s}=(await this.logCtx(r,e.MAX_OF,!0)).for(this.maxOf);return i.verbose(`finding max of ${t} in ${P.tableName(this.class)}`),this.statement(e.MAX_OF,t,...s)}async minOf(t,...r){const{log:i,ctxArgs:s}=(await this.logCtx(r,e.MIN_OF,!0)).for(this.minOf);return i.verbose(`finding min of ${t} in ${P.tableName(this.class)}`),this.statement(e.MIN_OF,t,...s)}async avgOf(t,...r){const{log:i,ctxArgs:s}=(await this.logCtx(r,e.AVG_OF,!0)).for(this.avgOf);return i.verbose(`calculating avg of ${t} in ${P.tableName(this.class)}`),this.statement(e.AVG_OF,t,...s)}async sumOf(t,...r){const{log:i,ctxArgs:s}=(await this.logCtx(r,e.SUM_OF,!0)).for(this.sumOf);return i.verbose(`calculating sum of ${t} in ${P.tableName(this.class)}`),this.statement(e.SUM_OF,t,...s)}async distinctOf(t,...r){const{log:i,ctxArgs:s}=(await this.logCtx(r,e.DISTINCT_OF,!0)).for(this.distinctOf);return i.verbose(`finding distinct values of ${t} in ${P.tableName(this.class)}`),this.statement(e.DISTINCT_OF,t,...s)}async groupOf(t,...r){const{log:i,ctxArgs:s}=(await this.logCtx(r,e.GROUP_OF,!0)).for(this.groupOf);return i.verbose(`grouping ${P.tableName(this.class)} by ${t}`),this.statement(e.GROUP_OF,t,...s)}async healthcheck(...t){const{log:e,ctxArgs:r}=this.logCtx(t,this.healthcheck);return await this.adapter.healthcheck(this.class,...r)}async create(t,...e){const{ctx:r,log:i,ctxArgs:s}=this.logCtx(e,this.create);i.debug(`Creating new ${this.class.name} in table ${P.tableName(this.class)}`),this.ensureLegacyMirrorFlag(r,t);const n=this.adapter.prepare(t,r),{record:a,id:o,transient:c}=n,l=await this.adapter.create(this.class,o,a,c,...s);if(this.shouldRefreshAfterWrite(n,r)&&null!=o){const t=await this.adapter.read(this.class,o,r);return this.adapter.revert(t,this.class,o,r.get("rebuildWithTransient")?n.transient:void 0,r)}return this.adapter.revert(l,this.class,o,c,r)}async update(t,...e){const{ctxArgs:r,log:i,ctx:s}=this.logCtx(e,this.update);this.ensureLegacyMirrorFlag(s,t);const n=this.adapter.prepare(t,s),{id:a,transient:o}=n;let c=n.record;if(i.debug(`updating ${this.class.name} in table ${P.tableName(this.class)} with id ${a}`),c=await this.adapter.update(this.class,a,c,o,...r),this.shouldRefreshAfterWrite(n,s)&&null!=a){const t=await this.adapter.read(this.class,a,s);return this.adapter.revert(t,this.class,a,s.get("rebuildWithTransient")?n.transient:void 0,s)}return this.adapter.revert(c,this.class,a,o,s)}async createAllPrefix(t,...e){const{ctx:r,ctxArgs:i}=(await this.logCtx(e,K.CREATE,!0)).for(this.createAllPrefix),s=r.get("ignoreHandlers"),n=r.get("ignoreValidation");if(!t.length)return[t,...i];if(t=await Promise.all(t.map(async t=>(t=new this.class(t),s||await G(this,r,t,K.CREATE,K.ON),t))),!n){const e=r.get("ignoredValidationProperties")||[],i=await Promise.all(t.map(t=>Promise.resolve(t.hasErrors(...e)))),s=Y(i);if(s)throw new V(s)}return[t,...i]}async createAll(t,...e){if(!t.length)return t;const{ctx:r,log:i,ctxArgs:s}=this.logCtx(e,this.createAll);i.debug(`Creating ${t.length} new ${this.class.name} in table ${P.tableName(this.class)}`),t.forEach(t=>this.ensureLegacyMirrorFlag(r,t));const n=t.map(t=>this.adapter.prepare(t,r)),a=n.map(t=>t.id),o=n.map(t=>t.record),c=n.map(t=>t.transient),l=await this.adapter.createAll(this.class,a,o,c,...s);return Promise.all(l.map(async(t,e)=>{const i=a[e];if(this.shouldRefreshAfterWrite(n[e],r)&&null!=i){const t=await this.adapter.read(this.class,i,r);return this.adapter.revert(t,this.class,i,r.get("rebuildWithTransient")?n[e].transient:void 0,r)}return this.adapter.revert(t,this.class,i,c[e],r)}))}async updateAll(t,...e){const{ctx:r,log:i,ctxArgs:s}=this.logCtx(e,this.updateAll);i.debug(`Updating ${t.length} new ${this.class.name} in table ${P.tableName(this.class)}`),t.forEach(t=>this.ensureLegacyMirrorFlag(r,t));const n=t.map(t=>this.adapter.prepare(t,r)),a=n.map(t=>t.id),o=await this.adapter.updateAll(this.class,a,n.map(t=>t.record),n.map(t=>t.transient),...s);return Promise.all(o.map(async(t,e)=>{const i=a[e];if(this.shouldRefreshAfterWrite(n[e],r)&&null!=i){const t=await this.adapter.read(this.class,i,r);return this.adapter.revert(t,this.class,i,r.get("rebuildWithTransient")?n[e].transient:void 0,r)}return this.adapter.revert(t,this.class,i,n[e].transient,r)}))}shouldRefreshAfterWrite(t,e){const r=t.privates&&Object.keys(t.privates).length>0,i=t.shared&&Object.keys(t.shared).length>0;return r||i||!!e.getOrUndefined("segregated")||!!e.getOrUndefined("mirror")}ensureLegacyMirrorFlag(t,e){P.mirroredAt(e)&&t.accumulate({legacy:!0})}}let ie=class extends c{constructor(t){super(t)}};Ot([n({type:String}),xt("design:type",String)],ie.prototype,"name",void 0),Ot([a(),_(),xt("design:type",String)],ie.prototype,"owner",void 0),Ot([a(),_(),xt("design:type",String)],ie.prototype,"symbol",void 0),Ot([a(),_(),xt("design:type",Number)],ie.prototype,"decimals",void 0),ie=Ot([o("erc20_tokens"),j(),xt("design:paramtypes",[Object])],ie);let se=class extends c{constructor(t){super(t)}};Ot([n({type:String}),xt("design:type",String)],se.prototype,"id",void 0),Ot([a(),_(),xt("design:type",String)],se.prototype,"token",void 0),Ot([a(),_(),xt("design:type",Number)],se.prototype,"balance",void 0),Ot([a(),xt("design:type",String)],se.prototype,"captive",void 0),se=Ot([o("erc20_wallets"),j(),xt("design:paramtypes",[Object])],se);let ne=class extends c{constructor(t){super(t)}};Ot([n({type:String}),a(),_(),xt("design:type",String)],ne.prototype,"owner",void 0),Ot([a(),_(),xt("design:type",String)],ne.prototype,"spender",void 0),Ot([a(),_(),xt("design:type",Number)],ne.prototype,"value",void 0),ne=Ot([o("erc20_allowances"),j(),xt("design:paramtypes",[Object])],ne);class ae extends L{constructor(){super()}preSerialize(t,e){const r=Object.assign({},t);let i=Nt.modelName(t.constructor);if(!i||"Object"===i){if(!e)throw new q("Could not find metadata for "+t.constructor.name);i=e}return r[M.ANCHOR]=i,r}deserialize(t){const e=JSON.parse(t),r=e[M.ANCHOR];if(!r)throw Error("Could not find class reference in serialized model");return P.build(e,r)}serialize(t,e){return JSON.stringify(this.preSerialize(t,e))}}class oe extends re{static{this.serializer=new ae}static{this.decoder=new TextDecoder("utf8")}async updateObservers(t,e,r,...i){if(!this.observerHandler)throw new W("ObserverHandler not initialized. Did you register any observables?");const{log:s,ctxArgs:n}=this.logCtx(i,this.updateObservers);let a;s.verbose(`Updating ${this.observerHandler.count()} observers for ${this}`),t="string"==typeof t?P.get(t):t,a=void 0===r?void 0:Array.isArray(r)?r.map(e=>l.parseValue(P.sequenceFor(t).type,e)):l.parseValue(P.sequenceFor(t).type,r),await this.observerHandler.updateObservers(t,e,a,...n)}decode(t){return oe.decoder.decode(t)}constructor(t){super(t,se),this.serializer=oe.serializer}async tokenName(...t){const{ctx:e}=(await this.logCtx(t,"tokenName",!0)).for(this.tokenName),r=await this.adapter.evaluateTransaction(e,"TokenName");return this.decode(r)}async symbol(...t){const{ctx:e}=(await this.logCtx(t,"symbol",!0)).for(this.symbol),r=await this.adapter.evaluateTransaction(e,"Symbol");return this.decode(r)}async decimals(...t){const{ctx:e}=(await this.logCtx(t,"decimals",!0)).for(this.decimals),r=await this.adapter.evaluateTransaction(e,"Decimals");return Number(this.decode(r))}async totalSupply(...t){const{ctx:e}=(await this.logCtx(t,"totalSupply",!0)).for(this.totalSupply),r=await this.adapter.evaluateTransaction(e,"TotalSupply");return Number(this.decode(r))}async balanceOf(t,...e){const{ctx:r}=(await this.logCtx(e,"balance",!0)).for(this.balanceOf),i=await this.adapter.evaluateTransaction(r,"BalanceOf",[t]);return Number(this.decode(i))}async transfer(t,e,...r){const{ctx:i}=(await this.logCtx(r,"transfer",!0)).for(this.transfer),s=await this.adapter.submitTransaction(i,"Transfer",[t,e.toString()]);return"true"===this.decode(s)}async transferFrom(t,e,r){const i=await d.args("transferFrom",this.class,[],this.adapter,this._overrides||{}),{ctx:s}=this.logCtx(i.args,this.transferFrom),n=await this.adapter.submitTransaction(s,"TransferFrom",[t,e,r.toString()]);return"true"===this.decode(n)}async approve(t,e){const r=await d.args("approve",this.class,[],this.adapter,this._overrides||{}),{ctx:i}=this.logCtx(r.args,this.approve),s=await this.adapter.submitTransaction(i,"Approve",[t,e.toString()]);return"true"===this.decode(s)}async allowance(t,e){const r=await d.args("allowance",this.class,[],this.adapter,this._overrides||{}),{ctx:i}=this.logCtx(r.args,this.allowance),s=await this.adapter.submitTransaction(i,"Allowance",[t,e]);return Number(this.decode(s))}async initialize(t){const e=await d.args("initialize",this.class,[],this.adapter,this._overrides||{}),{ctx:r}=this.logCtx(e.args,this.initialize),i=await this.adapter.submitTransaction(r,"Initialize",[oe.serializer.serialize(t)]);return"true"===this.decode(i)}async checkInitialized(){const t=await d.args("checkInitialized",this.class,[],this.adapter,this._overrides||{}),{ctx:e}=this.logCtx(t.args,this.checkInitialized);await this.adapter.evaluateTransaction(e,"CheckInitialized")}async mint(t){const e=await d.args("mint",this.class,[],this.adapter,this._overrides||{}),{ctx:r}=this.logCtx(e.args,this.mint);await this.adapter.submitTransaction(r,"Mint",[t.toString()])}async burn(t){const e=await d.args("burn",this.class,[],this.adapter,this._overrides||{}),{ctx:r}=this.logCtx(e.args,this.burn);await this.adapter.submitTransaction(r,"Burn",[t.toString()])}async burnFrom(t,e){const r=await d.args("burnFrom",this.class,[],this.adapter,this._overrides||{}),{ctx:i}=this.logCtx(r.args,this.burnFrom);await this.adapter.submitTransaction(i,"BurnFrom",[t,e.toString()])}async clientAccountBalance(){const t=await d.args("accountBalance",this.class,[],this.adapter,this._overrides||{}),{ctx:e}=this.logCtx(t.args,this.clientAccountBalance),r=await this.adapter.evaluateTransaction(e,"ClientAccountBalance");return Number(this.decode(r))}async clientAccountID(){const t=await d.args("accountId",this.class,[],this.adapter,this._overrides||{}),{ctx:e}=this.logCtx(t.args,this.clientAccountID),r=await this.adapter.evaluateTransaction(e,"ClientAccountID");return this.decode(r)}}function ce(t){const e=require("fs"),r=require("path").dirname(t);if(e.existsSync(r))return!0;ce(r),e.mkdirSync(r)}function le(t){return mt([t])}function de(t,e){const r=yt([t]),i=e||{};return r.forEach(t=>{i[t._id]=t}),r}function he(t){const e=require("path"),r=require(e.join(process.cwd(),t.parentPath,t.name));return Object.values(r).filter(t=>{try{return new t instanceof P}catch(t){return!1}})}async function ue(...t){const e=require("fs"),r=[];for(const i of t){const t=e.readdirSync(i,{withFileTypes:!0,recursive:!0}).filter(t=>t.isFile()&&t.name.endsWith("js"));for(const e of t)r.push(...he(e))}return r}function ge(t,e=process.cwd(),r){const i=require("fs"),s=require("path");t.forEach(t=>{const n=s.resolve(s.join(e,`./META-INF/statedb/couchdb/${r?`collections/${r}/`:""}indexes/${t.name}.json`));ce(n),i.writeFileSync(n,JSON.stringify(t,void 0,2))})}function fe(t,e=process.cwd(),r){if(!t.length)return;const i=require("fs"),s=require("path");t.forEach(t=>{const n=t._id.replace(/^_design\//,""),a=s.resolve(s.join(e,`./META-INF/statedb/couchdb/${r?`collections/${r}/`:""}design_docs/${n}.json`));ce(a);const o={...t};delete o._rev,i.writeFileSync(a,JSON.stringify(o,void 0,2))})}let pe=class extends c{constructor(t){super(t)}};var me,ye;Ot([Tt("Unique identifier of the credentials record"),a(),n(),xt("design:type",String)],pe.prototype,"id",void 0),Ot([Tt("PEM-encoded X.509 certificate for the identity"),a(),_(),xt("design:type",String)],pe.prototype,"certificate",void 0),Ot([Tt("PEM-encoded root or intermediate certificate"),a(),_(),xt("design:type",String)],pe.prototype,"rootCertificate",void 0),Ot([Tt("PEM-encoded private key"),a(),_(),xt("design:type",String)],pe.prototype,"privateKey",void 0),pe=Ot([j(),xt("design:paramtypes",[Object])],pe),(t=>{t.PRIVATE="private",t.SHARED="shared",t.FABRIC="fabric",t.OWNED_BY="owned-by",t.TRANSACTION_ID="transaction-id",t.MIRROR="mirror"})(me||(me={})),(t=>{t.X509="X.509"})(ye||(ye={}));const we="hlf-fabric";let be=class extends c{constructor(t){super(t),this.type=ye.X509}};Ot([Tt("Unique identifier of the identity"),n(),xt("design:type",String)],be.prototype,"id",void 0),Ot([h(pe,{update:u.CASCADE,delete:u.CASCADE}),xt("design:type",pe)],be.prototype,"credentials",void 0),Ot([a(),_(),g(),xt("design:type",String)],be.prototype,"mspId",void 0),Ot([a(),_(),xt("design:type",String)],be.prototype,"type",void 0),be=Ot([j(),xt("design:paramtypes",[Object])],be);class Ae{static{this.logger=new Pt(Ae.name)}constructor(){}static async contentOfLoadFile(t,e){return t instanceof Uint8Array||t.match(/-----BEGIN (CERTIFICATE|KEY|PRIVATE KEY)-----.+?-----END \1-----$/gms)?t:await e(t)}static async readFile(t){return"string"!=typeof t?t:await(async t=>{const{promises:e}=await f(import("fs"));return await e.readFile(t)})(t)}static async getCAUser(t,e,r,i,s){this.logger.debug(z("Creating CA {0} user {1} with certificate {2}",i,t,r));const n=new Vt(t),a=s?.hsm?{software:!1,lib:s.hsm.library,slot:s.hsm.slot,label:s.hsm.tokenLabel,pin:s.hsm.pin+""}:void 0,o=this.getCryptoSuite(a);n.setCryptoSuite(o);const c=s?.hsm?await this.getHSMEnrollmentKey(o,r,s.hsm):this.getSoftwareEnrollmentKey(o,e);return await n.setEnrollment(c,r,i),n}static getCryptoSuite(t){return t?(Ae.cryptoSuite||(Ae.cryptoSuite=Vt.newCryptoSuite(t)),Ae.cryptoSuite):Vt.newCryptoSuite()}static getSoftwareEnrollmentKey(t,e){if(!e)throw Error("Private key must be provided when HSM configuration is not supplied");return t.createKeyFromRaw(e)}static async getHSMEnrollmentKey(t,e,r){const i=r.keyIdHex&&r.keyIdHex.trim().length>0?Buffer.from(r.keyIdHex,"hex"):await this.getCertificateSKI(e),s=await t.getKey(i);if(!s||"function"==typeof s.isPrivate&&!s.isPrivate())throw Error("Unable to resolve private key from HSM");return s}static async getCertificateSKI(t){const e=new Wt(t).publicKey.export({format:"jwk"}),r=Buffer.from([4]),i=Buffer.from(e.x||"","base64url"),s=Buffer.from(e.y||"","base64url");return qt.createHash("sha256").update(Buffer.concat([r,i,s])).digest()}static async getIdentity(t,e){return{mspId:t,credentials:await this.contentOfLoadFile(e,async t=>{const{promises:e}=await f(import("fs")),r=await this.getFirstDirFileName(t);return await e.readFile(r)})}}static async getFirstDirFileName(t){const{promises:e}=await f(import("fs")),{join:r}=await f(import("path"));return r(t,(await e.readdir(t))[0])}static async getFirstDirFileNameContent(t){const{promises:e}=await f(import("fs")),{join:r}=await f(import("path")),i=await e.readdir(t);return(await e.readFile(r(t,i[0]))).toString()}static async getFileContent(t){const{promises:e}=await f(import("fs"));return(await e.readFile(t)).toString()}static async getSigner(t){const e=await this.contentOfLoadFile(t,async t=>{const{promises:e}=await f(import("fs")),r=await this.getFirstDirFileName(t);return await e.readFile(r)}),r=await this.extractPrivateKey(e),i=r[Object.getOwnPropertySymbols(r)[0]];return Kt.newPrivateKeySigner(i)}static async extractPrivateKey(t){let e;if(globalThis.window&&globalThis.window.Crypto)e=globalThis.Crypto.subtle;else{const t=await f(import("crypto"));e=t.subtle||t.webcrypto.subtle}if(!e)throw Error("Could not load SubtleCrypto module");const r=t.toString("utf8").replace("-----BEGIN PRIVATE KEY-----","").replaceAll("\n","").replace("-----END PRIVATE KEY-----",""),i=(t=>{const e=new ArrayBuffer(t.length),r=new Uint8Array(e);for(let e=0,i=t.length;i>e;e++)r[e]=t.charCodeAt(e);return e})(Buffer.from(r,"base64").toString("binary"));return await e.importKey("pkcs8",i,{name:"ECDSA",namedCurve:"P-256"},!0,["sign"])}}function ve(t){const e=new Qt(t),r=e.extensions?.find(t=>"2.5.29.35"===t.type);if(!r)throw Error("Authority Key Identifier (AKI) extension not found in certificate.");let i=Buffer.from(new Uint8Array(r.value)).toString("hex").toUpperCase();return i.startsWith("30168014")&&i.length>=48&&(i=i.slice(8,48)),{aki:i,serial:e.serialNumber}}const Ce=new Xt;var Se,Ee,Oe,xe,Ne;Jt.cryptoProvider.set(Ce),(t=>{t.BASE2="01",t.BASE8="01234567",t.BASE11="0123456789a",t.BASE16="0123456789abcdef",t.BASE32="0123456789ABCDEFGHJKMNPQRSTVWXYZ",t.BASE32_Z="ybndrfg8ejkmcpqxot1uwisza345h769",t.BASE36="0123456789abcdefghijklmnopqrstuvwxyz",t.BASE58="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz",t.BASE62="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",t.BASE64="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t.BASE67="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_.!~"})(Se||(Se={})),(t=>{t.HASH="SHA-256",t[t.ITERATIONS=1e3]="ITERATIONS",t[t.KEYLENGTH=48]="KEYLENGTH",t[t.DERIVED_IV_LENGTH=16]="DERIVED_IV_LENGTH",t[t.DERIVED_KEY_LENGTH=32]="DERIVED_KEY_LENGTH",t.ALGORYTHM="AES-GCM",t.KEY_ALGORYTHM="PBKDF2"})(Ee||(Ee={}));class Te{constructor(t){if(this.alphabet=t,this.baseMap=new Uint8Array(256),this.alphabet.length>=255)throw Error("Alphabet too long");for(let t=0;t<this.baseMap.length;t++)this.baseMap[t]=255;for(let e=0;e<t.length;e++){const r=t.charAt(e),i=r.charCodeAt(0);if(255!==this.baseMap[i])throw Error(r+" is ambiguous");this.baseMap[i]=e}this.base=this.alphabet.length,this.leader=this.alphabet.charAt(0),this.factor=Math.log(this.base)/Math.log(256),this.iFactor=Math.log(256)/Math.log(this.base)}encode(t){if("string"==typeof t?t=Buffer.from(t):ArrayBuffer.isView(t)?t=new Uint8Array(t.buffer,t.byteOffset,t.byteLength):Array.isArray(t)&&(t=Uint8Array.from(t)),0===t.length)return"";let e=0,r=0,i=0;const s=t.length;for(;i!==s&&0===t[i];)i++,e++;const n=(s-i)*this.iFactor+1>>>0,a=new Uint8Array(n);for(;i!==s;){let e=t[i],s=0;for(let t=n-1;(0!==e||r>s)&&-1!==t;t--,s++)e+=256*a[t]>>>0,a[t]=e%this.base>>>0,e=e/this.base>>>0;if(0!==e)throw Error("Non-zero carry");r=s,i++}let o=n-r;for(;o!==n&&0===a[o];)o++;let c=this.leader.repeat(e);for(;n>o;++o)c+=this.alphabet.charAt(a[o]);return c}decodeUnsafe(t){if(0===t.length)return new Uint8Array(0);let e=0,r=0,i=0;for(;t[e]===this.leader;)r++,e++;const s=(t.length-e)*this.factor+1>>>0,n=new Uint8Array(s);for(;t[e];){let r=this.baseMap[t.charCodeAt(e)];if(255===r)return;let a=0;for(let t=s-1;(0!==r||i>a)&&-1!==t;t--,a++)r+=this.base*n[t]>>>0,n[t]=r%256>>>0,r=r/256>>>0;if(0!==r)throw Error("Non-zero carry");i=a,e++}let a=s-i;for(;a!==s&&0===n[a];)a++;const o=new Uint8Array(r+(s-a));let c=r;for(;a!==s;)o[c++]=n[a++];return o}decode(t){const e=this.decodeUnsafe(t);if(e)return e;throw Error("Non-base"+this.base+" character")}}class Ie{static{this.b58encoder=new Te(Se.BASE58)}static{this.logger=new Pt(Ie.name)}constructor(){}static fabricIdFromCertificate(t){this.logger.debug(z("Parsing certificate: {0}",t));const e=new Jt.X509Certificate(t),{subject:r,issuer:i}=e;return this.logger.debug(z("Certificate parsed with subject {0} and issuer {1}",r,i)),`x509::/${r.replaceAll(", ","/")}::/${i.replaceAll(", ","/")}`}static encode(t){return this.b58encoder.encode(t)}static decode(t){const e=this.b58encoder.decode(t);return(new TextDecoder).decode(e)}static stringToArrayBuffer(t){const e=new ArrayBuffer(t.length),r=new Uint8Array(e);for(let e=0,i=t.length;i>e;e++)r[e]=t.charCodeAt(e);return e}static async extractKey(t,e,r){const i=Ce.subtle,s=e.toString("utf8").replace(RegExp(`-----BEGIN (${t.toUpperCase()} KEY|CERTIFICATE)-----`),"").replaceAll("\n","").replace(RegExp(`-----END (${t.toUpperCase()} KEY|CERTIFICATE)-----`),""),n=Buffer.from(s,"base64").toString("binary"),a=this.stringToArrayBuffer(n);return await i.importKey("pkcs8",a,{name:"ECDSA",namedCurve:"P-256"},!0,r||["sign"])}static async extractPrivateKey(t,e){return this.extractKey("private",t,e)}static async extractPublicKey(t,e){return this.extractKey("public",t,e)}static async sign(t,e){const r=await this.extractPrivateKey(t),i=await Ce.subtle.sign({name:"ECDSA",hash:"SHA-256"},r,e);return Array.from(new Uint8Array(i)).map(t=>t.toString(16).padStart(2,"0")).join("")}static async verify(t,e,r){const i=new Jt.X509Certificate(t),s=await i.publicKey.export();return e="string"==typeof e?Buffer.from(e,"hex"):e,r="string"==typeof r?Buffer.from(r):r,Ce.subtle.verify({name:"ECDSA",hash:"SHA-256"},s,e,r)}static async encrypt(t,e){const r=new Jt.X509Certificate(t),i=await r.publicKey.export();e="string"==typeof e?Buffer.from(e):e;const s=await this.getSubtleCrypto().encrypt({name:"ECDSA"},i,e);return Array.from(new Uint8Array(s)).map(t=>t.toString(16).padStart(2,"0")).join("")}static getSubtleCrypto(){return _t()?globalThis.window.crypto.subtle:Ce.subtle}static async decrypt(t,e){const r=await this.extractPrivateKey(t);return e="string"==typeof e?Buffer.from(e,"hex"):e,this.getSubtleCrypto().decrypt({name:"ECDSA"},r,e)}static async getMaster(t){const e=new TextEncoder;if(void 0===t){const r=Ce.randomUUID();t=e.encode(r).buffer}return{key:await this.getSubtleCrypto().importKey("raw",t,Ee.KEY_ALGORYTHM,!1,["deriveBits"]),iv:t}}static async getDerivationKey(t,e){const r=(new TextEncoder).encode(t),i=await this.getSubtleCrypto().digest("SHA-256",r),s={name:Ee.KEY_ALGORYTHM,hash:Ee.HASH,salt:i,iterations:Ee.ITERATIONS},n=await this.getSubtleCrypto().deriveBits(s,e,8*Ee.KEYLENGTH);return this.getKey(n)}static async getKey(t){const e=t.slice(0,32),r=t.slice(32);return{key:await this.getSubtleCrypto().importKey("raw",e,{name:Ee.ALGORYTHM},!1,["encrypt","decrypt"]),iv:r}}static async encryptPin(t,e){const r=(new TextEncoder).encode(t);return await this.getSubtleCrypto().encrypt({name:Ee.ALGORYTHM,iv:e.iv},e.key,r)}static async decryptPin(t,e){const r=new TextDecoder,i=await this.getSubtleCrypto().decrypt({name:Ee.ALGORYTHM,iv:e.iv},e.key,t);return r.decode(i)}}class $e extends W{constructor(t){super(t,$e.name)}}class Re extends W{constructor(t){super(t,Re.name)}}class De extends W{constructor(t){super(t,De.name)}}class Fe extends p{constructor(t){super(t,Fe.name)}}class ke extends W{constructor(t){super(t,ke.name,500)}}class Be extends J{constructor(t="MISSING_PRIVATE_DATA_ERROR_MESSAGE"){super(Be.name,t,403)}}class Pe extends J{constructor(t){super(Pe.name,t,409)}}class _e extends W{constructor(t){super(t,_e.name,500)}}class je extends W{constructor(t){super(t,je.name,500)}}class Le extends W{constructor(t){super(t,Le.name,500)}}class Me extends W{constructor(t){super(t,Me.name,500)}}class ze extends W{constructor(t){super(t,ze.name,500)}}class Ue extends W{constructor(t,e=Ue.name,r=590){super(t,e,r)}}class He extends W{constructor(t){super(t,He.name,591)}}class Ke extends W{constructor(t){super(t,Ke.name,592)}}(t=>{t.PEER="peer",t.ORDERER="orderer",t.CLIENT="client",t.USER="user",t.ADMIN="admin"})(Oe||(Oe={})),(t=>{t.HFREGISTRARROLES="hf.Registrar.Roles",t.HFREGISTRARDELEGATEROLES="hf.Registrar.DelegateRoles",t.HFREGISTRARATTRIBUTES="hf.Registrar.Attributes",t.HFINTERMEDIATECA="hf.IntermediateCA",t.HFREVOKER="hf.Revoker",t.HFAFFILIATIONMGR="hf.AffiliationMgr",t.HFGENCRL="hf.GenCRL"})(xe||(xe={}));class Ge extends jt{constructor(t){Ae.getCryptoSuite(t.hsm?{software:!1,lib:t.hsm.library,slot:t.hsm.slot,label:t.hsm.tokenLabel,pin:t.hsm.pin+""}:void 0),super(),this.caConfig=t}async User(){if(this.user)return this.user;const{caName:t,caCert:e,caKey:r,url:i,hsm:s}=this.caConfig,n=this.log.for(this.User);n.debug(`Creating CA user for ${t} at ${i}`),n.debug("Retrieving CA certificate from "+e);const a=await Ae.getFirstDirFileNameContent(e);let o;if(s)n.debug(`Using HSM configuration for CA ${t} with library ${s.library}`);else{if(!r)throw new W(`Missing caKey configuration for CA ${t}. Provide a key directory or configure HSM support.`);n.debug("Retrieving CA key from "+r),o=await Ae.getFirstDirFileNameContent(r)}return n.debug("Loading Admin user for ca "+t),this.user=await Ae.getCAUser("admin",o,a,t,{hsm:s}),this.user}async CA(){if(this.ca)return this.ca;const t=this.log.for(this.CA),{url:e,tls:r,caName:i}=this.caConfig;let{trustedRoots:s,verify:n}=r;const a=s[0];t.debug(`Retrieving CA certificate from ${a}. cwd: ${process.cwd()}`);const o=await Ae.getFileContent(a);return t.debug(`Creating CA Client for CA ${i} under ${e}`),this.ca=new Bt(e,{trustedRoots:Buffer.from(o),verify:n},i),this.ca}async Client(){if(this.client)return this.client;const t=await this.CA();return this.client=t._FabricCAServices,this.client}async Certificate(){return this.certificateService||(this.certificateService=(await this.Client()).newCertificateService()),this.certificateService}async Affiliations(){return this.affiliationService||(this.affiliationService=(await this.CA()).newAffiliationService()),this.affiliationService}async Identities(){return this.identityService||(this.identityService=(await this.CA()).newIdentityService()),this.identityService}async getCertificates(t,e=!0){const r=await this.Certificate(),i=await this.User(),s=this.log.for(this.getCertificates);s.debug(`Retrieving certificates${t?" for "+t.id:""} for CA ${this.caConfig.caName}`);const n=(await r.getCertificates(t||{},i)).result;return s.debug(`Found ${n.certs.length} certificates: ${JSON.stringify(n)}`),e?n.certs.map(t=>t.PEM):n}async getIdentities(){const t=await this.Identities(),e=this.log.for(this.getIdentities);e.debug("Retrieving Identities under CA "+this.caConfig.caName);const r=(await t.getAll(await this.User())).result;return e.debug(`Found ${r.identities.length} Identities: ${JSON.stringify(r)}`),r.identities}parseError(t){const e=/.*code:\s(\d+).*?message:\s["'](.+)["']/gs.exec(t.message);if(!e)return new Fe(t);const[,r,i]=e;switch(r){case"74":case"71":return new Q(i);case"20":return new p(i);default:return new Fe(i)}}async getAffiliations(){const t=await this.Affiliations(),e=this.log.for(this.getAffiliations);e.debug("Retrieving Affiliations under CA "+this.caConfig.caName);const r=(await t.getAll(await this.User())).result;return e.debug(`Found ${r.a.length} Affiliations: ${JSON.stringify(r)}`),r}async read(t){const e=await this.CA(),r=await this.User();let i;try{i=await e.newIdentityService().getOne(t,r)}catch(e){throw new X(`Couldn't find enrollment with id ${t}: ${e}`)}if(!i.success)throw new X(`Couldn't find enrollment with id ${t}: ${i.errors.join("\n")}`);return i.result}async register(t,e=!1,r="",i,s,n){let a;const o=this.log.for(this.register);try{const{userName:c,password:l}=t,d=await this.CA(),h=await this.User(),u={enrollmentID:c,enrollmentSecret:l,affiliation:r,userRole:i,attrs:s,maxEnrollments:n};a=await d.register(u,h),o.info(`Registration for ${c} created with user type ${i??"Undefined Role"} ${e?"as super user":""}`)}catch(t){throw this.parseError(t)}return a}static identityFromEnrollment(t,e){const{certificate:r,key:i,rootCertificate:s}=t,n=Lt.for(Ge,{}).for(this.identityFromEnrollment);n.debug(`Generating Identity from certificate ${r} in msp ${e}`);const a=Ie.fabricIdFromCertificate(r),o=Ie.encode(a);n.debug(`Identity ${a} and encodedId ${o}`);const c=new Date;return new be({id:o,credentials:{id:o,certificate:r,privateKey:i.toBytes(),rootCertificate:s,createdOn:c,updatedOn:c},mspId:e,createdOn:c,updatedOn:c})}async enroll(t,e){let r;const i=this.log.for(this.enroll);try{const s=await this.CA();i.debug("Enrolling "+t);const n=await s.enroll({enrollmentID:t,enrollmentSecret:e});r=Ge.identityFromEnrollment(n,this.caConfig.caName),i.info(`Successfully enrolled ${t} under ${this.caConfig.caName} as ${r.id}`)}catch(t){throw this.parseError(t)}return r}async registerAndEnroll(t,e=!1,r="",i,s,n){const a=await this.register(t,e,r,i,s,n),{userName:o}=t;return this.enroll(o,a)}async revoke(t){const e=await this.CA(),r=await this.User(),i=await this.read(t);if(!i)throw new X("Could not find enrollment with id "+t);let s;try{s=await e.revoke({enrollmentID:i.id,reason:"User Deletation"},r)}catch(e){throw new W(`Could not revoke enrollment with id ${t}: ${e}`)}if(!s.success)throw new W(`Could not revoke enrollment with id ${t}: ${s.errors.join("\n")}`);return s}}class Ye extends P{constructor(){super(...arguments),this.affiliation=""}build(){const t=this.hasErrors();if(t)throw new V(t.toString());const e={enrollmentID:this.enrollmentID,enrollmentSecret:this.enrollmentSecret,role:this.role,affiliation:this.affiliation};return void 0!==this.maxEnrollments&&(e.maxEnrollments=this.maxEnrollments),this.attrs&&(e.attrs=this.attrs),e}setAffiliation(t){return this.affiliation=t,this}addAttr(t){return this.attrs=this.attrs||[],this.attrs.push(t),this}setAttrs(t){return this.attrs=t,this}setEnrollmentID(t){return this.enrollmentID=t,this}setEnrollmentSecret(t){return this.enrollmentSecret=t,this}setMaxEnrollments(t){return this.maxEnrollments=t,this}setRole(t){return this.role=t,this}}Ot([_(),xt("design:type",String)],Ye.prototype,"affiliation",void 0),Ot([U(1),xt("design:type",Array)],Ye.prototype,"attrs",void 0),Ot([_(),xt("design:type",String)],Ye.prototype,"enrollmentID",void 0),Ot([_(),xt("design:type",String)],Ye.prototype,"enrollmentSecret",void 0),Ot([H(0),xt("design:type",Number)],Ye.prototype,"maxEnrollments",void 0),Ot([_(),xt("design:type",String)],Ye.prototype,"role",void 0),(t=>{t.TRANSFER="Transfer",t.APPROVAL="Approval"})(Ne||(Ne={}));let Ve=class extends P{constructor(t){super(t)}};Ot([Tt("Stores the original timestamp of creation"),a(),m(),xt("design:type",Date)],Ve.prototype,"createdAt",void 0),Ot([Tt("Stores the timestamp of the last update"),a(),y(),xt("design:type",Date)],Ve.prototype,"updatedAt",void 0),Ot([Tt("Stores the version of the model"),a(),Z(),xt("design:type",Number)],Ve.prototype,"version",void 0),Ve=Ot([It(we),xt("design:paramtypes",[Object])],Ve);let qe=class extends Ve{constructor(t){super(t)}};function We(t){if(t)return"string"==typeof t?t:t.getMSPID()}function Je(){return function(t,e,r){const i=r.value;return r.value=async function(...t){const r=t[0],s=r.clientIdentity.getID(),n=await this.tokenRepository.select(),a=await n.execute(r);if(0==a.length)throw new X("No tokens avaialble");if(a.length>1)throw new X("To many token available : "+a.length);if(a[0].owner!=s)throw new p(`User not authorized to run ${e} on the token`);return await i.apply(this,t)},r}}async function Qe(t,e,r,i){const{stub:s}=t,n=(await s.getCreator()).mspid;Object.defineProperty(i,r,{enumerable:!0,writable:!1,configurable:!0,value:n})}function Xe(){return $t.for(me.OWNED_BY).define({decorator:()=>(t,e)=>Rt(_(),et(),rt(),it(Qe),Dt(Nt.key(me.FABRIC,me.OWNED_BY),e))(t,e),args:[]}).apply()}async function Ze(t,e,r,i){const{stub:s}=t;i[r]=s.getTxID()}function tr(){return $t.for(me.TRANSACTION_ID).define({decorator:()=>(t,e)=>Rt(_(),rt(),it(Ze),st(Ze),Dt(Nt.key(me.FABRIC,e,me.TRANSACTION_ID),e))(t,e),args:[]}).apply()}async function er(t,e,r){let i=e;if("string"!=typeof i)try{const s=P.ownerOf(t)||r.get("stub").getCreator().toString();e&&"function"==typeof e&&(i=await e(t,s,r))}catch(t){throw new W("Failed to resolve collection mirror name: "+t)}if(!i||"string"!=typeof i)throw new W("No collection found model "+t.constructor.name);return i}async function rr(t,e,r,i){const s=await er(i,e.resolver,t),n=t;n.put("mirror",!0),n.put("mirrorCollection",s);try{const e=this.override(Object.assign({},this._overrides,{mirror:!0,mirrorCollection:s,ignoreValidation:!0,ignoreHandlers:!0})),r=await e.create(i,t);t.logger.info(`Mirror for ${P.tableName(this.class)} created with ${P.pk(i)}: ${r[P.pk(i)]}`)}finally{n.put("mirror",void 0),n.put("mirrorCollection",void 0)}}async function ir(t,e,r,i){const s=await er(i,e.resolver,t),n=t;n.put("mirror",!0),n.put("mirrorCollection",s);try{const e=this.override(Object.assign({},this._overrides,{mirror:!0,mirrorCollection:s,ignoreValidation:!0,ignoreHandlers:!0,applyUpdateValidation:!1,mergeForUpdate:!1}));await e.update(i,t),t.logger.info(`Mirror for ${P.tableName(this.class)} updated: ${i[P.pk(i)]}`)}finally{n.put("mirror",void 0),n.put("mirrorCollection",void 0)}}async function sr(t,e,r,i){const s=await er(i,e.resolver,t),n=t;n.put("mirror",!0),n.put("segregated",s);try{const e=i[P.pk(i)],r=this.override(Object.assign({},this._overrides,{segregated:s,mirror:!0,ignoreValidation:!0,ignoreHandlers:!0}));try{await r.delete(e,t)}catch{}t.logger.info(`Mirror for ${P.tableName(this.class)} deleted: ${e+""}`)}finally{n.put("mirror",void 0),n.put("segregated",void 0)}}async function nr(t,e,r,i){const s=We(t.get("identity"));if(s&&(s===e.mspId||e.condition&&e.condition(s)))throw new p(`Organization ${s} is not authorized to modify mirrored data`)}async function ar(t,e,r,i){const s=We(t.get("identity"));if(!s)return;const n=await er(i,e.resolver,t),a=t;(s===e.mspId||e.condition&&e.condition(s))&&(t.logger.info(`Mirror read: MSP ${s} matches, routing reads to mirror collection ${n}`),a.put("fullySegregated",!0),a.readFrom(n))}function or(t,e,r){const i="string"!=typeof e&&!!e,s=i?void 0:e,n=i?e:r;return $t.for(me.MIRROR).define({decorator:(t,e,r)=>{const i={condition:r,mspId:e,resolver:t};return Rt(Ft(Nt.key(me.FABRIC,me.MIRROR),i),nt(ar,i,{priority:30}),it(nr,i,{priority:20}),st(nr,i,{priority:20}),at(nr,i,{priority:20}),ot(rr,i,{priority:95}),ct(ir,i,{priority:95}),lt(sr,i,{priority:95}))},args:[t,s,n]}).apply()}Ot([Tt("Stores the creator"),a(),w(),xt("design:type",String)],qe.prototype,"createdBy",void 0),Ot([Tt("Stores the user that last updated the model"),a(),b(),xt("design:type",String)],qe.prototype,"updatedBy",void 0),qe=Ot([It(we),xt("design:paramtypes",[Object])],qe),P.prototype.isShared=function(){return P.isShared(this.constructor)},P.prototype.isPrivate=function(){return P.isPrivate(this.constructor)},P.prototype.segregate=function(){return P.segregate(this)},P.segregate=(t=>{if(!P.isTransient(t))return{model:t};const e=Nt.getAttributes(t.constructor)||[],r=Nt.get(t.constructor,tt.TRANSIENT),i=Nt.get(t.constructor,me.PRIVATE),s=Nt.get(t.constructor,me.SHARED),n={model:{},public:{},transient:{},privates:{},shared:{}},a=Object.keys(r||{}),o=Object.keys(i||{}),c=Object.keys(s||{});for(const r of e){const e=t[r],i=a.includes(r),s=!i,l=o.includes(r),d=c.includes(r);(i||l||d)&&(n.transient=n.transient||{},n.transient[r]=e),l&&(n.privates=n.privates||{},n.privates[r]=e),d&&(n.shared=n.shared||{},n.shared[r]=e),s&&(n.public=n.public||{},n.public[r]=e)}return n.model=P.build(n.public,t.constructor.name),n}).bind(P),P.isPrivate=(t=>!!Nt.get("function"!=typeof t?t.constructor:t,me.PRIVATE)).bind(P),P.isShared=(t=>!!Nt.get("function"!=typeof t?t.constructor:t,me.SHARED)).bind(P),P.mirrored=(t=>Nt.get("function"!=typeof t?t.constructor:t,Nt.key(me.FABRIC,me.MIRROR))).bind(P),P.ownerOf=(t=>{const e=Nt.get(t.constructor,Nt.key(me.FABRIC,me.OWNED_BY));if(e)return t[e]}).bind(P),P.mirroredAt=(t=>(t="function"!=typeof t?t.constructor:t,Nt.get(t,Nt.key(me.FABRIC,me.MIRROR)))).bind(P),P.collectionsFor=(t=>{const e=[me.PRIVATE],r=[me.SHARED],i=Nt.key(...e),s=Nt.key(...r),n="function"==typeof t?t:t.constructor,a=Nt.get(n,i),o=Nt.get(n,s);return{privateCols:a?.collections||[],sharedCols:o?.collections||[]}}).bind(P);const cr=(t,e)=>{const r=e||("function"!=typeof t?P.ownerOf(t):void 0),i="function"==typeof t?t:t.constructor;if(!r)throw new W(`Model ${i.name} is not owned by any organization. did you use @ownedBy() (or provide the name)?`);return`${Mt(i.name)}${r?Mt(r):""}`};function lr(t){return(e,r)=>{const i=r||("function"!=typeof e?P.ownerOf(e):void 0),s="function"==typeof e?e:e.constructor;if(!i)throw new W(`Model ${s.name} is not owned by any organization. did you use @ownedBy() (or provide the name)?`);return`${t}${i?Mt(i):""}`}}const dr=(t,e)=>{const r=e||("function"!=typeof t?P.ownerOf(t):void 0);if(!r)throw new W(`Model ${t.constructor.name} is not owned by any organization. did you use @ownedBy() (or provide the name)?`);return`__${Mt(r)}PrivateCollection`},hr=35;function ur(t,e,r){e.length>0&&r.readFrom(e),!r.isFullySegregated&&e.length&&((t=>{const e=Nt.getAttributes(t)||[],r=P.pk(t),i=Nt.get(t,tt.TRANSIENT)||{},s=Nt.get(t,Nt.key(me.PRIVATE))||{},n=Nt.get(t,Nt.key(me.SHARED))||{};return e.some(t=>t!==r&&!(t in i)&&!(t in s)&&!(t in n))})(t.constructor)||r.markFullySegregated())}async function gr(t,e,r,i){const s=Array.isArray(e)?e:[e],n=P.ownerOf(i)||We(t.get("identity"));if(!n)return;const a=[];for(const e of s){const r=e.collections,s="string"==typeof r?r:r(i,n,t);s&&!a.includes(s)&&a.push(s)}ur(i,a,t);const o=P.sequenceName(i,"pk");t.setSequenceSegregation(o,t.isFullySegregated,a)}async function fr(t,e,r,i){const s=Array.isArray(e)?e:[e],n=Array.isArray(r)?r:[r];if(n.length!==s.length)throw new W("Segregated data keys and metadata length mismatch");const a=P.ownerOf(i)||We(t.get("identity"));if(!a)throw new V("There's no assigned organization for model "+i.constructor.name);const o=s[0].collections,c="string"==typeof o?o:o(i,a,t);n.forEach((e,r)=>{const n="string"==typeof s[r].collections?s[r].collections:s[r].collections(i,a,t);if(n!==c)throw new A(`Segregated data collection mismatch: ${n} vs ${c}`)});const l=n.map(t=>t+"");t.writeTo(c,l)}async function pr(t,e,r,i){const s=Array.isArray(e)?e:[e];if((Array.isArray(r)?r:[r]).length!==s.length)throw new W("Segregated data keys and metadata length mismatch");const n=P.ownerOf(i)||We(t.get("identity"));if(!n)throw new V("There's no assigned organization for model "+i.constructor.name);const a=s[0].collections,o="string"==typeof a?a:await a(i,n,t);t.readFrom(o)}async function mr(t,e,r,i,s){const n=Array.isArray(e)?e:[e],a=Array.isArray(r)?r:[r];if(a.length!==n.length)throw new W("Segregated data keys and metadata length mismatch");const o=P.ownerOf(i)||We(t.get("identity"));if(!o)throw new V("There's no assigned organization for model "+i.constructor.name);const c=n[0].collections,l="string"==typeof c?c:c(i,o,t);a.forEach((e,r)=>{const s="string"==typeof n[r].collections?n[r].collections:n[r].collections(i,o,t);if(s!==l)throw new A(`Segregated data collection mismatch: ${s} vs ${l}`)});const d=a.map(t=>t+"");t.writeTo(l,d)}async function yr(t,e,r,i){const s=Array.isArray(e)?e:[e];if((Array.isArray(r)?r:[r]).length!==s.length)throw new W("Segregated data keys and metadata length mismatch");const n=P.ownerOf(i)||We(t.get("identity"));if(!n)throw new V("There's no assigned organization for model "+i.constructor.name);const a=s[0].collections,o="string"==typeof a?a:a(i,n,t);t.readFrom(o)}function wr(t,e,r){return(r,i)=>{const s=[];if(!i){const i=Nt.getAttributes(r);return i?.forEach(i=>{wr(t,e)(r.prototype,i)}),r}{const r="string"==typeof t?t:t.toString(),i=r+":data",n={collections:t},a={priority:35,group:r+":extract"};s.push(kt(),dt(),(r,i)=>{const s=Nt.key(e,i),n=r.constructor,a=Nt.get(n,s)||{},o=new Set(a.collections||[]);o.add(t),a.collections=[...o],Nt.set(n,s,a);const c=Nt.get(n,e)||{},l=new Set(c.collections||[]);l.add(t),c.collections=[...l],Nt.set(n,e,c);const d={...Nt.get(n,tt.TRANSIENT)||{},[i]:{}};Nt.set(n,tt.TRANSIENT,d)},ht(ut.ALL,gr,n,a),it(fr,{collections:t},{priority:95,group:i}),nt(pr,{collections:t},{priority:95,group:i}),st(mr,{collections:t},{priority:95,group:i}),at(yr,{collections:t},{priority:95,group:i}))}return Rt(...s)(r,i)}}function br(t=dr){return $t.for(me.PRIVATE).define({decorator:t=>wr(t,me.PRIVATE),args:[t]}).apply()}function Ar(t){return $t.for(me.SHARED).define({decorator:t=>wr(t,me.SHARED),args:[t]}).apply()}function vr(t){return null===t||"object"!=typeof t?t:Array.isArray(t)?t.map(vr):t.constructor!==Object?t:Object.keys(t).sort().reduce((e,r)=>(e[r]=vr(t[r]),e),{})}class Cr extends L{constructor(){super()}preSerialize(t){const e=Object.assign({},t);let r;try{r=Nt.modelName(t.constructor)}catch(t){r=void 0}e[M.ANCHOR]=r||t.constructor.name;const i=function t(e){const r=this;return"object"!=typeof e?e:Array.isArray(e)?e.map(e=>t.call(r,e)):this.preSerialize.call(this,e)}.bind(this);return P.relations(t).forEach(t=>{e[t]=i(e[t])}),e}deserialize(t){const e=JSON.parse(t),r=e[M.ANCHOR];if(!r)throw Error("Could not find class reference in serialized model");return P.build(e,r)}serialize(t){return require("json-stringify-deterministic")(vr(this.preSerialize(t)))}}function Sr(t,e,r){const i=[t,e];return r&&i.push(r),i.join("_")}function Er(t){const e=t.split("_");return 2>e.length||e.length>3?{table:void 0,event:t,owner:void 0}:{table:e[0],event:e[1],owner:e[2]}}function Or(t,e){const r=t+e;if(t!==r-e||e!==r-t)throw new $e(`Addition overflow: ${t} + ${e}`);return r}function xr(t,e){const r=t-e;if(t!==r+e||e!==t-r)throw new $e(`Subtraction overflow: ${t} - ${e}`);return r}function Nr(t){if(!/^\d+$/.test(t))throw new V(z("Failed to parse: {0}","string contains digits"));const e=parseInt(t);if(isNaN(e))throw new V(z("Failed to parse: {0}","string is not a parsable integer"));return e}class Tr extends L{constructor(){super()}deserialize(t,e){return JSON.parse(t)}serialize(t,e=!0){return require("json-stringify-deterministic")(vr(this.preSerialize(t,e)))}preSerialize(t,e=!0){const r=Object.assign({},t);let i;try{i=Nt.modelName(t.constructor)}catch(t){i=void 0}function s(t){return"object"!=typeof t?t:Array.isArray(t)?t.map(s):this.preSerialize(t)}return e&&(r[M.ANCHOR]=i||t.constructor.name),P.relations(t).forEach(t=>{r[t]=s.call(this,r[t])}),r}}class Ir extends v{constructor(){super()}get rootClient(){return this.client._FabricCaServices}get user(){if(!this._user)throw new W("Fabric identity service not properly setup: missing user");return this._user}get certificates(){return this.rootClient.newCertificateService()}get affiliations(){return this.client.newAffiliationService()}get identities(){return this.client.newIdentityService()}async getUser(t,e){const r=e.logger.for(this.getUser),{caName:i,caCert:s,caKey:n,url:a,hsm:o}=t;r.info(`Creating CA user for ${i} at ${a}`),r.verbose("Retrieving CA certificate from "+s);const c=await Ae.getFirstDirFileNameContent(s);let l;if(o)r.debug(`Using HSM configuration for CA ${i} with library ${o.library}`);else{if(!n)throw new W(`Missing caKey configuration for CA ${i}. Provide a key directory or configure HSM support.`);r.debug("Retrieving CA key from "+n),l=await Ae.getFirstDirFileNameContent(n)}return r.debug("Loading Admin user for ca "+i),this._user=await Ae.getCAUser("admin",l,c,i,{hsm:o}),this._user}async initialize(...t){const{log:e,ctx:r}=(await this.logCtx(t,i.INITIALIZATION,!0)).for(this.initialize),[s]=t;if(!s)throw new W("Missing Fabric CA configuration");const{url:n,tls:a,caName:o}=s;e.info(`Initializing CA Client for CA ${s.caName} at ${s.url}`);const{trustedRoots:c,verify:l}=a,d=c[0];e.debug(`Retrieving CA certificate from ${d}. cwd: ${process.cwd()}`);const h=await Ae.getFileContent(d);e.debug("CA Certificate: "+h.toString());const u=new Bt(n,{trustedRoots:Buffer.from(h),verify:l},o),g=await this.getUser(s,r);return e.debug("CA user loaded: "+g.getName()),{config:s,client:u}}async getCertificates(t,e=!0,...r){t instanceof d?(r=[t],e=!0,t=void 0):"boolean"==typeof t?(e=t,t=void 0):"boolean"!=typeof e&&(r=[e,...r],e=!0);const{log:i}=(await this.logCtx(r,K.READ,!0)).for(this.getCertificates);i.debug(`Retrieving certificates${t?" for "+t.id:""} for CA ${this.config.caName}`);const s=(await this.certificates.getCertificates(t||{},this.user)).result;return i.verbose(`Found ${s.certs.length} certificates`),i.debug(s.certs),e?s.certs.map(t=>t.PEM):s}async getIdentities(t){const e=t.logger.for(this.getIdentities);e.verbose("Retrieving Identities under CA "+this.config.caName);const r=(await this.identities.getAll(this.user)).result;return e.verbose(`Found ${r.identities.length} Identities`),e.debug(r.identities),r.identities}async getAffiliations(t){const e=t.logger.for(this.getAffiliations);e.verbose("Retrieving Affiliations under CA "+this.config.caName);const r=(await this.affiliations.getAll(this.user)).result;return e.verbose(`Found ${r.a.length} Affiliations`),e.debug(JSON.stringify(r)),r}parseError(t){const e=/.*code:\s(\d+).*?message:\s["'](.+)["']/gs.exec(t.message);if(!e)return new Fe(t);const[,r,i]=e;switch(r){case"74":case"71":return new Q(i);case"20":return new p(i);default:return new Fe(i)}}async read(t,...e){const{log:r}=(await this.logCtx(e,K.READ,!0)).for(this.read);let i;r.verbose("Retrieving identity with enrollment ID "+t);try{i=await this.identities.getOne(t,this.user)}catch(e){throw new X(`Couldn't find enrollment with id ${t}: ${e}`)}if(!i.success)throw new X(`Couldn't find enrollment with id ${t}: ${i.errors.join("\n")}`);return i.result}async register(t,e=!1,r="",i,s,n,...a){const{log:o}=(await this.logCtx(a,"register",!0)).for(this.register);let c;try{const{userName:a,password:l}=t,d={enrollmentID:a,enrollmentSecret:l,affiliation:r,userRole:i,attrs:s,maxEnrollments:n};c=await this.client.register(d,this.user),o.info(`Registration for ${a} created with user type ${i??"Undefined Role"} ${e?"as super user":""}`)}catch(t){throw this.parseError(t)}return c}static identityFromEnrollment(t,e,r){const i=r.logger.for(this.identityFromEnrollment),{certificate:s,key:n,rootCertificate:a}=t;i.verbose(`Generating Identity from certificate ${s} in msp ${e}`);const o=Ie.fabricIdFromCertificate(s),c=Ie.encode(o);return i.debug(`Identity ${o} and encodedId ${c}`),new be({id:c,credentials:{id:c,certificate:s,privateKey:n.toBytes(),rootCertificate:a},mspId:e})}async enroll(t,e,...r){const{log:i,ctx:s}=(await this.logCtx(r,"enroll",!0)).for(this.enroll);let n;try{i.debug("Enrolling "+t);const r=await this.client.enroll({enrollmentID:t,enrollmentSecret:e});n=Ir.identityFromEnrollment(r,this.config.caName,s),i.info(`Successfully enrolled ${t} under ${this.config.caName} as ${n.id}`)}catch(t){throw this.parseError(t)}return n}async registerAndEnroll(t,e=!1,r="",i,s,n,...a){const{ctx:o}=(await this.logCtx(a,"register-enroll",!0)).for(this.registerAndEnroll),c=await this.register(t,e,r,i,s,n,o),{userName:l}=t;return this.enroll(l,c,o)}async updateIdentity(t,e,r,...i){const{log:s,ctx:n}=(await this.logCtx(i,"reenroll",!0)).for(this.updateIdentity);try{s.info("Renewing identity for "+t);const a=this.client.newIdentityService(),o=await a.getOne(t,this.user);await a.update(t,r,this.user);const c=Vt.createUser(t,"",this.user.getMspid(),e.certificate,e.privateKey);c.setCryptoSuite(this.user.getCryptoSuite());const l=(o.result.attrs||[]).map(({name:t})=>({name:t,optional:!1})),d=await this.client.reenroll(c,l),h=Ir.identityFromEnrollment(d,this.config.caName,n);s.debug("Revoking previous certificates for "+t);const{aki:u,serial:g}=ve(e.certificate);return await this.revoke(t,{aki:u,serial:g},i),s.debug("Renew identity successful for "+t),h}catch(t){throw this.parseError(t)}}async revoke(t,e,...r){const{log:i}=(await this.logCtx(r,"revoke",!0)).for(this.revoke);i.verbose("Revoking identity with enrollment ID "+t);const s=await this.read(t);if(!s)throw new X("Could not find enrollment with id "+t);let n;try{const t={reason:e.serial||e.aki?"Revoke User Certificate":"User Deletion",...e,enrollmentID:s.id};n=await this.client.revoke(t,this.user)}catch(e){throw new W(`Could not revoke enrollment with id ${t}: ${e}`)}if(!n.success)throw new W(`Could not revoke enrollment with id ${t}: ${n.errors.join("\n")}`);return n}}var $r;(t=>{t.ADMIN="admin",t.USER="user",t.CLIENT="client"})($r||($r={}));const Rr=Object.assign({evaluateTimeout:5,endorseTimeout:15,submitTimeout:5,commitTimeout:60,legacy:!1,allowManualEndorsingOrgs:!1,allowGatewayOverride:!1,rebuildWithTransient:!0,encryptTransient:!1}),Dr=new Pt("fabric-fs");async function Fr(t,e){return t instanceof Uint8Array||t.match(/-----BEGIN (CERTIFICATE|KEY|PRIVATE KEY)-----.+?-----END \1-----$/gms)?t:await e(t)}async function kr(t){return"string"!=typeof t?t:await(async t=>{const{promises:e}=await f(import("fs"));return await e.readFile(t)})(t)}async function Br(t,e,r,i){Dr.debug(`Creating a CA ${i} user ${t} with certificate ${r}`);const s=new Vt(t),n=Vt.newCryptoSuite();s.setCryptoSuite(n);const a=n.createKeyFromRaw(e);return await s.setEnrollment(a,r,i),s}async function Pr(t,e){return{mspId:t,credentials:await Fr(e,async t=>{const{promises:e}=await f(import("fs")),r=await _r(t);return await e.readFile(r)})}}async function _r(t){const{promises:e}=await f(import("fs")),{join:r}=await f(import("path"));return r(t,(await e.readdir(t))[0])}async function jr(t){const{promises:e}=await f(import("fs")),{join:r}=await f(import("path")),i=await e.readdir(t);return(await e.readFile(r(t,i[0]))).toString()}async function Lr(t){const e=await Fr(t,async t=>{const{promises:e}=await f(import("fs")),r=await _r(t);return await e.readFile(r)}),r=await Mr(e),i=r[Object.getOwnPropertySymbols(r)[0]];return Kt.newPrivateKeySigner(i)}async function Mr(t){let e;if(_t())e=globalThis.crypto.subtle;else{const t=await f(import("crypto"));e=t.subtle||t.webcrypto.subtle}if(!e)throw Error("Could not load SubtleCrypto module");const r=t.toString("utf8").replace("-----BEGIN PRIVATE KEY-----","").replaceAll("\n","").replace("-----END PRIVATE KEY-----",""),i=(t=>{const e=new ArrayBuffer(t.length),r=new Uint8Array(e);for(let e=0,i=t.length;i>e;e++)r[e]=t.charCodeAt(e);return e})(Buffer.from(r,"base64").toString("binary"));try{return await e.importKey("pkcs8",i,{name:"ECDSA",namedCurve:"P-256"},!0,["sign"])}catch(t){throw new W(t)}}function zr(t){if(!t)return"\0";const e=Array.from(t);for(let t=e.length-1;t>=0;t-=1){const r=e[t].codePointAt(0);if(void 0!==r&&1114111>r)return e[t]=String.fromCodePoint(r+1),e.slice(0,t+1).join("")}return t+"\0"}class Ur extends C{constructor(t,e){super(t,e)}squash(t){const r=super.squash(t);if(!r)return r;const{method:i,params:s,args:n}=r,{direction:a,limit:o}=s;switch(i){case e.FIND:break;case e.PAGE:n.push(a,o);break;case e.FIND_BY:break;case e.LIST_BY:n.push(a);break;case e.PAGE_BY:n.push(a,o);break;case e.FIND_ONE_BY:break;default:throw new W("Unsupported method "+i)}return r}async executePrepared(...e){const r=t.forModel(this.fromSelector,this.adapter.alias),{method:i,args:s}=this.prepared;return r.statement(i,...s,...e)}async prepare(t){if(t=t||await this.adapter.context(i.QUERY,this.overrides||{},this.fromSelector),this.isSimpleQuery()&&t.get("forcePrepareSimpleQueries")){const e=this.squash(t);if(e)return this.prepared=e,this}const e=[],r={},s={class:this.fromSelector,args:e,params:r},n=[S.FIND_BY];if(this.whereCondition){const r=this.prepareCondition(this.whereCondition,t);n.push(r.method),r.args&&r.args.length&&e.push(...r.args)}return this.selectSelector&&n.push(S.SELECT,this.selectSelector.join(` ${S.AND.toLowerCase()} `)),this.orderBySelectors?.length&&(n.push(S.ORDER_BY,this.orderBySelectors[0][0]),e.push(this.orderBySelectors[0][1])),s.method=zt(n.join(" ")),s.params=r,this.prepared=s,this}processRecord(t,e,r,i){if(t[pt.ID]){const[,...e]=t[pt.ID].split(pt.SEPARATOR),s=e.join("_");return this.adapter.revert(t,this.fromSelector,l.parseValue(r,s),void 0,i)}return t}async raw(t,...e){const{ctx:r}=this.logCtx(e,this.raw),i=t?.aggregateInfo;if(t?.aggregate&&i)return this.executeAggregate(i,r);const s=await this.adapter.raw(t,!0,this.fromSelector,r),n=P.pk(this.fromSelector),a=Nt.get(this.fromSelector,Nt.key(tt.ID,n))?.type;return this.selectSelector?s:s.map(t=>this.processRecord(t,n,a,r))}build(){const t=this.log.for(this.build),e=this.buildAggregateQuery();if(e)return e;const r={};r[pt.TABLE]={},r[pt.TABLE]=P.tableName(this.fromSelector);const i={selector:r};if(this.selectSelector&&(i.fields=this.selectSelector),this.whereCondition){const e=this.parseCondition(E.and(this.whereCondition,E.attribute(pt.TABLE).eq(i.selector[pt.TABLE]))).selector,r=Object.keys(e);if(1===r.length&&-1!==Object.values(wt).indexOf(r[0]))switch(r[0]){case wt.AND:e[wt.AND]=[...Object.values(e[wt.AND]).reduce((t,e)=>{const r=Object.keys(e);if(1!==r.length)throw Error("Too many keys in query selector. should be one");const i=r[0];return i===wt.AND?t.push(...e[i]):t.push(e),t},[])],i.selector=e;break;case wt.OR:{const t={};t[wt.AND]=[e,...Object.entries(i.selector).map(([t,e])=>{const r={};return r[t]=e,r})],i.selector=t;break}default:throw Error("This should be impossible")}else Object.entries(e).forEach(([e,r])=>{i.selector[e]&&t.warn(`A ${e} query param is about to be overridden: ${i.selector[e]} by ${r}`),i.selector[e]=r})}if(this.orderBySelectors?.length){i.sort=i.sort||[],i.selector=i.selector||{};for(const[t,e]of this.orderBySelectors){const r=t,s={};s[r]=e,i.sort.push(s),i.selector[r]||(i.selector[r]={},i.selector[r][bt.BIGGER]=null)}}return this.limitSelector?i.limit=this.limitSelector:(t.warn("No limit selector defined. Using default couchdb limit of "+At),i.limit=At),this.offsetSelector&&(i.skip=this.offsetSelector),i}parseCondition(t){const{attr1:e,operator:r,comparison:i}=t;if(r===O.STARTS_WITH){if("string"!=typeof e)throw new x("STARTS_WITH requires an attribute name");if("string"!=typeof i)throw new x("STARTS_WITH requires a string comparison");const t={start:s=i,end:zr(s)},r={};return r[e]={},r[e][bt.BIGGER_EQ]=t.start,r[e][bt.SMALLER]=t.end,{selector:r}}var s,n;if(r===O.ENDS_WITH){if("string"!=typeof e)throw new x("ENDS_WITH requires an attribute name");if("string"!=typeof i)throw new x("ENDS_WITH requires a string comparison");const t={};return t[e]={[bt.REGEXP]:(n=i,n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")+"$")},{selector:t}}if(r===O.BETWEEN){const t=e;if(!Array.isArray(i)||2!==i.length)throw new x("BETWEEN operator requires [min, max] comparison");const[r,s]=i,n={};return n[t]={},n[t][vt(O.BIGGER_EQ)]=r,n[t][vt(O.SMALLER_EQ)]=s,{selector:n}}let a={};if(-1===[N.AND,N.OR,O.NOT].indexOf(r))a[e]={},a[e][vt(r)]=i;else if(r===O.NOT)a=this.parseCondition(e).selector,a[vt(O.NOT)]={},a[vt(O.NOT)][e.attr1]=i;else{const t=this.parseCondition(e).selector,s=this.parseCondition(i).selector;a=((t,e,r)=>{const i={selector:{}};return i.selector[t]=[e,r],i})(vt(r),t,s).selector}return{selector:a}}buildAggregateQuery(){if(!this.fromSelector)return;if(this.avgSelector){const t=this.avgSelector+"",e=this.createAggregateDescriptor("sum",t),r=this.createAggregateDescriptor("count",t);if(!e||!r)throw new x("Avg operation requires sum and count views for attribute "+t);return this.createAggregateQuery({kind:"avg",attribute:t,sumDescriptor:e.descriptor,countDescriptor:r.descriptor})}if(void 0!==this.countDistinctSelector){const t=null==this.countDistinctSelector?void 0:this.countDistinctSelector+"",e=this.createAggregateDescriptor("distinct",t);if(e)return e.countDistinct=!0,this.createAggregateQuery(e)}const t=!!(void 0!==this.countSelector||void 0!==this.countDistinctSelector||this.minSelector||this.maxSelector||this.sumSelector||this.distinctSelector),e=[["count",this.countSelector??void 0],["max",this.maxSelector],["min",this.minSelector],["sum",this.sumSelector],["distinct",this.distinctSelector]];for(const[t,r]of e){const e=r?r+"":void 0,i=this.createAggregateDescriptor(t,e);if(i)return this.createAggregateQuery(i)}if(t)throw new x(`No CouchDB view metadata found for table ${P.tableName(this.fromSelector)} aggregator`)}createAggregateDescriptor(t,e){if(!this.fromSelector)return;const r=Ct(this.fromSelector,t,e);if(!r.length)return;const i=r[0],s=P.tableName(this.fromSelector),n=St(s,i.attribute,t,i),a=i.ddoc||Et(s,n),o={reduce:void 0!==i.reduce||!i.returnDocs};return"distinct"!==t&&"groupBy"!==t||(o.group=!0),{kind:t,meta:i,descriptor:{ddoc:a,view:n,options:o}}}createAggregateQuery(t){return{selector:{},aggregate:!0,aggregateInfo:t}}getFabricAdapter(){return this.adapter}async executeAggregate(t,e){if(!this.isViewAggregate(t))return this.handleAverage(t,e);const r=this.getFabricAdapter(),i=t,s=await r.view(i.descriptor.ddoc,i.descriptor.view,i.descriptor.options,e);return this.processViewResponse(t,s)}async handleAverage(t,e){if("avg"!==t.kind)throw new x("Average descriptor is not valid");const r=this.getFabricAdapter(),[i,s]=[t.sumDescriptor,t.countDescriptor],[n,a]=await Promise.all([r.view(i.ddoc,i.view,i.options,e),r.view(s.ddoc,s.view,s.options,e)]),o=n.rows?.[0]?.value??0,c=a.rows?.[0]?.value??0;return c?o/c:0}processViewResponse(t,e){if("avg"===t.kind)throw new x("Average results should be handled before processing rows");const r=e.rows||[],i=t,s=i.meta;return i.countDistinct?r.length||0:"distinct"===i.kind||"groupBy"===i.kind?r.map(t=>t.key??t.value):s.returnDocs?r.map(t=>t.value??t.doc??t):r.length?r[0].value??r[0].key??null:"count"===i.kind?0:null}isViewAggregate(t){return"avg"!==t.kind}}class Hr extends s{constructor(t,e,r,i){super(t,e,r,i)}prepare(t){throw new A("Raw query access must be implemented by a subclass. only prepared statements are natively available")}page(t=1,...e){return super.page(t,...e)}}var Kr;class Gr extends T{static{this.decoder=new TextDecoder("utf8")}static{this.serializer=new ae}static{this.log=Lt.for(Gr)}constructor(t,e){super(Object.assign({},Rr,t),we,e),this.serializer=Gr.serializer}Statement(t){return new Ur(this,t)}Paginator(t,e,r){return new Hr(this,t,e,r)}async flags(t,e,r,...i){const s=Object.assign({},this.config,r);return Object.assign(await super.flags(t,e,s,...i))}async context(t,e,r,...i){this.log.for(this.context).silly(`creating new context for ${t} operation on ${r?Array.isArray(r)?r.map(t=>P.tableName(t)):P.tableName(r):"no"} table ${e&&Object.keys(e)?Object.keys(e).length:"no"} with flag overrides`);let s=i.pop();void 0===s||s instanceof d||(i.push(s),s=void 0),e=s?Object.assign({},s.toOverrides(),e):e;const n=await this.flags("string"==typeof t?t:t.name,r,e,...[...i,s].filter(Boolean));if(s){if(!(s instanceof this.Context)){const t=(new this.Context).accumulate({...s.cache,...n,parentContext:s});return s.accumulate({childContexts:[...s.getOrUndefined("childContexts")||[],t]}),t}const e=s.getOrUndefined("operation"),i=s.getOrUndefined("affectedTables");if(!e||e!==t||r&&r!==i){const t=(new this.Context).accumulate({...s.cache,...n,parentContext:s});return s.accumulate({childContexts:[...s.getOrUndefined("childContexts")||[],t]}),t}return s.accumulate(n)}return(new this.Context).accumulate({...n})}decode(t){return Gr.decoder.decode(t)}repository(){return re}createPrefix(t,e,r,...i){const{ctxArgs:s}=this.logCtx(i,this.createPrefix),n=P.tableName(t),a={};return a[pt.TABLE]=n,Object.assign(a,r),[t,e,a,...s]}createAllPrefix(t,e,r,...i){const s=P.tableName(t);if(e.length!==r.length)throw new W("Ids and models must have the same length");const{ctxArgs:n}=this.logCtx(i,this.createAllPrefix),a=e.map((t,e)=>{const i={};return i[pt.TABLE]=s,Object.assign(i,r[e]),i});return[t,e,a,...n]}updateAllPrefix(t,e,r,...i){const s=P.tableName(t);if(e.length!==r.length)throw new W("Ids and models must have the same length");const{ctxArgs:n}=this.logCtx(i,this.updateAllPrefix),a=e.map(()=>{const t={};return t[pt.TABLE]=s,t});return[t,e,a,...n]}async createAll(t,e,r,...i){if(e.length!==r.length)throw new W("Ids and models must have the same length");const s=[...i],n=s.shift(),{log:a,ctx:o}=this.logCtx(s,this.createAll),c=P.tableName(t);a.info(`adding ${e.length} entries to ${c} table`),a.verbose("pks: "+e);const l=n&&Object.keys(n).length>0?{[c]:n}:{},d=await this.submitTransaction(o,gt.CREATE_ALL,[JSON.stringify(r.map(e=>this.serializer.serialize(e,t.name)))],l,this.getEndorsingOrganizations(o),t.name);try{return JSON.parse(this.decode(d)).map(t=>JSON.parse(t))}catch(t){throw new q(t)}}async readAll(t,e,...r){const{log:i,ctx:s}=this.logCtx(r,this.readAll),n=P.tableName(t);i.info(`reading ${e.length} entries to ${n} table`),i.verbose("pks: "+e);const a=await this.evaluateTransaction(s,gt.READ_ALL,[JSON.stringify(e)],void 0,void 0,t.name);try{return JSON.parse(this.decode(a)).map(t=>JSON.parse(t))}catch(t){throw new q(t)}}async updateAll(t,e,r,...i){if(e.length!==r.length)throw new W("Ids and models must have the same length");const s=[...i];let n=s.shift();const{log:a,ctx:o}=this.logCtx(s,this.updateAll),c=P.tableName(t);a.info(`updating ${e.length} entries to ${c} table`),a.verbose("pks: "+e),n=n&&(Array.isArray(n)?n:Object.keys(n)).length?{[c]:n}:{};const l=await this.submitTransaction(o,gt.UPDATE_ALL,[JSON.stringify(r.map(e=>this.serializer.serialize(e,t.name)))],n,this.getEndorsingOrganizations(o),t.name);try{return JSON.parse(this.decode(l)).map(t=>JSON.parse(t))}catch(t){throw new q(t)}}async deleteAll(t,e,...r){const{log:i,ctx:s}=this.logCtx(r,this.deleteAll),n=P.tableName(t);i.info(`deleting ${e.length} entries to ${n} table`),i.verbose("pks: "+e);const a=await this.submitTransaction(s,gt.DELETE_ALL,[JSON.stringify(e)],void 0,this.getEndorsingOrganizations(s),t.name);try{return JSON.parse(this.decode(a)).map(t=>JSON.parse(t))}catch(t){throw new q(t)}}prepare(t,...e){const{log:r,ctx:s}=this.logCtx(e,this.prepare),n=P.segregate(t);t[i.METADATA]&&(r.silly("Passing along persistence metadata for "+t[i.METADATA]),Object.defineProperty(n.model,i.METADATA,{enumerable:!1,writable:!1,configurable:!0,value:t[i.METADATA]}));const a=P.mirroredAt(t);if(a){const t=a.mspId;if(!t)throw new W("No mirror MSP could be found");const e=this.getEndorsingOrganizations(s)||[],r=[...new Set([...e,t])];s.accumulate({endorsingOrgs:r,endorsingOrganizations:r,legacy:!0})}return{record:n.model,model:n.model,id:t[P.pk(t.constructor)],transient:n.transient,privates:n.privates,shared:n.shared}}revert(t,e,r,i,...s){const{log:n,ctx:a}=this.logCtx(s,this.revert);return i&&this.shouldRebuildWithTransient(a,a.getOrUndefined("operation"))&&(n.verbose("re-adding transient properties: "+Object.keys(i).join(", ")),Object.entries(i).filter(([,t])=>void 0!==t).forEach(([e,r])=>{e in t&&void 0!==t[e]&&n.warn(`overwriting existing ${e}. if this is not a default value, this may pose a problem`),t[e]=r})),new e(t)}shouldRebuildWithTransient(t,e){if(!t)return!1;if(t.getOrUndefined("rebuildWithTransient"))return!0;if("function"==typeof t.getFromChildren?t.getFromChildren("rebuildWithTransient"):void 0)return!0;const r=this.resolveOperation(t,e);if(!r)return!1;const i=r.toString().toLowerCase();return i.includes("read")||i.includes("find")||i.includes("query")||i.includes("statement")||i.includes("page")}resolveOperation(t,e){return e||("function"==typeof t.getFromChildren?t.getFromChildren("operation"):void 0)}shouldRefreshAfterWrite(t,e,r){return!!e&&null!=r&&!t.getOrUndefined("mirror")}getEndorsingOrganizations(t){const e=t.getOrUndefined("endorsingOrgs")||t.getOrUndefined("endorsingOrgs");return e&&e.length?e:t.getFromChildren("endorsingOrgs")||t.getFromChildren("endorsingOrgs")}async create(t,e,r,i={},...s){const n=[...s],{log:a,ctx:o}=this.logCtx(n,this.create),c=P.tableName(t);a.verbose(`adding entry to ${c} table`),a.debug("pk: "+e);const l=i&&Object.keys(i).length>0,d=l?{[c]:i}:{},h=await this.submitTransaction(o,K.CREATE,[this.serializer.serialize(r,t.name)],d,this.getEndorsingOrganizations(o),t.name),u=this.serializer.deserialize(this.decode(h));return this.shouldRefreshAfterWrite(o,l,e)?this.read(t,e,o):u}async healthcheck(t,...e){const{log:r,ctx:i}=this.logCtx(e,this.healthcheck),s=P.tableName(t);r.verbose(`reading entry from ${s} table`);const n=await this.evaluateTransaction(i,"healthcheck",[],void 0,void 0,t.name);return JSON.parse(this.decode(n))}async read(t,e,...r){const{log:i,ctx:s}=this.logCtx(r,this.read),n=P.tableName(t);i.verbose(`reading entry from ${n} table`),i.debug("pk: "+e);const a=await this.evaluateTransaction(s,K.READ,[e.toString()],void 0,void 0,t.name);return this.serializer.deserialize(this.decode(a))}updatePrefix(t,e,r,...i){const s=P.tableName(t),{ctxArgs:n}=this.logCtx(i,this.updatePrefix),a={};return a[pt.TABLE]=s,Object.assign(a,r),[t,e,a,...n]}async update(t,e,r,i={},...s){const n=[...s],{log:a,ctx:o}=this.logCtx(n,this.update);a.info("CLIENT UPDATE class : "+typeof t);const c=P.tableName(t);a.verbose(`updating entry to ${c} table`),a.debug("pk: "+e);const l=i&&Object.keys(i).length>0,d=l?{[c]:i}:{},h=await this.submitTransaction(o,K.UPDATE,[this.serializer.serialize(r,t.name||t)],d,this.getEndorsingOrganizations(o),t.name),u=this.serializer.deserialize(this.decode(h));return this.shouldRefreshAfterWrite(o,l,e)?this.read(t,e,o):u}async delete(t,e,...r){const{log:i,ctx:s}=this.logCtx(r,this.delete),n=P.tableName(t);i.verbose(`deleting entry from ${n} table`),i.debug("pk: "+e);const a=await this.submitTransaction(s,K.DELETE,[e.toString()],void 0,this.getEndorsingOrganizations(s),t.name);return this.serializer.deserialize(this.decode(a))}async raw(t,e=!0,r,...i){const{log:s,ctx:n}=this.logCtx(i,this.raw),a=r.name;let o,c;s.info("Performing raw statement on table "+P.tableName(r));try{o=await this.evaluateTransaction(n,"raw",[JSON.stringify(t),e],void 0,void 0,a)}catch(t){throw this.parseError(t)}try{c=JSON.parse(this.decode(o))}catch(t){throw new q("Failed to process result: "+t)}if(Array.isArray(c)){if(!c.length)return c;const t=c[0];return P.isModel(t)?c.map(t=>P.build(t)):c}return l=c,P.isModel(l)?P.build(l):l;var l}async view(t,e,r,...i){const{log:s,ctx:n}=this.logCtx(i,this.view);let a,o;s.info(`Querying view ${t}/${e}`);try{a=await this.evaluateTransaction(n,"view",[t,e,JSON.stringify(r)],void 0,void 0,void 0)}catch(t){throw this.parseError(t)}try{o=JSON.parse(this.decode(a))}catch(t){throw new q("Failed to process view result: "+t)}return o}getClient(){return this._client||(this._client=Gr.getClient(this.config)),this._client}async Gateway(t){return Gr.getGateway(t,this.config,this.client)}getContractName(t){if(t)return t+"Contract"}async Contract(t,e){return Gr.getContract(await this.Gateway(t),this.config,e)}async transaction(t,e,r=!0,i,s={},n,a){const o=this.log.for(this.transaction),c=await this.Gateway(t);try{const c=await this.Contract(t,this.getContractName(a));o.verbose(`${r?"Submit":"Evaluate"}ting transaction ${this.getContractName(a)||this.config.contractName}.${e}`),o.debug("args: "+(i?.map(t=>t.toString()).join("\n")||"none"));const l=r?c.submit:c.evaluate;n=n?.length?n:void 0;const d={arguments:i||[],transientData:Object.entries(s).reduce((t,[e,r])=>(t[e]=JSON.stringify(r),t),{}),endorsingOrganizations:t.getOrUndefined("allowManualEndorsingOrgs")&&n||void 0};return await l.call(c,e,d)}catch(t){throw this.parseError(t)}finally{this.log.debug(`Closing ${this.config.mspId} gateway connection`),c.close()}}shouldUseLegacyGateway(t){return!!t.getOrUndefined("legacy")&&!!t.getOrUndefined("allowGatewayOverride")}prepareLegacyArgs(t){return(t||[]).map(t=>"string"==typeof t?t:JSON.stringify(t))}buildLegacyTransient(t){if(!t)return;const e=Object.entries(t);if(!e.length)return;const r={};for(const[t,i]of e)r[t]=Buffer.from(JSON.stringify(i));return r}buildLegacyPeerConfigs(){return[{peerEndpoint:this.config.peerEndpoint,tlsCert:this.config.tlsCert,peerHostAlias:this.config.peerHostAlias}]}async submitLegacyWithExplicitEndorsers(t,e,r,i,s,n){const a=this.log.for(this.submitLegacyWithExplicitEndorsers),o=await this.Gateway(t);try{const c=Gr.getContract(o,this.config,this.getContractName(n));a.verbose(`Legacy submitting ${this.getContractName(n)||this.config.contractName}.${e}`),a.debug("Explicit peers: "+s.map(t=>t.peerEndpoint));const l=new Set;this.config.mspId&&l.add(this.config.mspId),(this.getEndorsingOrganizations(t)||[]).forEach(t=>l.add(t));const d={arguments:r,transientData:i,endorsingOrganizations:l.size>0?Array.from(l):void 0},h=c.newProposal(e,d),u=await h.endorse(),g=await u.submit(),f=await g.getStatus();if(!f.successful)throw Error(`Legacy endorsement failed for ${u.getTransactionId()}: ${f.code}`);return u.getResult()}catch(t){throw this.parseError(t)}finally{o.close()}}parseError(t){return Gr.parseError(t)}async submitTransaction(t,e,r,i,s,n){if(this.shouldUseLegacyGateway(t)){const s=this.prepareLegacyArgs(r),a=this.buildLegacyTransient(i),o=this.buildLegacyPeerConfigs();return this.submitLegacyWithExplicitEndorsers(t,e,s,a,o,n)}return this.transaction(t,e,!0,r,i,s,n)}async evaluateTransaction(t,e,r,i,s,n){return this.transaction(t,e,!1,r,i,s,n)}async close(){this.client&&(this.log.verbose(`Closing ${this.config.mspId} gateway client`),this.client.close())}static getContract(t,e,r){const i=this.log.for(this.getContract),s=this.getNetwork(t,e.channel);let n;try{i.debug(`Retrieving chaincode ${e.chaincodeName} contract ${r||e.contractName} from network ${e.channel}`),r=r||e.contractName,n=s.getContract(e.chaincodeName,r)}catch(t){throw this.parseError(t)}return n}static getNetwork(t,e){const r=Lt.for(this.getNetwork);let i;try{r.debug("Connecting to channel "+e),i=t.getNetwork(e)}catch(t){throw this.parseError(t)}return i}static async getGateway(t,e,r){return await this.getConnection(r||await this.getClient(e),e,t)}static getClient(t){const e=this.log.for(this.getClient);e.debug("generating TLS credentials for msp "+t.mspId);let r=t.tlsCert;if("string"==typeof r)if(r.match(/-----BEGIN (CERTIFICATE|KEY|PRIVATE KEY)-----.+?-----END \1-----$/gms))r=Buffer.from(r,"utf8");else try{r=Buffer.from(ee.readFileSync(r,"utf8"))}catch(t){throw new W(`Failed to read the tls certificate from ${r}: ${t}`)}const i=Zt.credentials.createSsl(r);return e.debug("generating Gateway Client for url "+t.peerEndpoint),new te(t.peerEndpoint,i,{"grpc.max_receive_message_length":1024*(t.sizeLimit||15)*1024,"grpc.max_send_message_length":1024*(t.sizeLimit||15)*1024})}static async getConnection(t,e,r){const i=Lt.for(this.getConnection);i.debug(`Retrieving Peer Identity for ${e.mspId} under ${e.certCertOrDirectoryPath}`);const s=await Pr(e.mspId,e.certCertOrDirectoryPath);try{i.debug("preparing transaction signer for "+Ie.fabricIdFromCertificate(s.credentials.toString()))}catch(t){i.error("Failed to extract Fabric ID from certificate",t)}let n;if(e.hsm)throw new A("HSM NOT IMPLEMENTED");n=await Lr(e.keyCertOrDirectoryPath);const a={client:t,identity:s,signer:n,evaluateOptions:()=>({deadline:Date.now()+1e3*r.get("evaluateTimeout")}),endorseOptions:()=>({deadline:Date.now()+1e3*r.get("endorseTimeout")}),submitOptions:()=>({deadline:Date.now()+1e3*r.get("submitTimeout")}),commitStatusOptions:()=>({deadline:Date.now()+1e3*r.get("commitTimeout")})};i.debug("Connecting to "+e.mspId);const o=Gt(a);return e.hsm&&(o.close=new Proxy(o.close,{apply(t,e,r){Reflect.apply(t,e,r)}})),o}Dispatch(){return new Gr._baseDispatch}static parseError(t){let e="string"==typeof t?t:t.message;return t instanceof Yt&&t.details.length&&10===t.code&&(e=""+t.details[0].message),e.includes("MVCC_READ_CONFLICT")?new Le(t):e.includes("DEADLINE_EXCEEDED")?new He(t):e.includes("ENDORSEMENT_POLICY_FAILURE")?new ze(t):e.includes("PHANTOM_READ_CONFLICT")?new Me(t):t instanceof Error&&t.code&&9===t.code?new je(t):e.includes(V.name)?new V(t):e.includes(X.name)?new X(t):e.includes(Q.name)?new Q(t):e.includes(ft.name)?new ft(t):e.includes(x.name)?new x(t):e.includes(I.name)?new I(t):e.includes(A.name)?new A(t):e.includes($.name)?new $(t):e.includes(R.name)?new R(t):e.includes(p.name)?new p(t):e.includes(F.name)?new F(t):e.includes(k.name)?new k(t):e.includes(q.name)?new q(t):new W(t)}}Ot([Ut(),Ht(),xt("design:type",Function),xt("design:paramtypes",[Object,Object,Object,Object,d]),xt("design:returntype",Promise)],Gr.prototype,"create",null),Ot([Ut(),Ht(),xt("design:type",Function),xt("design:paramtypes",[Object,d]),xt("design:returntype",Promise)],Gr.prototype,"healthcheck",null),Ot([Ut(),Ht(),xt("design:type",Function),xt("design:paramtypes",[Object,Object,d]),xt("design:returntype",Promise)],Gr.prototype,"read",null),Ot([Ut(),Ht(),xt("design:type",Function),xt("design:paramtypes",[Object,Object,Object,Object,d]),xt("design:returntype",Promise)],Gr.prototype,"update",null),Ot([Ut(),Ht(),xt("design:type",Function),xt("design:paramtypes",[Object,Object,d]),xt("design:returntype",Promise)],Gr.prototype,"delete",null),Ot([Ut(),xt("design:type",Function),xt("design:paramtypes",[Object,"function"==typeof(Kr="undefined"!=typeof D&&D)?Kr:Object,Object,d]),xt("design:returntype",Promise)],Gr.prototype,"raw",null),Ot([Ut(),xt("design:type",Function),xt("design:paramtypes",[String,String,Object,d]),xt("design:returntype",Promise)],Gr.prototype,"view",null),Gr.decoration(),T.setCurrent(we);class Yr extends B{constructor(t){super(),this.client=t,this.decoder=new TextDecoder("utf8")}async close(){this.listeningStack&&this.listeningStack.close()}parsePayload(t){const e=this.decoder.decode(t);return JSON.parse(e)}observe(t){if(!(t instanceof Gr))throw new A("Only FabricClientAdapter can be observed by dispatch");return super.observe(t),()=>this.unObserve(t)}async updateObservers(t,e,r,...i){const{log:s,ctxArgs:n}=T.logCtx(this.updateObservers,e,!1,...i);if(this.adapter)try{await this.adapter.refresh(t,e,r,...n)}catch(t){throw new W("Failed to refresh dispatch: "+t)}else s.verbose(`No adapter observed for dispatch; skipping observer update for ${"string"==typeof t?t:P.tableName(t)}:${e}`)}async handleEvents(t){if(!this.listeningStack)throw new W('Event stack not initialized. Ensure that "startListening" is called before attempting this operation.');if(!this.adapter||!this.adapter.config)throw new W("No adapter found. should be impossible");const e=t||await this.adapter.context(K.READ,{correlationId:this.adapter.config.chaincodeName},this.models&&this.models[0]||P),r=this.log.for(this.handleEvents);r.info(`Listening for incoming events on chaincode "${this.adapter.config.chaincodeName}" on channel "${this.adapter.config.channel}"...`);try{for await(const t of this.listeningStack){const{table:i,event:s,owner:n}=Er(t.eventName);if(n&&n!==this.adapter.config?.mspId)continue;const a=this.parsePayload(t.payload);try{const t=(i?P.get(i):P.get(this.models[0].name))??(i||this.models[0]?.name);await this.updateObservers(t,s,a.id,e)}catch(t){r.error(`Failed update observables for table ${i} event ${s} id: ${a.id}: ${t}`)}}}catch(t){r.error(`Failed to read event for chaincode "${this.adapter.config.chaincodeName}" on channel "${this.adapter.config.channel}": ${t}`),await this.close()}}async initialize(){if(!this.adapter)throw new W("No adapter or config observed for dispatch");const t=await this.adapter.context("dispatch",{correlationId:this.adapter.config.chaincodeName},P),{ctx:e}=this.logCtx([t],this.initialize),r=(await Gr.getGateway(e,this.adapter.config,this.client)).getNetwork(this.adapter.config.channel);if(!this.adapter)throw new W("No adapter observed for dispatch");this.listeningStack=await r.getChaincodeEvents(this.adapter.config.chaincodeName),this.handleEvents(e)}}Gr&&(Gr._baseDispatch=Yr);const Vr="##VERSION##",qr="##PACKAGE##";Nt.registerLibrary(qr,Vr);export{De as AllowanceError,Se as BASE_ALPHABET,Re as BalanceError,Te as BaseEncoder,$r as CA_ROLE,Ee as CRYPTO,ae as ClientSerializer,Ae as CoreUtils,Ie as CryptoUtils,Rr as DefaultFabricClientFlags,Cr as DeterministicSerializer,Ne as ERC20Events,je as EndorsementError,ze as EndorsementPolicyError,Ve as FabricBaseModel,Gr as FabricClientAdapter,Yr as FabricClientDispatch,re as FabricClientRepository,oe as FabricERC20ClientRepository,Ge as FabricEnrollmentService,we as FabricFlavour,qe as FabricIdentifiedBaseModel,Ir as FabricIdentityService,me as FabricModelKeys,xe as HFCAIdentityAttributes,Oe as HFCAIdentityType,be as Identity,pe as IdentityCredentials,ye as IdentityType,dr as ImplicitPrivateCollection,ke as MissingContextError,_e as MissingPKCSS11Lib,cr as ModelCollection,Le as MvccReadConflictError,lr as NamespaceCollection,Pe as NotInitializedError,$e as OverflowError,Je as Owner,qr as PACKAGE_NAME,Me as PhantomReadConflictError,Fe as RegistrationError,Ye as RegistrationRequestBuilder,hr as SEGREGATED_COLLECTION_EXTRACTION_PRIORITY,Tr as SimpleDeterministicSerializer,Ke as TransactionBufferSizeError,Ue as TransactionLimitsError,He as TransactionTimeoutError,Be as UnauthorizedPrivateDataAccess,Vr as VERSION,Or as add,ur as applySegregationFlags,Fr as contentOfLoadFile,rr as createMirrorHandler,sr as deleteMirrorHandler,er as evalMirrorMetadata,We as extractMspId,Mr as extractPrivateKey,gr as extractSegregatedCollections,Sr as generateFabricEventName,de as generateModelDesignDocs,le as generateModelIndexes,ve as getAkiAndSerialFromCert,Br as getCAUser,_r as getFirstDirFileName,jr as getFirstDirFileNameContent,Pr as getIdentity,Lr as getSigner,or as mirror,nr as mirrorWriteGuard,Xe as ownedBy,Qe as ownedByOnCreate,Er as parseEventName,br as privateData,kr as readFile,ar as readMirrorHandler,he as readModelFile,ue as readModelFolders,Nr as safeParseInt,fr as segregatedDataOnCreate,yr as segregatedDataOnDelete,pr as segregatedDataOnRead,mr as segregatedDataOnUpdate,Ar as sharedData,vr as sortKeysOnlyRecursive,xr as sub,tr as transactionId,Ze as transactionIdOnCreate,ir as updateMirrorHandler,fe as writeDesignDocs,ge as writeIndexes};
|
|
1
|
+
import{Repository as t,PreparedStatementKeys as e,OrderDirection as r,PersistenceKeys as i,Paginator as s,pk as n,column as a,table as o,BaseModel as c,Sequence as l,Context as d,oneToOne as h,Cascade as u,index as g,normalizeImport as f,AuthorizationError as p,createdAt as m,updatedAt as y,createdBy as w,updatedBy as b,UnsupportedError as A,ClientBasedService as v,Statement as C,QueryClause as S,Condition as E,Operator as O,QueryError as x,GroupOperator as N,Adapter as T,PagingError as I,MigrationError as $,ObserverError as R,ForbiddenError as F,ConnectionError as k,Dispatch as B}from"@decaf-ts/core";import{Model as P,required as _,model as j,JSONSerializer as L,ModelKeys as M,stringFormat as z,minlength as U,min as H}from"@decaf-ts/decorator-validation";import{OperationKeys as K,enforceDBDecorators as G,reduceErrorsToPrint as Y,ValidationError as V,SerializationError as q,InternalError as J,BaseError as W,ConflictError as Q,NotFoundError as X,version as Z,DBKeys as tt,generated as et,readonly as rt,onCreate as it,onUpdate as st,onRead as nt,onDelete as at,afterCreate as ot,afterUpdate as ct,afterDelete as lt,transient as dt,on as ht,DBOperations as ut,BulkCrudOperationKeys as gt,BadRequestError as ft}from"@decaf-ts/db-decorators";import{CouchDBKeys as pt,generateIndexes as mt,generateViews as yt,CouchDBGroupOperator as wt,CouchDBOperator as bt,CouchDBQueryLimit as At,translateOperators as vt,findViewMetadata as Ct,generateViewName as St,generateDesignDocName as Et}from"@decaf-ts/for-couchdb";import{__decorate as Ot,__metadata as xt}from"tslib";import{Metadata as Nt,description as Tt,uses as It,Decoration as $t,apply as Rt,propMetadata as Dt,metadata as Ft,prop as kt}from"@decaf-ts/decoration";import Bt from"fabric-ca-client";import{MiniLogger as Pt,isBrowser as _t,LoggedClass as jt,Logging as Lt,toPascalCase as Mt,toCamelCase as zt,debug as Ut,final as Ht}from"@decaf-ts/logging";import{signers as Kt,connect as Gt,GatewayError as Yt}from"@hyperledger/fabric-gateway";import{User as Vt}from"fabric-common";import qt,{X509Certificate as Jt}from"crypto";import*as Wt from"@peculiar/x509";import{X509Certificate as Qt}from"@peculiar/x509";import{Crypto as Xt}from"@peculiar/webcrypto";import*as Zt from"@grpc/grpc-js";import{Client as te}from"@grpc/grpc-js";import ee from"fs";class re extends t{constructor(t,e){super(t,e),this._overrides=Object.assign({},super._overrides,{ignoreValidation:!0,ignoreHandlers:!0,allowRawStatements:!1,forcePrepareSimpleQueries:!0,forcePrepareComplexQueries:!0,allowGenerationOverride:!1,rebuildWithTransient:!1})}override(t){return super.override(Object.assign({},t,this._overrides)).for(t)}ObserverHandler(){return super.ObserverHandler()}async paginateBy(t,r,i={offset:1,limit:10},...s){const{log:n,ctxArgs:a}=(await this.logCtx(s,e.PAGE_BY,!0)).for(this.paginateBy);return n.verbose(`paginating ${P.tableName(this.class)} with page size ${i.limit}`),this.statement(this.paginateBy.name,t,r,{limit:i.limit,offset:i.offset,bookmark:i.bookmark},...a)}async listBy(t,r,...i){const{log:s,ctxArgs:n}=(await this.logCtx(i,e.LIST_BY,!0)).for(this.listBy);return s.verbose(`listing ${P.tableName(this.class)} by ${t} ${r}`),await this.statement(this.listBy.name,t,r,...n)}async findBy(t,r,...i){const{log:s,ctxArgs:n}=(await this.logCtx(i,e.FIND_BY,!0)).for(this.findBy);return s.verbose(`finding all ${P.tableName(this.class)} with ${t} ${r}`),await this.statement(this.findBy.name,t,r,...n)}async findOneBy(t,r,...i){const{log:s,ctxArgs:n}=(await this.logCtx(i,e.FIND_ONE_BY,!0)).for(this.findOneBy);return s.verbose(`finding One ${P.tableName(this.class)} with ${t} ${r}`),await this.statement(this.findOneBy.name,t,r,...n)}async find(t,i=r.ASC,...s){const{log:n,ctxArgs:a}=(await this.logCtx(s,e.FIND,!0)).for(this.find);return n.verbose(`finding ${P.tableName(this.class)} by default query attributes`),await this.statement(this.find.name,t,i,...a)}async page(t,i=r.ASC,s={offset:1,limit:10},...n){const{log:a,ctxArgs:o}=(await this.logCtx(n,e.PAGE,!0)).for(this.page);return a.verbose(`paging ${P.tableName(this.class)} by default query attributes`),await this.statement(this.page.name,t,i,s,...o)}async statement(t,...e){const{log:r,ctx:n,ctxArgs:a}=(await this.logCtx(e,i.STATEMENT,!0)).for(this.statement);r.verbose("Executing prepared statement "+t);const o=a.slice(0,-1),c=JSON.parse(this.adapter.decode(await this.adapter.evaluateTransaction(n,i.STATEMENT,[t,JSON.stringify(o)],void 0,void 0,this.class.name)));return Array.isArray(c)?c.map(t=>t[pt.TABLE]&&t[pt.TABLE]===P.tableName(this.class)?new this.class(t):t):c[pt.TABLE]&&c[pt.TABLE]===P.tableName(this.class)?new this.class(c):s.isSerializedPage(c)?Object.assign(c,{data:c.data.map(t=>new this.class(t))}):c}async countOf(t,...r){const{log:i,ctxArgs:s}=(await this.logCtx(r,e.COUNT_OF,!0)).for(this.countOf);i.verbose(`counting ${P.tableName(this.class)}${t?" by "+t:""}`);const n=t?[t,...s]:s;return this.statement(e.COUNT_OF,...n)}async maxOf(t,...r){const{log:i,ctxArgs:s}=(await this.logCtx(r,e.MAX_OF,!0)).for(this.maxOf);return i.verbose(`finding max of ${t} in ${P.tableName(this.class)}`),this.statement(e.MAX_OF,t,...s)}async minOf(t,...r){const{log:i,ctxArgs:s}=(await this.logCtx(r,e.MIN_OF,!0)).for(this.minOf);return i.verbose(`finding min of ${t} in ${P.tableName(this.class)}`),this.statement(e.MIN_OF,t,...s)}async avgOf(t,...r){const{log:i,ctxArgs:s}=(await this.logCtx(r,e.AVG_OF,!0)).for(this.avgOf);return i.verbose(`calculating avg of ${t} in ${P.tableName(this.class)}`),this.statement(e.AVG_OF,t,...s)}async sumOf(t,...r){const{log:i,ctxArgs:s}=(await this.logCtx(r,e.SUM_OF,!0)).for(this.sumOf);return i.verbose(`calculating sum of ${t} in ${P.tableName(this.class)}`),this.statement(e.SUM_OF,t,...s)}async distinctOf(t,...r){const{log:i,ctxArgs:s}=(await this.logCtx(r,e.DISTINCT_OF,!0)).for(this.distinctOf);return i.verbose(`finding distinct values of ${t} in ${P.tableName(this.class)}`),this.statement(e.DISTINCT_OF,t,...s)}async groupOf(t,...r){const{log:i,ctxArgs:s}=(await this.logCtx(r,e.GROUP_OF,!0)).for(this.groupOf);return i.verbose(`grouping ${P.tableName(this.class)} by ${t}`),this.statement(e.GROUP_OF,t,...s)}async healthcheck(...t){const{ctxArgs:e}=this.logCtx(t,this.healthcheck);return await this.adapter.healthcheck(this.class,...e)}async create(t,...e){const{ctx:r,log:i,ctxArgs:s}=this.logCtx(e,this.create);i.debug(`Creating new ${this.class.name} in table ${P.tableName(this.class)}`),this.ensureLegacyMirrorFlag(r,t);const n=this.adapter.prepare(t,r),{record:a,id:o,transient:c}=n,l=await this.adapter.create(this.class,o,a,c,...s);return this.adapter.revert(l,this.class,o,c,r)}async update(t,...e){const{ctxArgs:r,log:i,ctx:s}=this.logCtx(e,this.update);this.ensureLegacyMirrorFlag(s,t);const n=this.adapter.prepare(t,s),{id:a,transient:o}=n;let c=n.record;return i.debug(`updating ${this.class.name} in table ${P.tableName(this.class)} with id ${a}`),c=await this.adapter.update(this.class,a,c,o,...r),this.adapter.revert(c,this.class,a,o,s)}async createAllPrefix(t,...e){const{ctx:r,ctxArgs:i}=(await this.logCtx(e,K.CREATE,!0)).for(this.createAllPrefix),s=r.get("ignoreHandlers"),n=r.get("ignoreValidation");if(!t.length)return[t,...i];if(t=await Promise.all(t.map(async t=>(t=new this.class(t),s||await G(this,r,t,K.CREATE,K.ON),t))),!n){const e=r.get("ignoredValidationProperties")||[],i=await Promise.all(t.map(t=>Promise.resolve(t.hasErrors(...e)))),s=Y(i);if(s)throw new V(s)}return[t,...i]}async createAll(t,...e){if(!t.length)return t;const{ctx:r,log:i,ctxArgs:s}=this.logCtx(e,this.createAll);i.debug(`Creating ${t.length} new ${this.class.name} in table ${P.tableName(this.class)}`),t.forEach(t=>this.ensureLegacyMirrorFlag(r,t));const n=t.map(t=>this.adapter.prepare(t,r)),a=n.map(t=>t.id),o=n.map(t=>t.record),c=n.map(t=>t.transient),l=await this.adapter.createAll(this.class,a,o,c,...s);return Promise.all(l.map(async(t,e)=>{const i=a[e];if(this.shouldRefreshAfterWrite(n[e],r)&&null!=i){const t=await this.adapter.read(this.class,i,r);return this.adapter.revert(t,this.class,i,r.get("rebuildWithTransient")?n[e].transient:void 0,r)}return this.adapter.revert(t,this.class,i,c[e],r)}))}async updateAll(t,...e){const{ctx:r,log:i,ctxArgs:s}=this.logCtx(e,this.updateAll);i.debug(`Updating ${t.length} new ${this.class.name} in table ${P.tableName(this.class)}`),t.forEach(t=>this.ensureLegacyMirrorFlag(r,t));const n=t.map(t=>this.adapter.prepare(t,r)),a=n.map(t=>t.id),o=await this.adapter.updateAll(this.class,a,n.map(t=>t.record),n.map(t=>t.transient),...s);return Promise.all(o.map(async(t,e)=>{const i=a[e];if(this.shouldRefreshAfterWrite(n[e],r)&&null!=i){const t=await this.adapter.read(this.class,i,r);return this.adapter.revert(t,this.class,i,r.get("rebuildWithTransient")?n[e].transient:void 0,r)}return this.adapter.revert(t,this.class,i,n[e].transient,r)}))}shouldRefreshAfterWrite(t,e){const r=t.privates&&Object.keys(t.privates).length>0,i=t.shared&&Object.keys(t.shared).length>0;return r||i||!!e.getOrUndefined("segregated")||!!e.getOrUndefined("mirror")}ensureLegacyMirrorFlag(t,e){P.mirroredAt(e)&&t.accumulate({legacy:!0})}}let ie=class extends c{constructor(t){super(t)}};Ot([n({type:String}),xt("design:type",String)],ie.prototype,"name",void 0),Ot([a(),_(),xt("design:type",String)],ie.prototype,"owner",void 0),Ot([a(),_(),xt("design:type",String)],ie.prototype,"symbol",void 0),Ot([a(),_(),xt("design:type",Number)],ie.prototype,"decimals",void 0),ie=Ot([o("erc20_tokens"),j(),xt("design:paramtypes",[Object])],ie);let se=class extends c{constructor(t){super(t)}};Ot([n({type:String}),xt("design:type",String)],se.prototype,"id",void 0),Ot([a(),_(),xt("design:type",String)],se.prototype,"token",void 0),Ot([a(),_(),xt("design:type",Number)],se.prototype,"balance",void 0),Ot([a(),xt("design:type",String)],se.prototype,"captive",void 0),se=Ot([o("erc20_wallets"),j(),xt("design:paramtypes",[Object])],se);let ne=class extends c{constructor(t){super(t)}};Ot([n({type:String}),a(),_(),xt("design:type",String)],ne.prototype,"owner",void 0),Ot([a(),_(),xt("design:type",String)],ne.prototype,"spender",void 0),Ot([a(),_(),xt("design:type",Number)],ne.prototype,"value",void 0),ne=Ot([o("erc20_allowances"),j(),xt("design:paramtypes",[Object])],ne);class ae extends L{constructor(){super()}preSerialize(t,e){const r=Object.assign({},t);let i=Nt.modelName(t.constructor);if(!i||"Object"===i){if(!e)throw new q("Could not find metadata for "+t.constructor.name);i=e}return r[M.ANCHOR]=i,r}deserialize(t){const e=JSON.parse(t),r=e[M.ANCHOR];if(!r)throw Error("Could not find class reference in serialized model");return P.build(e,r)}serialize(t,e){return JSON.stringify(this.preSerialize(t,e))}}class oe extends re{static{this.serializer=new ae}static{this.decoder=new TextDecoder("utf8")}async updateObservers(t,e,r,...i){if(!this.observerHandler)throw new J("ObserverHandler not initialized. Did you register any observables?");const{log:s,ctxArgs:n}=this.logCtx(i,this.updateObservers);let a;s.verbose(`Updating ${this.observerHandler.count()} observers for ${this}`),t="string"==typeof t?P.get(t):t,a=void 0===r?void 0:Array.isArray(r)?r.map(e=>l.parseValue(P.sequenceFor(t).type,e)):l.parseValue(P.sequenceFor(t).type,r),await this.observerHandler.updateObservers(t,e,a,...n)}decode(t){return oe.decoder.decode(t)}constructor(t){super(t,se),this.serializer=oe.serializer}async tokenName(...t){const{ctx:e}=(await this.logCtx(t,"tokenName",!0)).for(this.tokenName),r=await this.adapter.evaluateTransaction(e,"TokenName");return this.decode(r)}async symbol(...t){const{ctx:e}=(await this.logCtx(t,"symbol",!0)).for(this.symbol),r=await this.adapter.evaluateTransaction(e,"Symbol");return this.decode(r)}async decimals(...t){const{ctx:e}=(await this.logCtx(t,"decimals",!0)).for(this.decimals),r=await this.adapter.evaluateTransaction(e,"Decimals");return Number(this.decode(r))}async totalSupply(...t){const{ctx:e}=(await this.logCtx(t,"totalSupply",!0)).for(this.totalSupply),r=await this.adapter.evaluateTransaction(e,"TotalSupply");return Number(this.decode(r))}async balanceOf(t,...e){const{ctx:r}=(await this.logCtx(e,"balance",!0)).for(this.balanceOf),i=await this.adapter.evaluateTransaction(r,"BalanceOf",[t]);return Number(this.decode(i))}async transfer(t,e,...r){const{ctx:i}=(await this.logCtx(r,"transfer",!0)).for(this.transfer),s=await this.adapter.submitTransaction(i,"Transfer",[t,e.toString()]);return"true"===this.decode(s)}async transferFrom(t,e,r){const i=await d.args("transferFrom",this.class,[],this.adapter,this._overrides||{}),{ctx:s}=this.logCtx(i.args,this.transferFrom),n=await this.adapter.submitTransaction(s,"TransferFrom",[t,e,r.toString()]);return"true"===this.decode(n)}async approve(t,e){const r=await d.args("approve",this.class,[],this.adapter,this._overrides||{}),{ctx:i}=this.logCtx(r.args,this.approve),s=await this.adapter.submitTransaction(i,"Approve",[t,e.toString()]);return"true"===this.decode(s)}async allowance(t,e){const r=await d.args("allowance",this.class,[],this.adapter,this._overrides||{}),{ctx:i}=this.logCtx(r.args,this.allowance),s=await this.adapter.submitTransaction(i,"Allowance",[t,e]);return Number(this.decode(s))}async initialize(t){const e=await d.args("initialize",this.class,[],this.adapter,this._overrides||{}),{ctx:r}=this.logCtx(e.args,this.initialize),i=await this.adapter.submitTransaction(r,"Initialize",[oe.serializer.serialize(t)]);return"true"===this.decode(i)}async checkInitialized(){const t=await d.args("checkInitialized",this.class,[],this.adapter,this._overrides||{}),{ctx:e}=this.logCtx(t.args,this.checkInitialized);await this.adapter.evaluateTransaction(e,"CheckInitialized")}async mint(t){const e=await d.args("mint",this.class,[],this.adapter,this._overrides||{}),{ctx:r}=this.logCtx(e.args,this.mint);await this.adapter.submitTransaction(r,"Mint",[t.toString()])}async burn(t){const e=await d.args("burn",this.class,[],this.adapter,this._overrides||{}),{ctx:r}=this.logCtx(e.args,this.burn);await this.adapter.submitTransaction(r,"Burn",[t.toString()])}async burnFrom(t,e){const r=await d.args("burnFrom",this.class,[],this.adapter,this._overrides||{}),{ctx:i}=this.logCtx(r.args,this.burnFrom);await this.adapter.submitTransaction(i,"BurnFrom",[t,e.toString()])}async clientAccountBalance(){const t=await d.args("accountBalance",this.class,[],this.adapter,this._overrides||{}),{ctx:e}=this.logCtx(t.args,this.clientAccountBalance),r=await this.adapter.evaluateTransaction(e,"ClientAccountBalance");return Number(this.decode(r))}async clientAccountID(){const t=await d.args("accountId",this.class,[],this.adapter,this._overrides||{}),{ctx:e}=this.logCtx(t.args,this.clientAccountID),r=await this.adapter.evaluateTransaction(e,"ClientAccountID");return this.decode(r)}}function ce(t){const e=require("fs"),r=require("path").dirname(t);if(e.existsSync(r))return!0;ce(r),e.mkdirSync(r)}function le(t){return mt([t])}function de(t,e){const r=yt([t]),i=e||{};return r.forEach(t=>{i[t._id]=t}),r}function he(t){const e=require("path"),r=require(e.join(process.cwd(),t.parentPath,t.name));return Object.values(r).filter(t=>{try{return new t instanceof P}catch(t){return!1}})}async function ue(...t){const e=require("fs"),r=[];for(const i of t){const t=e.readdirSync(i,{withFileTypes:!0,recursive:!0}).filter(t=>t.isFile()&&t.name.endsWith("js"));for(const e of t)r.push(...he(e))}return r}function ge(t,e=process.cwd(),r){const i=require("fs"),s=require("path");t.forEach(t=>{const n=s.resolve(s.join(e,`./META-INF/statedb/couchdb/${r?`collections/${r}/`:""}indexes/${t.name}.json`));ce(n),i.writeFileSync(n,JSON.stringify(t,void 0,2))})}function fe(t,e=process.cwd(),r){if(!t.length)return;const i=require("fs"),s=require("path");t.forEach(t=>{const n=t._id.replace(/^_design\//,""),a=s.resolve(s.join(e,`./META-INF/statedb/couchdb/${r?`collections/${r}/`:""}design_docs/${n}.json`));ce(a);const o={...t};delete o._rev,i.writeFileSync(a,JSON.stringify(o,void 0,2))})}let pe=class extends c{constructor(t){super(t)}};var me,ye;Ot([Tt("Unique identifier of the credentials record"),a(),n(),xt("design:type",String)],pe.prototype,"id",void 0),Ot([Tt("PEM-encoded X.509 certificate for the identity"),a(),_(),xt("design:type",String)],pe.prototype,"certificate",void 0),Ot([Tt("PEM-encoded root or intermediate certificate"),a(),_(),xt("design:type",String)],pe.prototype,"rootCertificate",void 0),Ot([Tt("PEM-encoded private key"),a(),_(),xt("design:type",String)],pe.prototype,"privateKey",void 0),pe=Ot([j(),xt("design:paramtypes",[Object])],pe),(t=>{t.PRIVATE="private",t.SHARED="shared",t.FABRIC="fabric",t.OWNED_BY="owned-by",t.TRANSACTION_ID="transaction-id",t.MIRROR="mirror"})(me||(me={})),(t=>{t.X509="X.509"})(ye||(ye={}));const we="hlf-fabric";let be=class extends c{constructor(t){super(t),this.type=ye.X509}};Ot([Tt("Unique identifier of the identity"),n(),xt("design:type",String)],be.prototype,"id",void 0),Ot([h(pe,{update:u.CASCADE,delete:u.CASCADE}),xt("design:type",pe)],be.prototype,"credentials",void 0),Ot([a(),_(),g(),xt("design:type",String)],be.prototype,"mspId",void 0),Ot([a(),_(),xt("design:type",String)],be.prototype,"type",void 0),be=Ot([j(),xt("design:paramtypes",[Object])],be);class Ae{static{this.logger=new Pt(Ae.name)}constructor(){}static async contentOfLoadFile(t,e){return t instanceof Uint8Array||t.match(/-----BEGIN (CERTIFICATE|KEY|PRIVATE KEY)-----.+?-----END \1-----$/gms)?t:await e(t)}static async readFile(t){return"string"!=typeof t?t:await(async t=>{const{promises:e}=await f(import("fs"));return await e.readFile(t)})(t)}static async getCAUser(t,e,r,i,s){this.logger.debug(z("Creating CA {0} user {1} with certificate {2}",i,t,r));const n=new Vt(t),a=s?.hsm?{software:!1,lib:s.hsm.library,slot:s.hsm.slot,label:s.hsm.tokenLabel,pin:s.hsm.pin+""}:void 0,o=this.getCryptoSuite(a);n.setCryptoSuite(o);const c=s?.hsm?await this.getHSMEnrollmentKey(o,r,s.hsm):this.getSoftwareEnrollmentKey(o,e);return await n.setEnrollment(c,r,i),n}static getCryptoSuite(t){return t?(Ae.cryptoSuite||(Ae.cryptoSuite=Vt.newCryptoSuite(t)),Ae.cryptoSuite):Vt.newCryptoSuite()}static getSoftwareEnrollmentKey(t,e){if(!e)throw Error("Private key must be provided when HSM configuration is not supplied");return t.createKeyFromRaw(e)}static async getHSMEnrollmentKey(t,e,r){const i=r.keyIdHex&&r.keyIdHex.trim().length>0?Buffer.from(r.keyIdHex,"hex"):await this.getCertificateSKI(e),s=await t.getKey(i);if(!s||"function"==typeof s.isPrivate&&!s.isPrivate())throw Error("Unable to resolve private key from HSM");return s}static async getCertificateSKI(t){const e=new Jt(t).publicKey.export({format:"jwk"}),r=Buffer.from([4]),i=Buffer.from(e.x||"","base64url"),s=Buffer.from(e.y||"","base64url");return qt.createHash("sha256").update(Buffer.concat([r,i,s])).digest()}static async getIdentity(t,e){return{mspId:t,credentials:await this.contentOfLoadFile(e,async t=>{const{promises:e}=await f(import("fs")),r=await this.getFirstDirFileName(t);return await e.readFile(r)})}}static async getFirstDirFileName(t){const{promises:e}=await f(import("fs")),{join:r}=await f(import("path"));return r(t,(await e.readdir(t))[0])}static async getFirstDirFileNameContent(t){const{promises:e}=await f(import("fs")),{join:r}=await f(import("path")),i=await e.readdir(t);return(await e.readFile(r(t,i[0]))).toString()}static async getFileContent(t){const{promises:e}=await f(import("fs"));return(await e.readFile(t)).toString()}static async getSigner(t){const e=await this.contentOfLoadFile(t,async t=>{const{promises:e}=await f(import("fs")),r=await this.getFirstDirFileName(t);return await e.readFile(r)}),r=await this.extractPrivateKey(e),i=r[Object.getOwnPropertySymbols(r)[0]];return Kt.newPrivateKeySigner(i)}static async extractPrivateKey(t){let e;if(globalThis.window&&globalThis.window.Crypto)e=globalThis.Crypto.subtle;else{const t=await f(import("crypto"));e=t.subtle||t.webcrypto.subtle}if(!e)throw Error("Could not load SubtleCrypto module");const r=t.toString("utf8").replace("-----BEGIN PRIVATE KEY-----","").replaceAll("\n","").replace("-----END PRIVATE KEY-----",""),i=(t=>{const e=new ArrayBuffer(t.length),r=new Uint8Array(e);for(let e=0,i=t.length;i>e;e++)r[e]=t.charCodeAt(e);return e})(Buffer.from(r,"base64").toString("binary"));return await e.importKey("pkcs8",i,{name:"ECDSA",namedCurve:"P-256"},!0,["sign"])}}function ve(t){const e=new Qt(t),r=e.extensions?.find(t=>"2.5.29.35"===t.type);if(!r)throw Error("Authority Key Identifier (AKI) extension not found in certificate.");let i=Buffer.from(new Uint8Array(r.value)).toString("hex").toUpperCase();return i.startsWith("30168014")&&i.length>=48&&(i=i.slice(8,48)),{aki:i,serial:e.serialNumber}}const Ce=new Xt;var Se,Ee,Oe,xe,Ne;Wt.cryptoProvider.set(Ce),(t=>{t.BASE2="01",t.BASE8="01234567",t.BASE11="0123456789a",t.BASE16="0123456789abcdef",t.BASE32="0123456789ABCDEFGHJKMNPQRSTVWXYZ",t.BASE32_Z="ybndrfg8ejkmcpqxot1uwisza345h769",t.BASE36="0123456789abcdefghijklmnopqrstuvwxyz",t.BASE58="123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz",t.BASE62="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",t.BASE64="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t.BASE67="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_.!~"})(Se||(Se={})),(t=>{t.HASH="SHA-256",t[t.ITERATIONS=1e3]="ITERATIONS",t[t.KEYLENGTH=48]="KEYLENGTH",t[t.DERIVED_IV_LENGTH=16]="DERIVED_IV_LENGTH",t[t.DERIVED_KEY_LENGTH=32]="DERIVED_KEY_LENGTH",t.ALGORYTHM="AES-GCM",t.KEY_ALGORYTHM="PBKDF2"})(Ee||(Ee={}));class Te{constructor(t){if(this.alphabet=t,this.baseMap=new Uint8Array(256),this.alphabet.length>=255)throw Error("Alphabet too long");for(let t=0;t<this.baseMap.length;t++)this.baseMap[t]=255;for(let e=0;e<t.length;e++){const r=t.charAt(e),i=r.charCodeAt(0);if(255!==this.baseMap[i])throw Error(r+" is ambiguous");this.baseMap[i]=e}this.base=this.alphabet.length,this.leader=this.alphabet.charAt(0),this.factor=Math.log(this.base)/Math.log(256),this.iFactor=Math.log(256)/Math.log(this.base)}encode(t){if("string"==typeof t?t=Buffer.from(t):ArrayBuffer.isView(t)?t=new Uint8Array(t.buffer,t.byteOffset,t.byteLength):Array.isArray(t)&&(t=Uint8Array.from(t)),0===t.length)return"";let e=0,r=0,i=0;const s=t.length;for(;i!==s&&0===t[i];)i++,e++;const n=(s-i)*this.iFactor+1>>>0,a=new Uint8Array(n);for(;i!==s;){let e=t[i],s=0;for(let t=n-1;(0!==e||r>s)&&-1!==t;t--,s++)e+=256*a[t]>>>0,a[t]=e%this.base>>>0,e=e/this.base>>>0;if(0!==e)throw Error("Non-zero carry");r=s,i++}let o=n-r;for(;o!==n&&0===a[o];)o++;let c=this.leader.repeat(e);for(;n>o;++o)c+=this.alphabet.charAt(a[o]);return c}decodeUnsafe(t){if(0===t.length)return new Uint8Array(0);let e=0,r=0,i=0;for(;t[e]===this.leader;)r++,e++;const s=(t.length-e)*this.factor+1>>>0,n=new Uint8Array(s);for(;t[e];){let r=this.baseMap[t.charCodeAt(e)];if(255===r)return;let a=0;for(let t=s-1;(0!==r||i>a)&&-1!==t;t--,a++)r+=this.base*n[t]>>>0,n[t]=r%256>>>0,r=r/256>>>0;if(0!==r)throw Error("Non-zero carry");i=a,e++}let a=s-i;for(;a!==s&&0===n[a];)a++;const o=new Uint8Array(r+(s-a));let c=r;for(;a!==s;)o[c++]=n[a++];return o}decode(t){const e=this.decodeUnsafe(t);if(e)return e;throw Error("Non-base"+this.base+" character")}}class Ie{static{this.b58encoder=new Te(Se.BASE58)}static{this.logger=new Pt(Ie.name)}constructor(){}static fabricIdFromCertificate(t){this.logger.debug(z("Parsing certificate: {0}",t));const e=new Wt.X509Certificate(t),{subject:r,issuer:i}=e;return this.logger.debug(z("Certificate parsed with subject {0} and issuer {1}",r,i)),`x509::/${r.replaceAll(", ","/")}::/${i.replaceAll(", ","/")}`}static encode(t){return this.b58encoder.encode(t)}static decode(t){const e=this.b58encoder.decode(t);return(new TextDecoder).decode(e)}static stringToArrayBuffer(t){const e=new ArrayBuffer(t.length),r=new Uint8Array(e);for(let e=0,i=t.length;i>e;e++)r[e]=t.charCodeAt(e);return e}static async extractKey(t,e,r){const i=Ce.subtle,s=e.toString("utf8").replace(RegExp(`-----BEGIN (${t.toUpperCase()} KEY|CERTIFICATE)-----`),"").replaceAll("\n","").replace(RegExp(`-----END (${t.toUpperCase()} KEY|CERTIFICATE)-----`),""),n=Buffer.from(s,"base64").toString("binary"),a=this.stringToArrayBuffer(n);return await i.importKey("pkcs8",a,{name:"ECDSA",namedCurve:"P-256"},!0,r||["sign"])}static async extractPrivateKey(t,e){return this.extractKey("private",t,e)}static async extractPublicKey(t,e){return this.extractKey("public",t,e)}static async sign(t,e){const r=await this.extractPrivateKey(t),i=await Ce.subtle.sign({name:"ECDSA",hash:"SHA-256"},r,e);return Array.from(new Uint8Array(i)).map(t=>t.toString(16).padStart(2,"0")).join("")}static async verify(t,e,r){const i=new Wt.X509Certificate(t),s=await i.publicKey.export();return e="string"==typeof e?Buffer.from(e,"hex"):e,r="string"==typeof r?Buffer.from(r):r,Ce.subtle.verify({name:"ECDSA",hash:"SHA-256"},s,e,r)}static async encrypt(t,e){const r=new Wt.X509Certificate(t),i=await r.publicKey.export();e="string"==typeof e?Buffer.from(e):e;const s=await this.getSubtleCrypto().encrypt({name:"ECDSA"},i,e);return Array.from(new Uint8Array(s)).map(t=>t.toString(16).padStart(2,"0")).join("")}static getSubtleCrypto(){return _t()?globalThis.window.crypto.subtle:Ce.subtle}static async decrypt(t,e){const r=await this.extractPrivateKey(t);return e="string"==typeof e?Buffer.from(e,"hex"):e,this.getSubtleCrypto().decrypt({name:"ECDSA"},r,e)}static async getMaster(t){const e=new TextEncoder;if(void 0===t){const r=Ce.randomUUID();t=e.encode(r).buffer}return{key:await this.getSubtleCrypto().importKey("raw",t,Ee.KEY_ALGORYTHM,!1,["deriveBits"]),iv:t}}static async getDerivationKey(t,e){const r=(new TextEncoder).encode(t),i=await this.getSubtleCrypto().digest("SHA-256",r),s={name:Ee.KEY_ALGORYTHM,hash:Ee.HASH,salt:i,iterations:Ee.ITERATIONS},n=await this.getSubtleCrypto().deriveBits(s,e,8*Ee.KEYLENGTH);return this.getKey(n)}static async getKey(t){const e=t.slice(0,32),r=t.slice(32);return{key:await this.getSubtleCrypto().importKey("raw",e,{name:Ee.ALGORYTHM},!1,["encrypt","decrypt"]),iv:r}}static async encryptPin(t,e){const r=(new TextEncoder).encode(t);return await this.getSubtleCrypto().encrypt({name:Ee.ALGORYTHM,iv:e.iv},e.key,r)}static async decryptPin(t,e){const r=new TextDecoder,i=await this.getSubtleCrypto().decrypt({name:Ee.ALGORYTHM,iv:e.iv},e.key,t);return r.decode(i)}}class $e extends J{constructor(t){super(t,$e.name)}}class Re extends J{constructor(t){super(t,Re.name)}}class De extends J{constructor(t){super(t,De.name)}}class Fe extends p{constructor(t){super(t,Fe.name)}}class ke extends J{constructor(t){super(t,ke.name,500)}}class Be extends W{constructor(t="MISSING_PRIVATE_DATA_ERROR_MESSAGE"){super(Be.name,t,403)}}class Pe extends W{constructor(t){super(Pe.name,t,409)}}class _e extends J{constructor(t){super(t,_e.name,500)}}class je extends J{constructor(t){super(t,je.name,500)}}class Le extends J{constructor(t){super(t,Le.name,500)}}class Me extends J{constructor(t){super(t,Me.name,500)}}class ze extends J{constructor(t){super(t,ze.name,500)}}class Ue extends J{constructor(t,e=Ue.name,r=590){super(t,e,r)}}class He extends J{constructor(t){super(t,He.name,591)}}class Ke extends J{constructor(t){super(t,Ke.name,592)}}(t=>{t.PEER="peer",t.ORDERER="orderer",t.CLIENT="client",t.USER="user",t.ADMIN="admin"})(Oe||(Oe={})),(t=>{t.HFREGISTRARROLES="hf.Registrar.Roles",t.HFREGISTRARDELEGATEROLES="hf.Registrar.DelegateRoles",t.HFREGISTRARATTRIBUTES="hf.Registrar.Attributes",t.HFINTERMEDIATECA="hf.IntermediateCA",t.HFREVOKER="hf.Revoker",t.HFAFFILIATIONMGR="hf.AffiliationMgr",t.HFGENCRL="hf.GenCRL"})(xe||(xe={}));class Ge extends jt{constructor(t){Ae.getCryptoSuite(t.hsm?{software:!1,lib:t.hsm.library,slot:t.hsm.slot,label:t.hsm.tokenLabel,pin:t.hsm.pin+""}:void 0),super(),this.caConfig=t}async User(){if(this.user)return this.user;const{caName:t,caCert:e,caKey:r,url:i,hsm:s}=this.caConfig,n=this.log.for(this.User);n.debug(`Creating CA user for ${t} at ${i}`),n.debug("Retrieving CA certificate from "+e);const a=await Ae.getFirstDirFileNameContent(e);let o;if(s)n.debug(`Using HSM configuration for CA ${t} with library ${s.library}`);else{if(!r)throw new J(`Missing caKey configuration for CA ${t}. Provide a key directory or configure HSM support.`);n.debug("Retrieving CA key from "+r),o=await Ae.getFirstDirFileNameContent(r)}return n.debug("Loading Admin user for ca "+t),this.user=await Ae.getCAUser("admin",o,a,t,{hsm:s}),this.user}async CA(){if(this.ca)return this.ca;const t=this.log.for(this.CA),{url:e,tls:r,caName:i}=this.caConfig;let{trustedRoots:s,verify:n}=r;const a=s[0];t.debug(`Retrieving CA certificate from ${a}. cwd: ${process.cwd()}`);const o=await Ae.getFileContent(a);return t.debug(`Creating CA Client for CA ${i} under ${e}`),this.ca=new Bt(e,{trustedRoots:Buffer.from(o),verify:n},i),this.ca}async Client(){if(this.client)return this.client;const t=await this.CA();return this.client=t._FabricCAServices,this.client}async Certificate(){return this.certificateService||(this.certificateService=(await this.Client()).newCertificateService()),this.certificateService}async Affiliations(){return this.affiliationService||(this.affiliationService=(await this.CA()).newAffiliationService()),this.affiliationService}async Identities(){return this.identityService||(this.identityService=(await this.CA()).newIdentityService()),this.identityService}async getCertificates(t,e=!0){const r=await this.Certificate(),i=await this.User(),s=this.log.for(this.getCertificates);s.debug(`Retrieving certificates${t?" for "+t.id:""} for CA ${this.caConfig.caName}`);const n=(await r.getCertificates(t||{},i)).result;return s.debug(`Found ${n.certs.length} certificates: ${JSON.stringify(n)}`),e?n.certs.map(t=>t.PEM):n}async getIdentities(){const t=await this.Identities(),e=this.log.for(this.getIdentities);e.debug("Retrieving Identities under CA "+this.caConfig.caName);const r=(await t.getAll(await this.User())).result;return e.debug(`Found ${r.identities.length} Identities: ${JSON.stringify(r)}`),r.identities}parseError(t){const e=/.*code:\s(\d+).*?message:\s["'](.+)["']/gs.exec(t.message);if(!e)return new Fe(t);const[,r,i]=e;switch(r){case"74":case"71":return new Q(i);case"20":return new p(i);default:return new Fe(i)}}async getAffiliations(){const t=await this.Affiliations(),e=this.log.for(this.getAffiliations);e.debug("Retrieving Affiliations under CA "+this.caConfig.caName);const r=(await t.getAll(await this.User())).result;return e.debug(`Found ${r.a.length} Affiliations: ${JSON.stringify(r)}`),r}async read(t){const e=await this.CA(),r=await this.User();let i;try{i=await e.newIdentityService().getOne(t,r)}catch(e){throw new X(`Couldn't find enrollment with id ${t}: ${e}`)}if(!i.success)throw new X(`Couldn't find enrollment with id ${t}: ${i.errors.join("\n")}`);return i.result}async register(t,e=!1,r="",i,s,n){let a;const o=this.log.for(this.register);try{const{userName:c,password:l}=t,d=await this.CA(),h=await this.User(),u={enrollmentID:c,enrollmentSecret:l,affiliation:r,userRole:i,attrs:s,maxEnrollments:n};a=await d.register(u,h),o.info(`Registration for ${c} created with user type ${i??"Undefined Role"} ${e?"as super user":""}`)}catch(t){throw this.parseError(t)}return a}static identityFromEnrollment(t,e){const{certificate:r,key:i,rootCertificate:s}=t,n=Lt.for(Ge,{}).for(this.identityFromEnrollment);n.debug(`Generating Identity from certificate ${r} in msp ${e}`);const a=Ie.fabricIdFromCertificate(r),o=Ie.encode(a);n.debug(`Identity ${a} and encodedId ${o}`);const c=new Date;return new be({id:o,credentials:{id:o,certificate:r,privateKey:i.toBytes(),rootCertificate:s,createdOn:c,updatedOn:c},mspId:e,createdOn:c,updatedOn:c})}async enroll(t,e){let r;const i=this.log.for(this.enroll);try{const s=await this.CA();i.debug("Enrolling "+t);const n=await s.enroll({enrollmentID:t,enrollmentSecret:e});r=Ge.identityFromEnrollment(n,this.caConfig.caName),i.info(`Successfully enrolled ${t} under ${this.caConfig.caName} as ${r.id}`)}catch(t){throw this.parseError(t)}return r}async registerAndEnroll(t,e=!1,r="",i,s,n){const a=await this.register(t,e,r,i,s,n),{userName:o}=t;return this.enroll(o,a)}async revoke(t){const e=await this.CA(),r=await this.User(),i=await this.read(t);if(!i)throw new X("Could not find enrollment with id "+t);let s;try{s=await e.revoke({enrollmentID:i.id,reason:"User Deletation"},r)}catch(e){throw new J(`Could not revoke enrollment with id ${t}: ${e}`)}if(!s.success)throw new J(`Could not revoke enrollment with id ${t}: ${s.errors.join("\n")}`);return s}}class Ye extends P{constructor(){super(...arguments),this.affiliation=""}build(){const t=this.hasErrors();if(t)throw new V(t.toString());const e={enrollmentID:this.enrollmentID,enrollmentSecret:this.enrollmentSecret,role:this.role,affiliation:this.affiliation};return void 0!==this.maxEnrollments&&(e.maxEnrollments=this.maxEnrollments),this.attrs&&(e.attrs=this.attrs),e}setAffiliation(t){return this.affiliation=t,this}addAttr(t){return this.attrs=this.attrs||[],this.attrs.push(t),this}setAttrs(t){return this.attrs=t,this}setEnrollmentID(t){return this.enrollmentID=t,this}setEnrollmentSecret(t){return this.enrollmentSecret=t,this}setMaxEnrollments(t){return this.maxEnrollments=t,this}setRole(t){return this.role=t,this}}Ot([_(),xt("design:type",String)],Ye.prototype,"affiliation",void 0),Ot([U(1),xt("design:type",Array)],Ye.prototype,"attrs",void 0),Ot([_(),xt("design:type",String)],Ye.prototype,"enrollmentID",void 0),Ot([_(),xt("design:type",String)],Ye.prototype,"enrollmentSecret",void 0),Ot([H(0),xt("design:type",Number)],Ye.prototype,"maxEnrollments",void 0),Ot([_(),xt("design:type",String)],Ye.prototype,"role",void 0),(t=>{t.TRANSFER="Transfer",t.APPROVAL="Approval"})(Ne||(Ne={}));let Ve=class extends P{constructor(t){super(t)}};Ot([Tt("Stores the original timestamp of creation"),a(),m(),xt("design:type",Date)],Ve.prototype,"createdAt",void 0),Ot([Tt("Stores the timestamp of the last update"),a(),y(),xt("design:type",Date)],Ve.prototype,"updatedAt",void 0),Ot([Tt("Stores the version of the model"),a(),Z(),xt("design:type",Number)],Ve.prototype,"version",void 0),Ve=Ot([It(we),xt("design:paramtypes",[Object])],Ve);let qe=class extends Ve{constructor(t){super(t)}};function Je(t){if(t)return"string"==typeof t?t:t.getMSPID()}function We(){return function(t,e,r){const i=r.value;return r.value=async function(...t){const r=t[0],s=r.clientIdentity.getID(),n=await this.tokenRepository.select(),a=await n.execute(r);if(0==a.length)throw new X("No tokens avaialble");if(a.length>1)throw new X("To many token available : "+a.length);if(a[0].owner!=s)throw new p(`User not authorized to run ${e} on the token`);return await i.apply(this,t)},r}}async function Qe(t,e,r,i){const{stub:s}=t,n=(await s.getCreator()).mspid;Object.defineProperty(i,r,{enumerable:!0,writable:!1,configurable:!0,value:n})}function Xe(){return $t.for(me.OWNED_BY).define({decorator:()=>(t,e)=>Rt(_(),et(),rt(),it(Qe),Dt(Nt.key(me.FABRIC,me.OWNED_BY),e))(t,e),args:[]}).apply()}async function Ze(t,e,r,i){const{stub:s}=t;i[r]=s.getTxID()}function tr(){return $t.for(me.TRANSACTION_ID).define({decorator:()=>(t,e)=>Rt(_(),rt(),it(Ze),st(Ze),Dt(Nt.key(me.FABRIC,e,me.TRANSACTION_ID),e))(t,e),args:[]}).apply()}async function er(t,e,r){let i=e;if("string"!=typeof i)try{const s=P.ownerOf(t)||r.get("stub").getCreator().toString();e&&"function"==typeof e&&(i=await e(t,s,r))}catch(t){throw new J("Failed to resolve collection mirror name: "+t)}if(!i||"string"!=typeof i)throw new J("No collection found model "+t.constructor.name);return i}async function rr(t,e,r,i){const s=await er(i,e.resolver,t),n=t;n.put("mirror",!0),n.put("mirrorCollection",s);try{const e=this.override(Object.assign({},this._overrides,{mirror:!0,mirrorCollection:s,ignoreValidation:!0,ignoreHandlers:!0})),r=await e.create(i,t);t.logger.info(`Mirror for ${P.tableName(this.class)} created with ${P.pk(i)}: ${r[P.pk(i)]}`)}finally{n.put("mirror",void 0),n.put("mirrorCollection",void 0)}}async function ir(t,e,r,i){const s=await er(i,e.resolver,t),n=t;n.put("mirror",!0),n.put("mirrorCollection",s);try{const e=this.override(Object.assign({},this._overrides,{mirror:!0,mirrorCollection:s,ignoreValidation:!0,ignoreHandlers:!0,applyUpdateValidation:!1,mergeForUpdate:!1}));await e.update(i,t),t.logger.info(`Mirror for ${P.tableName(this.class)} updated: ${i[P.pk(i)]}`)}finally{n.put("mirror",void 0),n.put("mirrorCollection",void 0)}}async function sr(t,e,r,i){const s=await er(i,e.resolver,t),n=t;n.put("mirror",!0),n.put("segregated",s);try{const e=i[P.pk(i)],r=this.override(Object.assign({},this._overrides,{segregated:s,mirror:!0,ignoreValidation:!0,ignoreHandlers:!0}));try{await r.delete(e,t)}catch{}t.logger.info(`Mirror for ${P.tableName(this.class)} deleted: ${e+""}`)}finally{n.put("mirror",void 0),n.put("segregated",void 0)}}async function nr(t,e,r,i){const s=Je(t.get("identity"));if(s&&(s===e.mspId||e.condition&&e.condition(s)))throw new p(`Organization ${s} is not authorized to modify mirrored data`)}async function ar(t,e,r,i){const s=Je(t.get("identity"));if(!s)return;const n=await er(i,e.resolver,t),a=t;(s===e.mspId||e.condition&&e.condition(s))&&(t.logger.info(`Mirror read: MSP ${s} matches, routing reads to mirror collection ${n}`),a.put("fullySegregated",!0),a.readFrom(n))}function or(t,e,r){const i="string"!=typeof e&&!!e,s=i?void 0:e,n=i?e:r;return $t.for(me.MIRROR).define({decorator:(t,e,r)=>{const i={condition:r,mspId:e,resolver:t};return Rt(Ft(Nt.key(me.FABRIC,me.MIRROR),i),nt(ar,i,{priority:30}),it(nr,i,{priority:20}),st(nr,i,{priority:20}),at(nr,i,{priority:20}),ot(rr,i,{priority:95}),ct(ir,i,{priority:95}),lt(sr,i,{priority:95}))},args:[t,s,n]}).apply()}Ot([Tt("Stores the creator"),a(),w(),xt("design:type",String)],qe.prototype,"createdBy",void 0),Ot([Tt("Stores the user that last updated the model"),a(),b(),xt("design:type",String)],qe.prototype,"updatedBy",void 0),qe=Ot([It(we),xt("design:paramtypes",[Object])],qe),P.prototype.isShared=function(){return P.isShared(this.constructor)},P.prototype.isPrivate=function(){return P.isPrivate(this.constructor)},P.prototype.segregate=function(){return P.segregate(this)},P.segregate=(t=>{if(!P.isTransient(t))return{model:t};const e=Nt.getAttributes(t.constructor)||[],r=Nt.get(t.constructor,tt.TRANSIENT),i=Nt.get(t.constructor,me.PRIVATE),s=Nt.get(t.constructor,me.SHARED),n={model:{},public:{},transient:{},privates:{},shared:{}},a=Object.keys(r||{}),o=Object.keys(i||{}),c=Object.keys(s||{});for(const r of e){const e=t[r],i=a.includes(r),s=!i,l=o.includes(r),d=c.includes(r);(i||l||d)&&(n.transient=n.transient||{},n.transient[r]=e),l&&(n.privates=n.privates||{},n.privates[r]=e),d&&(n.shared=n.shared||{},n.shared[r]=e),s&&(n.public=n.public||{},n.public[r]=e)}return n.model=P.build(n.public,t.constructor.name),n}).bind(P),P.isPrivate=(t=>!!Nt.get("function"!=typeof t?t.constructor:t,me.PRIVATE)).bind(P),P.isShared=(t=>!!Nt.get("function"!=typeof t?t.constructor:t,me.SHARED)).bind(P),P.mirrored=(t=>Nt.get("function"!=typeof t?t.constructor:t,Nt.key(me.FABRIC,me.MIRROR))).bind(P),P.ownerOf=(t=>{const e=Nt.get(t.constructor,Nt.key(me.FABRIC,me.OWNED_BY));if(e)return t[e]}).bind(P),P.mirroredAt=(t=>(t="function"!=typeof t?t.constructor:t,Nt.get(t,Nt.key(me.FABRIC,me.MIRROR)))).bind(P),P.collectionsFor=(t=>{const e=[me.PRIVATE],r=[me.SHARED],i=Nt.key(...e),s=Nt.key(...r),n="function"==typeof t?t:t.constructor,a=Nt.get(n,i),o=Nt.get(n,s);return{privateCols:a?.collections||[],sharedCols:o?.collections||[]}}).bind(P);const cr=(t,e)=>{const r=e||("function"!=typeof t?P.ownerOf(t):void 0),i="function"==typeof t?t:t.constructor;if(!r)throw new J(`Model ${i.name} is not owned by any organization. did you use @ownedBy() (or provide the name)?`);return`${Mt(i.name)}${r?Mt(r):""}`};function lr(t){return(e,r)=>{const i=r||("function"!=typeof e?P.ownerOf(e):void 0),s="function"==typeof e?e:e.constructor;if(!i)throw new J(`Model ${s.name} is not owned by any organization. did you use @ownedBy() (or provide the name)?`);return`${t}${i?Mt(i):""}`}}const dr=(t,e)=>{const r=e||("function"!=typeof t?P.ownerOf(t):void 0);if(!r)throw new J(`Model ${t.constructor.name} is not owned by any organization. did you use @ownedBy() (or provide the name)?`);return`__${Mt(r)}PrivateCollection`},hr=35;function ur(t,e,r){e.length>0&&r.readFrom(e),!r.isFullySegregated&&e.length&&((t=>{const e=Nt.getAttributes(t)||[],r=P.pk(t),i=Nt.get(t,tt.TRANSIENT)||{},s=Nt.get(t,Nt.key(me.PRIVATE))||{},n=Nt.get(t,Nt.key(me.SHARED))||{};return e.some(t=>t!==r&&!(t in i)&&!(t in s)&&!(t in n))})(t.constructor)||r.markFullySegregated())}async function gr(t,e,r,i){const s=Array.isArray(e)?e:[e],n=P.ownerOf(i)||Je(t.get("identity"));if(!n)return;const a=[];for(const e of s){const r=e.collections,s="string"==typeof r?r:r(i,n,t);s&&!a.includes(s)&&a.push(s)}ur(i,a,t);const o=P.sequenceName(i,"pk");t.setSequenceSegregation(o,t.isFullySegregated,a)}async function fr(t,e,r,i){const s=Array.isArray(e)?e:[e],n=Array.isArray(r)?r:[r];if(n.length!==s.length)throw new J("Segregated data keys and metadata length mismatch");const a=P.ownerOf(i)||Je(t.get("identity"));if(!a)throw new V("There's no assigned organization for model "+i.constructor.name);const o=s[0].collections,c="string"==typeof o?o:o(i,a,t);n.forEach((e,r)=>{const n="string"==typeof s[r].collections?s[r].collections:s[r].collections(i,a,t);if(n!==c)throw new A(`Segregated data collection mismatch: ${n} vs ${c}`)});const l=n.map(t=>t+"");t.writeTo(c,l)}async function pr(t,e,r,i){const s=Array.isArray(e)?e:[e];if((Array.isArray(r)?r:[r]).length!==s.length)throw new J("Segregated data keys and metadata length mismatch");const n=P.ownerOf(i)||Je(t.get("identity"));if(!n)throw new V("There's no assigned organization for model "+i.constructor.name);const a=s[0].collections,o="string"==typeof a?a:await a(i,n,t);t.readFrom(o)}async function mr(t,e,r,i,s){const n=Array.isArray(e)?e:[e],a=Array.isArray(r)?r:[r];if(a.length!==n.length)throw new J("Segregated data keys and metadata length mismatch");const o=P.ownerOf(i)||Je(t.get("identity"));if(!o)throw new V("There's no assigned organization for model "+i.constructor.name);const c=n[0].collections,l="string"==typeof c?c:c(i,o,t);a.forEach((e,r)=>{const s="string"==typeof n[r].collections?n[r].collections:n[r].collections(i,o,t);if(s!==l)throw new A(`Segregated data collection mismatch: ${s} vs ${l}`)});const d=a.map(t=>t+"");t.writeTo(l,d)}async function yr(t,e,r,i){const s=Array.isArray(e)?e:[e];if((Array.isArray(r)?r:[r]).length!==s.length)throw new J("Segregated data keys and metadata length mismatch");const n=P.ownerOf(i)||Je(t.get("identity"));if(!n)throw new V("There's no assigned organization for model "+i.constructor.name);const a=s[0].collections,o="string"==typeof a?a:a(i,n,t);t.readFrom(o)}function wr(t,e,r){return(r,i)=>{const s=[];if(!i){const i=Nt.getAttributes(r);return i?.forEach(i=>{wr(t,e)(r.prototype,i)}),r}{const r="string"==typeof t?t:t.toString(),i=r+":data",n={collections:t},a={priority:35,group:r+":extract"};s.push(kt(),dt(),(r,i)=>{const s=Nt.key(e,i),n=r.constructor,a=Nt.get(n,s)||{},o=new Set(a.collections||[]);o.add(t),a.collections=[...o],Nt.set(n,s,a);const c=Nt.get(n,e)||{},l=new Set(c.collections||[]);l.add(t),c.collections=[...l],Nt.set(n,e,c);const d={...Nt.get(n,tt.TRANSIENT)||{},[i]:{}};Nt.set(n,tt.TRANSIENT,d)},ht(ut.ALL,gr,n,a),it(fr,{collections:t},{priority:95,group:i}),nt(pr,{collections:t},{priority:95,group:i}),st(mr,{collections:t},{priority:95,group:i}),at(yr,{collections:t},{priority:95,group:i}))}return Rt(...s)(r,i)}}function br(t=dr){return $t.for(me.PRIVATE).define({decorator:t=>wr(t,me.PRIVATE),args:[t]}).apply()}function Ar(t){return $t.for(me.SHARED).define({decorator:t=>wr(t,me.SHARED),args:[t]}).apply()}function vr(t){return null===t||"object"!=typeof t?t:Array.isArray(t)?t.map(vr):t.constructor!==Object?t:Object.keys(t).sort().reduce((e,r)=>(e[r]=vr(t[r]),e),{})}class Cr extends L{constructor(){super()}preSerialize(t){const e=Object.assign({},t);let r;try{r=Nt.modelName(t.constructor)}catch(t){r=void 0}e[M.ANCHOR]=r||t.constructor.name;const i=function t(e){const r=this;return"object"!=typeof e?e:Array.isArray(e)?e.map(e=>t.call(r,e)):this.preSerialize.call(this,e)}.bind(this);return P.relations(t).forEach(t=>{e[t]=i(e[t])}),e}deserialize(t){const e=JSON.parse(t),r=e[M.ANCHOR];if(!r)throw Error("Could not find class reference in serialized model");return P.build(e,r)}serialize(t){return require("json-stringify-deterministic")(vr(this.preSerialize(t)))}}function Sr(t,e,r){const i=[t,e];return r&&i.push(r),i.join("_")}function Er(t){const e=t.split("_");return 2>e.length||e.length>3?{table:void 0,event:t,owner:void 0}:{table:e[0],event:e[1],owner:e[2]}}function Or(t,e){const r=t+e;if(t!==r-e||e!==r-t)throw new $e(`Addition overflow: ${t} + ${e}`);return r}function xr(t,e){const r=t-e;if(t!==r+e||e!==t-r)throw new $e(`Subtraction overflow: ${t} - ${e}`);return r}function Nr(t){if(!/^\d+$/.test(t))throw new V(z("Failed to parse: {0}","string contains digits"));const e=parseInt(t);if(isNaN(e))throw new V(z("Failed to parse: {0}","string is not a parsable integer"));return e}class Tr extends L{constructor(){super()}deserialize(t,e){return JSON.parse(t)}serialize(t,e=!0){return require("json-stringify-deterministic")(vr(this.preSerialize(t,e)))}preSerialize(t,e=!0){const r=Object.assign({},t);let i;try{i=Nt.modelName(t.constructor)}catch(t){i=void 0}function s(t){return"object"!=typeof t?t:Array.isArray(t)?t.map(s):this.preSerialize(t)}return e&&(r[M.ANCHOR]=i||t.constructor.name),P.relations(t).forEach(t=>{r[t]=s.call(this,r[t])}),r}}class Ir extends v{constructor(){super()}get rootClient(){return this.client._FabricCaServices}get user(){if(!this._user)throw new J("Fabric identity service not properly setup: missing user");return this._user}get certificates(){return this.rootClient.newCertificateService()}get affiliations(){return this.client.newAffiliationService()}get identities(){return this.client.newIdentityService()}async getUser(t,e){const r=e.logger.for(this.getUser),{caName:i,caCert:s,caKey:n,url:a,hsm:o}=t;r.info(`Creating CA user for ${i} at ${a}`),r.verbose("Retrieving CA certificate from "+s);const c=await Ae.getFirstDirFileNameContent(s);let l;if(o)r.debug(`Using HSM configuration for CA ${i} with library ${o.library}`);else{if(!n)throw new J(`Missing caKey configuration for CA ${i}. Provide a key directory or configure HSM support.`);r.debug("Retrieving CA key from "+n),l=await Ae.getFirstDirFileNameContent(n)}return r.debug("Loading Admin user for ca "+i),this._user=await Ae.getCAUser("admin",l,c,i,{hsm:o}),this._user}async initialize(...t){const{log:e,ctx:r}=(await this.logCtx(t,i.INITIALIZATION,!0)).for(this.initialize),[s]=t;if(!s)throw new J("Missing Fabric CA configuration");const{url:n,tls:a,caName:o}=s;e.info(`Initializing CA Client for CA ${s.caName} at ${s.url}`);const{trustedRoots:c,verify:l}=a,d=c[0];e.debug(`Retrieving CA certificate from ${d}. cwd: ${process.cwd()}`);const h=await Ae.getFileContent(d);e.debug("CA Certificate: "+h.toString());const u=new Bt(n,{trustedRoots:Buffer.from(h),verify:l},o),g=await this.getUser(s,r);return e.debug("CA user loaded: "+g.getName()),{config:s,client:u}}async getCertificates(t,e=!0,...r){t instanceof d?(r=[t],e=!0,t=void 0):"boolean"==typeof t?(e=t,t=void 0):"boolean"!=typeof e&&(r=[e,...r],e=!0);const{log:i}=(await this.logCtx(r,K.READ,!0)).for(this.getCertificates);i.debug(`Retrieving certificates${t?" for "+t.id:""} for CA ${this.config.caName}`);const s=(await this.certificates.getCertificates(t||{},this.user)).result;return i.verbose(`Found ${s.certs.length} certificates`),i.debug(s.certs),e?s.certs.map(t=>t.PEM):s}async getIdentities(t){const e=t.logger.for(this.getIdentities);e.verbose("Retrieving Identities under CA "+this.config.caName);const r=(await this.identities.getAll(this.user)).result;return e.verbose(`Found ${r.identities.length} Identities`),e.debug(r.identities),r.identities}async getAffiliations(t){const e=t.logger.for(this.getAffiliations);e.verbose("Retrieving Affiliations under CA "+this.config.caName);const r=(await this.affiliations.getAll(this.user)).result;return e.verbose(`Found ${r.a.length} Affiliations`),e.debug(JSON.stringify(r)),r}parseError(t){const e=/.*code:\s(\d+).*?message:\s["'](.+)["']/gs.exec(t.message);if(!e)return new Fe(t);const[,r,i]=e;switch(r){case"74":case"71":return new Q(i);case"20":return new p(i);default:return new Fe(i)}}async read(t,...e){const{log:r}=(await this.logCtx(e,K.READ,!0)).for(this.read);let i;r.verbose("Retrieving identity with enrollment ID "+t);try{i=await this.identities.getOne(t,this.user)}catch(e){throw new X(`Couldn't find enrollment with id ${t}: ${e}`)}if(!i.success)throw new X(`Couldn't find enrollment with id ${t}: ${i.errors.join("\n")}`);return i.result}async register(t,e=!1,r="",i,s,n,...a){const{log:o}=(await this.logCtx(a,"register",!0)).for(this.register);let c;try{const{userName:a,password:l}=t,d={enrollmentID:a,enrollmentSecret:l,affiliation:r,userRole:i,attrs:s,maxEnrollments:n};c=await this.client.register(d,this.user),o.info(`Registration for ${a} created with user type ${i??"Undefined Role"} ${e?"as super user":""}`)}catch(t){throw this.parseError(t)}return c}static identityFromEnrollment(t,e,r){const i=r.logger.for(this.identityFromEnrollment),{certificate:s,key:n,rootCertificate:a}=t;i.verbose(`Generating Identity from certificate ${s} in msp ${e}`);const o=Ie.fabricIdFromCertificate(s),c=Ie.encode(o);return i.debug(`Identity ${o} and encodedId ${c}`),new be({id:c,credentials:{id:c,certificate:s,privateKey:n.toBytes(),rootCertificate:a},mspId:e})}async enroll(t,e,...r){const{log:i,ctx:s}=(await this.logCtx(r,"enroll",!0)).for(this.enroll);let n;try{i.debug("Enrolling "+t);const r=await this.client.enroll({enrollmentID:t,enrollmentSecret:e});n=Ir.identityFromEnrollment(r,this.config.caName,s),i.info(`Successfully enrolled ${t} under ${this.config.caName} as ${n.id}`)}catch(t){throw this.parseError(t)}return n}async registerAndEnroll(t,e=!1,r="",i,s,n,...a){const{ctx:o}=(await this.logCtx(a,"register-enroll",!0)).for(this.registerAndEnroll),c=await this.register(t,e,r,i,s,n,o),{userName:l}=t;return this.enroll(l,c,o)}async updateIdentity(t,e,r,...i){const{log:s,ctx:n}=(await this.logCtx(i,"reenroll",!0)).for(this.updateIdentity);try{s.info("Renewing identity for "+t);const a=this.client.newIdentityService(),o=await a.getOne(t,this.user);await a.update(t,r,this.user);const c=Vt.createUser(t,"",this.user.getMspid(),e.certificate,e.privateKey);c.setCryptoSuite(this.user.getCryptoSuite());const l=(o.result.attrs||[]).map(({name:t})=>({name:t,optional:!1})),d=await this.client.reenroll(c,l),h=Ir.identityFromEnrollment(d,this.config.caName,n);s.debug("Revoking previous certificates for "+t);const{aki:u,serial:g}=ve(e.certificate);return await this.revoke(t,{aki:u,serial:g},i),s.debug("Renew identity successful for "+t),h}catch(t){throw this.parseError(t)}}async revoke(t,e,...r){const{log:i}=(await this.logCtx(r,"revoke",!0)).for(this.revoke);i.verbose("Revoking identity with enrollment ID "+t);const s=await this.read(t);if(!s)throw new X("Could not find enrollment with id "+t);let n;try{const t={reason:e.serial||e.aki?"Revoke User Certificate":"User Deletion",...e,enrollmentID:s.id};n=await this.client.revoke(t,this.user)}catch(e){throw new J(`Could not revoke enrollment with id ${t}: ${e}`)}if(!n.success)throw new J(`Could not revoke enrollment with id ${t}: ${n.errors.join("\n")}`);return n}}var $r;(t=>{t.ADMIN="admin",t.USER="user",t.CLIENT="client"})($r||($r={}));const Rr=Object.assign({evaluateTimeout:5,endorseTimeout:15,submitTimeout:5,commitTimeout:60,legacy:!1,allowManualEndorsingOrgs:!1,allowGatewayOverride:!1,rebuildWithTransient:!0,encryptTransient:!1}),Dr=new Pt("fabric-fs");async function Fr(t,e){return t instanceof Uint8Array||t.match(/-----BEGIN (CERTIFICATE|KEY|PRIVATE KEY)-----.+?-----END \1-----$/gms)?t:await e(t)}async function kr(t){return"string"!=typeof t?t:await(async t=>{const{promises:e}=await f(import("fs"));return await e.readFile(t)})(t)}async function Br(t,e,r,i){Dr.debug(`Creating a CA ${i} user ${t} with certificate ${r}`);const s=new Vt(t),n=Vt.newCryptoSuite();s.setCryptoSuite(n);const a=n.createKeyFromRaw(e);return await s.setEnrollment(a,r,i),s}async function Pr(t,e){return{mspId:t,credentials:await Fr(e,async t=>{const{promises:e}=await f(import("fs")),r=await _r(t);return await e.readFile(r)})}}async function _r(t){const{promises:e}=await f(import("fs")),{join:r}=await f(import("path"));return r(t,(await e.readdir(t))[0])}async function jr(t){const{promises:e}=await f(import("fs")),{join:r}=await f(import("path")),i=await e.readdir(t);return(await e.readFile(r(t,i[0]))).toString()}async function Lr(t){const e=await Fr(t,async t=>{const{promises:e}=await f(import("fs")),r=await _r(t);return await e.readFile(r)}),r=await Mr(e),i=r[Object.getOwnPropertySymbols(r)[0]];return Kt.newPrivateKeySigner(i)}async function Mr(t){let e;if(_t())e=globalThis.crypto.subtle;else{const t=await f(import("crypto"));e=t.subtle||t.webcrypto.subtle}if(!e)throw Error("Could not load SubtleCrypto module");const r=t.toString("utf8").replace("-----BEGIN PRIVATE KEY-----","").replaceAll("\n","").replace("-----END PRIVATE KEY-----",""),i=(t=>{const e=new ArrayBuffer(t.length),r=new Uint8Array(e);for(let e=0,i=t.length;i>e;e++)r[e]=t.charCodeAt(e);return e})(Buffer.from(r,"base64").toString("binary"));try{return await e.importKey("pkcs8",i,{name:"ECDSA",namedCurve:"P-256"},!0,["sign"])}catch(t){throw new J(t)}}function zr(t){if(!t)return"\0";const e=Array.from(t);for(let t=e.length-1;t>=0;t-=1){const r=e[t].codePointAt(0);if(void 0!==r&&1114111>r)return e[t]=String.fromCodePoint(r+1),e.slice(0,t+1).join("")}return t+"\0"}class Ur extends C{constructor(t,e){super(t,e)}squash(t){const r=super.squash(t);if(!r)return r;const{method:i,params:s,args:n}=r,{direction:a,limit:o}=s;switch(i){case e.FIND:break;case e.PAGE:n.push(a,o);break;case e.FIND_BY:break;case e.LIST_BY:n.push(a);break;case e.PAGE_BY:n.push(a,o);break;case e.FIND_ONE_BY:break;default:throw new J("Unsupported method "+i)}return r}async executePrepared(...e){const r=t.forModel(this.fromSelector,this.adapter.alias),{method:i,args:s}=this.prepared;return r.statement(i,...s,...e)}async prepare(t){if(t=t||await this.adapter.context(i.QUERY,this.overrides||{},this.fromSelector),this.isSimpleQuery()&&t.get("forcePrepareSimpleQueries")){const e=this.squash(t);if(e)return this.prepared=e,this}const e=[],r={},s={class:this.fromSelector,args:e,params:r},n=[S.FIND_BY];if(this.whereCondition){const r=this.prepareCondition(this.whereCondition,t);n.push(r.method),r.args&&r.args.length&&e.push(...r.args)}return this.selectSelector&&n.push(S.SELECT,this.selectSelector.join(` ${S.AND.toLowerCase()} `)),this.orderBySelectors?.length&&(n.push(S.ORDER_BY,this.orderBySelectors[0][0]),e.push(this.orderBySelectors[0][1])),s.method=zt(n.join(" ")),s.params=r,this.prepared=s,this}processRecord(t,e,r,i){if(t[pt.ID]){const[,...e]=t[pt.ID].split(pt.SEPARATOR),s=e.join("_");return this.adapter.revert(t,this.fromSelector,l.parseValue(r,s),void 0,i)}return t}async raw(t,...e){const{ctx:r}=this.logCtx(e,this.raw),i=t?.aggregateInfo;if(t?.aggregate&&i)return this.executeAggregate(i,r);const s=await this.adapter.raw(t,!0,this.fromSelector,r),n=P.pk(this.fromSelector),a=Nt.get(this.fromSelector,Nt.key(tt.ID,n))?.type;return this.selectSelector?s:s.map(t=>this.processRecord(t,n,a,r))}build(){const t=this.log.for(this.build),e=this.buildAggregateQuery();if(e)return e;const r={};r[pt.TABLE]={},r[pt.TABLE]=P.tableName(this.fromSelector);const i={selector:r};if(this.selectSelector&&(i.fields=this.selectSelector),this.whereCondition){const e=this.parseCondition(E.and(this.whereCondition,E.attribute(pt.TABLE).eq(i.selector[pt.TABLE]))).selector,r=Object.keys(e);if(1===r.length&&-1!==Object.values(wt).indexOf(r[0]))switch(r[0]){case wt.AND:e[wt.AND]=[...Object.values(e[wt.AND]).reduce((t,e)=>{const r=Object.keys(e);if(1!==r.length)throw Error("Too many keys in query selector. should be one");const i=r[0];return i===wt.AND?t.push(...e[i]):t.push(e),t},[])],i.selector=e;break;case wt.OR:{const t={};t[wt.AND]=[e,...Object.entries(i.selector).map(([t,e])=>{const r={};return r[t]=e,r})],i.selector=t;break}default:throw Error("This should be impossible")}else Object.entries(e).forEach(([e,r])=>{i.selector[e]&&t.warn(`A ${e} query param is about to be overridden: ${i.selector[e]} by ${r}`),i.selector[e]=r})}if(this.orderBySelectors?.length){i.sort=i.sort||[],i.selector=i.selector||{};for(const[t,e]of this.orderBySelectors){const r=t,s={};s[r]=e,i.sort.push(s),i.selector[r]||(i.selector[r]={},i.selector[r][bt.BIGGER]=null)}}return this.limitSelector?i.limit=this.limitSelector:(t.warn("No limit selector defined. Using default couchdb limit of "+At),i.limit=At),this.offsetSelector&&(i.skip=this.offsetSelector),i}parseCondition(t){const{attr1:e,operator:r,comparison:i}=t;if(r===O.STARTS_WITH){if("string"!=typeof e)throw new x("STARTS_WITH requires an attribute name");if("string"!=typeof i)throw new x("STARTS_WITH requires a string comparison");const t={start:s=i,end:zr(s)},r={};return r[e]={},r[e][bt.BIGGER_EQ]=t.start,r[e][bt.SMALLER]=t.end,{selector:r}}var s,n;if(r===O.ENDS_WITH){if("string"!=typeof e)throw new x("ENDS_WITH requires an attribute name");if("string"!=typeof i)throw new x("ENDS_WITH requires a string comparison");const t={};return t[e]={[bt.REGEXP]:(n=i,n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")+"$")},{selector:t}}if(r===O.BETWEEN){const t=e;if(!Array.isArray(i)||2!==i.length)throw new x("BETWEEN operator requires [min, max] comparison");const[r,s]=i,n={};return n[t]={},n[t][vt(O.BIGGER_EQ)]=r,n[t][vt(O.SMALLER_EQ)]=s,{selector:n}}let a={};if(-1===[N.AND,N.OR,O.NOT].indexOf(r))a[e]={},a[e][vt(r)]=i;else if(r===O.NOT)a=this.parseCondition(e).selector,a[vt(O.NOT)]={},a[vt(O.NOT)][e.attr1]=i;else{const t=this.parseCondition(e).selector,s=this.parseCondition(i).selector;a=((t,e,r)=>{const i={selector:{}};return i.selector[t]=[e,r],i})(vt(r),t,s).selector}return{selector:a}}buildAggregateQuery(){if(!this.fromSelector)return;if(this.avgSelector){const t=this.avgSelector+"",e=this.createAggregateDescriptor("sum",t),r=this.createAggregateDescriptor("count",t);if(!e||!r)throw new x("Avg operation requires sum and count views for attribute "+t);return this.createAggregateQuery({kind:"avg",attribute:t,sumDescriptor:e.descriptor,countDescriptor:r.descriptor})}if(void 0!==this.countDistinctSelector){const t=null==this.countDistinctSelector?void 0:this.countDistinctSelector+"",e=this.createAggregateDescriptor("distinct",t);if(e)return e.countDistinct=!0,this.createAggregateQuery(e)}const t=!!(void 0!==this.countSelector||void 0!==this.countDistinctSelector||this.minSelector||this.maxSelector||this.sumSelector||this.distinctSelector),e=[["count",this.countSelector??void 0],["max",this.maxSelector],["min",this.minSelector],["sum",this.sumSelector],["distinct",this.distinctSelector]];for(const[t,r]of e){const e=r?r+"":void 0,i=this.createAggregateDescriptor(t,e);if(i)return this.createAggregateQuery(i)}if(t)throw new x(`No CouchDB view metadata found for table ${P.tableName(this.fromSelector)} aggregator`)}createAggregateDescriptor(t,e){if(!this.fromSelector)return;const r=Ct(this.fromSelector,t,e);if(!r.length)return;const i=r[0],s=P.tableName(this.fromSelector),n=St(s,i.attribute,t,i),a=i.ddoc||Et(s,n),o={reduce:void 0!==i.reduce||!i.returnDocs};return"distinct"!==t&&"groupBy"!==t||(o.group=!0),{kind:t,meta:i,descriptor:{ddoc:a,view:n,options:o}}}createAggregateQuery(t){return{selector:{},aggregate:!0,aggregateInfo:t}}getFabricAdapter(){return this.adapter}async executeAggregate(t,e){if(!this.isViewAggregate(t))return this.handleAverage(t,e);const r=this.getFabricAdapter(),i=t,s=await r.view(i.descriptor.ddoc,i.descriptor.view,i.descriptor.options,e);return this.processViewResponse(t,s)}async handleAverage(t,e){if("avg"!==t.kind)throw new x("Average descriptor is not valid");const r=this.getFabricAdapter(),[i,s]=[t.sumDescriptor,t.countDescriptor],[n,a]=await Promise.all([r.view(i.ddoc,i.view,i.options,e),r.view(s.ddoc,s.view,s.options,e)]),o=n.rows?.[0]?.value??0,c=a.rows?.[0]?.value??0;return c?o/c:0}processViewResponse(t,e){if("avg"===t.kind)throw new x("Average results should be handled before processing rows");const r=e.rows||[],i=t,s=i.meta;return i.countDistinct?r.length||0:"distinct"===i.kind||"groupBy"===i.kind?r.map(t=>t.key??t.value):s.returnDocs?r.map(t=>t.value??t.doc??t):r.length?r[0].value??r[0].key??null:"count"===i.kind?0:null}isViewAggregate(t){return"avg"!==t.kind}}class Hr extends s{constructor(t,e,r,i){super(t,e,r,i)}prepare(t){throw new A("Raw query access must be implemented by a subclass. only prepared statements are natively available")}page(t=1,...e){return super.page(t,...e)}}var Kr;class Gr extends T{static{this.decoder=new TextDecoder("utf8")}static{this.serializer=new ae}static{this.log=Lt.for(Gr)}constructor(t,e){super(Object.assign({},Rr,t),we,e),this.serializer=Gr.serializer}Statement(t){return new Ur(this,t)}Paginator(t,e,r){return new Hr(this,t,e,r)}async flags(t,e,r,...i){const s=Object.assign({},this.config,r);return Object.assign(await super.flags(t,e,s,...i))}async context(t,e,r,...i){this.log.for(this.context).silly(`creating new context for ${t} operation on ${r?Array.isArray(r)?r.map(t=>P.tableName(t)):P.tableName(r):"no"} table ${e&&Object.keys(e)?Object.keys(e).length:"no"} with flag overrides`);let s=i.pop();void 0===s||s instanceof d||(i.push(s),s=void 0),e=s?Object.assign({},s.toOverrides(),e):e;const n=await this.flags("string"==typeof t?t:t.name,r,e,...[...i,s].filter(Boolean));if(s){if(!(s instanceof this.Context)){const t=(new this.Context).accumulate({...s.cache,...n,parentContext:s});return s.accumulate({childContexts:[...s.getOrUndefined("childContexts")||[],t]}),t}const e=s.getOrUndefined("operation"),i=s.getOrUndefined("affectedTables");if(!e||e!==t||r&&r!==i){const t=(new this.Context).accumulate({...s.cache,...n,parentContext:s});return s.accumulate({childContexts:[...s.getOrUndefined("childContexts")||[],t]}),t}return s.accumulate(n)}return(new this.Context).accumulate({...n})}decode(t){return Gr.decoder.decode(t)}repository(){return re}createPrefix(t,e,r,...i){const{ctxArgs:s}=this.logCtx(i,this.createPrefix),n=P.tableName(t),a={};return a[pt.TABLE]=n,Object.assign(a,r),[t,e,a,...s]}createAllPrefix(t,e,r,...i){const s=P.tableName(t);if(e.length!==r.length)throw new J("Ids and models must have the same length");const{ctxArgs:n}=this.logCtx(i,this.createAllPrefix),a=e.map((t,e)=>{const i={};return i[pt.TABLE]=s,Object.assign(i,r[e]),i});return[t,e,a,...n]}updateAllPrefix(t,e,r,...i){const s=P.tableName(t);if(e.length!==r.length)throw new J("Ids and models must have the same length");const{ctxArgs:n}=this.logCtx(i,this.updateAllPrefix),a=e.map(()=>{const t={};return t[pt.TABLE]=s,t});return[t,e,a,...n]}async createAll(t,e,r,...i){if(e.length!==r.length)throw new J("Ids and models must have the same length");const s=[...i],n=s.shift(),{log:a,ctx:o}=this.logCtx(s,this.createAll),c=P.tableName(t);a.info(`adding ${e.length} entries to ${c} table`),a.verbose("pks: "+e);const l=n&&Object.keys(n).length>0,d=l?{[c]:n}:{},h=await this.submitTransaction(o,gt.CREATE_ALL,[JSON.stringify(r.map(e=>this.serializer.serialize(e,t.name)))],d,this.getEndorsingOrganizations(o),t.name);if(this.shouldRefreshAfterWrite(o,l,e[0]))return this.readAll(t,e,o);try{return JSON.parse(this.decode(h)).map(t=>JSON.parse(t))}catch(t){throw new q(t)}}async readAll(t,e,...r){const{log:i,ctx:s}=this.logCtx(r,this.readAll),n=P.tableName(t);i.info(`reading ${e.length} entries to ${n} table`),i.verbose("pks: "+e);const a=await this.evaluateTransaction(s,gt.READ_ALL,[JSON.stringify(e)],void 0,void 0,t.name);try{return JSON.parse(this.decode(a)).map(t=>JSON.parse(t))}catch(t){throw new q(t)}}async updateAll(t,e,r,...i){if(e.length!==r.length)throw new J("Ids and models must have the same length");const s=[...i];let n=s.shift();const{log:a,ctx:o}=this.logCtx(s,this.updateAll),c=P.tableName(t);a.info(`updating ${e.length} entries to ${c} table`),a.verbose("pks: "+e),n=n&&(Array.isArray(n)?n:Object.keys(n)).length?{[c]:n}:{};const l=await this.submitTransaction(o,gt.UPDATE_ALL,[JSON.stringify(r.map(e=>this.serializer.serialize(e,t.name)))],n,this.getEndorsingOrganizations(o),t.name),d=n&&Object.keys(n).length>0;if(this.shouldRefreshAfterWrite(o,d,e[0]))return this.readAll(t,e,o);try{return JSON.parse(this.decode(l)).map(t=>JSON.parse(t))}catch(t){throw new q(t)}}async deleteAll(t,e,...r){const{log:i,ctx:s}=this.logCtx(r,this.deleteAll),n=P.tableName(t);i.info(`deleting ${e.length} entries to ${n} table`),i.verbose("pks: "+e);const a=await this.submitTransaction(s,gt.DELETE_ALL,[JSON.stringify(e)],void 0,this.getEndorsingOrganizations(s),t.name);try{return JSON.parse(this.decode(a)).map(t=>JSON.parse(t))}catch(t){throw new q(t)}}prepare(t,...e){const{log:r,ctx:s}=this.logCtx(e,this.prepare),n=P.segregate(t);t[i.METADATA]&&(r.silly("Passing along persistence metadata for "+t[i.METADATA]),Object.defineProperty(n.model,i.METADATA,{enumerable:!1,writable:!1,configurable:!0,value:t[i.METADATA]}));const a=P.mirroredAt(t);if(a){const t=a.mspId;if(!t)throw new J("No mirror MSP could be found");const e=this.getEndorsingOrganizations(s)||[],r=[...new Set([...e,t])];s.accumulate({endorsingOrgs:r,endorsingOrganizations:r,legacy:!0})}return{record:n.model,model:n.model,id:t[P.pk(t.constructor)],transient:n.transient,privates:n.privates,shared:n.shared}}revert(t,e,r,i,...s){const{log:n,ctx:a}=this.logCtx(s,this.revert);return i&&this.shouldRebuildWithTransient(a,a.getOrUndefined("operation"))&&(n.verbose("re-adding transient properties: "+Object.keys(i).join(", ")),Object.entries(i).filter(([,t])=>void 0!==t).forEach(([e,r])=>{e in t&&void 0!==t[e]&&n.warn(`overwriting existing ${e}. if this is not a default value, this may pose a problem`),t[e]=r})),new e(t)}shouldRebuildWithTransient(t,e){if(!t)return!1;if(t.getOrUndefined("rebuildWithTransient"))return!0;if("function"==typeof t.getFromChildren?t.getFromChildren("rebuildWithTransient"):void 0)return!0;const r=this.resolveOperation(t,e);if(!r)return!1;const i=r.toString().toLowerCase();return i.includes("read")||i.includes("find")||i.includes("query")||i.includes("statement")||i.includes("page")}resolveOperation(t,e){return e||("function"==typeof t.getFromChildren?t.getFromChildren("operation"):void 0)}shouldRefreshAfterWrite(t,e,r){return!!e&&null!=r&&!t.getOrUndefined("mirror")}getEndorsingOrganizations(t){const e=t.getOrUndefined("endorsingOrgs")||t.getOrUndefined("endorsingOrgs");return e&&e.length?e:t.getFromChildren("endorsingOrgs")||t.getFromChildren("endorsingOrgs")}async create(t,e,r,i={},...s){const n=[...s],{log:a,ctx:o}=this.logCtx(n,this.create),c=P.tableName(t);a.verbose(`adding entry to ${c} table`),a.debug("pk: "+e);const l=i&&Object.keys(i).length>0,d=l?{[c]:i}:{},h=await this.submitTransaction(o,K.CREATE,[this.serializer.serialize(r,t.name)],d,this.getEndorsingOrganizations(o),t.name),u=this.serializer.deserialize(this.decode(h));return this.shouldRefreshAfterWrite(o,l,e)?this.read(t,e,o):u}async healthcheck(t,...e){const{log:r,ctx:i}=this.logCtx(e,this.healthcheck),s=P.tableName(t);r.verbose(`reading entry from ${s} table`);const n=await this.evaluateTransaction(i,"healthcheck",[],void 0,void 0,t.name);return JSON.parse(this.decode(n))}async read(t,e,...r){const{log:i,ctx:s}=this.logCtx(r,this.read),n=P.tableName(t);i.verbose(`reading entry from ${n} table`),i.debug("pk: "+e);const a=await this.evaluateTransaction(s,K.READ,[e.toString()],void 0,void 0,t.name);return this.serializer.deserialize(this.decode(a))}updatePrefix(t,e,r,...i){const s=P.tableName(t),{ctxArgs:n}=this.logCtx(i,this.updatePrefix),a={};return a[pt.TABLE]=s,Object.assign(a,r),[t,e,a,...n]}async update(t,e,r,i={},...s){const n=[...s],{log:a,ctx:o}=this.logCtx(n,this.update);a.info("CLIENT UPDATE class : "+typeof t);const c=P.tableName(t);a.verbose(`updating entry to ${c} table`),a.debug("pk: "+e);const l=i&&Object.keys(i).length>0,d=l?{[c]:i}:{},h=await this.submitTransaction(o,K.UPDATE,[this.serializer.serialize(r,t.name||t)],d,this.getEndorsingOrganizations(o),t.name),u=this.serializer.deserialize(this.decode(h));return this.shouldRefreshAfterWrite(o,l,e)?this.read(t,e,o):u}async delete(t,e,...r){const{log:i,ctx:s}=this.logCtx(r,this.delete),n=P.tableName(t);i.verbose(`deleting entry from ${n} table`),i.debug("pk: "+e);const a=await this.submitTransaction(s,K.DELETE,[e.toString()],void 0,this.getEndorsingOrganizations(s),t.name);return this.serializer.deserialize(this.decode(a))}async raw(t,e=!0,r,...i){const{log:s,ctx:n}=this.logCtx(i,this.raw),a=r.name;let o,c;s.info("Performing raw statement on table "+P.tableName(r));try{o=await this.evaluateTransaction(n,"raw",[JSON.stringify(t),e],void 0,void 0,a)}catch(t){throw this.parseError(t)}try{c=JSON.parse(this.decode(o))}catch(t){throw new q("Failed to process result: "+t)}if(Array.isArray(c)){if(!c.length)return c;const t=c[0];return P.isModel(t)?c.map(t=>P.build(t)):c}return l=c,P.isModel(l)?P.build(l):l;var l}async view(t,e,r,...i){const{log:s,ctx:n}=this.logCtx(i,this.view);let a,o;s.info(`Querying view ${t}/${e}`);try{a=await this.evaluateTransaction(n,"view",[t,e,JSON.stringify(r)],void 0,void 0,void 0)}catch(t){throw this.parseError(t)}try{o=JSON.parse(this.decode(a))}catch(t){throw new q("Failed to process view result: "+t)}return o}getClient(){return this._client||(this._client=Gr.getClient(this.config)),this._client}async Gateway(t){return Gr.getGateway(t,this.config,this.client)}getContractName(t){if(t)return t+"Contract"}async Contract(t,e){return Gr.getContract(await this.Gateway(t),this.config,e)}async transaction(t,e,r=!0,i,s={},n,a){const o=this.log.for(this.transaction),c=await this.Gateway(t);try{const c=await this.Contract(t,this.getContractName(a));o.verbose(`${r?"Submit":"Evaluate"}ting transaction ${this.getContractName(a)||this.config.contractName}.${e}`),o.debug("args: "+(i?.map(t=>t.toString()).join("\n")||"none"));const l=r?c.submit:c.evaluate;n=n?.length?n:void 0;const d={arguments:i||[],transientData:Object.entries(s).reduce((t,[e,r])=>(t[e]=JSON.stringify(r),t),{}),endorsingOrganizations:t.getOrUndefined("allowManualEndorsingOrgs")&&n||void 0};return await l.call(c,e,d)}catch(t){throw this.parseError(t)}finally{this.log.debug(`Closing ${this.config.mspId} gateway connection`),c.close()}}shouldUseLegacyGateway(t){return!!t.getOrUndefined("legacy")&&!!t.getOrUndefined("allowGatewayOverride")}prepareLegacyArgs(t){return(t||[]).map(t=>"string"==typeof t?t:JSON.stringify(t))}buildLegacyTransient(t){if(!t)return;const e=Object.entries(t);if(!e.length)return;const r={};for(const[t,i]of e)r[t]=Buffer.from(JSON.stringify(i));return r}buildLegacyPeerConfigs(){return[{peerEndpoint:this.config.peerEndpoint,tlsCert:this.config.tlsCert,peerHostAlias:this.config.peerHostAlias}]}async submitLegacyWithExplicitEndorsers(t,e,r,i,s,n){const a=this.log.for(this.submitLegacyWithExplicitEndorsers),o=await this.Gateway(t);try{const c=Gr.getContract(o,this.config,this.getContractName(n));a.verbose(`Legacy submitting ${this.getContractName(n)||this.config.contractName}.${e}`),a.debug("Explicit peers: "+s.map(t=>t.peerEndpoint));const l=new Set;this.config.mspId&&l.add(this.config.mspId),(this.getEndorsingOrganizations(t)||[]).forEach(t=>l.add(t));const d={arguments:r,transientData:i,endorsingOrganizations:l.size>0?Array.from(l):void 0},h=c.newProposal(e,d),u=await h.endorse(),g=await u.submit(),f=await g.getStatus();if(!f.successful)throw Error(`Legacy endorsement failed for ${u.getTransactionId()}: ${f.code}`);return u.getResult()}catch(t){throw this.parseError(t)}finally{o.close()}}parseError(t){return Gr.parseError(t)}async submitTransaction(t,e,r,i,s,n){if(this.shouldUseLegacyGateway(t)){const s=this.prepareLegacyArgs(r),a=this.buildLegacyTransient(i),o=this.buildLegacyPeerConfigs();return this.submitLegacyWithExplicitEndorsers(t,e,s,a,o,n)}return this.transaction(t,e,!0,r,i,s,n)}async evaluateTransaction(t,e,r,i,s,n){return this.transaction(t,e,!1,r,i,s,n)}async close(){this.client&&(this.log.verbose(`Closing ${this.config.mspId} gateway client`),this.client.close())}static getContract(t,e,r){const i=this.log.for(this.getContract),s=this.getNetwork(t,e.channel);let n;try{i.debug(`Retrieving chaincode ${e.chaincodeName} contract ${r||e.contractName} from network ${e.channel}`),r=r||e.contractName,n=s.getContract(e.chaincodeName,r)}catch(t){throw this.parseError(t)}return n}static getNetwork(t,e){const r=Lt.for(this.getNetwork);let i;try{r.debug("Connecting to channel "+e),i=t.getNetwork(e)}catch(t){throw this.parseError(t)}return i}static async getGateway(t,e,r){return await this.getConnection(r||await this.getClient(e),e,t)}static getClient(t){const e=this.log.for(this.getClient);e.debug("generating TLS credentials for msp "+t.mspId);let r=t.tlsCert;if("string"==typeof r)if(r.match(/-----BEGIN (CERTIFICATE|KEY|PRIVATE KEY)-----.+?-----END \1-----$/gms))r=Buffer.from(r,"utf8");else try{r=Buffer.from(ee.readFileSync(r,"utf8"))}catch(t){throw new J(`Failed to read the tls certificate from ${r}: ${t}`)}const i=Zt.credentials.createSsl(r);return e.debug("generating Gateway Client for url "+t.peerEndpoint),new te(t.peerEndpoint,i,{"grpc.max_receive_message_length":1024*(t.sizeLimit||15)*1024,"grpc.max_send_message_length":1024*(t.sizeLimit||15)*1024})}static async getConnection(t,e,r){const i=Lt.for(this.getConnection);i.debug(`Retrieving Peer Identity for ${e.mspId} under ${e.certCertOrDirectoryPath}`);const s=await Pr(e.mspId,e.certCertOrDirectoryPath);try{i.debug("preparing transaction signer for "+Ie.fabricIdFromCertificate(s.credentials.toString()))}catch(t){i.error("Failed to extract Fabric ID from certificate",t)}let n;if(e.hsm)throw new A("HSM NOT IMPLEMENTED");n=await Lr(e.keyCertOrDirectoryPath);const a={client:t,identity:s,signer:n,evaluateOptions:()=>({deadline:Date.now()+1e3*r.get("evaluateTimeout")}),endorseOptions:()=>({deadline:Date.now()+1e3*r.get("endorseTimeout")}),submitOptions:()=>({deadline:Date.now()+1e3*r.get("submitTimeout")}),commitStatusOptions:()=>({deadline:Date.now()+1e3*r.get("commitTimeout")})};i.debug("Connecting to "+e.mspId);const o=Gt(a);return e.hsm&&(o.close=new Proxy(o.close,{apply(t,e,r){Reflect.apply(t,e,r)}})),o}Dispatch(){return new Gr._baseDispatch}static parseError(t){let e="string"==typeof t?t:t.message;return t instanceof Yt&&t.details.length&&10===t.code&&(e=""+t.details[0].message),e.includes("MVCC_READ_CONFLICT")?new Le(t):e.includes("DEADLINE_EXCEEDED")?new He(t):e.includes("ENDORSEMENT_POLICY_FAILURE")?new ze(t):e.includes("PHANTOM_READ_CONFLICT")?new Me(t):t instanceof Error&&t.code&&9===t.code?new je(t):e.includes(V.name)?new V(t):e.includes(X.name)?new X(t):e.includes(Q.name)?new Q(t):e.includes(ft.name)?new ft(t):e.includes(x.name)?new x(t):e.includes(I.name)?new I(t):e.includes(A.name)?new A(t):e.includes($.name)?new $(t):e.includes(R.name)?new R(t):e.includes(p.name)?new p(t):e.includes(F.name)?new F(t):e.includes(k.name)?new k(t):e.includes(q.name)?new q(t):new J(t)}}Ot([Ut(),Ht(),xt("design:type",Function),xt("design:paramtypes",[Object,Object,Object,Object,d]),xt("design:returntype",Promise)],Gr.prototype,"create",null),Ot([Ut(),Ht(),xt("design:type",Function),xt("design:paramtypes",[Object,d]),xt("design:returntype",Promise)],Gr.prototype,"healthcheck",null),Ot([Ut(),Ht(),xt("design:type",Function),xt("design:paramtypes",[Object,Object,d]),xt("design:returntype",Promise)],Gr.prototype,"read",null),Ot([Ut(),Ht(),xt("design:type",Function),xt("design:paramtypes",[Object,Object,Object,Object,d]),xt("design:returntype",Promise)],Gr.prototype,"update",null),Ot([Ut(),Ht(),xt("design:type",Function),xt("design:paramtypes",[Object,Object,d]),xt("design:returntype",Promise)],Gr.prototype,"delete",null),Ot([Ut(),xt("design:type",Function),xt("design:paramtypes",[Object,"function"==typeof(Kr="undefined"!=typeof D&&D)?Kr:Object,Object,d]),xt("design:returntype",Promise)],Gr.prototype,"raw",null),Ot([Ut(),xt("design:type",Function),xt("design:paramtypes",[String,String,Object,d]),xt("design:returntype",Promise)],Gr.prototype,"view",null),Gr.decoration(),T.setCurrent(we);class Yr extends B{constructor(t){super(),this.client=t,this.decoder=new TextDecoder("utf8")}async close(){this.listeningStack&&this.listeningStack.close()}parsePayload(t){const e=this.decoder.decode(t);return JSON.parse(e)}observe(t){if(!(t instanceof Gr))throw new A("Only FabricClientAdapter can be observed by dispatch");return super.observe(t),()=>this.unObserve(t)}async updateObservers(t,e,r,...i){const{log:s,ctxArgs:n}=T.logCtx(this.updateObservers,e,!1,...i);if(this.adapter)try{await this.adapter.refresh(t,e,r,...n)}catch(t){throw new J("Failed to refresh dispatch: "+t)}else s.verbose(`No adapter observed for dispatch; skipping observer update for ${"string"==typeof t?t:P.tableName(t)}:${e}`)}async handleEvents(t){if(!this.listeningStack)throw new J('Event stack not initialized. Ensure that "startListening" is called before attempting this operation.');if(!this.adapter||!this.adapter.config)throw new J("No adapter found. should be impossible");const e=t||await this.adapter.context(K.READ,{correlationId:this.adapter.config.chaincodeName},this.models&&this.models[0]||P),r=this.log.for(this.handleEvents);r.info(`Listening for incoming events on chaincode "${this.adapter.config.chaincodeName}" on channel "${this.adapter.config.channel}"...`);try{for await(const t of this.listeningStack){const{table:i,event:s,owner:n}=Er(t.eventName);if(n&&n!==this.adapter.config?.mspId)continue;const a=this.parsePayload(t.payload);try{const t=(i?P.get(i):P.get(this.models[0].name))??(i||this.models[0]?.name);await this.updateObservers(t,s,a.id,e)}catch(t){r.error(`Failed update observables for table ${i} event ${s} id: ${a.id}: ${t}`)}}}catch(t){r.error(`Failed to read event for chaincode "${this.adapter.config.chaincodeName}" on channel "${this.adapter.config.channel}": ${t}`),await this.close()}}async initialize(){if(!this.adapter)throw new J("No adapter or config observed for dispatch");const t=await this.adapter.context("dispatch",{correlationId:this.adapter.config.chaincodeName},P),{ctx:e}=this.logCtx([t],this.initialize),r=(await Gr.getGateway(e,this.adapter.config,this.client)).getNetwork(this.adapter.config.channel);if(!this.adapter)throw new J("No adapter observed for dispatch");this.listeningStack=await r.getChaincodeEvents(this.adapter.config.chaincodeName),this.handleEvents(e)}}Gr&&(Gr._baseDispatch=Yr);const Vr="##VERSION##",qr="##PACKAGE##";Nt.registerLibrary(qr,Vr);export{De as AllowanceError,Se as BASE_ALPHABET,Re as BalanceError,Te as BaseEncoder,$r as CA_ROLE,Ee as CRYPTO,ae as ClientSerializer,Ae as CoreUtils,Ie as CryptoUtils,Rr as DefaultFabricClientFlags,Cr as DeterministicSerializer,Ne as ERC20Events,je as EndorsementError,ze as EndorsementPolicyError,Ve as FabricBaseModel,Gr as FabricClientAdapter,Yr as FabricClientDispatch,re as FabricClientRepository,oe as FabricERC20ClientRepository,Ge as FabricEnrollmentService,we as FabricFlavour,qe as FabricIdentifiedBaseModel,Ir as FabricIdentityService,me as FabricModelKeys,xe as HFCAIdentityAttributes,Oe as HFCAIdentityType,be as Identity,pe as IdentityCredentials,ye as IdentityType,dr as ImplicitPrivateCollection,ke as MissingContextError,_e as MissingPKCSS11Lib,cr as ModelCollection,Le as MvccReadConflictError,lr as NamespaceCollection,Pe as NotInitializedError,$e as OverflowError,We as Owner,qr as PACKAGE_NAME,Me as PhantomReadConflictError,Fe as RegistrationError,Ye as RegistrationRequestBuilder,hr as SEGREGATED_COLLECTION_EXTRACTION_PRIORITY,Tr as SimpleDeterministicSerializer,Ke as TransactionBufferSizeError,Ue as TransactionLimitsError,He as TransactionTimeoutError,Be as UnauthorizedPrivateDataAccess,Vr as VERSION,Or as add,ur as applySegregationFlags,Fr as contentOfLoadFile,rr as createMirrorHandler,sr as deleteMirrorHandler,er as evalMirrorMetadata,Je as extractMspId,Mr as extractPrivateKey,gr as extractSegregatedCollections,Sr as generateFabricEventName,de as generateModelDesignDocs,le as generateModelIndexes,ve as getAkiAndSerialFromCert,Br as getCAUser,_r as getFirstDirFileName,jr as getFirstDirFileNameContent,Pr as getIdentity,Lr as getSigner,or as mirror,nr as mirrorWriteGuard,Xe as ownedBy,Qe as ownedByOnCreate,Er as parseEventName,br as privateData,kr as readFile,ar as readMirrorHandler,he as readModelFile,ue as readModelFolders,Nr as safeParseInt,fr as segregatedDataOnCreate,yr as segregatedDataOnDelete,pr as segregatedDataOnRead,mr as segregatedDataOnUpdate,Ar as sharedData,vr as sortKeysOnlyRecursive,xr as sub,tr as transactionId,Ze as transactionIdOnCreate,ir as updateMirrorHandler,fe as writeDesignDocs,ge as writeIndexes};
|
|
2
2
|
//# sourceMappingURL=for-fabric.js.map
|