@forklaunch/implementation-billing-base 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/domain/types/index.d.mts +273 -244
- package/lib/domain/types/index.d.ts +273 -244
- package/lib/services/index.d.mts +0 -1
- package/lib/services/index.d.ts +0 -1
- package/package.json +7 -7
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { BillingPortalDto, CreateBillingPortalDto, UpdateBillingPortalDto, CheckoutSessionDto, CreateCheckoutSessionDto, UpdateCheckoutSessionDto, PaymentLinkDto, CreatePaymentLinkDto, UpdatePaymentLinkDto, PlanDto, CreatePlanDto, UpdatePlanDto, SubscriptionDto, CreateSubscriptionDto, UpdateSubscriptionDto } from '@forklaunch/interfaces-billing/types';
|
|
2
|
-
import * as _forklaunch_core_persistence from '@forklaunch/core/persistence';
|
|
3
2
|
import * as _mikro_orm_core from '@mikro-orm/core';
|
|
4
3
|
import { InferEntity, EntityManager } from '@mikro-orm/core';
|
|
5
4
|
|
|
@@ -30,339 +29,369 @@ type BaseSubscriptionDtos<PartyType, BillingProviderType> = {
|
|
|
30
29
|
};
|
|
31
30
|
|
|
32
31
|
declare const BillingPortal: _mikro_orm_core.EntitySchemaWithMeta<"BillingPortal", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
33
|
-
readonly id:
|
|
32
|
+
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
34
33
|
primary: true;
|
|
35
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
readonly customerId:
|
|
34
|
+
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
35
|
+
readonly __classified: true;
|
|
36
|
+
};
|
|
37
|
+
readonly customerId: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
38
|
+
readonly __classified: true;
|
|
39
|
+
};
|
|
39
40
|
}, undefined, never, never, false>, never, {
|
|
40
|
-
readonly id:
|
|
41
|
+
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
41
42
|
primary: true;
|
|
42
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
readonly customerId:
|
|
43
|
+
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
44
|
+
readonly __classified: true;
|
|
45
|
+
};
|
|
46
|
+
readonly customerId: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
47
|
+
readonly __classified: true;
|
|
48
|
+
};
|
|
46
49
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
47
|
-
readonly id:
|
|
48
|
-
primary: true;
|
|
49
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
50
|
+
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
50
51
|
primary: true;
|
|
51
|
-
}
|
|
52
|
-
|
|
52
|
+
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
53
|
+
readonly __classified: true;
|
|
54
|
+
};
|
|
55
|
+
readonly customerId: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
56
|
+
readonly __classified: true;
|
|
57
|
+
};
|
|
53
58
|
}, undefined, never, never, false>>>;
|
|
54
59
|
declare const CheckoutSession: _mikro_orm_core.EntitySchemaWithMeta<"CheckoutSession", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
55
|
-
readonly id:
|
|
56
|
-
primary: true;
|
|
57
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
60
|
+
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
58
61
|
primary: true;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
62
|
+
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
63
|
+
readonly __classified: true;
|
|
64
|
+
};
|
|
65
|
+
readonly customerId: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
66
|
+
readonly __classified: true;
|
|
67
|
+
};
|
|
68
|
+
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
66
69
|
kind: "enum";
|
|
67
70
|
}, "array"> & {
|
|
68
71
|
array: true;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
kind: "enum";
|
|
74
|
-
}>;
|
|
75
|
-
readonly status: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
72
|
+
}> & {
|
|
73
|
+
readonly __classified: true;
|
|
74
|
+
};
|
|
75
|
+
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
76
76
|
kind: "enum";
|
|
77
|
-
}
|
|
77
|
+
}> & {
|
|
78
|
+
readonly __classified: true;
|
|
79
|
+
};
|
|
80
|
+
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
78
81
|
kind: "enum";
|
|
79
|
-
}
|
|
82
|
+
}> & {
|
|
83
|
+
readonly __classified: true;
|
|
84
|
+
};
|
|
80
85
|
}, undefined, never, never, false>, never, {
|
|
81
|
-
readonly id:
|
|
82
|
-
primary: true;
|
|
83
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
86
|
+
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
84
87
|
primary: true;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
88
|
+
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
89
|
+
readonly __classified: true;
|
|
90
|
+
};
|
|
91
|
+
readonly customerId: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
92
|
+
readonly __classified: true;
|
|
93
|
+
};
|
|
94
|
+
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
92
95
|
kind: "enum";
|
|
93
96
|
}, "array"> & {
|
|
94
97
|
array: true;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
kind: "enum";
|
|
100
|
-
}>;
|
|
101
|
-
readonly status: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
98
|
+
}> & {
|
|
99
|
+
readonly __classified: true;
|
|
100
|
+
};
|
|
101
|
+
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
102
102
|
kind: "enum";
|
|
103
|
-
}
|
|
103
|
+
}> & {
|
|
104
|
+
readonly __classified: true;
|
|
105
|
+
};
|
|
106
|
+
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
104
107
|
kind: "enum";
|
|
105
|
-
}
|
|
108
|
+
}> & {
|
|
109
|
+
readonly __classified: true;
|
|
110
|
+
};
|
|
106
111
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
107
|
-
readonly id:
|
|
112
|
+
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
108
113
|
primary: true;
|
|
109
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")
|
|
110
|
-
|
|
111
|
-
}
|
|
112
|
-
readonly customerId:
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
array: true;
|
|
117
|
-
}>, any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
114
|
+
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
115
|
+
readonly __classified: true;
|
|
116
|
+
};
|
|
117
|
+
readonly customerId: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
118
|
+
readonly __classified: true;
|
|
119
|
+
};
|
|
120
|
+
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
118
121
|
kind: "enum";
|
|
119
122
|
}, "array"> & {
|
|
120
123
|
array: true;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
kind: "enum";
|
|
126
|
-
}>;
|
|
127
|
-
readonly status: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
124
|
+
}> & {
|
|
125
|
+
readonly __classified: true;
|
|
126
|
+
};
|
|
127
|
+
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
128
128
|
kind: "enum";
|
|
129
|
-
}
|
|
129
|
+
}> & {
|
|
130
|
+
readonly __classified: true;
|
|
131
|
+
};
|
|
132
|
+
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
130
133
|
kind: "enum";
|
|
131
|
-
}
|
|
134
|
+
}> & {
|
|
135
|
+
readonly __classified: true;
|
|
136
|
+
};
|
|
132
137
|
}, undefined, never, never, false>>>;
|
|
133
138
|
declare const PaymentLink: _mikro_orm_core.EntitySchemaWithMeta<"PaymentLink", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
134
|
-
readonly id:
|
|
139
|
+
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
135
140
|
primary: true;
|
|
136
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")
|
|
137
|
-
|
|
138
|
-
}
|
|
139
|
-
readonly amount:
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
array: true;
|
|
144
|
-
}>, any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
141
|
+
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
142
|
+
readonly __classified: true;
|
|
143
|
+
};
|
|
144
|
+
readonly amount: _mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<string | number>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
145
|
+
readonly __classified: true;
|
|
146
|
+
};
|
|
147
|
+
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
145
148
|
kind: "enum";
|
|
146
149
|
}, "array"> & {
|
|
147
150
|
array: true;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
kind: "enum";
|
|
153
|
-
}>;
|
|
154
|
-
readonly status: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
151
|
+
}> & {
|
|
152
|
+
readonly __classified: true;
|
|
153
|
+
};
|
|
154
|
+
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
155
155
|
kind: "enum";
|
|
156
|
-
}
|
|
156
|
+
}> & {
|
|
157
|
+
readonly __classified: true;
|
|
158
|
+
};
|
|
159
|
+
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
157
160
|
kind: "enum";
|
|
158
|
-
}
|
|
161
|
+
}> & {
|
|
162
|
+
readonly __classified: true;
|
|
163
|
+
};
|
|
159
164
|
}, undefined, never, never, false>, never, {
|
|
160
|
-
readonly id:
|
|
161
|
-
primary: true;
|
|
162
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
165
|
+
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
163
166
|
primary: true;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
167
|
+
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
168
|
+
readonly __classified: true;
|
|
169
|
+
};
|
|
170
|
+
readonly amount: _mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<string | number>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
171
|
+
readonly __classified: true;
|
|
172
|
+
};
|
|
173
|
+
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
171
174
|
kind: "enum";
|
|
172
175
|
}, "array"> & {
|
|
173
176
|
array: true;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
kind: "enum";
|
|
179
|
-
}>;
|
|
180
|
-
readonly status: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
177
|
+
}> & {
|
|
178
|
+
readonly __classified: true;
|
|
179
|
+
};
|
|
180
|
+
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
181
181
|
kind: "enum";
|
|
182
|
-
}
|
|
182
|
+
}> & {
|
|
183
|
+
readonly __classified: true;
|
|
184
|
+
};
|
|
185
|
+
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
183
186
|
kind: "enum";
|
|
184
|
-
}
|
|
187
|
+
}> & {
|
|
188
|
+
readonly __classified: true;
|
|
189
|
+
};
|
|
185
190
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
186
|
-
readonly id:
|
|
187
|
-
primary: true;
|
|
188
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
191
|
+
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
189
192
|
primary: true;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
193
|
+
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
194
|
+
readonly __classified: true;
|
|
195
|
+
};
|
|
196
|
+
readonly amount: _mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<string | number>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
197
|
+
readonly __classified: true;
|
|
198
|
+
};
|
|
199
|
+
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
197
200
|
kind: "enum";
|
|
198
201
|
}, "array"> & {
|
|
199
202
|
array: true;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
kind: "enum";
|
|
205
|
-
}>;
|
|
206
|
-
readonly status: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
203
|
+
}> & {
|
|
204
|
+
readonly __classified: true;
|
|
205
|
+
};
|
|
206
|
+
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
207
207
|
kind: "enum";
|
|
208
|
-
}
|
|
208
|
+
}> & {
|
|
209
|
+
readonly __classified: true;
|
|
210
|
+
};
|
|
211
|
+
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
209
212
|
kind: "enum";
|
|
210
|
-
}
|
|
213
|
+
}> & {
|
|
214
|
+
readonly __classified: true;
|
|
215
|
+
};
|
|
211
216
|
}, undefined, never, never, false>>>;
|
|
212
217
|
declare const Plan: _mikro_orm_core.EntitySchemaWithMeta<"Plan", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
213
|
-
readonly id:
|
|
214
|
-
primary: true;
|
|
215
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
218
|
+
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
216
219
|
primary: true;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
readonly
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
}
|
|
226
|
-
readonly
|
|
227
|
-
|
|
228
|
-
}
|
|
220
|
+
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
221
|
+
readonly __classified: true;
|
|
222
|
+
};
|
|
223
|
+
readonly name: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
224
|
+
readonly __classified: true;
|
|
225
|
+
};
|
|
226
|
+
readonly price: _mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<string | number>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
227
|
+
readonly __classified: true;
|
|
228
|
+
};
|
|
229
|
+
readonly externalId: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
230
|
+
readonly __classified: true;
|
|
231
|
+
};
|
|
232
|
+
readonly cadence: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
229
233
|
kind: "enum";
|
|
230
|
-
}
|
|
231
|
-
|
|
234
|
+
}> & {
|
|
235
|
+
readonly __classified: true;
|
|
236
|
+
};
|
|
237
|
+
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
232
238
|
kind: "enum";
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
}
|
|
239
|
+
}> & {
|
|
240
|
+
readonly __classified: true;
|
|
241
|
+
};
|
|
242
|
+
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
236
243
|
kind: "enum";
|
|
237
244
|
}, "nullable"> & {
|
|
238
245
|
nullable: true;
|
|
239
|
-
}
|
|
246
|
+
}> & {
|
|
247
|
+
readonly __classified: true;
|
|
248
|
+
};
|
|
240
249
|
}, undefined, never, never, false>, never, {
|
|
241
|
-
readonly id:
|
|
242
|
-
primary: true;
|
|
243
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
250
|
+
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
244
251
|
primary: true;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
readonly
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
}
|
|
254
|
-
readonly
|
|
255
|
-
|
|
256
|
-
}
|
|
252
|
+
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
253
|
+
readonly __classified: true;
|
|
254
|
+
};
|
|
255
|
+
readonly name: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
256
|
+
readonly __classified: true;
|
|
257
|
+
};
|
|
258
|
+
readonly price: _mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<string | number>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
259
|
+
readonly __classified: true;
|
|
260
|
+
};
|
|
261
|
+
readonly externalId: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
262
|
+
readonly __classified: true;
|
|
263
|
+
};
|
|
264
|
+
readonly cadence: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
257
265
|
kind: "enum";
|
|
258
|
-
}
|
|
259
|
-
|
|
266
|
+
}> & {
|
|
267
|
+
readonly __classified: true;
|
|
268
|
+
};
|
|
269
|
+
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
260
270
|
kind: "enum";
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
}
|
|
271
|
+
}> & {
|
|
272
|
+
readonly __classified: true;
|
|
273
|
+
};
|
|
274
|
+
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
264
275
|
kind: "enum";
|
|
265
276
|
}, "nullable"> & {
|
|
266
277
|
nullable: true;
|
|
267
|
-
}
|
|
278
|
+
}> & {
|
|
279
|
+
readonly __classified: true;
|
|
280
|
+
};
|
|
268
281
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
269
|
-
readonly id:
|
|
270
|
-
primary: true;
|
|
271
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
282
|
+
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
272
283
|
primary: true;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
readonly
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
}
|
|
282
|
-
readonly
|
|
283
|
-
|
|
284
|
-
}
|
|
284
|
+
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
285
|
+
readonly __classified: true;
|
|
286
|
+
};
|
|
287
|
+
readonly name: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
288
|
+
readonly __classified: true;
|
|
289
|
+
};
|
|
290
|
+
readonly price: _mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<string | number>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
291
|
+
readonly __classified: true;
|
|
292
|
+
};
|
|
293
|
+
readonly externalId: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
294
|
+
readonly __classified: true;
|
|
295
|
+
};
|
|
296
|
+
readonly cadence: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
285
297
|
kind: "enum";
|
|
286
|
-
}
|
|
287
|
-
|
|
298
|
+
}> & {
|
|
299
|
+
readonly __classified: true;
|
|
300
|
+
};
|
|
301
|
+
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
288
302
|
kind: "enum";
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
}
|
|
303
|
+
}> & {
|
|
304
|
+
readonly __classified: true;
|
|
305
|
+
};
|
|
306
|
+
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
292
307
|
kind: "enum";
|
|
293
308
|
}, "nullable"> & {
|
|
294
309
|
nullable: true;
|
|
295
|
-
}
|
|
310
|
+
}> & {
|
|
311
|
+
readonly __classified: true;
|
|
312
|
+
};
|
|
296
313
|
}, undefined, never, never, false>>>;
|
|
297
314
|
declare const Subscription: _mikro_orm_core.EntitySchemaWithMeta<"Subscription", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
298
|
-
readonly id:
|
|
315
|
+
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
299
316
|
primary: true;
|
|
300
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")
|
|
301
|
-
|
|
302
|
-
}
|
|
303
|
-
readonly partyId:
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
readonly billingProvider: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
317
|
+
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
318
|
+
readonly __classified: true;
|
|
319
|
+
};
|
|
320
|
+
readonly partyId: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
321
|
+
readonly __classified: true;
|
|
322
|
+
};
|
|
323
|
+
readonly externalId: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
324
|
+
readonly __classified: true;
|
|
325
|
+
};
|
|
326
|
+
readonly partyType: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
311
327
|
kind: "enum";
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
}
|
|
328
|
+
}> & {
|
|
329
|
+
readonly __classified: true;
|
|
330
|
+
};
|
|
331
|
+
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
315
332
|
kind: "enum";
|
|
316
333
|
}, "nullable"> & {
|
|
317
334
|
nullable: true;
|
|
318
|
-
}
|
|
319
|
-
|
|
335
|
+
}> & {
|
|
336
|
+
readonly __classified: true;
|
|
337
|
+
};
|
|
338
|
+
readonly active: _mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
339
|
+
readonly __classified: true;
|
|
340
|
+
};
|
|
320
341
|
}, undefined, never, never, false>, never, {
|
|
321
|
-
readonly id:
|
|
342
|
+
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
322
343
|
primary: true;
|
|
323
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")
|
|
324
|
-
|
|
325
|
-
}
|
|
326
|
-
readonly partyId:
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
readonly billingProvider: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
344
|
+
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
345
|
+
readonly __classified: true;
|
|
346
|
+
};
|
|
347
|
+
readonly partyId: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
348
|
+
readonly __classified: true;
|
|
349
|
+
};
|
|
350
|
+
readonly externalId: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
351
|
+
readonly __classified: true;
|
|
352
|
+
};
|
|
353
|
+
readonly partyType: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
334
354
|
kind: "enum";
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
}
|
|
355
|
+
}> & {
|
|
356
|
+
readonly __classified: true;
|
|
357
|
+
};
|
|
358
|
+
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
338
359
|
kind: "enum";
|
|
339
360
|
}, "nullable"> & {
|
|
340
361
|
nullable: true;
|
|
341
|
-
}
|
|
342
|
-
|
|
362
|
+
}> & {
|
|
363
|
+
readonly __classified: true;
|
|
364
|
+
};
|
|
365
|
+
readonly active: _mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
366
|
+
readonly __classified: true;
|
|
367
|
+
};
|
|
343
368
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
344
|
-
readonly id:
|
|
369
|
+
readonly id: Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
345
370
|
primary: true;
|
|
346
|
-
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")
|
|
347
|
-
|
|
348
|
-
}
|
|
349
|
-
readonly partyId:
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
readonly billingProvider: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
371
|
+
}, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
372
|
+
readonly __classified: true;
|
|
373
|
+
};
|
|
374
|
+
readonly partyId: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
375
|
+
readonly __classified: true;
|
|
376
|
+
};
|
|
377
|
+
readonly externalId: _mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
378
|
+
readonly __classified: true;
|
|
379
|
+
};
|
|
380
|
+
readonly partyType: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
357
381
|
kind: "enum";
|
|
358
|
-
}
|
|
359
|
-
|
|
360
|
-
}
|
|
382
|
+
}> & {
|
|
383
|
+
readonly __classified: true;
|
|
384
|
+
};
|
|
385
|
+
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
361
386
|
kind: "enum";
|
|
362
387
|
}, "nullable"> & {
|
|
363
388
|
nullable: true;
|
|
364
|
-
}
|
|
365
|
-
|
|
389
|
+
}> & {
|
|
390
|
+
readonly __classified: true;
|
|
391
|
+
};
|
|
392
|
+
readonly active: _mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")> & {
|
|
393
|
+
readonly __classified: true;
|
|
394
|
+
};
|
|
366
395
|
}, undefined, never, never, false>>>;
|
|
367
396
|
|
|
368
397
|
type BaseBillingEntities = {
|