@t-0/provider-sdk 1.0.24 → 1.0.25

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 (44) hide show
  1. package/lib/client/client.js +2 -2
  2. package/lib/client/signer.d.ts +1 -1
  3. package/lib/common/gen/tzero/v1/common/common_pb.js +1 -1
  4. package/lib/common/gen/tzero/v1/common/payment_method_pb.d.ts +1 -1
  5. package/lib/common/gen/tzero/v1/common/payment_method_pb.js +2 -2
  6. package/lib/common/gen/tzero/v1/payment/network_pb.d.ts +2 -2
  7. package/lib/common/gen/tzero/v1/payment/network_pb.js +3 -3
  8. package/lib/common/gen/tzero/v1/payment/provider_pb.d.ts +2 -2
  9. package/lib/common/gen/tzero/v1/payment/provider_pb.js +3 -3
  10. package/lib/common/gen/tzero/v1/payment_intent/provider/provider_pb.d.ts +2 -2
  11. package/lib/common/gen/tzero/v1/payment_intent/provider/provider_pb.js +3 -3
  12. package/lib/common/gen/tzero/v1/payment_intent/recipient/recipient_pb.d.ts +2 -2
  13. package/lib/common/gen/tzero/v1/payment_intent/recipient/recipient_pb.js +3 -3
  14. package/lib/common/gen/tzero/v1/public/public_pb.js +1 -1
  15. package/lib/index.d.ts +9 -9
  16. package/lib/index.js +9 -9
  17. package/lib/payment_intent/provider/index.d.ts +1 -1
  18. package/lib/payment_intent/provider/index.js +1 -1
  19. package/lib/payment_intent/recipient/index.d.ts +1 -1
  20. package/lib/payment_intent/recipient/index.js +1 -1
  21. package/lib/service/node.d.ts +2 -1
  22. package/lib/service/service.d.ts +2 -3
  23. package/lib/service/service.js +1 -1
  24. package/package.json +4 -4
  25. package/lib/common/gen/common/common_pb.d.ts +0 -26
  26. package/lib/common/gen/common/common_pb.js +0 -13
  27. package/lib/common/gen/common/payment_method_pb.d.ts +0 -51
  28. package/lib/common/gen/common/payment_method_pb.js +0 -18
  29. package/lib/common/gen/network/network_pb.d.ts +0 -649
  30. package/lib/common/gen/network/network_pb.js +0 -163
  31. package/lib/common/gen/network/provider_pb.d.ts +0 -695
  32. package/lib/common/gen/network/provider_pb.js +0 -218
  33. package/lib/gen/common/common_pb.d.ts +0 -64
  34. package/lib/gen/common/common_pb.js +0 -53
  35. package/lib/gen/common/payment_method_pb.d.ts +0 -122
  36. package/lib/gen/common/payment_method_pb.js +0 -57
  37. package/lib/gen/network/network_pb.d.ts +0 -567
  38. package/lib/gen/network/network_pb.js +0 -144
  39. package/lib/gen/network/provider_pb.d.ts +0 -641
  40. package/lib/gen/network/provider_pb.js +0 -203
  41. package/lib/gen/payment_intent/provider/provider_pb.d.ts +0 -296
  42. package/lib/gen/payment_intent/provider/provider_pb.js +0 -84
  43. package/lib/gen/payment_intent/recipient/recipient_pb.d.ts +0 -214
  44. package/lib/gen/payment_intent/recipient/recipient_pb.js +0 -59
@@ -1,8 +1,8 @@
1
1
  import { createClient as createConnectClient } from "@connectrpc/connect";
2
2
  import { createConnectTransport } from "@connectrpc/connect-web";
3
3
  import { keccak_256 } from "@noble/hashes/sha3";
4
- import CreateSigner from "./signer";
5
- import NetworkHeaders from "../common/headers";
4
+ import CreateSigner from "./signer.js";
5
+ import NetworkHeaders from "../common/headers.js";
6
6
  export const DEFAULT_ENDPOINT = "https://api.t-0.network";
7
7
  export function createClient(signer, endpoint, svc) {
8
8
  let customFetch;
@@ -1,3 +1,3 @@
1
- import { Signature } from "./client";
1
+ import { Signature } from "./client.js";
2
2
  export declare const CreateSigner: (privateKey: string | Buffer) => (data: Buffer) => Promise<Signature>;
3
3
  export default CreateSigner;
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.6.2 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.6.2 with parameter "target=ts,import_extension=js"
2
2
  // @generated from file tzero/v1/common/common.proto (package tzero.v1.common, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
@@ -1,5 +1,5 @@
1
1
  import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
- import type { Blockchain, Stablecoin } from "./common_pb";
2
+ import type { Blockchain, Stablecoin } from "./common_pb.js";
3
3
  import type { Message } from "@bufbuild/protobuf";
4
4
  /**
5
5
  * Describes the file tzero/v1/common/payment_method.proto.
@@ -1,8 +1,8 @@
1
- // @generated by protoc-gen-es v2.6.2 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.6.2 with parameter "target=ts,import_extension=js"
2
2
  // @generated from file tzero/v1/common/payment_method.proto (package tzero.v1.common, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
- import { file_tzero_v1_common_common } from "./common_pb";
5
+ import { file_tzero_v1_common_common } from "./common_pb.js";
6
6
  /**
7
7
  * Describes the file tzero/v1/common/payment_method.proto.
8
8
  */
@@ -1,6 +1,6 @@
1
1
  import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
- import type { Decimal } from "../common/common_pb";
3
- import type { PaymentMethodType } from "../common/payment_method_pb";
2
+ import type { Decimal } from "../common/common_pb.js";
3
+ import type { PaymentMethodType } from "../common/payment_method_pb.js";
4
4
  import type { Timestamp } from "@bufbuild/protobuf/wkt";
5
5
  import type { Message } from "@bufbuild/protobuf";
6
6
  /**
@@ -1,9 +1,9 @@
1
- // @generated by protoc-gen-es v2.6.2 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.6.2 with parameter "target=ts,import_extension=js"
2
2
  // @generated from file tzero/v1/payment/network.proto (package tzero.v1.payment, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
- import { file_tzero_v1_common_common } from "../common/common_pb";
6
- import { file_tzero_v1_common_payment_method } from "../common/payment_method_pb";
5
+ import { file_tzero_v1_common_common } from "../common/common_pb.js";
6
+ import { file_tzero_v1_common_payment_method } from "../common/payment_method_pb.js";
7
7
  import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
8
8
  /**
9
9
  * Describes the file tzero/v1/payment/network.proto.
@@ -1,6 +1,6 @@
1
1
  import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
- import type { PaymentMethod } from "../common/payment_method_pb";
3
- import type { Decimal } from "../common/common_pb";
2
+ import type { PaymentMethod } from "../common/payment_method_pb.js";
3
+ import type { Decimal } from "../common/common_pb.js";
4
4
  import type { Timestamp } from "@bufbuild/protobuf/wkt";
5
5
  import type { Message } from "@bufbuild/protobuf";
6
6
  /**
@@ -1,9 +1,9 @@
1
- // @generated by protoc-gen-es v2.6.2 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.6.2 with parameter "target=ts,import_extension=js"
2
2
  // @generated from file tzero/v1/payment/provider.proto (package tzero.v1.payment, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
- import { file_tzero_v1_common_payment_method } from "../common/payment_method_pb";
6
- import { file_tzero_v1_common_common } from "../common/common_pb";
5
+ import { file_tzero_v1_common_payment_method } from "../common/payment_method_pb.js";
6
+ import { file_tzero_v1_common_common } from "../common/common_pb.js";
7
7
  import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
8
8
  /**
9
9
  * Describes the file tzero/v1/payment/provider.proto.
@@ -1,6 +1,6 @@
1
1
  import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
- import type { Blockchain, Decimal, Stablecoin } from "../../common/common_pb";
3
- import type { PaymentMethodType } from "../../common/payment_method_pb";
2
+ import type { Blockchain, Decimal, Stablecoin } from "../../common/common_pb.js";
3
+ import type { PaymentMethodType } from "../../common/payment_method_pb.js";
4
4
  import type { Message } from "@bufbuild/protobuf";
5
5
  /**
6
6
  * Describes the file tzero/v1/payment_intent/provider/provider.proto.
@@ -1,9 +1,9 @@
1
- // @generated by protoc-gen-es v2.6.2 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.6.2 with parameter "target=ts,import_extension=js"
2
2
  // @generated from file tzero/v1/payment_intent/provider/provider.proto (package tzero.v1.payment_intent.provider, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
- import { file_tzero_v1_common_common } from "../../common/common_pb";
6
- import { file_tzero_v1_common_payment_method } from "../../common/payment_method_pb";
5
+ import { file_tzero_v1_common_common } from "../../common/common_pb.js";
6
+ import { file_tzero_v1_common_payment_method } from "../../common/payment_method_pb.js";
7
7
  /**
8
8
  * Describes the file tzero/v1/payment_intent/provider/provider.proto.
9
9
  */
@@ -1,6 +1,6 @@
1
1
  import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
- import type { Decimal } from "../../common/common_pb";
3
- import type { PaymentMethod, PaymentMethodType } from "../../common/payment_method_pb";
2
+ import type { Decimal } from "../../common/common_pb.js";
3
+ import type { PaymentMethod, PaymentMethodType } from "../../common/payment_method_pb.js";
4
4
  import type { Message } from "@bufbuild/protobuf";
5
5
  /**
6
6
  * Describes the file tzero/v1/payment_intent/recipient/recipient.proto.
@@ -1,9 +1,9 @@
1
- // @generated by protoc-gen-es v2.6.2 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.6.2 with parameter "target=ts,import_extension=js"
2
2
  // @generated from file tzero/v1/payment_intent/recipient/recipient.proto (package tzero.v1.payment_intent.recipient, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
- import { file_tzero_v1_common_common } from "../../common/common_pb";
6
- import { file_tzero_v1_common_payment_method } from "../../common/payment_method_pb";
5
+ import { file_tzero_v1_common_common } from "../../common/common_pb.js";
6
+ import { file_tzero_v1_common_payment_method } from "../../common/payment_method_pb.js";
7
7
  /**
8
8
  * Describes the file tzero/v1/payment_intent/recipient/recipient.proto.
9
9
  */
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.6.2 with parameter "target=ts"
1
+ // @generated by protoc-gen-es v2.6.2 with parameter "target=ts,import_extension=js"
2
2
  // @generated from file tzero/v1/public/public.proto (package tzero.v1.public, syntax proto3)
3
3
  /* eslint-disable */
4
4
  import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
package/lib/index.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- export * from "./client/client";
2
- export * from "./service/service";
3
- export * from "./service/node";
1
+ export * from "./client/client.js";
2
+ export * from "./service/service.js";
3
+ export * from "./service/node.js";
4
4
  export { connectNodeAdapter as nodeAdapter } from "@connectrpc/connect-node";
5
5
  export type { HandlerContext } from "@connectrpc/connect";
6
- export * from './common/gen/tzero/v1/common/common_pb';
7
- export * from './common/gen/tzero/v1/common/payment_method_pb';
8
- export * from './common/gen/tzero/v1/payment/provider_pb';
9
- export * from './common/gen/tzero/v1/payment/network_pb';
10
- export * as PaymentIntentProvider from './common/gen/tzero/v1/payment_intent/provider/provider_pb';
11
- export * as PaymentIntentRecipient from './common/gen/tzero/v1/payment_intent/recipient/recipient_pb';
6
+ export * from './common/gen/tzero/v1/common/common_pb.js';
7
+ export * from './common/gen/tzero/v1/common/payment_method_pb.js';
8
+ export * from './common/gen/tzero/v1/payment/provider_pb.js';
9
+ export * from './common/gen/tzero/v1/payment/network_pb.js';
10
+ export * as PaymentIntentProvider from './common/gen/tzero/v1/payment_intent/provider/provider_pb.js';
11
+ export * as PaymentIntentRecipient from './common/gen/tzero/v1/payment_intent/recipient/recipient_pb.js';
package/lib/index.js CHANGED
@@ -1,10 +1,10 @@
1
- export * from "./client/client";
2
- export * from "./service/service";
3
- export * from "./service/node";
1
+ export * from "./client/client.js";
2
+ export * from "./service/service.js";
3
+ export * from "./service/node.js";
4
4
  export { connectNodeAdapter as nodeAdapter } from "@connectrpc/connect-node";
5
- export * from './common/gen/tzero/v1/common/common_pb';
6
- export * from './common/gen/tzero/v1/common/payment_method_pb';
7
- export * from './common/gen/tzero/v1/payment/provider_pb';
8
- export * from './common/gen/tzero/v1/payment/network_pb';
9
- export * as PaymentIntentProvider from './common/gen/tzero/v1/payment_intent/provider/provider_pb';
10
- export * as PaymentIntentRecipient from './common/gen/tzero/v1/payment_intent/recipient/recipient_pb';
5
+ export * from './common/gen/tzero/v1/common/common_pb.js';
6
+ export * from './common/gen/tzero/v1/common/payment_method_pb.js';
7
+ export * from './common/gen/tzero/v1/payment/provider_pb.js';
8
+ export * from './common/gen/tzero/v1/payment/network_pb.js';
9
+ export * as PaymentIntentProvider from './common/gen/tzero/v1/payment_intent/provider/provider_pb.js';
10
+ export * as PaymentIntentRecipient from './common/gen/tzero/v1/payment_intent/recipient/recipient_pb.js';
@@ -1 +1 @@
1
- export * from '../../common/gen/tzero/v1/payment_intent/provider/provider_pb';
1
+ export * from '../../common/gen/tzero/v1/payment_intent/provider/provider_pb.js';
@@ -1 +1 @@
1
- export * from '../../common/gen/tzero/v1/payment_intent/provider/provider_pb';
1
+ export * from '../../common/gen/tzero/v1/payment_intent/provider/provider_pb.js';
@@ -1 +1 @@
1
- export * from '../../common/gen/tzero/v1/payment_intent/recipient/recipient_pb';
1
+ export * from '../../common/gen/tzero/v1/payment_intent/recipient/recipient_pb.js';
@@ -1 +1 @@
1
- export * from '../../common/gen/tzero/v1/payment_intent/recipient/recipient_pb';
1
+ export * from '../../common/gen/tzero/v1/payment_intent/recipient/recipient_pb.js';
@@ -1,2 +1,3 @@
1
- import { NodeHandlerFn } from "@connectrpc/connect-node/dist/esm/node-universal-handler";
1
+ import type * as http from "node:http";
2
+ export type NodeHandlerFn = (request: http.IncomingMessage, response: http.ServerResponse) => void;
2
3
  export declare const signatureValidation: (next: NodeHandlerFn) => NodeHandlerFn;
@@ -1,8 +1,7 @@
1
1
  import { ConnectRouter } from "@connectrpc/connect";
2
- import type { ServiceImpl } from "@connectrpc/connect/dist/esm/implementation";
3
2
  import type { Interceptor } from "@connectrpc/connect";
4
- import { NodeServerRequest } from "@connectrpc/connect-node/dist/esm/node-universal-handler";
5
3
  import type { DescService } from "@bufbuild/protobuf";
4
+ import type { ServiceImpl } from "@connectrpc/connect";
6
5
  export declare const REQUEST_VALIDITY_MILLIS = 60000;
7
6
  interface Router {
8
7
  service: <T extends DescService>(service: T, implementation: Partial<ServiceImpl<T>>) => void;
@@ -11,6 +10,6 @@ export declare const createService: (networkPublicKey: string | Buffer, register
11
10
  routes: (router: ConnectRouter) => void;
12
11
  interceptors: Interceptor[];
13
12
  grpcWeb: boolean;
14
- contextValues: (req: NodeServerRequest) => import("@connectrpc/connect").ContextValues;
13
+ contextValues: (req: any) => import("@connectrpc/connect").ContextValues;
15
14
  };
16
15
  export {};
@@ -1,5 +1,5 @@
1
1
  import { Code, ConnectError, createContextKey, createContextValues } from "@connectrpc/connect";
2
- import NetworkHeaders from "../common/headers";
2
+ import NetworkHeaders from "../common/headers.js";
3
3
  import * as secp from '@noble/secp256k1';
4
4
  export const REQUEST_VALIDITY_MILLIS = 60_000;
5
5
  const createSignatureVerification = (networkPublicKey) => (next) => async (req) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t-0/provider-sdk",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "Provider SDK for the T-0 Network",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,10 +32,10 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@bufbuild/protoc-gen-es": "^2.6.2",
35
- "@types/node": "^24.0.10",
36
- "dotenv": "^17.0.1",
35
+ "@types/node": "^24.1.0",
36
+ "dotenv": "^17.2.1",
37
37
  "tsx": "^4.20.3",
38
- "typescript": "^5.8.3"
38
+ "typescript": "^5.9.2"
39
39
  },
40
40
  "scripts": {
41
41
  "buf:generate": "buf generate",
@@ -1,26 +0,0 @@
1
- import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
- import type { Message } from "@bufbuild/protobuf";
3
- /**
4
- * Describes the file common/common.proto.
5
- */
6
- export declare const file_common_common: GenFile;
7
- /**
8
- * Decimal 123.45 equals to unscaled=12345 and exponent=-2 (e.g. unscaled * 10^exponent, 123.45 = 12345 * 10^-2)
9
- *
10
- * @generated from message tzero.v1.common.Decimal
11
- */
12
- export type Decimal = Message<"tzero.v1.common.Decimal"> & {
13
- /**
14
- * @generated from field: int64 unscaled = 10;
15
- */
16
- unscaled: bigint;
17
- /**
18
- * @generated from field: int32 exponent = 20;
19
- */
20
- exponent: number;
21
- };
22
- /**
23
- * Describes the message tzero.v1.common.Decimal.
24
- * Use `create(DecimalSchema)` to create a new message.
25
- */
26
- export declare const DecimalSchema: GenMessage<Decimal>;
@@ -1,13 +0,0 @@
1
- // @generated by protoc-gen-es v2.6.0 with parameter "target=ts"
2
- // @generated from file common/common.proto (package tzero.v1.common, syntax proto3)
3
- /* eslint-disable */
4
- import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
- /**
6
- * Describes the file common/common.proto.
7
- */
8
- export const file_common_common = /*@__PURE__*/ fileDesc("ChNjb21tb24vY29tbW9uLnByb3RvEg90emVyby52MS5jb21tb24iLQoHRGVjaW1hbBIQCgh1bnNjYWxlZBgKIAEoAxIQCghleHBvbmVudBgUIAEoBUKAAQoTY29tLnR6ZXJvLnYxLmNvbW1vbkILQ29tbW9uUHJvdG9QAaICA1RWQ6oCD1R6ZXJvLlYxLkNvbW1vbsoCD1R6ZXJvXFYxXENvbW1vbuICG1R6ZXJvXFYxXENvbW1vblxHUEJNZXRhZGF0YeoCEVR6ZXJvOjpWMTo6Q29tbW9uYgZwcm90bzM");
9
- /**
10
- * Describes the message tzero.v1.common.Decimal.
11
- * Use `create(DecimalSchema)` to create a new message.
12
- */
13
- export const DecimalSchema = /*@__PURE__*/ messageDesc(file_common_common, 0);
@@ -1,51 +0,0 @@
1
- import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
- import type { Message } from "@bufbuild/protobuf";
3
- /**
4
- * Describes the file common/payment_method.proto.
5
- */
6
- export declare const file_common_payment_method: GenFile;
7
- /**
8
- * @generated from message tzero.v1.common.PaymentMethod
9
- */
10
- export type PaymentMethod = Message<"tzero.v1.common.PaymentMethod"> & {
11
- /**
12
- * @generated from oneof tzero.v1.common.PaymentMethod.details
13
- */
14
- details: {
15
- /**
16
- * @generated from field: tzero.v1.common.SepaPaymentMethod sepa = 10;
17
- */
18
- value: SepaPaymentMethod;
19
- case: "sepa";
20
- } | {
21
- case: undefined;
22
- value?: undefined;
23
- };
24
- };
25
- /**
26
- * Describes the message tzero.v1.common.PaymentMethod.
27
- * Use `create(PaymentMethodSchema)` to create a new message.
28
- */
29
- export declare const PaymentMethodSchema: GenMessage<PaymentMethod>;
30
- /**
31
- * @generated from message tzero.v1.common.SepaPaymentMethod
32
- */
33
- export type SepaPaymentMethod = Message<"tzero.v1.common.SepaPaymentMethod"> & {
34
- /**
35
- * @generated from field: string iban = 10;
36
- */
37
- iban: string;
38
- /**
39
- * @generated from field: string payment_reference = 20;
40
- */
41
- paymentReference: string;
42
- /**
43
- * @generated from field: string name = 30;
44
- */
45
- name: string;
46
- };
47
- /**
48
- * Describes the message tzero.v1.common.SepaPaymentMethod.
49
- * Use `create(SepaPaymentMethodSchema)` to create a new message.
50
- */
51
- export declare const SepaPaymentMethodSchema: GenMessage<SepaPaymentMethod>;
@@ -1,18 +0,0 @@
1
- // @generated by protoc-gen-es v2.6.0 with parameter "target=ts"
2
- // @generated from file common/payment_method.proto (package tzero.v1.common, syntax proto3)
3
- /* eslint-disable */
4
- import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
- /**
6
- * Describes the file common/payment_method.proto.
7
- */
8
- export const file_common_payment_method = /*@__PURE__*/ fileDesc("Chtjb21tb24vcGF5bWVudF9tZXRob2QucHJvdG8SD3R6ZXJvLnYxLmNvbW1vbiJOCg1QYXltZW50TWV0aG9kEjIKBHNlcGEYCiABKAsyIi50emVyby52MS5jb21tb24uU2VwYVBheW1lbnRNZXRob2RIAEIJCgdkZXRhaWxzIkoKEVNlcGFQYXltZW50TWV0aG9kEgwKBGliYW4YCiABKAkSGQoRcGF5bWVudF9yZWZlcmVuY2UYFCABKAkSDAoEbmFtZRgeIAEoCUKHAQoTY29tLnR6ZXJvLnYxLmNvbW1vbkISUGF5bWVudE1ldGhvZFByb3RvUAGiAgNUVkOqAg9UemVyby5WMS5Db21tb27KAg9UemVyb1xWMVxDb21tb27iAhtUemVyb1xWMVxDb21tb25cR1BCTWV0YWRhdGHqAhFUemVybzo6VjE6OkNvbW1vbmIGcHJvdG8z");
9
- /**
10
- * Describes the message tzero.v1.common.PaymentMethod.
11
- * Use `create(PaymentMethodSchema)` to create a new message.
12
- */
13
- export const PaymentMethodSchema = /*@__PURE__*/ messageDesc(file_common_payment_method, 0);
14
- /**
15
- * Describes the message tzero.v1.common.SepaPaymentMethod.
16
- * Use `create(SepaPaymentMethodSchema)` to create a new message.
17
- */
18
- export const SepaPaymentMethodSchema = /*@__PURE__*/ messageDesc(file_common_payment_method, 1);