@volcengine/rcs5g 1.0.1

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 (38) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +75 -0
  4. package/dist/esm/api.d.ts +45 -0
  5. package/dist/esm/api.d.ts.map +1 -0
  6. package/dist/esm/index.d.ts +13 -0
  7. package/dist/esm/index.d.ts.map +1 -0
  8. package/dist/esm/index.mjs +35 -0
  9. package/dist/esm/types/data-for-send-batch-rcs-output.d.ts +25 -0
  10. package/dist/esm/types/data-for-send-batch-rcs-output.d.ts.map +1 -0
  11. package/dist/esm/types/data-for-send-rcs-output.d.ts +25 -0
  12. package/dist/esm/types/data-for-send-rcs-output.d.ts.map +1 -0
  13. package/dist/esm/types/index.d.ts +8 -0
  14. package/dist/esm/types/index.d.ts.map +1 -0
  15. package/dist/esm/types/receiver-for-send-batch-rcs-input.d.ts +30 -0
  16. package/dist/esm/types/receiver-for-send-batch-rcs-input.d.ts.map +1 -0
  17. package/dist/esm/types/send-batch-rcs-request.d.ts +80 -0
  18. package/dist/esm/types/send-batch-rcs-request.d.ts.map +1 -0
  19. package/dist/esm/types/send-batch-rcs-response.d.ts +31 -0
  20. package/dist/esm/types/send-batch-rcs-response.d.ts.map +1 -0
  21. package/dist/esm/types/send-rcs-request.d.ts +84 -0
  22. package/dist/esm/types/send-rcs-request.d.ts.map +1 -0
  23. package/dist/esm/types/send-rcs-response.d.ts +31 -0
  24. package/dist/esm/types/send-rcs-response.d.ts.map +1 -0
  25. package/dist/tsconfig.tsbuildinfo +1 -0
  26. package/package.json +37 -0
  27. package/rslib.config.ts +26 -0
  28. package/src/api.ts +77 -0
  29. package/src/index.ts +14 -0
  30. package/src/types/data-for-send-batch-rcs-output.ts +28 -0
  31. package/src/types/data-for-send-rcs-output.ts +28 -0
  32. package/src/types/index.ts +7 -0
  33. package/src/types/receiver-for-send-batch-rcs-input.ts +34 -0
  34. package/src/types/send-batch-rcs-request.ts +93 -0
  35. package/src/types/send-batch-rcs-response.ts +35 -0
  36. package/src/types/send-rcs-request.ts +98 -0
  37. package/src/types/send-rcs-response.ts +35 -0
  38. package/tsconfig.json +12 -0
@@ -0,0 +1,84 @@
1
+ /**
2
+ * rcs_5g
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ *
15
+ * @export
16
+ * @interface SendRcsRequest
17
+ */
18
+ export interface SendRcsRequest {
19
+ /**
20
+ * @type {string}
21
+ * @memberof SendRcsRequest
22
+ */
23
+ ChannelType?: SendRcsRequestChannelTypeEnum;
24
+ /**
25
+ * @type {string}
26
+ * @memberof SendRcsRequest
27
+ */
28
+ ChatbotId: string;
29
+ /**
30
+ * @type {boolean}
31
+ * @memberof SendRcsRequest
32
+ */
33
+ FailbackFlag?: boolean;
34
+ /**
35
+ * @type {string}
36
+ * @memberof SendRcsRequest
37
+ */
38
+ MessageType?: SendRcsRequestMessageTypeEnum;
39
+ /**
40
+ * @type {string}
41
+ * @memberof SendRcsRequest
42
+ */
43
+ Params?: string;
44
+ /**
45
+ * @type {string}
46
+ * @memberof SendRcsRequest
47
+ */
48
+ Receiver: string;
49
+ /**
50
+ * @type {string}
51
+ * @memberof SendRcsRequest
52
+ */
53
+ SmsSign?: string;
54
+ /**
55
+ * @type {string}
56
+ * @memberof SendRcsRequest
57
+ */
58
+ SmsSubAccountId?: string;
59
+ /**
60
+ * @type {string}
61
+ * @memberof SendRcsRequest
62
+ */
63
+ SmsTemplateId?: string;
64
+ /**
65
+ * @type {string}
66
+ * @memberof SendRcsRequest
67
+ */
68
+ TemplateCode: string;
69
+ }
70
+ /**
71
+ * @export
72
+ * @enum {string}
73
+ */
74
+ export declare enum SendRcsRequestChannelTypeEnum {
75
+ RCS = "RCS"
76
+ }
77
+ /**
78
+ * @export
79
+ * @enum {string}
80
+ */
81
+ export declare enum SendRcsRequestMessageTypeEnum {
82
+ TEMPLATE = "TEMPLATE"
83
+ }
84
+ //# sourceMappingURL=send-rcs-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-rcs-request.d.ts","sourceRoot":"","sources":["../../../src/types/send-rcs-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,cAAc;IAE3B;;;OAGG;IACH,WAAW,CAAC,EAAE,6BAA6B,CAAC;IAE5C;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,WAAW,CAAC,EAAE,6BAA6B,CAAC;IAE5C;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;CACxB;AAED;;;GAGG;AACH,oBAAY,6BAA6B;IACrC,GAAG,QAAQ;CACd;AACD;;;GAGG;AACH,oBAAY,6BAA6B;IACrC,QAAQ,aAAa;CACxB"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * rcs_5g
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DataForSendRcsOutput } from './data-for-send-rcs-output';
13
+ /**
14
+ *
15
+ *
16
+ * @export
17
+ * @interface SendRcsResponse
18
+ */
19
+ export interface SendRcsResponse {
20
+ /**
21
+ * @type {DataForSendRcsOutput}
22
+ * @memberof SendRcsResponse
23
+ */
24
+ Data?: DataForSendRcsOutput;
25
+ /**
26
+ * @type {boolean}
27
+ * @memberof SendRcsResponse
28
+ */
29
+ Success?: boolean;
30
+ }
31
+ //# sourceMappingURL=send-rcs-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"send-rcs-response.d.ts","sourceRoot":"","sources":["../../../src/types/send-rcs-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AACjE;;;;;EAKE;AACH,MAAM,WAAW,eAAe;IAE5B;;;OAGG;IACH,IAAI,CAAC,EAAE,oBAAoB,CAAC;IAE5B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB"}
@@ -0,0 +1 @@
1
+ {"fileNames":["../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../packages/sdk-core/dist/esm/types/request-handler.d.ts","../../../packages/sdk-core/dist/esm/types/clock.d.ts","../../../packages/sdk-core/dist/esm/client/stsclient/types/tag-for-assume-role-input.d.ts","../../../packages/sdk-core/dist/esm/client/stsclient/types/assume-role-request.d.ts","../../../packages/sdk-core/dist/esm/client/stsclient/types/assumed-role-user-for-assume-role-output.d.ts","../../../packages/sdk-core/dist/esm/client/stsclient/types/credentials-for-assume-role-output.d.ts","../../../packages/sdk-core/dist/esm/client/stsclient/types/assume-role-response.d.ts","../../../packages/sdk-core/dist/esm/client/stsclient/types/index.d.ts","../../../node_modules/.pnpm/axios@1.13.2/node_modules/axios/index.d.ts","../../../packages/sdk-core/dist/esm/request-handlers/axios-handler.d.ts","../../../packages/sdk-core/dist/esm/types/http-request-error.d.ts","../../../packages/sdk-core/dist/esm/types/types.d.ts","../../../packages/sdk-core/dist/esm/middlewares/types.d.ts","../../../packages/sdk-core/dist/esm/middlewares/stack.d.ts","../../../packages/sdk-core/dist/esm/middlewares/signer.d.ts","../../../packages/sdk-core/dist/esm/middlewares/http-request.d.ts","../../../packages/sdk-core/dist/esm/middlewares/default-headers.d.ts","../../../packages/sdk-core/dist/esm/middlewares/retry.d.ts","../../../packages/sdk-core/dist/esm/middlewares/endpoint.d.ts","../../../packages/sdk-core/dist/esm/middlewares/credentials.d.ts","../../../packages/sdk-core/dist/esm/middlewares/index.d.ts","../../../packages/sdk-core/dist/esm/command/command.d.ts","../../../packages/sdk-core/dist/esm/client/client.d.ts","../../../packages/sdk-core/dist/esm/utils/meta.d.ts","../../../packages/sdk-core/dist/esm/index.d.ts","../src/types/data-for-send-batch-rcs-output.ts","../src/types/data-for-send-rcs-output.ts","../src/types/receiver-for-send-batch-rcs-input.ts","../src/types/send-batch-rcs-request.ts","../src/types/send-batch-rcs-response.ts","../src/types/send-rcs-request.ts","../src/types/send-rcs-response.ts","../src/types/index.ts","../src/api.ts","../src/index.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/web-globals/domexception.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/file.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/retry-handler.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/retry-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/util.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/eventsource.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/filereader.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/web-globals/fetch.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/inspector.generated.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/sea.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@20.19.29/node_modules/@types/node/index.d.ts"],"fileIdsList":[[86,129,132],[86,131,132],[132],[86,132,137,165],[86,132,133,138,143,151,162,173],[86,132,133,134,143,151],[86,132],[81,82,83,86,132],[86,132,135,174],[86,132,136,137,144,152],[86,132,137,162,170],[86,132,138,140,143,151],[86,131,132,139],[86,132,140,141],[86,132,142,143],[86,131,132,143],[86,132,143,144,145,162,173],[86,132,143,144,145,158,162,165],[86,132,140,143,146,151,162,173],[86,132,143,144,146,147,151,162,170,173],[86,132,146,148,162,170,173],[84,85,86,87,88,89,90,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179],[86,132,143,149],[86,132,150,173,178],[86,132,140,143,151,162],[86,132,152],[86,132,153],[86,131,132,154],[86,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179],[86,132,156],[86,132,157],[86,132,143,158,159],[86,132,158,160,174,176],[86,132,143,162,163,165],[86,132,164,165],[86,132,162,163],[86,132,165],[86,132,166],[86,129,132,162,167],[86,132,143,168,169],[86,132,168,169],[86,132,137,151,162,170],[86,132,171],[86,132,151,172],[86,132,146,157,173],[86,132,137,174],[86,132,162,175],[86,132,150,176],[86,132,177],[86,127,132],[86,127,132,143,145,154,162,165,173,176,178],[86,132,162,179],[86,99,103,132,173],[86,99,132,162,173],[86,94,132],[86,96,99,132,170,173],[86,132,151,170],[86,132,180],[86,94,132,180],[86,96,99,132,151,173],[86,91,92,95,98,132,143,162,173],[86,99,106,132],[86,91,97,132],[86,99,120,121,132],[86,95,99,132,165,173,180],[86,120,132,180],[86,93,94,132,180],[86,99,132],[86,93,94,95,96,97,98,99,100,101,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,121,122,123,124,125,126,132],[86,99,114,132],[86,99,106,107,132],[86,97,99,107,108,132],[86,98,132],[86,91,94,99,132],[86,99,103,107,108,132],[86,103,132],[86,97,99,102,132,173],[86,91,96,99,106,132],[86,132,162],[86,94,99,120,132,178,180],[57,58,66,67,86,132],[48,86,132],[50,51,86,132],[48,49,50,51,52,86,132],[57,66,86,132],[57,67,68,69,86,132],[58,86,132],[46,58,86,132],[59,60,61,62,63,64,65,86,132],[47,57,58,86,132],[46,57,86,132],[46,54,57,86,132],[46,47,53,55,56,66,86,132],[57,86,132],[70,78,86,132],[79,86,132],[71,72,73,74,75,76,77,86,132],[73,86,132],[71,86,132],[72,86,132]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},"3490b8860243135ac3242330ed3815b69ea46291e2276e450060ddb64d91732d","9fd074931a0a6d35247b8c05d69e7caabb4c2f9e4f3a57101f491e4014123d7c","35ce1709a57544ae800f4457e2cb0e87fecffff43ed1f86584b94efd7e918538","ca482d6bceb5147d09496f7504e6b37fa6931fb9162371260b3e616c27cba474","c2d60b92f66cd1f47dc3121f9501479a69dd736e601febc83a0b17edff6d30ea","9c5814e22d697c40d6659f8681771761e67251e51efb7087e606d2bdee20a7d9","0f71074b9aa4bdcc5c85199aaf1acd56581063acc70cce914d310349a82a1d95","a469f38483d9267b27ddd40262274b95cb28554bda2a91b05849704191b88090",{"version":"1c9800fbae1b443d77672e6d3e715df7280479b7c41f08cb790e750f01b50d90","impliedFormat":99},"b9a77bce64c4df13dfa483e82c43de17a09b88815b10c9a227eecc1b3c9ab63e","1efde3c8a5c23b03011c43f57d7fdc3313ef21894db3bd9694fc4ce3217b5baf","180c230fa4d41581157ffd9eafbe6305fad64bcf4ef02c43516fe6ec15866c35","11f2be0165ba2c367d0991b3ea6d4d6973ba97d537d8a31768580aad72918957","1019aa9a71a5fa0fa7f5c78e468b47fe67d89558aa2fd8c2c6b658b1d10fc0bf","884e30615f7537020591889b4afe88ef1f69326e9e100029a5573155a7f8913f","ce615de899dc7d1a0a8850e1813deb66fa61de8e960313359be4600e36409eb5","0704358d7f5520f56b44c207499b94fe435fe7004d5fe2260b002af430159790","3250cea6ddbe9aba934681b01ac9855f11f8a40e454395e86d22f13c7d8a8c87","f72383ebccd7c6dafaa8df0b55c35eecc1ab65a4a52fdd3c9823153bb0bc79e2","d66d40443f7cd52045cb4d33c0559c45555da0df038f9a2e42f8fcdd78e5c4fa","7bb60ca794be9ebded806a2e95bc05b3e1f1ef748f17c680f823465e9318dd40","24d4e1705cdf52d33637527a5ec41dcecae88f0d6e277661eb77743929cb3201","24002d7d70bbc48a77ef92edaf9a67f9be4bd9f80b48ca2b4e0a961edfeb0c12","f471f92f7bcc7fb752c570ab2d6ce398de8e503185478002a91a723af4b65116","eac7fa3e83347aa6201c3e404ae1e96e11f8c494543090d9e638d13121ebcb0f",{"version":"f2988d707768951222069cb9ab0f99ec0ab35036a72e29458c91d9ca63601603","signature":"aa8e320378c822da32ada51f3ce4d89b92a0bbb8b76a945f4699f1cb47a593ec"},{"version":"a74da68afb1a2a7551cbc86865f1f56398ce13c052f0ed812a6519e3df0ffa02","signature":"9789e9cf85d47aaffef7450618901fae4002f745b15531cd32daee86834ece02"},{"version":"b72c2f3b68032fe6522b9698818ea8b6e37838b3adcf7a3fc2c7d2ee1b4113c3","signature":"7e4159c3532303360f5507662f930ad8987814389a2dfd7824046fb8c714aaa2"},{"version":"e6da0ba587053050117dd73bddfaf432a1eddf2a423b6fde57a7081a89e5c8e8","signature":"7a4e86d78b632947a26811ba0d51f6dbeeb98bc5fab769a859052dbd66166886"},{"version":"34ab00fddba2dc48d7eedaf6081dbf7e2a3500db5e4f0434a42fb1e87272d790","signature":"3f435f7e10e54eb72992e91d771e61fb2fd3501fc361fd957a3d62038b0a9d12"},{"version":"22620f742912e2d8786964d39cf4bf95d61e9f0d025b522add7e30e80fcbf86c","signature":"e105e92c225018d82725b60ad9fd9f2762e858cafb4bfcb7a5b599a7b6df8166"},{"version":"d047a3c2bdf12a170152b6bc99e57423fab27a748ecec654569439edf7465b65","signature":"b2e5e0d7d3e0812d254d92394d86e8a6f4712fcbefd8ccfa96193b6f0751f072"},"8764c7c30a07c7d10d6e723634129a011b317378e13b10dff6ca7c61759e5d36",{"version":"c622fd80ce5f3301d3791048a117734afc354e003f6de81ffaa19371800b9393","signature":"161fac58737f00566b23b7870c8c615dbef78f1d35f5dafd5f19dcc03b1defbf"},{"version":"fa047e3a03b0d81667f97a92eed060a54be08b9e4c7c530421389750b9cd2345","signature":"b74b3bff2abfeac2e2d8ec7e6b2dac3190adf9e77639f104bd6adbf0c9a4f84e"},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","affectsGlobalScope":true,"impliedFormat":1},{"version":"ba481bca06f37d3f2c137ce343c7d5937029b2468f8e26111f3c9d9963d6568d","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d9ef24f9a22a88e3e9b3b3d8c40ab1ddb0853f1bfbd5c843c37800138437b61","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"2cbe0621042e2a68c7cbce5dfed3906a1862a16a7d496010636cdbdb91341c0f","affectsGlobalScope":true,"impliedFormat":1},{"version":"e2677634fe27e87348825bb041651e22d50a613e2fdf6a4a3ade971d71bac37e","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"8c0bcd6c6b67b4b503c11e91a1fb91522ed585900eab2ab1f61bba7d7caa9d6f","impliedFormat":1},{"version":"8cd19276b6590b3ebbeeb030ac271871b9ed0afc3074ac88a94ed2449174b776","affectsGlobalScope":true,"impliedFormat":1},{"version":"696eb8d28f5949b87d894b26dc97318ef944c794a9a4e4f62360cd1d1958014b","impliedFormat":1},{"version":"3f8fa3061bd7402970b399300880d55257953ee6d3cd408722cb9ac20126460c","impliedFormat":1},{"version":"35ec8b6760fd7138bbf5809b84551e31028fb2ba7b6dc91d95d098bf212ca8b4","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"68bd56c92c2bd7d2339457eb84d63e7de3bd56a69b25f3576e1568d21a162398","affectsGlobalScope":true,"impliedFormat":1},{"version":"3e93b123f7c2944969d291b35fed2af79a6e9e27fdd5faa99748a51c07c02d28","impliedFormat":1},{"version":"9d19808c8c291a9010a6c788e8532a2da70f811adb431c97520803e0ec649991","impliedFormat":1},{"version":"87aad3dd9752067dc875cfaa466fc44246451c0c560b820796bdd528e29bef40","impliedFormat":1},{"version":"4aacb0dd020eeaef65426153686cc639a78ec2885dc72ad220be1d25f1a439df","impliedFormat":1},{"version":"f0bd7e6d931657b59605c44112eaf8b980ba7f957a5051ed21cb93d978cf2f45","impliedFormat":1},{"version":"8db0ae9cb14d9955b14c214f34dae1b9ef2baee2fe4ce794a4cd3ac2531e3255","affectsGlobalScope":true,"impliedFormat":1},{"version":"15fc6f7512c86810273af28f224251a5a879e4261b4d4c7e532abfbfc3983134","impliedFormat":1},{"version":"58adba1a8ab2d10b54dc1dced4e41f4e7c9772cbbac40939c0dc8ce2cdb1d442","impliedFormat":1},{"version":"2fd4c143eff88dabb57701e6a40e02a4dbc36d5eb1362e7964d32028056a782b","impliedFormat":1},{"version":"714435130b9015fae551788df2a88038471a5a11eb471f27c4ede86552842bc9","impliedFormat":1},{"version":"855cd5f7eb396f5f1ab1bc0f8580339bff77b68a770f84c6b254e319bbfd1ac7","impliedFormat":1},{"version":"5650cf3dace09e7c25d384e3e6b818b938f68f4e8de96f52d9c5a1b3db068e86","impliedFormat":1},{"version":"1354ca5c38bd3fd3836a68e0f7c9f91f172582ba30ab15bb8c075891b91502b7","affectsGlobalScope":true,"impliedFormat":1},{"version":"27fdb0da0daf3b337c5530c5f266efe046a6ceb606e395b346974e4360c36419","impliedFormat":1},{"version":"2d2fcaab481b31a5882065c7951255703ddbe1c0e507af56ea42d79ac3911201","impliedFormat":1},{"version":"a192fe8ec33f75edbc8d8f3ed79f768dfae11ff5735e7fe52bfa69956e46d78d","impliedFormat":1},{"version":"ca867399f7db82df981d6915bcbb2d81131d7d1ef683bc782b59f71dda59bc85","affectsGlobalScope":true,"impliedFormat":1},{"version":"6abe2fd8671c5f80c4c58a404f81ddf39cb7a69df1ad5c50c86debf0ea5ec8e9","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e043a1bc8fbf2a255bccf9bf27e0f1caf916c3b0518ea34aa72357c0afd42ec","impliedFormat":1},{"version":"b4f70ec656a11d570e1a9edce07d118cd58d9760239e2ece99306ee9dfe61d02","impliedFormat":1},{"version":"3bc2f1e2c95c04048212c569ed38e338873f6a8593930cf5a7ef24ffb38fc3b6","impliedFormat":1},{"version":"6e70e9570e98aae2b825b533aa6292b6abd542e8d9f6e9475e88e1d7ba17c866","impliedFormat":1},{"version":"f9d9d753d430ed050dc1bf2667a1bab711ccbb1c1507183d794cc195a5b085cc","impliedFormat":1},{"version":"9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","impliedFormat":1},{"version":"47ab634529c5955b6ad793474ae188fce3e6163e3a3fb5edd7e0e48f14435333","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"0225ecb9ed86bdb7a2c7fd01f1556906902929377b44483dc4b83e03b3ef227d","affectsGlobalScope":true,"impliedFormat":1},{"version":"74cf591a0f63db318651e0e04cb55f8791385f86e987a67fd4d2eaab8191f730","impliedFormat":1},{"version":"5eab9b3dc9b34f185417342436ec3f106898da5f4801992d8ff38ab3aff346b5","impliedFormat":1},{"version":"12ed4559eba17cd977aa0db658d25c4047067444b51acfdcbf38470630642b23","affectsGlobalScope":true,"impliedFormat":1},{"version":"f3ffabc95802521e1e4bcba4c88d8615176dc6e09111d920c7a213bdda6e1d65","impliedFormat":1},{"version":"ddc734b4fae82a01d247e9e342d020976640b5e93b4e9b3a1e30e5518883a060","impliedFormat":1},{"version":"ae56f65caf3be91108707bd8dfbccc2a57a91feb5daabf7165a06a945545ed26","impliedFormat":1},{"version":"a136d5de521da20f31631a0a96bf712370779d1c05b7015d7019a9b2a0446ca9","impliedFormat":1},{"version":"c3b41e74b9a84b88b1dca61ec39eee25c0dbc8e7d519ba11bb070918cfacf656","affectsGlobalScope":true,"impliedFormat":1},{"version":"4737a9dc24d0e68b734e6cfbcea0c15a2cfafeb493485e27905f7856988c6b29","affectsGlobalScope":true,"impliedFormat":1},{"version":"36d8d3e7506b631c9582c251a2c0b8a28855af3f76719b12b534c6edf952748d","impliedFormat":1},{"version":"1ca69210cc42729e7ca97d3a9ad48f2e9cb0042bada4075b588ae5387debd318","impliedFormat":1},{"version":"f5ebe66baaf7c552cfa59d75f2bfba679f329204847db3cec385acda245e574e","impliedFormat":1},{"version":"ed59add13139f84da271cafd32e2171876b0a0af2f798d0c663e8eeb867732cf","affectsGlobalScope":true,"impliedFormat":1},{"version":"05db535df8bdc30d9116fe754a3473d1b6479afbc14ae8eb18b605c62677d518","impliedFormat":1},{"version":"b1810689b76fd473bd12cc9ee219f8e62f54a7d08019a235d07424afbf074d25","impliedFormat":1}],"root":[[71,80]],"options":{"composite":true,"declaration":true,"declarationDir":"./esm","declarationMap":true,"emitDeclarationOnly":true,"esModuleInterop":true,"module":99,"outDir":"./types","rootDir":"../src","skipLibCheck":true,"strict":true,"target":7},"referencedMap":[[129,1],[130,1],[131,2],[86,3],[132,4],[133,5],[134,6],[81,7],[84,8],[82,7],[83,7],[135,9],[136,10],[137,11],[138,12],[139,13],[140,14],[141,14],[142,15],[143,16],[144,17],[145,18],[87,7],[85,7],[146,19],[147,20],[148,21],[180,22],[149,23],[150,24],[151,25],[152,26],[153,27],[154,28],[155,29],[156,30],[157,31],[158,32],[159,32],[160,33],[161,7],[162,34],[164,35],[163,36],[165,37],[166,38],[167,39],[168,40],[169,41],[170,42],[171,43],[172,44],[173,45],[174,46],[175,47],[176,48],[177,49],[88,7],[89,7],[90,7],[128,50],[178,51],[179,52],[54,7],[44,7],[45,7],[9,7],[8,7],[2,7],[10,7],[11,7],[12,7],[13,7],[14,7],[15,7],[16,7],[17,7],[3,7],[18,7],[19,7],[4,7],[20,7],[24,7],[21,7],[22,7],[23,7],[25,7],[26,7],[27,7],[5,7],[28,7],[29,7],[30,7],[31,7],[6,7],[35,7],[32,7],[33,7],[34,7],[36,7],[7,7],[37,7],[42,7],[43,7],[38,7],[39,7],[40,7],[41,7],[1,7],[106,53],[116,54],[105,53],[126,55],[97,56],[96,57],[125,58],[119,59],[124,60],[99,61],[113,62],[98,63],[122,64],[94,65],[93,58],[123,66],[95,67],[100,68],[101,7],[104,68],[91,7],[127,69],[117,70],[108,71],[109,72],[111,73],[107,74],[110,75],[120,58],[102,76],[103,77],[112,78],[92,79],[115,70],[114,68],[118,7],[121,80],[68,81],[49,82],[52,83],[50,7],[51,7],[53,84],[48,7],[67,85],[70,86],[65,87],[62,87],[64,87],[61,88],[66,89],[63,90],[60,87],[59,87],[58,91],[55,92],[47,7],[56,7],[46,7],[57,93],[69,94],[79,95],[80,96],[71,7],[72,7],[78,97],[73,7],[74,98],[75,99],[76,7],[77,100]],"latestChangedDtsFile":"./esm/index.d.ts","version":"5.9.3"}
package/package.json ADDED
@@ -0,0 +1,37 @@
1
+ {
2
+ "name": "@volcengine/rcs5g",
3
+ "version": "1.0.1",
4
+ "description": "swagger client for @volcengine/rcs5g",
5
+ "license": "Apache-2.0",
6
+ "main": "./dist/cjs/index.js",
7
+ "module": "./dist/esm/index.mjs",
8
+ "types": "./dist/esm/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/esm/index.d.ts",
12
+ "import": "./dist/esm/index.mjs",
13
+ "require": "./dist/cjs/index.js"
14
+ },
15
+ "./package.json": "./package.json"
16
+ },
17
+ "engines": {
18
+ "node": ">=18"
19
+ },
20
+ "dependencies": {
21
+ "@volcengine/sdk-core": "1.0.0"
22
+ },
23
+ "devDependencies": {
24
+ "@types/node": "^20.8.0",
25
+ "typescript": "^5.2.2"
26
+ },
27
+ "sideEffects": false,
28
+ "publishConfig": {
29
+ "registry": "https://registry.npmjs.org"
30
+ },
31
+ "scripts": {
32
+ "build": "rslib build",
33
+ "dev": "rslib build --watch",
34
+ "clean": "rm -rf dist",
35
+ "test": "jest"
36
+ }
37
+ }
@@ -0,0 +1,26 @@
1
+
2
+ import { defineConfig } from "@rslib/core";
3
+
4
+ export default defineConfig({
5
+ lib: [
6
+ {
7
+ format: "esm",
8
+ syntax: "es2020",
9
+ dts: true,
10
+ output: {
11
+ distPath: {
12
+ root: "./dist/esm",
13
+ },
14
+ },
15
+ },
16
+ {
17
+ format: "cjs",
18
+ syntax: "es2020",
19
+ output: {
20
+ distPath: {
21
+ root: "./dist/cjs",
22
+ },
23
+ },
24
+ },
25
+ ],
26
+ });
package/src/api.ts ADDED
@@ -0,0 +1,77 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * rcs_5g
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { Client, ClientConfig, Command, buildRequestConfigFromMetaPath, CommandOutput } from '@volcengine/sdk-core';
16
+
17
+ import { SendBatchRcsRequest } from './types/index';
18
+ import { SendBatchRcsResponse } from './types/index';
19
+ import { SendRcsRequest } from './types/index';
20
+ import { SendRcsResponse } from './types/index';
21
+
22
+ // ============================================================================
23
+ // Output Type Definitions
24
+ // ============================================================================
25
+ export type SendBatchRcsCommandOutput = CommandOutput<SendBatchRcsResponse>;
26
+ export type SendRcsCommandOutput = CommandOutput<SendRcsResponse>;
27
+
28
+
29
+ /**
30
+ * RCS5GClient Service Client
31
+ */
32
+ export class RCS5GClient extends Client {
33
+ constructor(config: ClientConfig = {}) {
34
+ super({
35
+ protocol: 'https',
36
+ region: 'cn-beijing',
37
+ ...config,
38
+ });
39
+ }
40
+ }
41
+
42
+ /**
43
+ * Command to SendBatchRcs
44
+ */
45
+ export class SendBatchRcsCommand extends Command<
46
+ SendBatchRcsRequest,
47
+ SendBatchRcsCommandOutput,
48
+ 'SendBatchRcsCommand'
49
+ > {
50
+ static readonly metaPath = '/SendBatchRcs/2025-11-17/rcs_5g/post/application_json/';
51
+
52
+ constructor(input: SendBatchRcsRequest) {
53
+ super(input);
54
+ this.requestConfig = buildRequestConfigFromMetaPath(SendBatchRcsCommand.metaPath);
55
+ }
56
+ }
57
+ /**
58
+ * Command to SendRcs
59
+ */
60
+ export class SendRcsCommand extends Command<
61
+ SendRcsRequest,
62
+ SendRcsCommandOutput,
63
+ 'SendRcsCommand'
64
+ > {
65
+ static readonly metaPath = '/SendRcs/2025-11-17/rcs_5g/post/application_json/';
66
+
67
+ constructor(input: SendRcsRequest) {
68
+ super(input);
69
+ this.requestConfig = buildRequestConfigFromMetaPath(SendRcsCommand.metaPath);
70
+ }
71
+ }
72
+
73
+ export default {
74
+ RCS5GClient,
75
+ SendBatchRcsCommand,
76
+ SendRcsCommand,
77
+ };
package/src/index.ts ADDED
@@ -0,0 +1,14 @@
1
+ // tslint:disable
2
+ /**
3
+ * rcs_5g
4
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
+ *
6
+ * OpenAPI spec version: common-version
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by the swagger code generator program.
10
+ * https://github.com/swagger-api/swagger-codegen.git
11
+ * Do not edit the class manually.
12
+ */
13
+
14
+ export * from "./api";
@@ -0,0 +1,28 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * rcs_5g
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DataForSendBatchRcsOutput
20
+ */
21
+ export interface DataForSendBatchRcsOutput {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof DataForSendBatchRcsOutput
26
+ */
27
+ MessageId?: string;
28
+ }
@@ -0,0 +1,28 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * rcs_5g
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DataForSendRcsOutput
20
+ */
21
+ export interface DataForSendRcsOutput {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof DataForSendRcsOutput
26
+ */
27
+ MessageId?: string;
28
+ }
@@ -0,0 +1,7 @@
1
+ export * from './data-for-send-batch-rcs-output';
2
+ export * from './data-for-send-rcs-output';
3
+ export * from './receiver-for-send-batch-rcs-input';
4
+ export * from './send-batch-rcs-request';
5
+ export * from './send-batch-rcs-response';
6
+ export * from './send-rcs-request';
7
+ export * from './send-rcs-response';
@@ -0,0 +1,34 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * rcs_5g
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface ReceiverForSendBatchRcsInput
20
+ */
21
+ export interface ReceiverForSendBatchRcsInput {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof ReceiverForSendBatchRcsInput
26
+ */
27
+ Params?: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof ReceiverForSendBatchRcsInput
32
+ */
33
+ Receiver?: string;
34
+ }
@@ -0,0 +1,93 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * rcs_5g
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { ReceiverForSendBatchRcsInput } from './receiver-for-send-batch-rcs-input';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface SendBatchRcsRequest
21
+ */
22
+ export interface SendBatchRcsRequest {
23
+
24
+ /**
25
+ * @type {string}
26
+ * @memberof SendBatchRcsRequest
27
+ */
28
+ ChannelType?: SendBatchRcsRequestChannelTypeEnum;
29
+
30
+ /**
31
+ * @type {string}
32
+ * @memberof SendBatchRcsRequest
33
+ */
34
+ ChatbotId: string;
35
+
36
+ /**
37
+ * @type {boolean}
38
+ * @memberof SendBatchRcsRequest
39
+ */
40
+ FailbackFlag?: boolean;
41
+
42
+ /**
43
+ * @type {string}
44
+ * @memberof SendBatchRcsRequest
45
+ */
46
+ MessageType?: SendBatchRcsRequestMessageTypeEnum;
47
+
48
+ /**
49
+ * @type {Array<ReceiverForSendBatchRcsInput>}
50
+ * @memberof SendBatchRcsRequest
51
+ */
52
+ Receivers?: Array<ReceiverForSendBatchRcsInput>;
53
+
54
+ /**
55
+ * @type {string}
56
+ * @memberof SendBatchRcsRequest
57
+ */
58
+ SmsSign?: string;
59
+
60
+ /**
61
+ * @type {string}
62
+ * @memberof SendBatchRcsRequest
63
+ */
64
+ SmsSubAccountId?: string;
65
+
66
+ /**
67
+ * @type {string}
68
+ * @memberof SendBatchRcsRequest
69
+ */
70
+ SmsTemplateId?: string;
71
+
72
+ /**
73
+ * @type {string}
74
+ * @memberof SendBatchRcsRequest
75
+ */
76
+ TemplateCode: string;
77
+ }
78
+
79
+ /**
80
+ * @export
81
+ * @enum {string}
82
+ */
83
+ export enum SendBatchRcsRequestChannelTypeEnum {
84
+ RCS = 'RCS'
85
+ }
86
+ /**
87
+ * @export
88
+ * @enum {string}
89
+ */
90
+ export enum SendBatchRcsRequestMessageTypeEnum {
91
+ TEMPLATE = 'TEMPLATE'
92
+ }
93
+
@@ -0,0 +1,35 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * rcs_5g
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { DataForSendBatchRcsOutput } from './data-for-send-batch-rcs-output';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface SendBatchRcsResponse
21
+ */
22
+ export interface SendBatchRcsResponse {
23
+
24
+ /**
25
+ * @type {DataForSendBatchRcsOutput}
26
+ * @memberof SendBatchRcsResponse
27
+ */
28
+ Data?: DataForSendBatchRcsOutput;
29
+
30
+ /**
31
+ * @type {boolean}
32
+ * @memberof SendBatchRcsResponse
33
+ */
34
+ Success?: boolean;
35
+ }