@togatherlabs/event-sdk 1.0.12 → 1.0.13
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/gen/ts/index.d.ts +0 -1
- package/gen/ts/index.js +0 -1
- package/gen/ts/user/v1/index.d.ts +0 -1
- package/gen/ts/user/v1/index.js +0 -1
- package/package.json +1 -1
- package/gen/ts/partner/v1/index.d.ts +0 -1
- package/gen/ts/partner/v1/index.js +0 -1
- package/gen/ts/partner/v1/parter_created_pb.d.ts +0 -43
- package/gen/ts/partner/v1/parter_created_pb.js +0 -19
- package/gen/ts/user/v1/user_created_pb.d.ts +0 -38
- package/gen/ts/user/v1/user_created_pb.js +0 -19
package/gen/ts/index.d.ts
CHANGED
package/gen/ts/index.js
CHANGED
package/gen/ts/user/v1/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './parter_created_pb';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './parter_created_pb';
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.0 with parameter "target=js+dts,import_extension=none"
|
|
2
|
-
// @generated from file partner/v1/parter_created.proto (package partner.v1, syntax proto3)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
-
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* Describes the file partner/v1/parter_created.proto.
|
|
10
|
-
*/
|
|
11
|
-
export declare const file_partner_v1_parter_created: GenFile;
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* @generated from message partner.v1.ParterCreated
|
|
15
|
-
*/
|
|
16
|
-
export declare type ParterCreated = Message<"partner.v1.ParterCreated"> & {
|
|
17
|
-
/**
|
|
18
|
-
* @generated from field: string id = 1;
|
|
19
|
-
*/
|
|
20
|
-
id: string;
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @generated from field: string org_name = 4;
|
|
24
|
-
*/
|
|
25
|
-
orgName: string;
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* @generated from field: string email = 2;
|
|
29
|
-
*/
|
|
30
|
-
email: string;
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* @generated from field: int64 created_at = 3;
|
|
34
|
-
*/
|
|
35
|
-
createdAt: bigint;
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* Describes the message partner.v1.ParterCreated.
|
|
40
|
-
* Use `create(ParterCreatedSchema)` to create a new message.
|
|
41
|
-
*/
|
|
42
|
-
export declare const ParterCreatedSchema: GenMessage<ParterCreated>;
|
|
43
|
-
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.0 with parameter "target=js+dts,import_extension=none"
|
|
2
|
-
// @generated from file partner/v1/parter_created.proto (package partner.v1, syntax proto3)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Describes the file partner/v1/parter_created.proto.
|
|
9
|
-
*/
|
|
10
|
-
export const file_partner_v1_parter_created = /*@__PURE__*/
|
|
11
|
-
fileDesc("Ch9wYXJ0bmVyL3YxL3BhcnRlcl9jcmVhdGVkLnByb3RvEgpwYXJ0bmVyLnYxIlAKDVBhcnRlckNyZWF0ZWQSCgoCaWQYASABKAkSEAoIb3JnX25hbWUYBCABKAkSDQoFZW1haWwYAiABKAkSEgoKY3JlYXRlZF9hdBgDIAEoA0JtCg5jb20ucGFydG5lci52MUISUGFydGVyQ3JlYXRlZFByb3RvUAGiAgNQWFiqAgpQYXJ0bmVyLlYxygIKUGFydG5lclxWMeICFlBhcnRuZXJcVjFcR1BCTWV0YWRhdGHqAgtQYXJ0bmVyOjpWMWIGcHJvdG8z");
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* Describes the message partner.v1.ParterCreated.
|
|
15
|
-
* Use `create(ParterCreatedSchema)` to create a new message.
|
|
16
|
-
*/
|
|
17
|
-
export const ParterCreatedSchema = /*@__PURE__*/
|
|
18
|
-
messageDesc(file_partner_v1_parter_created, 0);
|
|
19
|
-
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.0 with parameter "target=js+dts,import_extension=none"
|
|
2
|
-
// @generated from file user/v1/user_created.proto (package user.v1, syntax proto3)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
-
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* Describes the file user/v1/user_created.proto.
|
|
10
|
-
*/
|
|
11
|
-
export declare const file_user_v1_user_created: GenFile;
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* @generated from message user.v1.UserCreated
|
|
15
|
-
*/
|
|
16
|
-
export declare type UserCreated = Message<"user.v1.UserCreated"> & {
|
|
17
|
-
/**
|
|
18
|
-
* @generated from field: string id = 1;
|
|
19
|
-
*/
|
|
20
|
-
id: string;
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @generated from field: string email = 2;
|
|
24
|
-
*/
|
|
25
|
-
email: string;
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* @generated from field: int64 created_at = 3;
|
|
29
|
-
*/
|
|
30
|
-
createdAt: bigint;
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* Describes the message user.v1.UserCreated.
|
|
35
|
-
* Use `create(UserCreatedSchema)` to create a new message.
|
|
36
|
-
*/
|
|
37
|
-
export declare const UserCreatedSchema: GenMessage<UserCreated>;
|
|
38
|
-
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.0 with parameter "target=js+dts,import_extension=none"
|
|
2
|
-
// @generated from file user/v1/user_created.proto (package user.v1, syntax proto3)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* Describes the file user/v1/user_created.proto.
|
|
9
|
-
*/
|
|
10
|
-
export const file_user_v1_user_created = /*@__PURE__*/
|
|
11
|
-
fileDesc("Chp1c2VyL3YxL3VzZXJfY3JlYXRlZC5wcm90bxIHdXNlci52MSI8CgtVc2VyQ3JlYXRlZBIKCgJpZBgBIAEoCRINCgVlbWFpbBgCIAEoCRISCgpjcmVhdGVkX2F0GAMgASgDQlwKC2NvbS51c2VyLnYxQhBVc2VyQ3JlYXRlZFByb3RvUAGiAgNVWFiqAgdVc2VyLlYxygIHVXNlclxWMeICE1VzZXJcVjFcR1BCTWV0YWRhdGHqAghVc2VyOjpWMWIGcHJvdG8z");
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* Describes the message user.v1.UserCreated.
|
|
15
|
-
* Use `create(UserCreatedSchema)` to create a new message.
|
|
16
|
-
*/
|
|
17
|
-
export const UserCreatedSchema = /*@__PURE__*/
|
|
18
|
-
messageDesc(file_user_v1_user_created, 0);
|
|
19
|
-
|