@forklaunch/implementation-billing-base 1.0.2 → 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.
@@ -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: _forklaunch_core_persistence.ClassifiedProperty<Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
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")>, string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
36
- primary: true;
37
- }>;
38
- readonly customerId: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
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: _forklaunch_core_persistence.ClassifiedProperty<Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
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")>, string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
43
- primary: true;
44
- }>;
45
- readonly customerId: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
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: _forklaunch_core_persistence.ClassifiedProperty<Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
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
- readonly customerId: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
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: _forklaunch_core_persistence.ClassifiedProperty<Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
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
- readonly customerId: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
61
- readonly paymentMethods: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
62
- kind: "enum";
63
- }, "array"> & {
64
- array: true;
65
- }>, any, Omit<_mikro_orm_core.EmptyOptions & {
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
- readonly currency: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
71
- kind: "enum";
72
- }>, any, _mikro_orm_core.EmptyOptions & {
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
- }>, any, _mikro_orm_core.EmptyOptions & {
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: _forklaunch_core_persistence.ClassifiedProperty<Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
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
- readonly customerId: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
87
- readonly paymentMethods: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
88
- kind: "enum";
89
- }, "array"> & {
90
- array: true;
91
- }>, any, Omit<_mikro_orm_core.EmptyOptions & {
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
- readonly currency: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
97
- kind: "enum";
98
- }>, any, _mikro_orm_core.EmptyOptions & {
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
- }>, any, _mikro_orm_core.EmptyOptions & {
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: _forklaunch_core_persistence.ClassifiedProperty<Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
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")>, string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
110
- primary: true;
111
- }>;
112
- readonly customerId: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
113
- readonly paymentMethods: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
114
- kind: "enum";
115
- }, "array"> & {
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
- readonly currency: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
123
- kind: "enum";
124
- }>, any, _mikro_orm_core.EmptyOptions & {
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
- }>, any, _mikro_orm_core.EmptyOptions & {
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: _forklaunch_core_persistence.ClassifiedProperty<Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
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")>, string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
137
- primary: true;
138
- }>;
139
- readonly amount: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<string | number>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, NonNullable<string | number>, _mikro_orm_core.EmptyOptions>;
140
- readonly paymentMethods: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
141
- kind: "enum";
142
- }, "array"> & {
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
- readonly currency: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
150
- kind: "enum";
151
- }>, any, _mikro_orm_core.EmptyOptions & {
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
- }>, any, _mikro_orm_core.EmptyOptions & {
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: _forklaunch_core_persistence.ClassifiedProperty<Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
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
- readonly amount: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<string | number>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, NonNullable<string | number>, _mikro_orm_core.EmptyOptions>;
166
- readonly paymentMethods: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
167
- kind: "enum";
168
- }, "array"> & {
169
- array: true;
170
- }>, any, Omit<_mikro_orm_core.EmptyOptions & {
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
- readonly currency: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
176
- kind: "enum";
177
- }>, any, _mikro_orm_core.EmptyOptions & {
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
- }>, any, _mikro_orm_core.EmptyOptions & {
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: _forklaunch_core_persistence.ClassifiedProperty<Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
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
- readonly amount: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<string | number>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, NonNullable<string | number>, _mikro_orm_core.EmptyOptions>;
192
- readonly paymentMethods: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
193
- kind: "enum";
194
- }, "array"> & {
195
- array: true;
196
- }>, any, Omit<_mikro_orm_core.EmptyOptions & {
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
- readonly currency: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
202
- kind: "enum";
203
- }>, any, _mikro_orm_core.EmptyOptions & {
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
- }>, any, _mikro_orm_core.EmptyOptions & {
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: _forklaunch_core_persistence.ClassifiedProperty<Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
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
- readonly name: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
219
- readonly price: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<string | number>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, NonNullable<string | number>, _mikro_orm_core.EmptyOptions>;
220
- readonly externalId: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
221
- readonly cadence: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
222
- kind: "enum";
223
- }>, any, _mikro_orm_core.EmptyOptions & {
224
- kind: "enum";
225
- }>;
226
- readonly currency: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
227
- kind: "enum";
228
- }>, any, _mikro_orm_core.EmptyOptions & {
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
- readonly billingProvider: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
234
+ }> & {
235
+ readonly __classified: true;
236
+ };
237
+ readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
232
238
  kind: "enum";
233
- }, "nullable"> & {
234
- nullable: true;
235
- }>, any, Omit<_mikro_orm_core.EmptyOptions & {
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: _forklaunch_core_persistence.ClassifiedProperty<Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
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
- readonly name: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
247
- readonly price: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<string | number>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, NonNullable<string | number>, _mikro_orm_core.EmptyOptions>;
248
- readonly externalId: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
249
- readonly cadence: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
250
- kind: "enum";
251
- }>, any, _mikro_orm_core.EmptyOptions & {
252
- kind: "enum";
253
- }>;
254
- readonly currency: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
255
- kind: "enum";
256
- }>, any, _mikro_orm_core.EmptyOptions & {
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
- readonly billingProvider: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
266
+ }> & {
267
+ readonly __classified: true;
268
+ };
269
+ readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
260
270
  kind: "enum";
261
- }, "nullable"> & {
262
- nullable: true;
263
- }>, any, Omit<_mikro_orm_core.EmptyOptions & {
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: _forklaunch_core_persistence.ClassifiedProperty<Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
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
- readonly name: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
275
- readonly price: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<string | number>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, NonNullable<string | number>, _mikro_orm_core.EmptyOptions>;
276
- readonly externalId: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
277
- readonly cadence: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
278
- kind: "enum";
279
- }>, any, _mikro_orm_core.EmptyOptions & {
280
- kind: "enum";
281
- }>;
282
- readonly currency: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
283
- kind: "enum";
284
- }>, any, _mikro_orm_core.EmptyOptions & {
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
- readonly billingProvider: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, Omit<_mikro_orm_core.EmptyOptions & {
298
+ }> & {
299
+ readonly __classified: true;
300
+ };
301
+ readonly currency: _mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
288
302
  kind: "enum";
289
- }, "nullable"> & {
290
- nullable: true;
291
- }>, any, Omit<_mikro_orm_core.EmptyOptions & {
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: _forklaunch_core_persistence.ClassifiedProperty<Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
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")>, string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
301
- primary: true;
302
- }>;
303
- readonly partyId: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
304
- readonly externalId: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
305
- readonly partyType: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
306
- kind: "enum";
307
- }>, any, _mikro_orm_core.EmptyOptions & {
308
- kind: "enum";
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
- }, "nullable"> & {
313
- nullable: true;
314
- }>, any, Omit<_mikro_orm_core.EmptyOptions & {
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
- readonly active: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions>;
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: _forklaunch_core_persistence.ClassifiedProperty<Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
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")>, string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
324
- primary: true;
325
- }>;
326
- readonly partyId: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
327
- readonly externalId: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
328
- readonly partyType: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
329
- kind: "enum";
330
- }>, any, _mikro_orm_core.EmptyOptions & {
331
- kind: "enum";
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
- }, "nullable"> & {
336
- nullable: true;
337
- }>, any, Omit<_mikro_orm_core.EmptyOptions & {
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
- readonly active: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions>;
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: _forklaunch_core_persistence.ClassifiedProperty<Pick<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
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")>, string, Omit<_mikro_orm_core.EmptyOptions, "primary"> & {
347
- primary: true;
348
- }>;
349
- readonly partyId: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
350
- readonly externalId: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<string, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, string, _mikro_orm_core.EmptyOptions>;
351
- readonly partyType: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.PropertyChain<any, _mikro_orm_core.EmptyOptions & {
352
- kind: "enum";
353
- }>, any, _mikro_orm_core.EmptyOptions & {
354
- kind: "enum";
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
- }, "nullable"> & {
359
- nullable: true;
360
- }>, any, Omit<_mikro_orm_core.EmptyOptions & {
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
- readonly active: _forklaunch_core_persistence.ClassifiedProperty<_mikro_orm_core.UniversalPropertyOptionsBuilder<NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions, keyof _mikro_orm_core.PropertyOptions<any> | ("~options" | "~type" | "$type" | "strictNullable")>, NonNullable<boolean | null | undefined>, _mikro_orm_core.EmptyOptions>;
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 = {