@forklaunch/implementation-billing-base 1.0.5 → 1.0.7
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 +150 -150
- package/lib/domain/types/index.d.ts +150 -150
- package/package.json +6 -6
|
@@ -31,367 +31,367 @@ type BaseSubscriptionDtos<PartyType, BillingProviderType> = {
|
|
|
31
31
|
declare const BillingPortal: _mikro_orm_core.EntitySchemaWithMeta<"BillingPortal", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
32
32
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
33
33
|
primary: true;
|
|
34
|
-
}
|
|
34
|
+
} & {
|
|
35
35
|
readonly __classified: true;
|
|
36
|
-
}
|
|
37
|
-
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
36
|
+
}>;
|
|
37
|
+
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
38
38
|
readonly __classified: true;
|
|
39
|
-
}
|
|
39
|
+
}>;
|
|
40
40
|
}, undefined, never, never, false>, never, {
|
|
41
41
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
42
42
|
primary: true;
|
|
43
|
-
}
|
|
43
|
+
} & {
|
|
44
44
|
readonly __classified: true;
|
|
45
|
-
}
|
|
46
|
-
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
45
|
+
}>;
|
|
46
|
+
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
47
47
|
readonly __classified: true;
|
|
48
|
-
}
|
|
48
|
+
}>;
|
|
49
49
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
50
50
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
51
51
|
primary: true;
|
|
52
|
-
}
|
|
52
|
+
} & {
|
|
53
53
|
readonly __classified: true;
|
|
54
|
-
}
|
|
55
|
-
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
54
|
+
}>;
|
|
55
|
+
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
56
56
|
readonly __classified: true;
|
|
57
|
-
}
|
|
57
|
+
}>;
|
|
58
58
|
}, undefined, never, never, false>>>;
|
|
59
59
|
declare const CheckoutSession: _mikro_orm_core.EntitySchemaWithMeta<"CheckoutSession", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
60
60
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
61
61
|
primary: true;
|
|
62
|
-
}
|
|
62
|
+
} & {
|
|
63
63
|
readonly __classified: true;
|
|
64
|
-
}
|
|
65
|
-
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
64
|
+
}>;
|
|
65
|
+
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
66
66
|
readonly __classified: true;
|
|
67
|
-
}
|
|
67
|
+
}>;
|
|
68
68
|
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
69
69
|
kind: "enum";
|
|
70
70
|
}, "array"> & {
|
|
71
71
|
array: true;
|
|
72
|
-
}
|
|
72
|
+
} & {
|
|
73
73
|
readonly __classified: true;
|
|
74
|
-
}
|
|
74
|
+
}>;
|
|
75
75
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
76
76
|
kind: "enum";
|
|
77
|
-
}
|
|
77
|
+
} & {
|
|
78
78
|
readonly __classified: true;
|
|
79
|
-
}
|
|
79
|
+
}>;
|
|
80
80
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
81
81
|
kind: "enum";
|
|
82
|
-
}
|
|
82
|
+
} & {
|
|
83
83
|
readonly __classified: true;
|
|
84
|
-
}
|
|
84
|
+
}>;
|
|
85
85
|
}, undefined, never, never, false>, never, {
|
|
86
86
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
87
87
|
primary: true;
|
|
88
|
-
}
|
|
88
|
+
} & {
|
|
89
89
|
readonly __classified: true;
|
|
90
|
-
}
|
|
91
|
-
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
90
|
+
}>;
|
|
91
|
+
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
92
92
|
readonly __classified: true;
|
|
93
|
-
}
|
|
93
|
+
}>;
|
|
94
94
|
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
95
95
|
kind: "enum";
|
|
96
96
|
}, "array"> & {
|
|
97
97
|
array: true;
|
|
98
|
-
}
|
|
98
|
+
} & {
|
|
99
99
|
readonly __classified: true;
|
|
100
|
-
}
|
|
100
|
+
}>;
|
|
101
101
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
102
102
|
kind: "enum";
|
|
103
|
-
}
|
|
103
|
+
} & {
|
|
104
104
|
readonly __classified: true;
|
|
105
|
-
}
|
|
105
|
+
}>;
|
|
106
106
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
107
107
|
kind: "enum";
|
|
108
|
-
}
|
|
108
|
+
} & {
|
|
109
109
|
readonly __classified: true;
|
|
110
|
-
}
|
|
110
|
+
}>;
|
|
111
111
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
112
112
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
113
113
|
primary: true;
|
|
114
|
-
}
|
|
114
|
+
} & {
|
|
115
115
|
readonly __classified: true;
|
|
116
|
-
}
|
|
117
|
-
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
116
|
+
}>;
|
|
117
|
+
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
118
118
|
readonly __classified: true;
|
|
119
|
-
}
|
|
119
|
+
}>;
|
|
120
120
|
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
121
121
|
kind: "enum";
|
|
122
122
|
}, "array"> & {
|
|
123
123
|
array: true;
|
|
124
|
-
}
|
|
124
|
+
} & {
|
|
125
125
|
readonly __classified: true;
|
|
126
|
-
}
|
|
126
|
+
}>;
|
|
127
127
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
128
128
|
kind: "enum";
|
|
129
|
-
}
|
|
129
|
+
} & {
|
|
130
130
|
readonly __classified: true;
|
|
131
|
-
}
|
|
131
|
+
}>;
|
|
132
132
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
133
133
|
kind: "enum";
|
|
134
|
-
}
|
|
134
|
+
} & {
|
|
135
135
|
readonly __classified: true;
|
|
136
|
-
}
|
|
136
|
+
}>;
|
|
137
137
|
}, undefined, never, never, false>>>;
|
|
138
138
|
declare const PaymentLink: _mikro_orm_core.EntitySchemaWithMeta<"PaymentLink", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
139
139
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
140
140
|
primary: true;
|
|
141
|
-
}
|
|
141
|
+
} & {
|
|
142
142
|
readonly __classified: true;
|
|
143
|
-
}
|
|
144
|
-
readonly amount: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions
|
|
143
|
+
}>;
|
|
144
|
+
readonly amount: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions & {
|
|
145
145
|
readonly __classified: true;
|
|
146
|
-
}
|
|
146
|
+
}>;
|
|
147
147
|
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
148
148
|
kind: "enum";
|
|
149
149
|
}, "array"> & {
|
|
150
150
|
array: true;
|
|
151
|
-
}
|
|
151
|
+
} & {
|
|
152
152
|
readonly __classified: true;
|
|
153
|
-
}
|
|
153
|
+
}>;
|
|
154
154
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
155
155
|
kind: "enum";
|
|
156
|
-
}
|
|
156
|
+
} & {
|
|
157
157
|
readonly __classified: true;
|
|
158
|
-
}
|
|
158
|
+
}>;
|
|
159
159
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
160
160
|
kind: "enum";
|
|
161
|
-
}
|
|
161
|
+
} & {
|
|
162
162
|
readonly __classified: true;
|
|
163
|
-
}
|
|
163
|
+
}>;
|
|
164
164
|
}, undefined, never, never, false>, never, {
|
|
165
165
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
166
166
|
primary: true;
|
|
167
|
-
}
|
|
167
|
+
} & {
|
|
168
168
|
readonly __classified: true;
|
|
169
|
-
}
|
|
170
|
-
readonly amount: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions
|
|
169
|
+
}>;
|
|
170
|
+
readonly amount: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions & {
|
|
171
171
|
readonly __classified: true;
|
|
172
|
-
}
|
|
172
|
+
}>;
|
|
173
173
|
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
174
174
|
kind: "enum";
|
|
175
175
|
}, "array"> & {
|
|
176
176
|
array: true;
|
|
177
|
-
}
|
|
177
|
+
} & {
|
|
178
178
|
readonly __classified: true;
|
|
179
|
-
}
|
|
179
|
+
}>;
|
|
180
180
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
181
181
|
kind: "enum";
|
|
182
|
-
}
|
|
182
|
+
} & {
|
|
183
183
|
readonly __classified: true;
|
|
184
|
-
}
|
|
184
|
+
}>;
|
|
185
185
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
186
186
|
kind: "enum";
|
|
187
|
-
}
|
|
187
|
+
} & {
|
|
188
188
|
readonly __classified: true;
|
|
189
|
-
}
|
|
189
|
+
}>;
|
|
190
190
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
191
191
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
192
192
|
primary: true;
|
|
193
|
-
}
|
|
193
|
+
} & {
|
|
194
194
|
readonly __classified: true;
|
|
195
|
-
}
|
|
196
|
-
readonly amount: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions
|
|
195
|
+
}>;
|
|
196
|
+
readonly amount: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions & {
|
|
197
197
|
readonly __classified: true;
|
|
198
|
-
}
|
|
198
|
+
}>;
|
|
199
199
|
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
200
200
|
kind: "enum";
|
|
201
201
|
}, "array"> & {
|
|
202
202
|
array: true;
|
|
203
|
-
}
|
|
203
|
+
} & {
|
|
204
204
|
readonly __classified: true;
|
|
205
|
-
}
|
|
205
|
+
}>;
|
|
206
206
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
207
207
|
kind: "enum";
|
|
208
|
-
}
|
|
208
|
+
} & {
|
|
209
209
|
readonly __classified: true;
|
|
210
|
-
}
|
|
210
|
+
}>;
|
|
211
211
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
212
212
|
kind: "enum";
|
|
213
|
-
}
|
|
213
|
+
} & {
|
|
214
214
|
readonly __classified: true;
|
|
215
|
-
}
|
|
215
|
+
}>;
|
|
216
216
|
}, undefined, never, never, false>>>;
|
|
217
217
|
declare const Plan: _mikro_orm_core.EntitySchemaWithMeta<"Plan", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
218
218
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
219
219
|
primary: true;
|
|
220
|
-
}
|
|
220
|
+
} & {
|
|
221
221
|
readonly __classified: true;
|
|
222
|
-
}
|
|
223
|
-
readonly name: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
222
|
+
}>;
|
|
223
|
+
readonly name: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
224
224
|
readonly __classified: true;
|
|
225
|
-
}
|
|
226
|
-
readonly price: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions
|
|
225
|
+
}>;
|
|
226
|
+
readonly price: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions & {
|
|
227
227
|
readonly __classified: true;
|
|
228
|
-
}
|
|
229
|
-
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
228
|
+
}>;
|
|
229
|
+
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
230
230
|
readonly __classified: true;
|
|
231
|
-
}
|
|
231
|
+
}>;
|
|
232
232
|
readonly cadence: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
233
233
|
kind: "enum";
|
|
234
|
-
}
|
|
234
|
+
} & {
|
|
235
235
|
readonly __classified: true;
|
|
236
|
-
}
|
|
236
|
+
}>;
|
|
237
237
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
238
238
|
kind: "enum";
|
|
239
|
-
}
|
|
239
|
+
} & {
|
|
240
240
|
readonly __classified: true;
|
|
241
|
-
}
|
|
241
|
+
}>;
|
|
242
242
|
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
243
243
|
kind: "enum";
|
|
244
244
|
}, "nullable"> & {
|
|
245
245
|
nullable: true;
|
|
246
|
-
}
|
|
246
|
+
} & {
|
|
247
247
|
readonly __classified: true;
|
|
248
|
-
}
|
|
248
|
+
}>;
|
|
249
249
|
}, undefined, never, never, false>, never, {
|
|
250
250
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
251
251
|
primary: true;
|
|
252
|
-
}
|
|
252
|
+
} & {
|
|
253
253
|
readonly __classified: true;
|
|
254
|
-
}
|
|
255
|
-
readonly name: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
254
|
+
}>;
|
|
255
|
+
readonly name: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
256
256
|
readonly __classified: true;
|
|
257
|
-
}
|
|
258
|
-
readonly price: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions
|
|
257
|
+
}>;
|
|
258
|
+
readonly price: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions & {
|
|
259
259
|
readonly __classified: true;
|
|
260
|
-
}
|
|
261
|
-
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
260
|
+
}>;
|
|
261
|
+
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
262
262
|
readonly __classified: true;
|
|
263
|
-
}
|
|
263
|
+
}>;
|
|
264
264
|
readonly cadence: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
265
265
|
kind: "enum";
|
|
266
|
-
}
|
|
266
|
+
} & {
|
|
267
267
|
readonly __classified: true;
|
|
268
|
-
}
|
|
268
|
+
}>;
|
|
269
269
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
270
270
|
kind: "enum";
|
|
271
|
-
}
|
|
271
|
+
} & {
|
|
272
272
|
readonly __classified: true;
|
|
273
|
-
}
|
|
273
|
+
}>;
|
|
274
274
|
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
275
275
|
kind: "enum";
|
|
276
276
|
}, "nullable"> & {
|
|
277
277
|
nullable: true;
|
|
278
|
-
}
|
|
278
|
+
} & {
|
|
279
279
|
readonly __classified: true;
|
|
280
|
-
}
|
|
280
|
+
}>;
|
|
281
281
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
282
282
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
283
283
|
primary: true;
|
|
284
|
-
}
|
|
284
|
+
} & {
|
|
285
285
|
readonly __classified: true;
|
|
286
|
-
}
|
|
287
|
-
readonly name: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
286
|
+
}>;
|
|
287
|
+
readonly name: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
288
288
|
readonly __classified: true;
|
|
289
|
-
}
|
|
290
|
-
readonly price: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions
|
|
289
|
+
}>;
|
|
290
|
+
readonly price: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions & {
|
|
291
291
|
readonly __classified: true;
|
|
292
|
-
}
|
|
293
|
-
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
292
|
+
}>;
|
|
293
|
+
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
294
294
|
readonly __classified: true;
|
|
295
|
-
}
|
|
295
|
+
}>;
|
|
296
296
|
readonly cadence: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
297
297
|
kind: "enum";
|
|
298
|
-
}
|
|
298
|
+
} & {
|
|
299
299
|
readonly __classified: true;
|
|
300
|
-
}
|
|
300
|
+
}>;
|
|
301
301
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
302
302
|
kind: "enum";
|
|
303
|
-
}
|
|
303
|
+
} & {
|
|
304
304
|
readonly __classified: true;
|
|
305
|
-
}
|
|
305
|
+
}>;
|
|
306
306
|
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
307
307
|
kind: "enum";
|
|
308
308
|
}, "nullable"> & {
|
|
309
309
|
nullable: true;
|
|
310
|
-
}
|
|
310
|
+
} & {
|
|
311
311
|
readonly __classified: true;
|
|
312
|
-
}
|
|
312
|
+
}>;
|
|
313
313
|
}, undefined, never, never, false>>>;
|
|
314
314
|
declare const Subscription: _mikro_orm_core.EntitySchemaWithMeta<"Subscription", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
315
315
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
316
316
|
primary: true;
|
|
317
|
-
}
|
|
317
|
+
} & {
|
|
318
318
|
readonly __classified: true;
|
|
319
|
-
}
|
|
320
|
-
readonly partyId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
319
|
+
}>;
|
|
320
|
+
readonly partyId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
321
321
|
readonly __classified: true;
|
|
322
|
-
}
|
|
323
|
-
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
322
|
+
}>;
|
|
323
|
+
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
324
324
|
readonly __classified: true;
|
|
325
|
-
}
|
|
325
|
+
}>;
|
|
326
326
|
readonly partyType: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
327
327
|
kind: "enum";
|
|
328
|
-
}
|
|
328
|
+
} & {
|
|
329
329
|
readonly __classified: true;
|
|
330
|
-
}
|
|
330
|
+
}>;
|
|
331
331
|
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
332
332
|
kind: "enum";
|
|
333
333
|
}, "nullable"> & {
|
|
334
334
|
nullable: true;
|
|
335
|
-
}
|
|
335
|
+
} & {
|
|
336
336
|
readonly __classified: true;
|
|
337
|
-
}
|
|
338
|
-
readonly active: _mikro_orm_core.PropertyChain<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions
|
|
337
|
+
}>;
|
|
338
|
+
readonly active: _mikro_orm_core.PropertyChain<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions & {
|
|
339
339
|
readonly __classified: true;
|
|
340
|
-
}
|
|
340
|
+
}>;
|
|
341
341
|
}, undefined, never, never, false>, never, {
|
|
342
342
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
343
343
|
primary: true;
|
|
344
|
-
}
|
|
344
|
+
} & {
|
|
345
345
|
readonly __classified: true;
|
|
346
|
-
}
|
|
347
|
-
readonly partyId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
346
|
+
}>;
|
|
347
|
+
readonly partyId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
348
348
|
readonly __classified: true;
|
|
349
|
-
}
|
|
350
|
-
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
349
|
+
}>;
|
|
350
|
+
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
351
351
|
readonly __classified: true;
|
|
352
|
-
}
|
|
352
|
+
}>;
|
|
353
353
|
readonly partyType: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
354
354
|
kind: "enum";
|
|
355
|
-
}
|
|
355
|
+
} & {
|
|
356
356
|
readonly __classified: true;
|
|
357
|
-
}
|
|
357
|
+
}>;
|
|
358
358
|
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
359
359
|
kind: "enum";
|
|
360
360
|
}, "nullable"> & {
|
|
361
361
|
nullable: true;
|
|
362
|
-
}
|
|
362
|
+
} & {
|
|
363
363
|
readonly __classified: true;
|
|
364
|
-
}
|
|
365
|
-
readonly active: _mikro_orm_core.PropertyChain<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions
|
|
364
|
+
}>;
|
|
365
|
+
readonly active: _mikro_orm_core.PropertyChain<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions & {
|
|
366
366
|
readonly __classified: true;
|
|
367
|
-
}
|
|
367
|
+
}>;
|
|
368
368
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
369
369
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
370
370
|
primary: true;
|
|
371
|
-
}
|
|
371
|
+
} & {
|
|
372
372
|
readonly __classified: true;
|
|
373
|
-
}
|
|
374
|
-
readonly partyId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
373
|
+
}>;
|
|
374
|
+
readonly partyId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
375
375
|
readonly __classified: true;
|
|
376
|
-
}
|
|
377
|
-
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
376
|
+
}>;
|
|
377
|
+
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
378
378
|
readonly __classified: true;
|
|
379
|
-
}
|
|
379
|
+
}>;
|
|
380
380
|
readonly partyType: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
381
381
|
kind: "enum";
|
|
382
|
-
}
|
|
382
|
+
} & {
|
|
383
383
|
readonly __classified: true;
|
|
384
|
-
}
|
|
384
|
+
}>;
|
|
385
385
|
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
386
386
|
kind: "enum";
|
|
387
387
|
}, "nullable"> & {
|
|
388
388
|
nullable: true;
|
|
389
|
-
}
|
|
389
|
+
} & {
|
|
390
390
|
readonly __classified: true;
|
|
391
|
-
}
|
|
392
|
-
readonly active: _mikro_orm_core.PropertyChain<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions
|
|
391
|
+
}>;
|
|
392
|
+
readonly active: _mikro_orm_core.PropertyChain<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions & {
|
|
393
393
|
readonly __classified: true;
|
|
394
|
-
}
|
|
394
|
+
}>;
|
|
395
395
|
}, undefined, never, never, false>>>;
|
|
396
396
|
|
|
397
397
|
type BaseBillingEntities = {
|
|
@@ -31,367 +31,367 @@ type BaseSubscriptionDtos<PartyType, BillingProviderType> = {
|
|
|
31
31
|
declare const BillingPortal: _mikro_orm_core.EntitySchemaWithMeta<"BillingPortal", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
32
32
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
33
33
|
primary: true;
|
|
34
|
-
}
|
|
34
|
+
} & {
|
|
35
35
|
readonly __classified: true;
|
|
36
|
-
}
|
|
37
|
-
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
36
|
+
}>;
|
|
37
|
+
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
38
38
|
readonly __classified: true;
|
|
39
|
-
}
|
|
39
|
+
}>;
|
|
40
40
|
}, undefined, never, never, false>, never, {
|
|
41
41
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
42
42
|
primary: true;
|
|
43
|
-
}
|
|
43
|
+
} & {
|
|
44
44
|
readonly __classified: true;
|
|
45
|
-
}
|
|
46
|
-
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
45
|
+
}>;
|
|
46
|
+
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
47
47
|
readonly __classified: true;
|
|
48
|
-
}
|
|
48
|
+
}>;
|
|
49
49
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
50
50
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
51
51
|
primary: true;
|
|
52
|
-
}
|
|
52
|
+
} & {
|
|
53
53
|
readonly __classified: true;
|
|
54
|
-
}
|
|
55
|
-
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
54
|
+
}>;
|
|
55
|
+
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
56
56
|
readonly __classified: true;
|
|
57
|
-
}
|
|
57
|
+
}>;
|
|
58
58
|
}, undefined, never, never, false>>>;
|
|
59
59
|
declare const CheckoutSession: _mikro_orm_core.EntitySchemaWithMeta<"CheckoutSession", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
60
60
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
61
61
|
primary: true;
|
|
62
|
-
}
|
|
62
|
+
} & {
|
|
63
63
|
readonly __classified: true;
|
|
64
|
-
}
|
|
65
|
-
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
64
|
+
}>;
|
|
65
|
+
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
66
66
|
readonly __classified: true;
|
|
67
|
-
}
|
|
67
|
+
}>;
|
|
68
68
|
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
69
69
|
kind: "enum";
|
|
70
70
|
}, "array"> & {
|
|
71
71
|
array: true;
|
|
72
|
-
}
|
|
72
|
+
} & {
|
|
73
73
|
readonly __classified: true;
|
|
74
|
-
}
|
|
74
|
+
}>;
|
|
75
75
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
76
76
|
kind: "enum";
|
|
77
|
-
}
|
|
77
|
+
} & {
|
|
78
78
|
readonly __classified: true;
|
|
79
|
-
}
|
|
79
|
+
}>;
|
|
80
80
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
81
81
|
kind: "enum";
|
|
82
|
-
}
|
|
82
|
+
} & {
|
|
83
83
|
readonly __classified: true;
|
|
84
|
-
}
|
|
84
|
+
}>;
|
|
85
85
|
}, undefined, never, never, false>, never, {
|
|
86
86
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
87
87
|
primary: true;
|
|
88
|
-
}
|
|
88
|
+
} & {
|
|
89
89
|
readonly __classified: true;
|
|
90
|
-
}
|
|
91
|
-
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
90
|
+
}>;
|
|
91
|
+
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
92
92
|
readonly __classified: true;
|
|
93
|
-
}
|
|
93
|
+
}>;
|
|
94
94
|
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
95
95
|
kind: "enum";
|
|
96
96
|
}, "array"> & {
|
|
97
97
|
array: true;
|
|
98
|
-
}
|
|
98
|
+
} & {
|
|
99
99
|
readonly __classified: true;
|
|
100
|
-
}
|
|
100
|
+
}>;
|
|
101
101
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
102
102
|
kind: "enum";
|
|
103
|
-
}
|
|
103
|
+
} & {
|
|
104
104
|
readonly __classified: true;
|
|
105
|
-
}
|
|
105
|
+
}>;
|
|
106
106
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
107
107
|
kind: "enum";
|
|
108
|
-
}
|
|
108
|
+
} & {
|
|
109
109
|
readonly __classified: true;
|
|
110
|
-
}
|
|
110
|
+
}>;
|
|
111
111
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
112
112
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
113
113
|
primary: true;
|
|
114
|
-
}
|
|
114
|
+
} & {
|
|
115
115
|
readonly __classified: true;
|
|
116
|
-
}
|
|
117
|
-
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
116
|
+
}>;
|
|
117
|
+
readonly customerId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
118
118
|
readonly __classified: true;
|
|
119
|
-
}
|
|
119
|
+
}>;
|
|
120
120
|
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
121
121
|
kind: "enum";
|
|
122
122
|
}, "array"> & {
|
|
123
123
|
array: true;
|
|
124
|
-
}
|
|
124
|
+
} & {
|
|
125
125
|
readonly __classified: true;
|
|
126
|
-
}
|
|
126
|
+
}>;
|
|
127
127
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
128
128
|
kind: "enum";
|
|
129
|
-
}
|
|
129
|
+
} & {
|
|
130
130
|
readonly __classified: true;
|
|
131
|
-
}
|
|
131
|
+
}>;
|
|
132
132
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
133
133
|
kind: "enum";
|
|
134
|
-
}
|
|
134
|
+
} & {
|
|
135
135
|
readonly __classified: true;
|
|
136
|
-
}
|
|
136
|
+
}>;
|
|
137
137
|
}, undefined, never, never, false>>>;
|
|
138
138
|
declare const PaymentLink: _mikro_orm_core.EntitySchemaWithMeta<"PaymentLink", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
139
139
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
140
140
|
primary: true;
|
|
141
|
-
}
|
|
141
|
+
} & {
|
|
142
142
|
readonly __classified: true;
|
|
143
|
-
}
|
|
144
|
-
readonly amount: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions
|
|
143
|
+
}>;
|
|
144
|
+
readonly amount: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions & {
|
|
145
145
|
readonly __classified: true;
|
|
146
|
-
}
|
|
146
|
+
}>;
|
|
147
147
|
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
148
148
|
kind: "enum";
|
|
149
149
|
}, "array"> & {
|
|
150
150
|
array: true;
|
|
151
|
-
}
|
|
151
|
+
} & {
|
|
152
152
|
readonly __classified: true;
|
|
153
|
-
}
|
|
153
|
+
}>;
|
|
154
154
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
155
155
|
kind: "enum";
|
|
156
|
-
}
|
|
156
|
+
} & {
|
|
157
157
|
readonly __classified: true;
|
|
158
|
-
}
|
|
158
|
+
}>;
|
|
159
159
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
160
160
|
kind: "enum";
|
|
161
|
-
}
|
|
161
|
+
} & {
|
|
162
162
|
readonly __classified: true;
|
|
163
|
-
}
|
|
163
|
+
}>;
|
|
164
164
|
}, undefined, never, never, false>, never, {
|
|
165
165
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
166
166
|
primary: true;
|
|
167
|
-
}
|
|
167
|
+
} & {
|
|
168
168
|
readonly __classified: true;
|
|
169
|
-
}
|
|
170
|
-
readonly amount: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions
|
|
169
|
+
}>;
|
|
170
|
+
readonly amount: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions & {
|
|
171
171
|
readonly __classified: true;
|
|
172
|
-
}
|
|
172
|
+
}>;
|
|
173
173
|
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
174
174
|
kind: "enum";
|
|
175
175
|
}, "array"> & {
|
|
176
176
|
array: true;
|
|
177
|
-
}
|
|
177
|
+
} & {
|
|
178
178
|
readonly __classified: true;
|
|
179
|
-
}
|
|
179
|
+
}>;
|
|
180
180
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
181
181
|
kind: "enum";
|
|
182
|
-
}
|
|
182
|
+
} & {
|
|
183
183
|
readonly __classified: true;
|
|
184
|
-
}
|
|
184
|
+
}>;
|
|
185
185
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
186
186
|
kind: "enum";
|
|
187
|
-
}
|
|
187
|
+
} & {
|
|
188
188
|
readonly __classified: true;
|
|
189
|
-
}
|
|
189
|
+
}>;
|
|
190
190
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
191
191
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
192
192
|
primary: true;
|
|
193
|
-
}
|
|
193
|
+
} & {
|
|
194
194
|
readonly __classified: true;
|
|
195
|
-
}
|
|
196
|
-
readonly amount: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions
|
|
195
|
+
}>;
|
|
196
|
+
readonly amount: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions & {
|
|
197
197
|
readonly __classified: true;
|
|
198
|
-
}
|
|
198
|
+
}>;
|
|
199
199
|
readonly paymentMethods: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
200
200
|
kind: "enum";
|
|
201
201
|
}, "array"> & {
|
|
202
202
|
array: true;
|
|
203
|
-
}
|
|
203
|
+
} & {
|
|
204
204
|
readonly __classified: true;
|
|
205
|
-
}
|
|
205
|
+
}>;
|
|
206
206
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
207
207
|
kind: "enum";
|
|
208
|
-
}
|
|
208
|
+
} & {
|
|
209
209
|
readonly __classified: true;
|
|
210
|
-
}
|
|
210
|
+
}>;
|
|
211
211
|
readonly status: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
212
212
|
kind: "enum";
|
|
213
|
-
}
|
|
213
|
+
} & {
|
|
214
214
|
readonly __classified: true;
|
|
215
|
-
}
|
|
215
|
+
}>;
|
|
216
216
|
}, undefined, never, never, false>>>;
|
|
217
217
|
declare const Plan: _mikro_orm_core.EntitySchemaWithMeta<"Plan", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
218
218
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
219
219
|
primary: true;
|
|
220
|
-
}
|
|
220
|
+
} & {
|
|
221
221
|
readonly __classified: true;
|
|
222
|
-
}
|
|
223
|
-
readonly name: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
222
|
+
}>;
|
|
223
|
+
readonly name: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
224
224
|
readonly __classified: true;
|
|
225
|
-
}
|
|
226
|
-
readonly price: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions
|
|
225
|
+
}>;
|
|
226
|
+
readonly price: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions & {
|
|
227
227
|
readonly __classified: true;
|
|
228
|
-
}
|
|
229
|
-
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
228
|
+
}>;
|
|
229
|
+
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
230
230
|
readonly __classified: true;
|
|
231
|
-
}
|
|
231
|
+
}>;
|
|
232
232
|
readonly cadence: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
233
233
|
kind: "enum";
|
|
234
|
-
}
|
|
234
|
+
} & {
|
|
235
235
|
readonly __classified: true;
|
|
236
|
-
}
|
|
236
|
+
}>;
|
|
237
237
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
238
238
|
kind: "enum";
|
|
239
|
-
}
|
|
239
|
+
} & {
|
|
240
240
|
readonly __classified: true;
|
|
241
|
-
}
|
|
241
|
+
}>;
|
|
242
242
|
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
243
243
|
kind: "enum";
|
|
244
244
|
}, "nullable"> & {
|
|
245
245
|
nullable: true;
|
|
246
|
-
}
|
|
246
|
+
} & {
|
|
247
247
|
readonly __classified: true;
|
|
248
|
-
}
|
|
248
|
+
}>;
|
|
249
249
|
}, undefined, never, never, false>, never, {
|
|
250
250
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
251
251
|
primary: true;
|
|
252
|
-
}
|
|
252
|
+
} & {
|
|
253
253
|
readonly __classified: true;
|
|
254
|
-
}
|
|
255
|
-
readonly name: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
254
|
+
}>;
|
|
255
|
+
readonly name: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
256
256
|
readonly __classified: true;
|
|
257
|
-
}
|
|
258
|
-
readonly price: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions
|
|
257
|
+
}>;
|
|
258
|
+
readonly price: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions & {
|
|
259
259
|
readonly __classified: true;
|
|
260
|
-
}
|
|
261
|
-
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
260
|
+
}>;
|
|
261
|
+
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
262
262
|
readonly __classified: true;
|
|
263
|
-
}
|
|
263
|
+
}>;
|
|
264
264
|
readonly cadence: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
265
265
|
kind: "enum";
|
|
266
|
-
}
|
|
266
|
+
} & {
|
|
267
267
|
readonly __classified: true;
|
|
268
|
-
}
|
|
268
|
+
}>;
|
|
269
269
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
270
270
|
kind: "enum";
|
|
271
|
-
}
|
|
271
|
+
} & {
|
|
272
272
|
readonly __classified: true;
|
|
273
|
-
}
|
|
273
|
+
}>;
|
|
274
274
|
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
275
275
|
kind: "enum";
|
|
276
276
|
}, "nullable"> & {
|
|
277
277
|
nullable: true;
|
|
278
|
-
}
|
|
278
|
+
} & {
|
|
279
279
|
readonly __classified: true;
|
|
280
|
-
}
|
|
280
|
+
}>;
|
|
281
281
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
282
282
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
283
283
|
primary: true;
|
|
284
|
-
}
|
|
284
|
+
} & {
|
|
285
285
|
readonly __classified: true;
|
|
286
|
-
}
|
|
287
|
-
readonly name: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
286
|
+
}>;
|
|
287
|
+
readonly name: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
288
288
|
readonly __classified: true;
|
|
289
|
-
}
|
|
290
|
-
readonly price: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions
|
|
289
|
+
}>;
|
|
290
|
+
readonly price: _mikro_orm_core.PropertyChain<NonNullable<string | number>, _mikro_orm_core.EmptyOptions & {
|
|
291
291
|
readonly __classified: true;
|
|
292
|
-
}
|
|
293
|
-
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
292
|
+
}>;
|
|
293
|
+
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
294
294
|
readonly __classified: true;
|
|
295
|
-
}
|
|
295
|
+
}>;
|
|
296
296
|
readonly cadence: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
297
297
|
kind: "enum";
|
|
298
|
-
}
|
|
298
|
+
} & {
|
|
299
299
|
readonly __classified: true;
|
|
300
|
-
}
|
|
300
|
+
}>;
|
|
301
301
|
readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
302
302
|
kind: "enum";
|
|
303
|
-
}
|
|
303
|
+
} & {
|
|
304
304
|
readonly __classified: true;
|
|
305
|
-
}
|
|
305
|
+
}>;
|
|
306
306
|
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
307
307
|
kind: "enum";
|
|
308
308
|
}, "nullable"> & {
|
|
309
309
|
nullable: true;
|
|
310
|
-
}
|
|
310
|
+
} & {
|
|
311
311
|
readonly __classified: true;
|
|
312
|
-
}
|
|
312
|
+
}>;
|
|
313
313
|
}, undefined, never, never, false>>>;
|
|
314
314
|
declare const Subscription: _mikro_orm_core.EntitySchemaWithMeta<"Subscription", string, _mikro_orm_core.InferEntityFromProperties<{
|
|
315
315
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
316
316
|
primary: true;
|
|
317
|
-
}
|
|
317
|
+
} & {
|
|
318
318
|
readonly __classified: true;
|
|
319
|
-
}
|
|
320
|
-
readonly partyId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
319
|
+
}>;
|
|
320
|
+
readonly partyId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
321
321
|
readonly __classified: true;
|
|
322
|
-
}
|
|
323
|
-
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
322
|
+
}>;
|
|
323
|
+
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
324
324
|
readonly __classified: true;
|
|
325
|
-
}
|
|
325
|
+
}>;
|
|
326
326
|
readonly partyType: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
327
327
|
kind: "enum";
|
|
328
|
-
}
|
|
328
|
+
} & {
|
|
329
329
|
readonly __classified: true;
|
|
330
|
-
}
|
|
330
|
+
}>;
|
|
331
331
|
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
332
332
|
kind: "enum";
|
|
333
333
|
}, "nullable"> & {
|
|
334
334
|
nullable: true;
|
|
335
|
-
}
|
|
335
|
+
} & {
|
|
336
336
|
readonly __classified: true;
|
|
337
|
-
}
|
|
338
|
-
readonly active: _mikro_orm_core.PropertyChain<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions
|
|
337
|
+
}>;
|
|
338
|
+
readonly active: _mikro_orm_core.PropertyChain<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions & {
|
|
339
339
|
readonly __classified: true;
|
|
340
|
-
}
|
|
340
|
+
}>;
|
|
341
341
|
}, undefined, never, never, false>, never, {
|
|
342
342
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
343
343
|
primary: true;
|
|
344
|
-
}
|
|
344
|
+
} & {
|
|
345
345
|
readonly __classified: true;
|
|
346
|
-
}
|
|
347
|
-
readonly partyId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
346
|
+
}>;
|
|
347
|
+
readonly partyId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
348
348
|
readonly __classified: true;
|
|
349
|
-
}
|
|
350
|
-
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
349
|
+
}>;
|
|
350
|
+
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
351
351
|
readonly __classified: true;
|
|
352
|
-
}
|
|
352
|
+
}>;
|
|
353
353
|
readonly partyType: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
354
354
|
kind: "enum";
|
|
355
|
-
}
|
|
355
|
+
} & {
|
|
356
356
|
readonly __classified: true;
|
|
357
|
-
}
|
|
357
|
+
}>;
|
|
358
358
|
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
359
359
|
kind: "enum";
|
|
360
360
|
}, "nullable"> & {
|
|
361
361
|
nullable: true;
|
|
362
|
-
}
|
|
362
|
+
} & {
|
|
363
363
|
readonly __classified: true;
|
|
364
|
-
}
|
|
365
|
-
readonly active: _mikro_orm_core.PropertyChain<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions
|
|
364
|
+
}>;
|
|
365
|
+
readonly active: _mikro_orm_core.PropertyChain<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions & {
|
|
366
366
|
readonly __classified: true;
|
|
367
|
-
}
|
|
367
|
+
}>;
|
|
368
368
|
}, _mikro_orm_core.EntityCtor<_mikro_orm_core.InferEntityFromProperties<{
|
|
369
369
|
readonly id: _mikro_orm_core.PropertyChain<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
|
|
370
370
|
primary: true;
|
|
371
|
-
}
|
|
371
|
+
} & {
|
|
372
372
|
readonly __classified: true;
|
|
373
|
-
}
|
|
374
|
-
readonly partyId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
373
|
+
}>;
|
|
374
|
+
readonly partyId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
375
375
|
readonly __classified: true;
|
|
376
|
-
}
|
|
377
|
-
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions
|
|
376
|
+
}>;
|
|
377
|
+
readonly externalId: _mikro_orm_core.PropertyChain<string, _mikro_orm_core.EmptyOptions & {
|
|
378
378
|
readonly __classified: true;
|
|
379
|
-
}
|
|
379
|
+
}>;
|
|
380
380
|
readonly partyType: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
|
|
381
381
|
kind: "enum";
|
|
382
|
-
}
|
|
382
|
+
} & {
|
|
383
383
|
readonly __classified: true;
|
|
384
|
-
}
|
|
384
|
+
}>;
|
|
385
385
|
readonly billingProvider: _mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
|
|
386
386
|
kind: "enum";
|
|
387
387
|
}, "nullable"> & {
|
|
388
388
|
nullable: true;
|
|
389
|
-
}
|
|
389
|
+
} & {
|
|
390
390
|
readonly __classified: true;
|
|
391
|
-
}
|
|
392
|
-
readonly active: _mikro_orm_core.PropertyChain<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions
|
|
391
|
+
}>;
|
|
392
|
+
readonly active: _mikro_orm_core.PropertyChain<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions & {
|
|
393
393
|
readonly __classified: true;
|
|
394
|
-
}
|
|
394
|
+
}>;
|
|
395
395
|
}, undefined, never, never, false>>>;
|
|
396
396
|
|
|
397
397
|
type BaseBillingEntities = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/implementation-billing-base",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Billing basic implementation for forklaunch",
|
|
5
5
|
"homepage": "https://github.com/forklaunch/forklaunch-js#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"lib/**"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@forklaunch/common": "^1.1.
|
|
40
|
-
"@forklaunch/core": "^1.1.
|
|
41
|
-
"@forklaunch/internal": "^1.1.
|
|
42
|
-
"@forklaunch/validator": "^1.1.
|
|
39
|
+
"@forklaunch/common": "^1.1.7",
|
|
40
|
+
"@forklaunch/core": "^1.1.7",
|
|
41
|
+
"@forklaunch/internal": "^1.1.7",
|
|
42
|
+
"@forklaunch/validator": "^1.1.7",
|
|
43
43
|
"@mikro-orm/core": "7.0.5",
|
|
44
44
|
"@sinclair/typebox": "^0.34.48",
|
|
45
45
|
"ajv": "^8.18.0",
|
|
46
46
|
"zod": "^4.3.6",
|
|
47
|
-
"@forklaunch/interfaces-billing": "1.0.
|
|
47
|
+
"@forklaunch/interfaces-billing": "1.0.7"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@typescript/native-preview": "7.0.0-dev.20260320.1",
|