(ampersand: boolean = false)
| 653 | } |
| 654 | |
| 655 | public getDeploymentIdQuery(ampersand: boolean = false): string | undefined { |
| 656 | const prefix = ampersand ? '&' : '?' |
| 657 | return this.deploymentId ? `${prefix}dpl=${this.deploymentId}` : '' |
| 658 | } |
| 659 | |
| 660 | public get immutableAssetToken(): string | undefined { |
| 661 | return undefined |
no outgoing calls