@winible/winible-typed 2.39.0 → 2.41.0
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/README.md +9 -9
- package/dist/index.js +19 -19
- package/dist/migrations/20230104055346-oddsjam.js +500 -500
- package/dist/migrations/20230104233909-markets.js +27 -27
- package/dist/migrations/20230105005418-sportsbook.js +23 -23
- package/dist/migrations/20230106044910-player-result.js +58 -58
- package/dist/migrations/20230206061925-stale.js +12 -12
- package/dist/migrations/20230313175015-league-user.js +28 -28
- package/dist/migrations/20230405141245-deprecate-agencies.js +8 -8
- package/dist/migrations/20230405142440-deprecate-unused-tables.js +22 -22
- package/dist/migrations/20230410144940-deprecate-consent-people.js +8 -8
- package/dist/migrations/20230410174328-deprecate-consent-people-table.js +8 -8
- package/dist/migrations/20230410181920-migrate-credit-payments-to-transactions.js +8 -8
- package/dist/migrations/20230410202433-migrate-credit-payments-fields.js +11 -11
- package/dist/migrations/20230410211059-deprecate-credit-purchases.js +8 -8
- package/dist/migrations/20230410212035-deprecate-dashboard_user_permissions.js +9 -9
- package/dist/migrations/20230410212324-deprecate-non-breaking-tables.js +33 -33
- package/dist/migrations/20230411054826-create-users-table.js +140 -140
- package/dist/migrations/20230411202848-migrate_transactions_table.js +23 -23
- package/dist/migrations/20230411203543-migrate_league_users.js +8 -8
- package/dist/migrations/20230411205324-migrate_league.js +12 -12
- package/dist/migrations/20230411221159-migrate_media.js +8 -8
- package/dist/migrations/20230411221327-migrate_media_asset.js +9 -9
- package/dist/migrations/20230411221842-migrate_media_asset_fields.js +9 -9
- package/dist/migrations/20230411222018-migrate_notifications.js +24 -24
- package/dist/migrations/20230412190423-migrate_purchased_contents.js +9 -9
- package/dist/migrations/20230412202031-migrate_other_fields.js +26 -26
- package/dist/migrations/20230412213952-deprecate_phone_users_and_phone_owners.js +26 -26
- package/dist/migrations/20241123184623-whitelist.js +36 -36
- package/dist/migrations/20241204220824-pumping-risk-score-monitoring-table.js +47 -47
- package/dist/migrations/20241205003230-failed-transactions.js +67 -67
- package/dist/migrations/20241216145328-password-tokens.js +34 -0
- package/dist/migrations/20241216145328-password-tokens.js.map +1 -0
- package/dist/scripts/cleanupRecurlyPlans.js +49 -49
- package/dist/scripts/deleteMalformedImages.js +86 -86
- package/dist/scripts/test.js +17 -17
- package/dist/src/index.js +8 -8
- package/dist/src/recurlyInstance.js +32 -32
- package/dist/src/types.js +60 -60
- package/dist/support/index.js +18 -18
- package/dist/support/slack-client.js +50 -50
- package/dist/support/uploadcare.js +142 -142
- package/dist/support/utils.js +68 -68
- package/dist/typed-model/affiliate-code.js +97 -97
- package/dist/typed-model/affiliate-links-types.js +28 -28
- package/dist/typed-model/application.js +89 -89
- package/dist/typed-model/bet.js +111 -111
- package/dist/typed-model/cancellation_offer.js +70 -70
- package/dist/typed-model/cancellation_reason.js +98 -98
- package/dist/typed-model/content-like.js +69 -69
- package/dist/typed-model/discord-integration-log.js +62 -62
- package/dist/typed-model/discord-integration.js +128 -128
- package/dist/typed-model/failed-transactions.js +95 -95
- package/dist/typed-model/featured-creator.js +51 -51
- package/dist/typed-model/free-subscription-plan.js +66 -66
- package/dist/typed-model/index.js +121 -119
- package/dist/typed-model/index.js.map +1 -1
- package/dist/typed-model/integration.js +58 -58
- package/dist/typed-model/league-on-users.js +59 -59
- package/dist/typed-model/league.js +34 -34
- package/dist/typed-model/limited-offer.js +58 -58
- package/dist/typed-model/media-asset.js +63 -63
- package/dist/typed-model/media.js +54 -54
- package/dist/typed-model/migration-token.js +52 -52
- package/dist/typed-model/notification-preference.js +58 -58
- package/dist/typed-model/notification.js +89 -89
- package/dist/typed-model/organization.js +57 -57
- package/dist/typed-model/password-tokens.js +37 -0
- package/dist/typed-model/password-tokens.js.map +1 -0
- package/dist/typed-model/pb-sequelize.js +43 -43
- package/dist/typed-model/permission.js +36 -36
- package/dist/typed-model/post.js +128 -128
- package/dist/typed-model/post_on_integrations.js +81 -81
- package/dist/typed-model/posts-on-users.js +92 -92
- package/dist/typed-model/private-feed-users.js +42 -42
- package/dist/typed-model/pumping-risk-score-monitoring.js +54 -54
- package/dist/typed-model/recurly-account.js +33 -33
- package/dist/typed-model/sample.js +24 -24
- package/dist/typed-model/sms-custom-message.js +46 -46
- package/dist/typed-model/sport-on-posts.js +58 -58
- package/dist/typed-model/sport.js +29 -29
- package/dist/typed-model/store.js +148 -148
- package/dist/typed-model/stores_on_organizations.js +55 -55
- package/dist/typed-model/subscriber-discord-integration.js +82 -82
- package/dist/typed-model/subscriber-telegram-integration.js +82 -82
- package/dist/typed-model/subscribers-on-creators.js +80 -80
- package/dist/typed-model/subscription-coupon.js +92 -92
- package/dist/typed-model/subscription-plan-on-post.js +54 -54
- package/dist/typed-model/subscription-plan-on-users.js +138 -138
- package/dist/typed-model/subscription-plan.js +121 -116
- package/dist/typed-model/subscription-plan.js.map +1 -1
- package/dist/typed-model/subscription-pricing-option-on-coupons.js +54 -54
- package/dist/typed-model/subscription-pricing-option.js +77 -77
- package/dist/typed-model/telegram-integration-code.js +38 -38
- package/dist/typed-model/telegram-integration-invite-link.js +38 -38
- package/dist/typed-model/telegram-integration-log.js +62 -62
- package/dist/typed-model/telegram-integration.js +109 -109
- package/dist/typed-model/transaction.js +109 -109
- package/dist/typed-model/user-review.js +71 -71
- package/dist/typed-model/user.js +210 -210
- package/dist/typed-model/users-on-permissions.js +71 -71
- package/dist/typed-model/users_on_creators.js +70 -70
- package/dist/typed-model/users_on_organizations.js +55 -55
- package/dist/typed-model/whitelist.js +48 -48
- package/dist/typed-model/withdrawal.js +32 -32
- package/dist/webhooks/index.js +47 -47
- package/dist/webhooks/payment/index.js +8 -8
- package/dist/webhooks/payment/refund.js +38 -38
- package/index.ts +3 -3
- package/package.json +78 -78
- package/src/index.ts +1 -1
- package/src/recurlyInstance.ts +6 -6
- package/src/types.ts +97 -97
- package/support/index.ts +2 -2
- package/support/slack-client.ts +43 -43
- package/support/uploadcare.ts +191 -191
- package/support/utils.ts +72 -72
- package/typed-model/affiliate-code.ts +133 -133
- package/typed-model/affiliate-links-types.ts +45 -45
- package/typed-model/application.ts +124 -124
- package/typed-model/bet.ts +149 -149
- package/typed-model/cancellation_offer.ts +94 -94
- package/typed-model/cancellation_reason.ts +135 -135
- package/typed-model/content-like.ts +95 -95
- package/typed-model/discord-integration-log.ts +87 -87
- package/typed-model/discord-integration.ts +164 -164
- package/typed-model/failed-transactions.ts +123 -123
- package/typed-model/featured-creator.ts +75 -75
- package/typed-model/free-subscription-plan.ts +97 -97
- package/typed-model/index.ts +57 -56
- package/typed-model/integration.ts +83 -83
- package/typed-model/league-on-users.ts +81 -81
- package/typed-model/league.ts +53 -53
- package/typed-model/limited-offer.ts +80 -80
- package/typed-model/media-asset.ts +87 -87
- package/typed-model/media.ts +80 -80
- package/typed-model/migration-token.ts +75 -75
- package/typed-model/notification-preference.ts +85 -85
- package/typed-model/notification.ts +135 -135
- package/typed-model/organization.ts +80 -80
- package/typed-model/password-tokens.ts +55 -0
- package/typed-model/pb-sequelize.ts +44 -44
- package/typed-model/permission.ts +62 -62
- package/typed-model/post.ts +170 -170
- package/typed-model/post_on_integrations.ts +104 -104
- package/typed-model/posts-on-users.ts +122 -122
- package/typed-model/private-feed-users.ts +63 -63
- package/typed-model/pumping-risk-score-monitoring.ts +73 -73
- package/typed-model/recurly-account.ts +51 -51
- package/typed-model/sample.ts +41 -41
- package/typed-model/sms-custom-message.ts +66 -66
- package/typed-model/sport-on-posts.ts +80 -80
- package/typed-model/sport.ts +46 -46
- package/typed-model/store.ts +198 -198
- package/typed-model/stores_on_organizations.ts +78 -78
- package/typed-model/subscriber-discord-integration.ts +109 -109
- package/typed-model/subscriber-telegram-integration.ts +109 -109
- package/typed-model/subscribers-on-creators.ts +107 -107
- package/typed-model/subscription-coupon.ts +128 -128
- package/typed-model/subscription-plan-on-post.ts +77 -77
- package/typed-model/subscription-plan-on-users.ts +194 -194
- package/typed-model/subscription-plan.ts +173 -167
- package/typed-model/subscription-pricing-option-on-coupons.ts +78 -78
- package/typed-model/subscription-pricing-option.ts +106 -106
- package/typed-model/telegram-integration-code.ts +60 -60
- package/typed-model/telegram-integration-invite-link.ts +59 -59
- package/typed-model/telegram-integration-log.ts +86 -86
- package/typed-model/telegram-integration.ts +141 -141
- package/typed-model/transaction.ts +159 -159
- package/typed-model/user-review.ts +92 -92
- package/typed-model/user.ts +273 -273
- package/typed-model/users-on-permissions.ts +96 -96
- package/typed-model/users_on_creators.ts +95 -95
- package/typed-model/users_on_organizations.ts +78 -78
- package/typed-model/whitelist.ts +66 -66
- package/typed-model/withdrawal.ts +50 -50
- package/dist/migrations/20241123184623-recurly-payment-monitoring-whitelist.js +0 -33
- package/dist/migrations/20241123184623-recurly-payment-monitoring-whitelist.js.map +0 -1
- package/dist/typed-model/recurly-payment-monitoring-whitelist.js +0 -45
- package/dist/typed-model/recurly-payment-monitoring-whitelist.js.map +0 -1
package/typed-model/sample.ts
CHANGED
@@ -1,41 +1,41 @@
|
|
1
|
-
import {
|
2
|
-
Model,
|
3
|
-
InferAttributes,
|
4
|
-
InferCreationAttributes,
|
5
|
-
CreationOptional,
|
6
|
-
DataTypes,
|
7
|
-
} from "sequelize";
|
8
|
-
|
9
|
-
import sequelize from "./pb-sequelize";
|
10
|
-
|
11
|
-
// order of InferAttributes & InferCreationAttributes is important.
|
12
|
-
class Sample extends Model<
|
13
|
-
InferAttributes<Sample>,
|
14
|
-
InferCreationAttributes<Sample>
|
15
|
-
> {
|
16
|
-
// 'CreationOptional' is a special type that marks the field as optional
|
17
|
-
// when creating an instance of the model (such as using Model.create()).
|
18
|
-
declare id: CreationOptional<string>;
|
19
|
-
|
20
|
-
declare createdAt: CreationOptional<Date>;
|
21
|
-
declare updatedAt: CreationOptional<Date>;
|
22
|
-
}
|
23
|
-
|
24
|
-
Sample.init(
|
25
|
-
{
|
26
|
-
id: {
|
27
|
-
type: DataTypes.BIGINT,
|
28
|
-
primaryKey: true,
|
29
|
-
allowNull: false,
|
30
|
-
defaultValue: sequelize.fn("next_id"),
|
31
|
-
},
|
32
|
-
createdAt: DataTypes.DATE,
|
33
|
-
updatedAt: DataTypes.DATE,
|
34
|
-
},
|
35
|
-
{
|
36
|
-
tableName: "samples",
|
37
|
-
sequelize,
|
38
|
-
}
|
39
|
-
);
|
40
|
-
|
41
|
-
export default Sample;
|
1
|
+
import {
|
2
|
+
Model,
|
3
|
+
InferAttributes,
|
4
|
+
InferCreationAttributes,
|
5
|
+
CreationOptional,
|
6
|
+
DataTypes,
|
7
|
+
} from "sequelize";
|
8
|
+
|
9
|
+
import sequelize from "./pb-sequelize";
|
10
|
+
|
11
|
+
// order of InferAttributes & InferCreationAttributes is important.
|
12
|
+
class Sample extends Model<
|
13
|
+
InferAttributes<Sample>,
|
14
|
+
InferCreationAttributes<Sample>
|
15
|
+
> {
|
16
|
+
// 'CreationOptional' is a special type that marks the field as optional
|
17
|
+
// when creating an instance of the model (such as using Model.create()).
|
18
|
+
declare id: CreationOptional<string>;
|
19
|
+
|
20
|
+
declare createdAt: CreationOptional<Date>;
|
21
|
+
declare updatedAt: CreationOptional<Date>;
|
22
|
+
}
|
23
|
+
|
24
|
+
Sample.init(
|
25
|
+
{
|
26
|
+
id: {
|
27
|
+
type: DataTypes.BIGINT,
|
28
|
+
primaryKey: true,
|
29
|
+
allowNull: false,
|
30
|
+
defaultValue: sequelize.fn("next_id"),
|
31
|
+
},
|
32
|
+
createdAt: DataTypes.DATE,
|
33
|
+
updatedAt: DataTypes.DATE,
|
34
|
+
},
|
35
|
+
{
|
36
|
+
tableName: "samples",
|
37
|
+
sequelize,
|
38
|
+
}
|
39
|
+
);
|
40
|
+
|
41
|
+
export default Sample;
|
@@ -1,66 +1,66 @@
|
|
1
|
-
import {
|
2
|
-
Model,
|
3
|
-
InferAttributes,
|
4
|
-
InferCreationAttributes,
|
5
|
-
CreationOptional,
|
6
|
-
DataTypes,
|
7
|
-
} from "sequelize";
|
8
|
-
|
9
|
-
import sequelize from "./pb-sequelize";
|
10
|
-
import User from "./user";
|
11
|
-
|
12
|
-
class SMSCustomMessage extends Model<
|
13
|
-
InferAttributes<SMSCustomMessage>,
|
14
|
-
InferCreationAttributes<SMSCustomMessage>
|
15
|
-
> {
|
16
|
-
declare id: CreationOptional<string>;
|
17
|
-
|
18
|
-
declare creatorId: string;
|
19
|
-
declare smsPrequel: string;
|
20
|
-
|
21
|
-
declare createdAt: CreationOptional<Date>;
|
22
|
-
declare updatedAt: CreationOptional<Date>;
|
23
|
-
}
|
24
|
-
|
25
|
-
SMSCustomMessage.init(
|
26
|
-
{
|
27
|
-
id: {
|
28
|
-
type: DataTypes.BIGINT,
|
29
|
-
primaryKey: true,
|
30
|
-
allowNull: false,
|
31
|
-
defaultValue: sequelize.fn("next_id"),
|
32
|
-
},
|
33
|
-
creatorId: {
|
34
|
-
type: DataTypes.BIGINT,
|
35
|
-
allowNull: false,
|
36
|
-
field: "creator_id",
|
37
|
-
references: {
|
38
|
-
model: User,
|
39
|
-
},
|
40
|
-
},
|
41
|
-
smsPrequel: {
|
42
|
-
type: DataTypes.TEXT,
|
43
|
-
allowNull: false,
|
44
|
-
field: "sms_prequel",
|
45
|
-
},
|
46
|
-
createdAt: DataTypes.DATE,
|
47
|
-
updatedAt: DataTypes.DATE,
|
48
|
-
},
|
49
|
-
{
|
50
|
-
tableName: "sms_custom_messages",
|
51
|
-
sequelize,
|
52
|
-
}
|
53
|
-
);
|
54
|
-
|
55
|
-
User.hasOne(SMSCustomMessage, {
|
56
|
-
foreignKey: "creatorId",
|
57
|
-
sourceKey: "id",
|
58
|
-
});
|
59
|
-
|
60
|
-
SMSCustomMessage.hasOne(User, {
|
61
|
-
foreignKey: "id",
|
62
|
-
sourceKey: "creatorId",
|
63
|
-
onDelete: "NO ACTION",
|
64
|
-
});
|
65
|
-
|
66
|
-
export default SMSCustomMessage;
|
1
|
+
import {
|
2
|
+
Model,
|
3
|
+
InferAttributes,
|
4
|
+
InferCreationAttributes,
|
5
|
+
CreationOptional,
|
6
|
+
DataTypes,
|
7
|
+
} from "sequelize";
|
8
|
+
|
9
|
+
import sequelize from "./pb-sequelize";
|
10
|
+
import User from "./user";
|
11
|
+
|
12
|
+
class SMSCustomMessage extends Model<
|
13
|
+
InferAttributes<SMSCustomMessage>,
|
14
|
+
InferCreationAttributes<SMSCustomMessage>
|
15
|
+
> {
|
16
|
+
declare id: CreationOptional<string>;
|
17
|
+
|
18
|
+
declare creatorId: string;
|
19
|
+
declare smsPrequel: string;
|
20
|
+
|
21
|
+
declare createdAt: CreationOptional<Date>;
|
22
|
+
declare updatedAt: CreationOptional<Date>;
|
23
|
+
}
|
24
|
+
|
25
|
+
SMSCustomMessage.init(
|
26
|
+
{
|
27
|
+
id: {
|
28
|
+
type: DataTypes.BIGINT,
|
29
|
+
primaryKey: true,
|
30
|
+
allowNull: false,
|
31
|
+
defaultValue: sequelize.fn("next_id"),
|
32
|
+
},
|
33
|
+
creatorId: {
|
34
|
+
type: DataTypes.BIGINT,
|
35
|
+
allowNull: false,
|
36
|
+
field: "creator_id",
|
37
|
+
references: {
|
38
|
+
model: User,
|
39
|
+
},
|
40
|
+
},
|
41
|
+
smsPrequel: {
|
42
|
+
type: DataTypes.TEXT,
|
43
|
+
allowNull: false,
|
44
|
+
field: "sms_prequel",
|
45
|
+
},
|
46
|
+
createdAt: DataTypes.DATE,
|
47
|
+
updatedAt: DataTypes.DATE,
|
48
|
+
},
|
49
|
+
{
|
50
|
+
tableName: "sms_custom_messages",
|
51
|
+
sequelize,
|
52
|
+
}
|
53
|
+
);
|
54
|
+
|
55
|
+
User.hasOne(SMSCustomMessage, {
|
56
|
+
foreignKey: "creatorId",
|
57
|
+
sourceKey: "id",
|
58
|
+
});
|
59
|
+
|
60
|
+
SMSCustomMessage.hasOne(User, {
|
61
|
+
foreignKey: "id",
|
62
|
+
sourceKey: "creatorId",
|
63
|
+
onDelete: "NO ACTION",
|
64
|
+
});
|
65
|
+
|
66
|
+
export default SMSCustomMessage;
|
@@ -1,80 +1,80 @@
|
|
1
|
-
import {
|
2
|
-
Model,
|
3
|
-
InferAttributes,
|
4
|
-
InferCreationAttributes,
|
5
|
-
CreationOptional,
|
6
|
-
DataTypes,
|
7
|
-
} from "sequelize";
|
8
|
-
|
9
|
-
import sequelize from "./pb-sequelize";
|
10
|
-
import Post from "./post";
|
11
|
-
import Sport from "./sport";
|
12
|
-
|
13
|
-
// order of InferAttributes & InferCreationAttributes is important.
|
14
|
-
class SportOnPosts extends Model<
|
15
|
-
InferAttributes<SportOnPosts>,
|
16
|
-
InferCreationAttributes<SportOnPosts>
|
17
|
-
> {
|
18
|
-
// 'CreationOptional' is a special type that marks the field as optional
|
19
|
-
// when creating an instance of the model (such as using Model.create()).
|
20
|
-
declare id: CreationOptional<string>;
|
21
|
-
declare sportId: string;
|
22
|
-
declare postId: string;
|
23
|
-
declare createdAt: CreationOptional<Date>;
|
24
|
-
declare updatedAt: CreationOptional<Date>;
|
25
|
-
}
|
26
|
-
|
27
|
-
SportOnPosts.init(
|
28
|
-
{
|
29
|
-
id: {
|
30
|
-
type: DataTypes.BIGINT,
|
31
|
-
primaryKey: true,
|
32
|
-
allowNull: false,
|
33
|
-
defaultValue: sequelize.fn("next_id"),
|
34
|
-
},
|
35
|
-
sportId: {
|
36
|
-
type: DataTypes.BIGINT,
|
37
|
-
field: "sport_id",
|
38
|
-
allowNull: false,
|
39
|
-
},
|
40
|
-
postId: {
|
41
|
-
type: DataTypes.BIGINT,
|
42
|
-
field: "post_id",
|
43
|
-
allowNull: false,
|
44
|
-
},
|
45
|
-
createdAt: DataTypes.DATE,
|
46
|
-
updatedAt: DataTypes.DATE,
|
47
|
-
},
|
48
|
-
{
|
49
|
-
tableName: "sport_on_posts",
|
50
|
-
sequelize,
|
51
|
-
}
|
52
|
-
);
|
53
|
-
|
54
|
-
SportOnPosts.hasOne(Post, {
|
55
|
-
foreignKey: "id",
|
56
|
-
sourceKey: "postId",
|
57
|
-
onDelete: "NO ACTION",
|
58
|
-
constraints: false,
|
59
|
-
});
|
60
|
-
|
61
|
-
Post.hasMany(SportOnPosts, {
|
62
|
-
foreignKey: "postId",
|
63
|
-
onDelete: "NO ACTION",
|
64
|
-
constraints: false,
|
65
|
-
});
|
66
|
-
|
67
|
-
SportOnPosts.hasOne(Sport, {
|
68
|
-
foreignKey: "id",
|
69
|
-
sourceKey: "sportId",
|
70
|
-
onDelete: "NO ACTION",
|
71
|
-
constraints: false,
|
72
|
-
});
|
73
|
-
|
74
|
-
Sport.hasMany(SportOnPosts, {
|
75
|
-
foreignKey: "sportId",
|
76
|
-
onDelete: "NO ACTION",
|
77
|
-
constraints: false,
|
78
|
-
});
|
79
|
-
|
80
|
-
export default SportOnPosts;
|
1
|
+
import {
|
2
|
+
Model,
|
3
|
+
InferAttributes,
|
4
|
+
InferCreationAttributes,
|
5
|
+
CreationOptional,
|
6
|
+
DataTypes,
|
7
|
+
} from "sequelize";
|
8
|
+
|
9
|
+
import sequelize from "./pb-sequelize";
|
10
|
+
import Post from "./post";
|
11
|
+
import Sport from "./sport";
|
12
|
+
|
13
|
+
// order of InferAttributes & InferCreationAttributes is important.
|
14
|
+
class SportOnPosts extends Model<
|
15
|
+
InferAttributes<SportOnPosts>,
|
16
|
+
InferCreationAttributes<SportOnPosts>
|
17
|
+
> {
|
18
|
+
// 'CreationOptional' is a special type that marks the field as optional
|
19
|
+
// when creating an instance of the model (such as using Model.create()).
|
20
|
+
declare id: CreationOptional<string>;
|
21
|
+
declare sportId: string;
|
22
|
+
declare postId: string;
|
23
|
+
declare createdAt: CreationOptional<Date>;
|
24
|
+
declare updatedAt: CreationOptional<Date>;
|
25
|
+
}
|
26
|
+
|
27
|
+
SportOnPosts.init(
|
28
|
+
{
|
29
|
+
id: {
|
30
|
+
type: DataTypes.BIGINT,
|
31
|
+
primaryKey: true,
|
32
|
+
allowNull: false,
|
33
|
+
defaultValue: sequelize.fn("next_id"),
|
34
|
+
},
|
35
|
+
sportId: {
|
36
|
+
type: DataTypes.BIGINT,
|
37
|
+
field: "sport_id",
|
38
|
+
allowNull: false,
|
39
|
+
},
|
40
|
+
postId: {
|
41
|
+
type: DataTypes.BIGINT,
|
42
|
+
field: "post_id",
|
43
|
+
allowNull: false,
|
44
|
+
},
|
45
|
+
createdAt: DataTypes.DATE,
|
46
|
+
updatedAt: DataTypes.DATE,
|
47
|
+
},
|
48
|
+
{
|
49
|
+
tableName: "sport_on_posts",
|
50
|
+
sequelize,
|
51
|
+
}
|
52
|
+
);
|
53
|
+
|
54
|
+
SportOnPosts.hasOne(Post, {
|
55
|
+
foreignKey: "id",
|
56
|
+
sourceKey: "postId",
|
57
|
+
onDelete: "NO ACTION",
|
58
|
+
constraints: false,
|
59
|
+
});
|
60
|
+
|
61
|
+
Post.hasMany(SportOnPosts, {
|
62
|
+
foreignKey: "postId",
|
63
|
+
onDelete: "NO ACTION",
|
64
|
+
constraints: false,
|
65
|
+
});
|
66
|
+
|
67
|
+
SportOnPosts.hasOne(Sport, {
|
68
|
+
foreignKey: "id",
|
69
|
+
sourceKey: "sportId",
|
70
|
+
onDelete: "NO ACTION",
|
71
|
+
constraints: false,
|
72
|
+
});
|
73
|
+
|
74
|
+
Sport.hasMany(SportOnPosts, {
|
75
|
+
foreignKey: "sportId",
|
76
|
+
onDelete: "NO ACTION",
|
77
|
+
constraints: false,
|
78
|
+
});
|
79
|
+
|
80
|
+
export default SportOnPosts;
|
package/typed-model/sport.ts
CHANGED
@@ -1,46 +1,46 @@
|
|
1
|
-
import {
|
2
|
-
Model,
|
3
|
-
InferAttributes,
|
4
|
-
InferCreationAttributes,
|
5
|
-
CreationOptional,
|
6
|
-
DataTypes,
|
7
|
-
} from "sequelize";
|
8
|
-
|
9
|
-
import sequelize from "./pb-sequelize";
|
10
|
-
|
11
|
-
// order of InferAttributes & InferCreationAttributes is important.
|
12
|
-
class Sport extends Model<
|
13
|
-
InferAttributes<Sport>,
|
14
|
-
InferCreationAttributes<Sport>
|
15
|
-
> {
|
16
|
-
// 'CreationOptional' is a special type that marks the field as optional
|
17
|
-
// when creating an instance of the model (such as using Model.create()).
|
18
|
-
declare id: CreationOptional<string>;
|
19
|
-
declare sportName: string;
|
20
|
-
declare createdAt: CreationOptional<Date>;
|
21
|
-
declare updatedAt: CreationOptional<Date>;
|
22
|
-
}
|
23
|
-
|
24
|
-
Sport.init(
|
25
|
-
{
|
26
|
-
id: {
|
27
|
-
type: DataTypes.BIGINT,
|
28
|
-
primaryKey: true,
|
29
|
-
allowNull: false,
|
30
|
-
defaultValue: sequelize.fn("next_id"),
|
31
|
-
},
|
32
|
-
sportName: {
|
33
|
-
type: DataTypes.STRING,
|
34
|
-
field: "sport_name",
|
35
|
-
},
|
36
|
-
createdAt: DataTypes.DATE,
|
37
|
-
updatedAt: DataTypes.DATE,
|
38
|
-
},
|
39
|
-
{
|
40
|
-
// Other model options go here
|
41
|
-
tableName: "sports",
|
42
|
-
sequelize,
|
43
|
-
}
|
44
|
-
);
|
45
|
-
|
46
|
-
export default Sport;
|
1
|
+
import {
|
2
|
+
Model,
|
3
|
+
InferAttributes,
|
4
|
+
InferCreationAttributes,
|
5
|
+
CreationOptional,
|
6
|
+
DataTypes,
|
7
|
+
} from "sequelize";
|
8
|
+
|
9
|
+
import sequelize from "./pb-sequelize";
|
10
|
+
|
11
|
+
// order of InferAttributes & InferCreationAttributes is important.
|
12
|
+
class Sport extends Model<
|
13
|
+
InferAttributes<Sport>,
|
14
|
+
InferCreationAttributes<Sport>
|
15
|
+
> {
|
16
|
+
// 'CreationOptional' is a special type that marks the field as optional
|
17
|
+
// when creating an instance of the model (such as using Model.create()).
|
18
|
+
declare id: CreationOptional<string>;
|
19
|
+
declare sportName: string;
|
20
|
+
declare createdAt: CreationOptional<Date>;
|
21
|
+
declare updatedAt: CreationOptional<Date>;
|
22
|
+
}
|
23
|
+
|
24
|
+
Sport.init(
|
25
|
+
{
|
26
|
+
id: {
|
27
|
+
type: DataTypes.BIGINT,
|
28
|
+
primaryKey: true,
|
29
|
+
allowNull: false,
|
30
|
+
defaultValue: sequelize.fn("next_id"),
|
31
|
+
},
|
32
|
+
sportName: {
|
33
|
+
type: DataTypes.STRING,
|
34
|
+
field: "sport_name",
|
35
|
+
},
|
36
|
+
createdAt: DataTypes.DATE,
|
37
|
+
updatedAt: DataTypes.DATE,
|
38
|
+
},
|
39
|
+
{
|
40
|
+
// Other model options go here
|
41
|
+
tableName: "sports",
|
42
|
+
sequelize,
|
43
|
+
}
|
44
|
+
);
|
45
|
+
|
46
|
+
export default Sport;
|