record-replay-req-res-scenario 0.0.24 → 13.0.4
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/app.js +10 -0
- package/app.js.map +1 -1
- package/bin/start.js +1 -1
- package/browser/README.md +24 -0
- package/browser/esm2020/lib/index.mjs +5 -0
- package/browser/esm2020/lib/record-replay-req-res-scenario.mjs +18 -0
- package/browser/esm2020/public-api.mjs +2 -0
- package/browser/esm2020/record-replay-req-res-scenario.mjs +5 -0
- package/browser/fesm2015/record-replay-req-res-scenario.mjs +26 -0
- package/browser/fesm2015/record-replay-req-res-scenario.mjs.map +1 -0
- package/browser/fesm2020/record-replay-req-res-scenario.mjs +26 -0
- package/browser/fesm2020/record-replay-req-res-scenario.mjs.map +1 -0
- package/browser/{index.d.ts → lib/index.d.ts} +0 -0
- package/browser/lib/record-replay-req-res-scenario.d.ts +18 -0
- package/browser/package.json +31 -0
- package/browser/public-api.d.ts +1 -0
- package/browser/record-replay-req-res-scenario.d.ts +5 -18
- package/client/README.md +24 -0
- package/client/esm2020/lib/index.mjs +5 -0
- package/client/esm2020/lib/record-replay-req-res-scenario.mjs +18 -0
- package/client/esm2020/public-api.mjs +2 -0
- package/client/esm2020/record-replay-req-res-scenario.mjs +5 -0
- package/client/fesm2015/record-replay-req-res-scenario.mjs +26 -0
- package/client/fesm2015/record-replay-req-res-scenario.mjs.map +1 -0
- package/client/fesm2020/record-replay-req-res-scenario.mjs +26 -0
- package/client/fesm2020/record-replay-req-res-scenario.mjs.map +1 -0
- package/client/{index.d.ts → lib/index.d.ts} +0 -0
- package/client/lib/record-replay-req-res-scenario.d.ts +18 -0
- package/client/package.json +25 -10
- package/client/public-api.d.ts +1 -0
- package/client/record-replay-req-res-scenario.d.ts +5 -18
- package/index.d.ts +1 -3
- package/index.js +2 -8
- package/index.js.map +1 -1
- package/lib/index.d.ts +3 -0
- package/lib/index.js +11 -0
- package/lib/index.js.map +1 -0
- package/{record-replay-req-res-scenario.d.ts → lib/record-replay-req-res-scenario.d.ts} +0 -0
- package/{record-replay-req-res-scenario.js → lib/record-replay-req-res-scenario.js} +26 -25
- package/lib/record-replay-req-res-scenario.js.map +1 -0
- package/{scenario.backend.d.ts → lib/scenario.backend.d.ts} +0 -0
- package/{scenario.backend.js → lib/scenario.backend.js} +14 -13
- package/lib/scenario.backend.js.map +1 -0
- package/{start.backend.d.ts → lib/start.backend.d.ts} +0 -0
- package/{start.backend.js → lib/start.backend.js} +3 -3
- package/lib/start.backend.js.map +1 -0
- package/{tape.backend.d.ts → lib/tape.backend.d.ts} +0 -0
- package/{tape.backend.js → lib/tape.backend.js} +1 -1
- package/lib/tape.backend.js.map +1 -0
- package/package.json +3 -4
- package/package.json_devDependencies.json +24 -24
- package/{package.json_tnp.json → package.json_tnp.json5} +8 -7
- package/tmp-environment.json +109 -111
- package/browser/es5/index.js +0 -14
- package/browser/es5/record-replay-req-res-scenario.js +0 -14
- package/browser/index.js +0 -2
- package/browser/index.js.map +0 -1
- package/browser/record-replay-req-res-scenario.js +0 -5
- package/browser/record-replay-req-res-scenario.js.map +0 -1
- package/client/es5/index.js +0 -14
- package/client/es5/record-replay-req-res-scenario.js +0 -14
- package/client/index.js +0 -2
- package/client/index.js.map +0 -1
- package/client/record-replay-req-res-scenario.js +0 -5
- package/client/record-replay-req-res-scenario.js.map +0 -1
- package/record-replay-req-res-scenario.js.map +0 -1
- package/scenario.backend.js.map +0 -1
- package/start.backend.js.map +0 -1
- package/tape.backend.js.map +0 -1
package/app.js
CHANGED
package/app.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.js","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"app.js","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":"AAAA,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK;AACL,KAAK"}
|
package/bin/start.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
dupasd
|
|
1
|
+
/* @fixed */ dupasd
|
|
@@ -0,0 +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.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
/* */
|
|
4
|
+
export { RecordReplayReqResScenario } from './record-replay-req-res-scenario';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL3JlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpby9wcm9qZWN0cy9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vc3JjL2xpYi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFFTCxPQUFPLEVBQUUsMEJBQTBCLEVBQXdDLE1BQU0sa0NBQWtDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKiAqL1xuLyogKi9cbi8qICovXG4gIFxuZXhwb3J0IHsgUmVjb3JkUmVwbGF5UmVxUmVzU2NlbmFyaW8sIFJlY29yZGVyQ29uZmlnTWV0YSwgUmVwbGF5Q29uZmlnTWV0YSB9IGZyb20gJy4vcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvJztcblxuXG4iXX0=
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
//#region imports
|
|
2
|
+
/* */
|
|
3
|
+
/* */
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
/* */
|
|
15
|
+
//#endregion
|
|
16
|
+
export class RecordReplayReqResScenario {
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vcHJvamVjdHMvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvL3NyYy9saWIvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGlCQUFpQjtBQUNqQixLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBb0NMLFlBQVk7QUFFWixNQUFNLE9BQU8sMEJBQTBCO0NBK1d0QyIsInNvdXJjZXNDb250ZW50IjpbIi8vI3JlZ2lvbiBpbXBvcnRzXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuICBcbi8vI2VuZHJlZ2lvblxuXG4vLyNyZWdpb24gbW9kZWxzXG5leHBvcnQgdHlwZSBSZWNvcmREYXRhID0geyBob3N0OiBudW1iZXIgfCBzdHJpbmcgfCBVUkw7IHRhbGtiYWNrUHJveHlQb3J0PzogbnVtYmVyIHwgc3RyaW5nOyB9XG5cbmV4cG9ydCB0eXBlIFJlY29yZGVyQ29uZmlnTWV0YSA9IHtcbiAgW3JlY29yZEhvc3ROYW1lOiBzdHJpbmddOiBSZWNvcmREYXRhO1xufSAmIHsgc2NlbmFyaW9OYW1lOiBzdHJpbmc7IH1cblxuZXhwb3J0IHR5cGUgUmVwbGF5Q29uZmlnTWV0YSA9IHtcbiAgW3JlY29yZEhvc3ROYW1lOiBzdHJpbmddOiB7IHRhbGtiYWNrUHJveHlQb3J0PzogbnVtYmVyIHwgc3RyaW5nOyB9XG59ICYgeyBzY2VuYXJpb1BhdGg6IHN0cmluZzsgfVxuXG50eXBlIEFyZ3NPcHRSZXBsYXlSZWNvcmRBcmdUeXBlID0geyBwb3J0OiBzdHJpbmcgfCBzdHJpbmdbXTsgaG9zdE5hbWU6IHN0cmluZyB8IHN0cmluZ1tdOyB9O1xuXG5pbnRlcmZhY2UgUmVjb3JkQXJnVHlwZSB7XG4gIHJlY29yZDoge1xuICAgIC8qKlxuICAgICAqIHVybCB3aXRoIGhvc3QgdG8gcmVjb3JkXG4gICAgICovXG4gICAgdXJsOiBVUkw7XG4gICAgLyoqXG4gICAgICogSWRlbnRpZmllciBvZiB3aGF0IHdhcyB0aGUgbmFtZSBvciBpZCBvZiBzZXJ2ZXIuXG4gICAgICogdGhpcyBtZXRhZGF0YSBpcyB1c2VmdWxsIHRvIHJlcGxheSBiYWNrIG11bHRpcGxlIHNlcnZlcnNcbiAgICAgKiBvbiBkaWZmZXJlbnQgdGFsa2JhY2sgcG9ydHNcbiAgICAgKi9cbiAgICBuYW1lOiBzdHJpbmc7XG4gIH07XG4gIC8qKlxuICAgKiB0YWxrYmFjayBwb3J0IGZvciBsb2NhbGhvc3QgcHJveHlcbiAgICovXG4gIHRhbGtiYWNrUHJveHlQb3J0OiBudW1iZXI7XG59XG5cbi8vI2VuZHJlZ2lvblxuXG5leHBvcnQgY2xhc3MgUmVjb3JkUmVwbGF5UmVxUmVzU2NlbmFyaW8ge1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4gIFxufVxuXG4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './lib';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvL3Byb2plY3RzL3JlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpby9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLE9BQU8sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGliJztcbiJdfQ==
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vcHJvamVjdHMvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvL3NyYy9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
//#region imports
|
|
2
|
+
/* */
|
|
3
|
+
/* */
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
/* */
|
|
15
|
+
//#endregion
|
|
16
|
+
class RecordReplayReqResScenario {
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/* */
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Generated bundle index. Do not edit.
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
export { RecordReplayReqResScenario };
|
|
26
|
+
//# sourceMappingURL=record-replay-req-res-scenario.mjs.map
|
|
@@ -0,0 +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":["//#region imports\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n//#endregion\n\n//#region models\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//#endregion\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/* */\n/* */\n \nexport { RecordReplayReqResScenario, RecorderConfigMeta, ReplayConfigMeta } from './record-replay-req-res-scenario';\n\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAoCA;MAEa,0BAA0B,CAAA;AA+WtC;;AClaD;;ACAA;;AAEG;;;;"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
//#region imports
|
|
2
|
+
/* */
|
|
3
|
+
/* */
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
/* */
|
|
15
|
+
//#endregion
|
|
16
|
+
class RecordReplayReqResScenario {
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/* */
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Generated bundle index. Do not edit.
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
export { RecordReplayReqResScenario };
|
|
26
|
+
//# sourceMappingURL=record-replay-req-res-scenario.mjs.map
|
|
@@ -0,0 +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":["//#region imports\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n//#endregion\n\n//#region models\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//#endregion\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/* */\n/* */\n \nexport { RecordReplayReqResScenario, RecorderConfigMeta, ReplayConfigMeta } from './record-replay-req-res-scenario';\n\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAoCA;MAEa,0BAA0B,CAAA;AA+WtC;;AClaD;;ACAA;;AAEG;;;;"}
|
|
File without changes
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare type RecordData = {
|
|
2
|
+
host: number | string | URL;
|
|
3
|
+
talkbackProxyPort?: number | string;
|
|
4
|
+
};
|
|
5
|
+
export declare type RecorderConfigMeta = {
|
|
6
|
+
[recordHostName: string]: RecordData;
|
|
7
|
+
} & {
|
|
8
|
+
scenarioName: string;
|
|
9
|
+
};
|
|
10
|
+
export declare type ReplayConfigMeta = {
|
|
11
|
+
[recordHostName: string]: {
|
|
12
|
+
talkbackProxyPort?: number | string;
|
|
13
|
+
};
|
|
14
|
+
} & {
|
|
15
|
+
scenarioPath: string;
|
|
16
|
+
};
|
|
17
|
+
export declare class RecordReplayReqResScenario {
|
|
18
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "record-replay-req-res-scenario",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^13.2.0",
|
|
6
|
+
"@angular/core": "^13.2.0"
|
|
7
|
+
},
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"tslib": "^2.3.0"
|
|
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",
|
|
17
|
+
"exports": {
|
|
18
|
+
"./package.json": {
|
|
19
|
+
"default": "./package.json"
|
|
20
|
+
},
|
|
21
|
+
".": {
|
|
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"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"sideEffects": false
|
|
31
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib';
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export
|
|
6
|
-
[recordHostName: string]: RecordData;
|
|
7
|
-
} & {
|
|
8
|
-
scenarioName: string;
|
|
9
|
-
};
|
|
10
|
-
export declare type ReplayConfigMeta = {
|
|
11
|
-
[recordHostName: string]: {
|
|
12
|
-
talkbackProxyPort?: number | string;
|
|
13
|
-
};
|
|
14
|
-
} & {
|
|
15
|
-
scenarioPath: string;
|
|
16
|
-
};
|
|
17
|
-
export declare class RecordReplayReqResScenario {
|
|
18
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="record-replay-req-res-scenario" />
|
|
5
|
+
export * from './public-api';
|
package/client/README.md
ADDED
|
@@ -0,0 +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.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
/* */
|
|
4
|
+
export { RecordReplayReqResScenario } from './record-replay-req-res-scenario';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL3JlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpby9wcm9qZWN0cy9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vc3JjL2xpYi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFFTCxPQUFPLEVBQUUsMEJBQTBCLEVBQXdDLE1BQU0sa0NBQWtDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKiAqL1xuLyogKi9cbi8qICovXG4gIFxuZXhwb3J0IHsgUmVjb3JkUmVwbGF5UmVxUmVzU2NlbmFyaW8sIFJlY29yZGVyQ29uZmlnTWV0YSwgUmVwbGF5Q29uZmlnTWV0YSB9IGZyb20gJy4vcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvJztcblxuXG4iXX0=
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
//#region imports
|
|
2
|
+
/* */
|
|
3
|
+
/* */
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
/* */
|
|
15
|
+
//#endregion
|
|
16
|
+
export class RecordReplayReqResScenario {
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vcHJvamVjdHMvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvL3NyYy9saWIvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGlCQUFpQjtBQUNqQixLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBb0NMLFlBQVk7QUFFWixNQUFNLE9BQU8sMEJBQTBCO0NBK1d0QyIsInNvdXJjZXNDb250ZW50IjpbIi8vI3JlZ2lvbiBpbXBvcnRzXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuICBcbi8vI2VuZHJlZ2lvblxuXG4vLyNyZWdpb24gbW9kZWxzXG5leHBvcnQgdHlwZSBSZWNvcmREYXRhID0geyBob3N0OiBudW1iZXIgfCBzdHJpbmcgfCBVUkw7IHRhbGtiYWNrUHJveHlQb3J0PzogbnVtYmVyIHwgc3RyaW5nOyB9XG5cbmV4cG9ydCB0eXBlIFJlY29yZGVyQ29uZmlnTWV0YSA9IHtcbiAgW3JlY29yZEhvc3ROYW1lOiBzdHJpbmddOiBSZWNvcmREYXRhO1xufSAmIHsgc2NlbmFyaW9OYW1lOiBzdHJpbmc7IH1cblxuZXhwb3J0IHR5cGUgUmVwbGF5Q29uZmlnTWV0YSA9IHtcbiAgW3JlY29yZEhvc3ROYW1lOiBzdHJpbmddOiB7IHRhbGtiYWNrUHJveHlQb3J0PzogbnVtYmVyIHwgc3RyaW5nOyB9XG59ICYgeyBzY2VuYXJpb1BhdGg6IHN0cmluZzsgfVxuXG50eXBlIEFyZ3NPcHRSZXBsYXlSZWNvcmRBcmdUeXBlID0geyBwb3J0OiBzdHJpbmcgfCBzdHJpbmdbXTsgaG9zdE5hbWU6IHN0cmluZyB8IHN0cmluZ1tdOyB9O1xuXG5pbnRlcmZhY2UgUmVjb3JkQXJnVHlwZSB7XG4gIHJlY29yZDoge1xuICAgIC8qKlxuICAgICAqIHVybCB3aXRoIGhvc3QgdG8gcmVjb3JkXG4gICAgICovXG4gICAgdXJsOiBVUkw7XG4gICAgLyoqXG4gICAgICogSWRlbnRpZmllciBvZiB3aGF0IHdhcyB0aGUgbmFtZSBvciBpZCBvZiBzZXJ2ZXIuXG4gICAgICogdGhpcyBtZXRhZGF0YSBpcyB1c2VmdWxsIHRvIHJlcGxheSBiYWNrIG11bHRpcGxlIHNlcnZlcnNcbiAgICAgKiBvbiBkaWZmZXJlbnQgdGFsa2JhY2sgcG9ydHNcbiAgICAgKi9cbiAgICBuYW1lOiBzdHJpbmc7XG4gIH07XG4gIC8qKlxuICAgKiB0YWxrYmFjayBwb3J0IGZvciBsb2NhbGhvc3QgcHJveHlcbiAgICovXG4gIHRhbGtiYWNrUHJveHlQb3J0OiBudW1iZXI7XG59XG5cbi8vI2VuZHJlZ2lvblxuXG5leHBvcnQgY2xhc3MgUmVjb3JkUmVwbGF5UmVxUmVzU2NlbmFyaW8ge1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4gIFxufVxuXG4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './lib';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvL3Byb2plY3RzL3JlY29yZC1yZXBsYXktcmVxLXJlcy1zY2VuYXJpby9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLE9BQU8sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGliJztcbiJdfQ==
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8vcHJvamVjdHMvcmVjb3JkLXJlcGxheS1yZXEtcmVzLXNjZW5hcmlvL3NyYy9yZWNvcmQtcmVwbGF5LXJlcS1yZXMtc2NlbmFyaW8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
//#region imports
|
|
2
|
+
/* */
|
|
3
|
+
/* */
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
/* */
|
|
15
|
+
//#endregion
|
|
16
|
+
class RecordReplayReqResScenario {
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/* */
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Generated bundle index. Do not edit.
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
export { RecordReplayReqResScenario };
|
|
26
|
+
//# sourceMappingURL=record-replay-req-res-scenario.mjs.map
|
|
@@ -0,0 +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":["//#region imports\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n//#endregion\n\n//#region models\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//#endregion\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/* */\n/* */\n \nexport { RecordReplayReqResScenario, RecorderConfigMeta, ReplayConfigMeta } from './record-replay-req-res-scenario';\n\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAoCA;MAEa,0BAA0B,CAAA;AA+WtC;;AClaD;;ACAA;;AAEG;;;;"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
//#region imports
|
|
2
|
+
/* */
|
|
3
|
+
/* */
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
/* */
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
/* */
|
|
15
|
+
//#endregion
|
|
16
|
+
class RecordReplayReqResScenario {
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/* */
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Generated bundle index. Do not edit.
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
export { RecordReplayReqResScenario };
|
|
26
|
+
//# sourceMappingURL=record-replay-req-res-scenario.mjs.map
|
|
@@ -0,0 +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":["//#region imports\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n/* */\n \n//#endregion\n\n//#region models\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//#endregion\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/* */\n/* */\n \nexport { RecordReplayReqResScenario, RecorderConfigMeta, ReplayConfigMeta } from './record-replay-req-res-scenario';\n\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAoCA;MAEa,0BAA0B,CAAA;AA+WtC;;AClaD;;ACAA;;AAEG;;;;"}
|
|
File without changes
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare type RecordData = {
|
|
2
|
+
host: number | string | URL;
|
|
3
|
+
talkbackProxyPort?: number | string;
|
|
4
|
+
};
|
|
5
|
+
export declare type RecorderConfigMeta = {
|
|
6
|
+
[recordHostName: string]: RecordData;
|
|
7
|
+
} & {
|
|
8
|
+
scenarioName: string;
|
|
9
|
+
};
|
|
10
|
+
export declare type ReplayConfigMeta = {
|
|
11
|
+
[recordHostName: string]: {
|
|
12
|
+
talkbackProxyPort?: number | string;
|
|
13
|
+
};
|
|
14
|
+
} & {
|
|
15
|
+
scenarioPath: string;
|
|
16
|
+
};
|
|
17
|
+
export declare class RecordReplayReqResScenario {
|
|
18
|
+
}
|
package/client/package.json
CHANGED
|
@@ -1,16 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "record-replay-req-res-scenario",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"
|
|
5
|
-
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^13.2.0",
|
|
6
|
+
"@angular/core": "^13.2.0"
|
|
7
|
+
},
|
|
6
8
|
"dependencies": {
|
|
7
|
-
"
|
|
8
|
-
"tnp-helpers": "~0.0.64"
|
|
9
|
+
"tslib": "^2.3.0"
|
|
9
10
|
},
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
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",
|
|
17
|
+
"exports": {
|
|
18
|
+
"./package.json": {
|
|
19
|
+
"default": "./package.json"
|
|
20
|
+
},
|
|
21
|
+
".": {
|
|
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"
|
|
28
|
+
}
|
|
14
29
|
},
|
|
15
|
-
"
|
|
30
|
+
"sideEffects": false
|
|
16
31
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib';
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export
|
|
6
|
-
[recordHostName: string]: RecordData;
|
|
7
|
-
} & {
|
|
8
|
-
scenarioName: string;
|
|
9
|
-
};
|
|
10
|
-
export declare type ReplayConfigMeta = {
|
|
11
|
-
[recordHostName: string]: {
|
|
12
|
-
talkbackProxyPort?: number | string;
|
|
13
|
-
};
|
|
14
|
-
} & {
|
|
15
|
-
scenarioPath: string;
|
|
16
|
-
};
|
|
17
|
-
export declare class RecordReplayReqResScenario {
|
|
18
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="record-replay-req-res-scenario" />
|
|
5
|
+
export * from './public-api';
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
/* @fixed */ "use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RecordReplayReqResScenario = void 0;
|
|
4
3
|
var tslib_1 = require("tslib");
|
|
5
|
-
|
|
6
|
-
tslib_1.__exportStar(require("./scenario.backend"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./tape.backend"), exports);
|
|
8
|
-
//#endregion
|
|
9
|
-
var record_replay_req_res_scenario_1 = require("./record-replay-req-res-scenario");
|
|
10
|
-
Object.defineProperty(exports, "RecordReplayReqResScenario", { enumerable: true, get: function () { return record_replay_req_res_scenario_1.RecordReplayReqResScenario; } });
|
|
4
|
+
(0, tslib_1.__exportStar)(require("./lib"), exports);
|
|
11
5
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,qDAAsB"}
|
package/lib/index.d.ts
ADDED
package/lib/index.js
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* @fixed */ "use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RecordReplayReqResScenario = void 0;
|
|
4
|
+
var tslib_1 = require("tslib");
|
|
5
|
+
//#region @backend
|
|
6
|
+
(0, tslib_1.__exportStar)(require("./scenario.backend"), exports);
|
|
7
|
+
(0, tslib_1.__exportStar)(require("./tape.backend"), exports);
|
|
8
|
+
//#endregion
|
|
9
|
+
var record_replay_req_res_scenario_1 = require("./record-replay-req-res-scenario");
|
|
10
|
+
Object.defineProperty(exports, "RecordReplayReqResScenario", { enumerable: true, get: function () { return record_replay_req_res_scenario_1.RecordReplayReqResScenario; } });
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":";;;;AAAA,kBAAkB;AAClB,kEAAmC;AACnC,8DAA+B;AAC/B,YAAY;AACZ,mFAAoH;AAA3G,4IAAA,0BAA0B,OAAA"}
|
|
File without changes
|