record-replay-req-res-scenario 13.1.20 → 16.0.2

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.
Files changed (62) hide show
  1. package/README.md +3 -3
  2. package/assets/shared/shared_folder_info.txt +7 -0
  3. package/bin/record-replay-req-res-scenario +10 -10
  4. package/bin/record-replay-req-res-scenario-debug +10 -10
  5. package/bin/record-replay-req-res-scenario-debug-brk +10 -10
  6. package/bin/start.js +1 -1
  7. package/browser/README.md +24 -24
  8. package/browser/esm2022/lib/index.mjs +7 -0
  9. package/browser/{esm2020 → esm2022}/lib/record-replay-req-res-scenario.mjs +2 -2
  10. package/{client/fesm2015 → browser/fesm2022}/record-replay-req-res-scenario.mjs +4 -2
  11. package/browser/{fesm2015 → fesm2022}/record-replay-req-res-scenario.mjs.map +1 -1
  12. package/browser/lib/record-replay-req-res-scenario.d.ts +3 -3
  13. package/browser/package.json +6 -12
  14. package/client/README.md +24 -24
  15. package/client/esm2022/lib/index.mjs +7 -0
  16. package/client/{esm2020 → esm2022}/lib/record-replay-req-res-scenario.mjs +2 -2
  17. package/client/{fesm2020 → fesm2022}/record-replay-req-res-scenario.mjs +4 -2
  18. package/{browser/fesm2020 → client/fesm2022}/record-replay-req-res-scenario.mjs.map +1 -1
  19. package/client/lib/record-replay-req-res-scenario.d.ts +3 -3
  20. package/client/package.json +321 -25
  21. package/index.js.map +1 -1
  22. package/lib/index.js.map +1 -1
  23. package/lib/record-replay-req-res-scenario.d.ts +3 -3
  24. package/lib/record-replay-req-res-scenario.js +14 -11
  25. package/lib/record-replay-req-res-scenario.js.map +1 -1
  26. package/lib/scenario.backend.d.ts +5 -5
  27. package/lib/scenario.backend.js +1 -2
  28. package/lib/scenario.backend.js.map +1 -1
  29. package/lib/start.backend.js.map +1 -1
  30. package/lib/tape.backend.js.map +1 -1
  31. package/package.json +42 -6
  32. package/package.json_devDependencies.json +223 -223
  33. package/package.json_tnp.json5 +42 -38
  34. package/tmp-environment.json +256 -211
  35. package/websql/README.md +24 -24
  36. package/websql/esm2022/lib/index.mjs +7 -0
  37. package/websql/{esm2020 → esm2022}/lib/record-replay-req-res-scenario.mjs +2 -2
  38. package/{browser/fesm2015 → websql/fesm2022}/record-replay-req-res-scenario.mjs +4 -2
  39. package/websql/{fesm2015 → fesm2022}/record-replay-req-res-scenario.mjs.map +1 -1
  40. package/websql/lib/record-replay-req-res-scenario.d.ts +3 -3
  41. package/websql/package.json +6 -12
  42. package/app.d.ts +0 -0
  43. package/app.js +0 -6
  44. package/app.js.map +0 -1
  45. package/browser/esm2020/lib/index.mjs +0 -7
  46. package/browser/fesm2020/record-replay-req-res-scenario.mjs +0 -28
  47. package/client/esm2020/lib/index.mjs +0 -7
  48. package/client/fesm2015/record-replay-req-res-scenario.mjs.map +0 -1
  49. package/client/fesm2020/record-replay-req-res-scenario.mjs.map +0 -1
  50. package/websql/esm2020/lib/index.mjs +0 -7
  51. package/websql/fesm2015/record-replay-req-res-scenario.mjs +0 -28
  52. package/websql/fesm2020/record-replay-req-res-scenario.mjs +0 -28
  53. package/websql/fesm2020/record-replay-req-res-scenario.mjs.map +0 -1
  54. /package/browser/{esm2020 → esm2022}/public-api.mjs +0 -0
  55. /package/browser/{esm2020 → esm2022}/record-replay-req-res-scenario.mjs +0 -0
  56. /package/browser/{record-replay-req-res-scenario.d.ts → index.d.ts} +0 -0
  57. /package/client/{esm2020 → esm2022}/public-api.mjs +0 -0
  58. /package/client/{esm2020 → esm2022}/record-replay-req-res-scenario.mjs +0 -0
  59. /package/client/{record-replay-req-res-scenario.d.ts → index.d.ts} +0 -0
  60. /package/websql/{esm2020 → esm2022}/public-api.mjs +0 -0
  61. /package/websql/{esm2020 → esm2022}/record-replay-req-res-scenario.mjs +0 -0
  62. /package/websql/{record-replay-req-res-scenario.d.ts → index.d.ts} +0 -0
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # record-replay-req-res-scenario
2
- ## library for recording/replaying requests/responses as scenarios
3
-
1
+ # record-replay-req-res-scenario
2
+ ## library for recording/replaying requests/responses as scenarios
3
+
@@ -0,0 +1,7 @@
1
+ THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
2
+
3
+ Assets from this folder are being shipped with this npm package (record-replay-req-res-scenario@16.0.2)
4
+ created from this project.
5
+
6
+ THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
7
+
@@ -1,10 +1,10 @@
1
- #!/usr/bin/env node
2
- var { fse, crossPlatformPath, path } = require('tnp-core');
3
- var path = {
4
- dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
- bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
- }
7
- var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
- global.globalSystemToolMode = true;
9
- var run = require(p).run;
10
- run(process.argv.slice(2));
1
+ #!/usr/bin/env node
2
+ var { fse, crossPlatformPath, path } = require('tnp-core');
3
+ var path = {
4
+ dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
+ bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
+ }
7
+ var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
+ global.globalSystemToolMode = true;
9
+ var run = require(p).run;
10
+ run(process.argv.slice(2));
@@ -1,10 +1,10 @@
1
- #!/usr/bin/env node --inspect
2
- var { fse, crossPlatformPath, path } = require('tnp-core');
3
- var path = {
4
- dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
- bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
- }
7
- var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
- global.globalSystemToolMode = true;
9
- var run = require(p).run;
10
- run(process.argv.slice(2));
1
+ #!/usr/bin/env node --inspect
2
+ var { fse, crossPlatformPath, path } = require('tnp-core');
3
+ var path = {
4
+ dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
+ bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
+ }
7
+ var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
+ global.globalSystemToolMode = true;
9
+ var run = require(p).run;
10
+ run(process.argv.slice(2));
@@ -1,10 +1,10 @@
1
- #!/usr/bin/env node --inspect-brk
2
- var { fse, crossPlatformPath, path } = require('tnp-core');
3
- var path = {
4
- dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
- bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
- }
7
- var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
- global.globalSystemToolMode = true;
9
- var run = require(p).run;
10
- run(process.argv.slice(2));
1
+ #!/usr/bin/env node --inspect-brk
2
+ var { fse, crossPlatformPath, path } = require('tnp-core');
3
+ var path = {
4
+ dist: path.join(crossPlatformPath(__dirname), '../dist/lib/start.backend.js'),
5
+ bundle: path.join(crossPlatformPath(__dirname), '../start.backend.js')
6
+ }
7
+ var p = fse.existsSync(path.dist) ? path.dist : path.bundle;
8
+ global.globalSystemToolMode = true;
9
+ var run = require(p).run;
10
+ run(process.argv.slice(2));
package/bin/start.js CHANGED
@@ -1 +1 @@
1
- dupasd
1
+ dupasd
package/browser/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
@@ -0,0 +1,7 @@
1
+ /* */
2
+ /* */
3
+ /* */
4
+ export { RecordReplayReqResScenario } from './record-replay-req-res-scenario';
5
+ ;
6
+ ({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL3JlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpby9wcm9qZWN0cy9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vc3JjL2xpYi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFFTCxPQUFPLEVBQUUsMEJBQTBCLEVBQXdDLE1BQU0sa0NBQWtDLENBQUM7QUFJbkgsQ0FBQztBQUFBLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyx3RUFBd0UiLCJzb3VyY2VzQ29udGVudCI6WyJcblxuLyogKi9cbi8qICovXG4vKiAqL1xuICBcbmV4cG9ydCB7IFJlY29yZFJlcGxheVJlcVJlc1NjZW5hcmlvLCBSZWNvcmRlckNvbmZpZ01ldGEsIFJlcGxheUNvbmZpZ01ldGEgfSBmcm9tICcuL3JlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpbyc7XG5cblxuXG4gOyh7fSk7IC8vIEAtLWVuZC1vZi1maWxlLWZvci1tb2R1bGU9cmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvIGxpYi9pbmRleC50cyJdfQ==
@@ -14,5 +14,5 @@
14
14
  export class RecordReplayReqResScenario {
15
15
  }
16
16
  ;
17
- ({}); // @--end-of-file-for-module=record-replay-req-res-scenario tmp-src-bundle/lib/record-replay-req-res-scenario.ts
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vcHJvamVjdHMvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvL3NyYy9saWIvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFzQ0wsTUFBTSxPQUFPLDBCQUEwQjtDQStXdEM7QUFDQSxDQUFDO0FBQUEsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLGdIQUFnSCIsInNvdXJjZXNDb250ZW50IjpbIlxuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG5cblxuXG5leHBvcnQgdHlwZSBSZWNvcmREYXRhID0geyBob3N0OiBudW1iZXIgfCBzdHJpbmcgfCBVUkw7IHRhbGtiYWNrUHJveHlQb3J0PzogbnVtYmVyIHwgc3RyaW5nOyB9XG5cbmV4cG9ydCB0eXBlIFJlY29yZGVyQ29uZmlnTWV0YSA9IHtcbiAgW3JlY29yZEhvc3ROYW1lOiBzdHJpbmddOiBSZWNvcmREYXRhO1xufSAmIHsgc2NlbmFyaW9OYW1lOiBzdHJpbmc7IH1cblxuZXhwb3J0IHR5cGUgUmVwbGF5Q29uZmlnTWV0YSA9IHtcbiAgW3JlY29yZEhvc3ROYW1lOiBzdHJpbmddOiB7IHRhbGtiYWNrUHJveHlQb3J0PzogbnVtYmVyIHwgc3RyaW5nOyB9XG59ICYgeyBzY2VuYXJpb1BhdGg6IHN0cmluZzsgfVxuXG50eXBlIEFyZ3NPcHRSZXBsYXlSZWNvcmRBcmdUeXBlID0geyBwb3J0OiBzdHJpbmcgfCBzdHJpbmdbXTsgaG9zdE5hbWU6IHN0cmluZyB8IHN0cmluZ1tdOyB9O1xuXG5pbnRlcmZhY2UgUmVjb3JkQXJnVHlwZSB7XG4gIHJlY29yZDoge1xuICAgIC8qKlxuICAgICAqIHVybCB3aXRoIGhvc3QgdG8gcmVjb3JkXG4gICAgICovXG4gICAgdXJsOiBVUkw7XG4gICAgLyoqXG4gICAgICogSWRlbnRpZmllciBvZiB3aGF0IHdhcyB0aGUgbmFtZSBvciBpZCBvZiBzZXJ2ZXIuXG4gICAgICogdGhpcyBtZXRhZGF0YSBpcyB1c2VmdWxsIHRvIHJlcGxheSBiYWNrIG11bHRpcGxlIHNlcnZlcnNcbiAgICAgKiBvbiBkaWZmZXJlbnQgdGFsa2JhY2sgcG9ydHNcbiAgICAgKi9cbiAgICBuYW1lOiBzdHJpbmc7XG4gIH07XG4gIC8qKlxuICAgKiB0YWxrYmFjayBwb3J0IGZvciBsb2NhbGhvc3QgcHJveHlcbiAgICovXG4gIHRhbGtiYWNrUHJveHlQb3J0OiBudW1iZXI7XG59XG5cblxuXG5leHBvcnQgY2xhc3MgUmVjb3JkUmVwbGF5UmVxUmVzU2NlbmFyaW8ge1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4gIFxufVxuIDsoe30pOyAvLyBALS1lbmQtb2YtZmlsZS1mb3ItbW9kdWxlPXJlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpbyB0bXAtc3JjLWJ1bmRsZS9saWIvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLnRzIl19
17
+ ({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/record-replay-req-res-scenario.ts
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vcHJvamVjdHMvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvL3NyYy9saWIvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUdBLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFzQ0wsTUFBTSxPQUFPLDBCQUEwQjtDQStXdEM7QUFHQSxDQUFDO0FBQUEsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLGlHQUFpRyIsInNvdXJjZXNDb250ZW50IjpbIlxuXG5cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4gIFxuXG5cblxuZXhwb3J0IHR5cGUgUmVjb3JkRGF0YSA9IHsgaG9zdDogbnVtYmVyIHwgc3RyaW5nIHwgVVJMOyB0YWxrYmFja1Byb3h5UG9ydD86IG51bWJlciB8IHN0cmluZzsgfVxuXG5leHBvcnQgdHlwZSBSZWNvcmRlckNvbmZpZ01ldGEgPSB7XG4gIFtyZWNvcmRIb3N0TmFtZTogc3RyaW5nXTogUmVjb3JkRGF0YTtcbn0gJiB7IHNjZW5hcmlvTmFtZTogc3RyaW5nOyB9XG5cbmV4cG9ydCB0eXBlIFJlcGxheUNvbmZpZ01ldGEgPSB7XG4gIFtyZWNvcmRIb3N0TmFtZTogc3RyaW5nXTogeyB0YWxrYmFja1Byb3h5UG9ydD86IG51bWJlciB8IHN0cmluZzsgfVxufSAmIHsgc2NlbmFyaW9QYXRoOiBzdHJpbmc7IH1cblxudHlwZSBBcmdzT3B0UmVwbGF5UmVjb3JkQXJnVHlwZSA9IHsgcG9ydDogc3RyaW5nIHwgc3RyaW5nW107IGhvc3ROYW1lOiBzdHJpbmcgfCBzdHJpbmdbXTsgfTtcblxuaW50ZXJmYWNlIFJlY29yZEFyZ1R5cGUge1xuICByZWNvcmQ6IHtcbiAgICAvKipcbiAgICAgKiB1cmwgd2l0aCBob3N0IHRvIHJlY29yZFxuICAgICAqL1xuICAgIHVybDogVVJMO1xuICAgIC8qKlxuICAgICAqIElkZW50aWZpZXIgb2Ygd2hhdCB3YXMgdGhlIG5hbWUgb3IgaWQgb2Ygc2VydmVyLlxuICAgICAqIHRoaXMgbWV0YWRhdGEgaXMgdXNlZnVsbCB0byByZXBsYXkgYmFjayBtdWx0aXBsZSBzZXJ2ZXJzXG4gICAgICogb24gZGlmZmVyZW50IHRhbGtiYWNrIHBvcnRzXG4gICAgICovXG4gICAgbmFtZTogc3RyaW5nO1xuICB9O1xuICAvKipcbiAgICogdGFsa2JhY2sgcG9ydCBmb3IgbG9jYWxob3N0IHByb3h5XG4gICAqL1xuICB0YWxrYmFja1Byb3h5UG9ydDogbnVtYmVyO1xufVxuXG5cblxuZXhwb3J0IGNsYXNzIFJlY29yZFJlcGxheVJlcVJlc1NjZW5hcmlvIHtcbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuICBcbn1cblxuXG4gOyh7fSk7IC8vIEAtLWVuZC1vZi1maWxlLWZvci1tb2R1bGU9cmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvIGxpYi9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8udHMiXX0=
@@ -14,11 +14,13 @@
14
14
  class RecordReplayReqResScenario {
15
15
  }
16
16
  ;
17
- ({}); // @--end-of-file-for-module=record-replay-req-res-scenario tmp-src-bundle/lib/record-replay-req-res-scenario.ts
17
+ ({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/record-replay-req-res-scenario.ts
18
18
 
19
+ /* */
20
+ /* */
19
21
  /* */
20
22
  ;
21
- ({}); // @--end-of-file-for-module=record-replay-req-res-scenario tmp-src-bundle/lib/index.ts
23
+ ({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts
22
24
 
23
25
  /**
24
26
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"record-replay-req-res-scenario.mjs","sources":["../../../tmp-libs-for-bundle/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/lib/record-replay-req-res-scenario.ts","../../../tmp-libs-for-bundle/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/lib/index.ts","../../../tmp-libs-for-bundle/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/record-replay-req-res-scenario.ts"],"sourcesContent":["\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n\n\n\nexport type RecordData = { host: number | string | URL; talkbackProxyPort?: number | string; }\n\nexport type RecorderConfigMeta = {\n [recordHostName: string]: RecordData;\n} & { scenarioName: string; }\n\nexport type ReplayConfigMeta = {\n [recordHostName: string]: { talkbackProxyPort?: number | string; }\n} & { scenarioPath: string; }\n\ntype ArgsOptReplayRecordArgType = { port: string | string[]; hostName: string | string[]; };\n\ninterface RecordArgType {\n record: {\n /**\n * url with host to record\n */\n url: URL;\n /**\n * Identifier of what was the name or id of server.\n * this metadata is usefull to replay back multiple servers\n * on different talkback ports\n */\n name: string;\n };\n /**\n * talkback port for localhost proxy\n */\n talkbackProxyPort: number;\n}\n\n\n\nexport class RecordReplayReqResScenario {\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n}\n ;({}); // @--end-of-file-for-module=record-replay-req-res-scenario tmp-src-bundle/lib/record-replay-req-res-scenario.ts","/* */\n/* */\n/* */\n \nexport { RecordReplayReqResScenario, RecorderConfigMeta, ReplayConfigMeta } from './record-replay-req-res-scenario';\n ;({}); // @--end-of-file-for-module=record-replay-req-res-scenario tmp-src-bundle/lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;MAsCa,0BAA0B,CAAA;AA+WtC,CAAA;AACA,CAAC;AAAA,CAAC,EAAE,EAAE;;ACnaP;AAKC,CAAC;AAAA,CAAC,EAAE,EAAE;;ACLP;;AAEG;;;;"}
1
+ {"version":3,"file":"record-replay-req-res-scenario.mjs","sources":["../../../tmp-libs-for-bundle/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/lib/record-replay-req-res-scenario.ts","../../../tmp-libs-for-bundle/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/lib/index.ts","../../../tmp-libs-for-bundle/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/record-replay-req-res-scenario.ts"],"sourcesContent":["\n\n\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n\n\n\nexport type RecordData = { host: number | string | URL; talkbackProxyPort?: number | string; }\n\nexport type RecorderConfigMeta = {\n [recordHostName: string]: RecordData;\n} & { scenarioName: string; }\n\nexport type ReplayConfigMeta = {\n [recordHostName: string]: { talkbackProxyPort?: number | string; }\n} & { scenarioPath: string; }\n\ntype ArgsOptReplayRecordArgType = { port: string | string[]; hostName: string | string[]; };\n\ninterface RecordArgType {\n record: {\n /**\n * url with host to record\n */\n url: URL;\n /**\n * Identifier of what was the name or id of server.\n * this metadata is usefull to replay back multiple servers\n * on different talkback ports\n */\n name: string;\n };\n /**\n * talkback port for localhost proxy\n */\n talkbackProxyPort: number;\n}\n\n\n\nexport class RecordReplayReqResScenario {\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n}\n\n\n ;({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/record-replay-req-res-scenario.ts","\n\n/* */\n/* */\n/* */\n \nexport { RecordReplayReqResScenario, RecorderConfigMeta, ReplayConfigMeta } from './record-replay-req-res-scenario';\n\n\n\n ;({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;MAsCa,0BAA0B,CAAA;AA+WtC,CAAA;AAGA,CAAC;AAAA,CAAC,EAAE,EAAE;;ACraP;AACA;AACA;AAMC,CAAC;AAAA,CAAC,EAAE,EAAE;;ACVP;;AAEG;;;;"}
@@ -1,14 +1,14 @@
1
1
  // @ts-nocheck
2
- export declare type RecordData = {
2
+ export type RecordData = {
3
3
  host: number | string | URL;
4
4
  talkbackProxyPort?: number | string;
5
5
  };
6
- export declare type RecorderConfigMeta = {
6
+ export type RecorderConfigMeta = {
7
7
  [recordHostName: string]: RecordData;
8
8
  } & {
9
9
  scenarioName: string;
10
10
  };
11
- export declare type ReplayConfigMeta = {
11
+ export type ReplayConfigMeta = {
12
12
  [recordHostName: string]: {
13
13
  talkbackProxyPort?: number | string;
14
14
  };
@@ -8,23 +8,17 @@
8
8
  "dependencies": {
9
9
  "tslib": "^2.3.0"
10
10
  },
11
- "module": "fesm2015/record-replay-req-res-scenario.mjs",
12
- "es2020": "fesm2020/record-replay-req-res-scenario.mjs",
13
- "esm2020": "esm2020/record-replay-req-res-scenario.mjs",
14
- "fesm2020": "fesm2020/record-replay-req-res-scenario.mjs",
15
- "fesm2015": "fesm2015/record-replay-req-res-scenario.mjs",
16
- "typings": "record-replay-req-res-scenario.d.ts",
11
+ "module": "fesm2022/record-replay-req-res-scenario.mjs",
12
+ "typings": "index.d.ts",
17
13
  "exports": {
18
14
  "./package.json": {
19
15
  "default": "./package.json"
20
16
  },
21
17
  ".": {
22
- "types": "./record-replay-req-res-scenario.d.ts",
23
- "esm2020": "./esm2020/record-replay-req-res-scenario.mjs",
24
- "es2020": "./fesm2020/record-replay-req-res-scenario.mjs",
25
- "es2015": "./fesm2015/record-replay-req-res-scenario.mjs",
26
- "node": "./fesm2015/record-replay-req-res-scenario.mjs",
27
- "default": "./fesm2020/record-replay-req-res-scenario.mjs"
18
+ "types": "./index.d.ts",
19
+ "esm2022": "./esm2022/record-replay-req-res-scenario.mjs",
20
+ "esm": "./esm2022/record-replay-req-res-scenario.mjs",
21
+ "default": "./fesm2022/record-replay-req-res-scenario.mjs"
28
22
  }
29
23
  },
30
24
  "sideEffects": false
package/client/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
@@ -0,0 +1,7 @@
1
+ /* */
2
+ /* */
3
+ /* */
4
+ export { RecordReplayReqResScenario } from './record-replay-req-res-scenario';
5
+ ;
6
+ ({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL3JlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpby9wcm9qZWN0cy9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vc3JjL2xpYi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFQSxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFFTCxPQUFPLEVBQUUsMEJBQTBCLEVBQXdDLE1BQU0sa0NBQWtDLENBQUM7QUFJbkgsQ0FBQztBQUFBLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyx3RUFBd0UiLCJzb3VyY2VzQ29udGVudCI6WyJcblxuLyogKi9cbi8qICovXG4vKiAqL1xuICBcbmV4cG9ydCB7IFJlY29yZFJlcGxheVJlcVJlc1NjZW5hcmlvLCBSZWNvcmRlckNvbmZpZ01ldGEsIFJlcGxheUNvbmZpZ01ldGEgfSBmcm9tICcuL3JlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpbyc7XG5cblxuXG4gOyh7fSk7IC8vIEAtLWVuZC1vZi1maWxlLWZvci1tb2R1bGU9cmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvIGxpYi9pbmRleC50cyJdfQ==
@@ -14,5 +14,5 @@
14
14
  export class RecordReplayReqResScenario {
15
15
  }
16
16
  ;
17
- ({}); // @--end-of-file-for-module=record-replay-req-res-scenario tmp-src-bundle/lib/record-replay-req-res-scenario.ts
18
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vcHJvamVjdHMvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvL3NyYy9saWIvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFzQ0wsTUFBTSxPQUFPLDBCQUEwQjtDQStXdEM7QUFDQSxDQUFDO0FBQUEsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLGdIQUFnSCIsInNvdXJjZXNDb250ZW50IjpbIlxuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG5cblxuXG5leHBvcnQgdHlwZSBSZWNvcmREYXRhID0geyBob3N0OiBudW1iZXIgfCBzdHJpbmcgfCBVUkw7IHRhbGtiYWNrUHJveHlQb3J0PzogbnVtYmVyIHwgc3RyaW5nOyB9XG5cbmV4cG9ydCB0eXBlIFJlY29yZGVyQ29uZmlnTWV0YSA9IHtcbiAgW3JlY29yZEhvc3ROYW1lOiBzdHJpbmddOiBSZWNvcmREYXRhO1xufSAmIHsgc2NlbmFyaW9OYW1lOiBzdHJpbmc7IH1cblxuZXhwb3J0IHR5cGUgUmVwbGF5Q29uZmlnTWV0YSA9IHtcbiAgW3JlY29yZEhvc3ROYW1lOiBzdHJpbmddOiB7IHRhbGtiYWNrUHJveHlQb3J0PzogbnVtYmVyIHwgc3RyaW5nOyB9XG59ICYgeyBzY2VuYXJpb1BhdGg6IHN0cmluZzsgfVxuXG50eXBlIEFyZ3NPcHRSZXBsYXlSZWNvcmRBcmdUeXBlID0geyBwb3J0OiBzdHJpbmcgfCBzdHJpbmdbXTsgaG9zdE5hbWU6IHN0cmluZyB8IHN0cmluZ1tdOyB9O1xuXG5pbnRlcmZhY2UgUmVjb3JkQXJnVHlwZSB7XG4gIHJlY29yZDoge1xuICAgIC8qKlxuICAgICAqIHVybCB3aXRoIGhvc3QgdG8gcmVjb3JkXG4gICAgICovXG4gICAgdXJsOiBVUkw7XG4gICAgLyoqXG4gICAgICogSWRlbnRpZmllciBvZiB3aGF0IHdhcyB0aGUgbmFtZSBvciBpZCBvZiBzZXJ2ZXIuXG4gICAgICogdGhpcyBtZXRhZGF0YSBpcyB1c2VmdWxsIHRvIHJlcGxheSBiYWNrIG11bHRpcGxlIHNlcnZlcnNcbiAgICAgKiBvbiBkaWZmZXJlbnQgdGFsa2JhY2sgcG9ydHNcbiAgICAgKi9cbiAgICBuYW1lOiBzdHJpbmc7XG4gIH07XG4gIC8qKlxuICAgKiB0YWxrYmFjayBwb3J0IGZvciBsb2NhbGhvc3QgcHJveHlcbiAgICovXG4gIHRhbGtiYWNrUHJveHlQb3J0OiBudW1iZXI7XG59XG5cblxuXG5leHBvcnQgY2xhc3MgUmVjb3JkUmVwbGF5UmVxUmVzU2NlbmFyaW8ge1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4gIFxufVxuIDsoe30pOyAvLyBALS1lbmQtb2YtZmlsZS1mb3ItbW9kdWxlPXJlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpbyB0bXAtc3JjLWJ1bmRsZS9saWIvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLnRzIl19
17
+ ({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/record-replay-req-res-scenario.ts
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vcHJvamVjdHMvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvL3NyYy9saWIvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUdBLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFzQ0wsTUFBTSxPQUFPLDBCQUEwQjtDQStXdEM7QUFHQSxDQUFDO0FBQUEsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLGlHQUFpRyIsInNvdXJjZXNDb250ZW50IjpbIlxuXG5cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4gIFxuXG5cblxuZXhwb3J0IHR5cGUgUmVjb3JkRGF0YSA9IHsgaG9zdDogbnVtYmVyIHwgc3RyaW5nIHwgVVJMOyB0YWxrYmFja1Byb3h5UG9ydD86IG51bWJlciB8IHN0cmluZzsgfVxuXG5leHBvcnQgdHlwZSBSZWNvcmRlckNvbmZpZ01ldGEgPSB7XG4gIFtyZWNvcmRIb3N0TmFtZTogc3RyaW5nXTogUmVjb3JkRGF0YTtcbn0gJiB7IHNjZW5hcmlvTmFtZTogc3RyaW5nOyB9XG5cbmV4cG9ydCB0eXBlIFJlcGxheUNvbmZpZ01ldGEgPSB7XG4gIFtyZWNvcmRIb3N0TmFtZTogc3RyaW5nXTogeyB0YWxrYmFja1Byb3h5UG9ydD86IG51bWJlciB8IHN0cmluZzsgfVxufSAmIHsgc2NlbmFyaW9QYXRoOiBzdHJpbmc7IH1cblxudHlwZSBBcmdzT3B0UmVwbGF5UmVjb3JkQXJnVHlwZSA9IHsgcG9ydDogc3RyaW5nIHwgc3RyaW5nW107IGhvc3ROYW1lOiBzdHJpbmcgfCBzdHJpbmdbXTsgfTtcblxuaW50ZXJmYWNlIFJlY29yZEFyZ1R5cGUge1xuICByZWNvcmQ6IHtcbiAgICAvKipcbiAgICAgKiB1cmwgd2l0aCBob3N0IHRvIHJlY29yZFxuICAgICAqL1xuICAgIHVybDogVVJMO1xuICAgIC8qKlxuICAgICAqIElkZW50aWZpZXIgb2Ygd2hhdCB3YXMgdGhlIG5hbWUgb3IgaWQgb2Ygc2VydmVyLlxuICAgICAqIHRoaXMgbWV0YWRhdGEgaXMgdXNlZnVsbCB0byByZXBsYXkgYmFjayBtdWx0aXBsZSBzZXJ2ZXJzXG4gICAgICogb24gZGlmZmVyZW50IHRhbGtiYWNrIHBvcnRzXG4gICAgICovXG4gICAgbmFtZTogc3RyaW5nO1xuICB9O1xuICAvKipcbiAgICogdGFsa2JhY2sgcG9ydCBmb3IgbG9jYWxob3N0IHByb3h5XG4gICAqL1xuICB0YWxrYmFja1Byb3h5UG9ydDogbnVtYmVyO1xufVxuXG5cblxuZXhwb3J0IGNsYXNzIFJlY29yZFJlcGxheVJlcVJlc1NjZW5hcmlvIHtcbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuICBcbn1cblxuXG4gOyh7fSk7IC8vIEAtLWVuZC1vZi1maWxlLWZvci1tb2R1bGU9cmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvIGxpYi9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8udHMiXX0=
@@ -14,11 +14,13 @@
14
14
  class RecordReplayReqResScenario {
15
15
  }
16
16
  ;
17
- ({}); // @--end-of-file-for-module=record-replay-req-res-scenario tmp-src-bundle/lib/record-replay-req-res-scenario.ts
17
+ ({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/record-replay-req-res-scenario.ts
18
18
 
19
+ /* */
20
+ /* */
19
21
  /* */
20
22
  ;
21
- ({}); // @--end-of-file-for-module=record-replay-req-res-scenario tmp-src-bundle/lib/index.ts
23
+ ({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts
22
24
 
23
25
  /**
24
26
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"record-replay-req-res-scenario.mjs","sources":["../../../tmp-libs-for-bundle/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/lib/record-replay-req-res-scenario.ts","../../../tmp-libs-for-bundle/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/lib/index.ts","../../../tmp-libs-for-bundle/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/record-replay-req-res-scenario.ts"],"sourcesContent":["\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n\n\n\nexport type RecordData = { host: number | string | URL; talkbackProxyPort?: number | string; }\n\nexport type RecorderConfigMeta = {\n [recordHostName: string]: RecordData;\n} & { scenarioName: string; }\n\nexport type ReplayConfigMeta = {\n [recordHostName: string]: { talkbackProxyPort?: number | string; }\n} & { scenarioPath: string; }\n\ntype ArgsOptReplayRecordArgType = { port: string | string[]; hostName: string | string[]; };\n\ninterface RecordArgType {\n record: {\n /**\n * url with host to record\n */\n url: URL;\n /**\n * Identifier of what was the name or id of server.\n * this metadata is usefull to replay back multiple servers\n * on different talkback ports\n */\n name: string;\n };\n /**\n * talkback port for localhost proxy\n */\n talkbackProxyPort: number;\n}\n\n\n\nexport class RecordReplayReqResScenario {\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n}\n ;({}); // @--end-of-file-for-module=record-replay-req-res-scenario tmp-src-bundle/lib/record-replay-req-res-scenario.ts","/* */\n/* */\n/* */\n \nexport { RecordReplayReqResScenario, RecorderConfigMeta, ReplayConfigMeta } from './record-replay-req-res-scenario';\n ;({}); // @--end-of-file-for-module=record-replay-req-res-scenario tmp-src-bundle/lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;MAsCa,0BAA0B,CAAA;AA+WtC,CAAA;AACA,CAAC;AAAA,CAAC,EAAE,EAAE;;ACnaP;AAKC,CAAC;AAAA,CAAC,EAAE,EAAE;;ACLP;;AAEG;;;;"}
1
+ {"version":3,"file":"record-replay-req-res-scenario.mjs","sources":["../../../tmp-libs-for-bundle/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/lib/record-replay-req-res-scenario.ts","../../../tmp-libs-for-bundle/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/lib/index.ts","../../../tmp-libs-for-bundle/record-replay-req-res-scenario/projects/record-replay-req-res-scenario/src/record-replay-req-res-scenario.ts"],"sourcesContent":["\n\n\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n\n\n\nexport type RecordData = { host: number | string | URL; talkbackProxyPort?: number | string; }\n\nexport type RecorderConfigMeta = {\n [recordHostName: string]: RecordData;\n} & { scenarioName: string; }\n\nexport type ReplayConfigMeta = {\n [recordHostName: string]: { talkbackProxyPort?: number | string; }\n} & { scenarioPath: string; }\n\ntype ArgsOptReplayRecordArgType = { port: string | string[]; hostName: string | string[]; };\n\ninterface RecordArgType {\n record: {\n /**\n * url with host to record\n */\n url: URL;\n /**\n * Identifier of what was the name or id of server.\n * this metadata is usefull to replay back multiple servers\n * on different talkback ports\n */\n name: string;\n };\n /**\n * talkback port for localhost proxy\n */\n talkbackProxyPort: number;\n}\n\n\n\nexport class RecordReplayReqResScenario {\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n}\n\n\n ;({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/record-replay-req-res-scenario.ts","\n\n/* */\n/* */\n/* */\n \nexport { RecordReplayReqResScenario, RecorderConfigMeta, ReplayConfigMeta } from './record-replay-req-res-scenario';\n\n\n\n ;({}); // @--end-of-file-for-module=record-replay-req-res-scenario lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;MAsCa,0BAA0B,CAAA;AA+WtC,CAAA;AAGA,CAAC;AAAA,CAAC,EAAE,EAAE;;ACraP;AACA;AACA;AAMC,CAAC;AAAA,CAAC,EAAE,EAAE;;ACVP;;AAEG;;;;"}
@@ -1,14 +1,14 @@
1
1
  // @ts-nocheck
2
- export declare type RecordData = {
2
+ export type RecordData = {
3
3
  host: number | string | URL;
4
4
  talkbackProxyPort?: number | string;
5
5
  };
6
- export declare type RecorderConfigMeta = {
6
+ export type RecorderConfigMeta = {
7
7
  [recordHostName: string]: RecordData;
8
8
  } & {
9
9
  scenarioName: string;
10
10
  };
11
- export declare type ReplayConfigMeta = {
11
+ export type ReplayConfigMeta = {
12
12
  [recordHostName: string]: {
13
13
  talkbackProxyPort?: number | string;
14
14
  };