@valentine-efagene/qshelter-common 2.0.101 → 2.0.103
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/dist/generated/client/browser.d.ts +10 -0
- package/dist/generated/client/client.d.ts +10 -0
- package/dist/generated/client/commonInputTypes.d.ts +84 -84
- package/dist/generated/client/internal/class.d.ts +22 -0
- package/dist/generated/client/internal/class.js +2 -2
- package/dist/generated/client/internal/prismaNamespace.d.ts +192 -5
- package/dist/generated/client/internal/prismaNamespace.js +49 -0
- package/dist/generated/client/internal/prismaNamespaceBrowser.d.ts +53 -0
- package/dist/generated/client/internal/prismaNamespaceBrowser.js +49 -0
- package/dist/generated/client/models/DocumentationPhase.d.ts +231 -1
- package/dist/generated/client/models/DocumentationPlan.d.ts +1555 -0
- package/dist/generated/client/models/DocumentationPlan.js +1 -0
- package/dist/generated/client/models/DocumentationPlanStep.d.ts +1220 -0
- package/dist/generated/client/models/DocumentationPlanStep.js +1 -0
- package/dist/generated/client/models/DomainEvent.d.ts +281 -2
- package/dist/generated/client/models/PaymentMethodPhaseStep.d.ts +0 -3
- package/dist/generated/client/models/PropertyPaymentMethodPhase.d.ts +287 -1
- package/dist/generated/client/models/Settings.d.ts +211 -4
- package/dist/generated/client/models/Social.d.ts +147 -1
- package/dist/generated/client/models/Tenant.d.ts +4246 -639
- package/dist/generated/client/models/Transaction.d.ts +178 -14
- package/dist/generated/client/models/Wallet.d.ts +169 -1
- package/dist/generated/client/models/WorkflowBlocker.d.ts +299 -4
- package/dist/generated/client/models/index.d.ts +2 -0
- package/dist/generated/client/models/index.js +2 -0
- package/dist/generated/client/models.d.ts +2 -0
- package/dist/src/prisma/tenant.js +2 -8
- package/package.json +1 -1
- package/prisma/migrations/20260113122855_add_tenant_to_remaining_models/migration.sql +64 -0
- package/prisma/migrations/20260114034523_add_documentation_plan/migration.sql +52 -0
- package/prisma/schema.prisma +97 -10
|
@@ -258,6 +258,8 @@ export declare const ModelName: {
|
|
|
258
258
|
readonly PropertyVariantMedia: "PropertyVariantMedia";
|
|
259
259
|
readonly PropertyUnit: "PropertyUnit";
|
|
260
260
|
readonly PropertyAmenity: "PropertyAmenity";
|
|
261
|
+
readonly DocumentationPlan: "DocumentationPlan";
|
|
262
|
+
readonly DocumentationPlanStep: "DocumentationPlanStep";
|
|
261
263
|
readonly PaymentPlan: "PaymentPlan";
|
|
262
264
|
readonly PropertyPaymentMethod: "PropertyPaymentMethod";
|
|
263
265
|
readonly PropertyPaymentMethodLink: "PropertyPaymentMethodLink";
|
|
@@ -307,7 +309,7 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
307
309
|
omit: GlobalOmitOptions;
|
|
308
310
|
};
|
|
309
311
|
meta: {
|
|
310
|
-
modelProps: "user" | "role" | "permission" | "rolePermission" | "userRole" | "tenantMembership" | "tenant" | "apiKey" | "refreshToken" | "passwordReset" | "userSuspension" | "emailPreference" | "deviceEndpoint" | "social" | "oAuthState" | "wallet" | "transaction" | "settings" | "property" | "propertyMedia" | "propertyDocument" | "amenity" | "propertyVariant" | "propertyVariantAmenity" | "propertyVariantMedia" | "propertyUnit" | "propertyAmenity" | "paymentPlan" | "propertyPaymentMethod" | "propertyPaymentMethodLink" | "propertyPaymentMethodPhase" | "phaseEventAttachment" | "paymentMethodPhaseStep" | "stepEventAttachment" | "paymentMethodPhaseDocument" | "paymentMethodPhaseField" | "application" | "applicationRefund" | "applicationPhase" | "questionnairePhase" | "documentationPhase" | "paymentPhase" | "questionnaireField" | "applicationEvent" | "documentationStep" | "documentationStepDocument" | "documentationStepApproval" | "paymentInstallment" | "applicationPayment" | "applicationDocument" | "documentTemplate" | "offerLetter" | "applicationTermination" | "paymentMethodChangeRequest" | "documentRequirementRule" | "eventChannel" | "eventType" | "eventHandler" | "workflowEvent" | "eventHandlerExecution" | "domainEvent" | "propertyTransferRequest" | "approvalRequest" | "workflowBlocker";
|
|
312
|
+
modelProps: "user" | "role" | "permission" | "rolePermission" | "userRole" | "tenantMembership" | "tenant" | "apiKey" | "refreshToken" | "passwordReset" | "userSuspension" | "emailPreference" | "deviceEndpoint" | "social" | "oAuthState" | "wallet" | "transaction" | "settings" | "property" | "propertyMedia" | "propertyDocument" | "amenity" | "propertyVariant" | "propertyVariantAmenity" | "propertyVariantMedia" | "propertyUnit" | "propertyAmenity" | "documentationPlan" | "documentationPlanStep" | "paymentPlan" | "propertyPaymentMethod" | "propertyPaymentMethodLink" | "propertyPaymentMethodPhase" | "phaseEventAttachment" | "paymentMethodPhaseStep" | "stepEventAttachment" | "paymentMethodPhaseDocument" | "paymentMethodPhaseField" | "application" | "applicationRefund" | "applicationPhase" | "questionnairePhase" | "documentationPhase" | "paymentPhase" | "questionnaireField" | "applicationEvent" | "documentationStep" | "documentationStepDocument" | "documentationStepApproval" | "paymentInstallment" | "applicationPayment" | "applicationDocument" | "documentTemplate" | "offerLetter" | "applicationTermination" | "paymentMethodChangeRequest" | "documentRequirementRule" | "eventChannel" | "eventType" | "eventHandler" | "workflowEvent" | "eventHandlerExecution" | "domainEvent" | "propertyTransferRequest" | "approvalRequest" | "workflowBlocker";
|
|
311
313
|
txIsolationLevel: TransactionIsolationLevel;
|
|
312
314
|
};
|
|
313
315
|
model: {
|
|
@@ -2093,6 +2095,138 @@ export type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runt
|
|
|
2093
2095
|
};
|
|
2094
2096
|
};
|
|
2095
2097
|
};
|
|
2098
|
+
DocumentationPlan: {
|
|
2099
|
+
payload: Prisma.$DocumentationPlanPayload<ExtArgs>;
|
|
2100
|
+
fields: Prisma.DocumentationPlanFieldRefs;
|
|
2101
|
+
operations: {
|
|
2102
|
+
findUnique: {
|
|
2103
|
+
args: Prisma.DocumentationPlanFindUniqueArgs<ExtArgs>;
|
|
2104
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload> | null;
|
|
2105
|
+
};
|
|
2106
|
+
findUniqueOrThrow: {
|
|
2107
|
+
args: Prisma.DocumentationPlanFindUniqueOrThrowArgs<ExtArgs>;
|
|
2108
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
|
|
2109
|
+
};
|
|
2110
|
+
findFirst: {
|
|
2111
|
+
args: Prisma.DocumentationPlanFindFirstArgs<ExtArgs>;
|
|
2112
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload> | null;
|
|
2113
|
+
};
|
|
2114
|
+
findFirstOrThrow: {
|
|
2115
|
+
args: Prisma.DocumentationPlanFindFirstOrThrowArgs<ExtArgs>;
|
|
2116
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
|
|
2117
|
+
};
|
|
2118
|
+
findMany: {
|
|
2119
|
+
args: Prisma.DocumentationPlanFindManyArgs<ExtArgs>;
|
|
2120
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>[];
|
|
2121
|
+
};
|
|
2122
|
+
create: {
|
|
2123
|
+
args: Prisma.DocumentationPlanCreateArgs<ExtArgs>;
|
|
2124
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
|
|
2125
|
+
};
|
|
2126
|
+
createMany: {
|
|
2127
|
+
args: Prisma.DocumentationPlanCreateManyArgs<ExtArgs>;
|
|
2128
|
+
result: BatchPayload;
|
|
2129
|
+
};
|
|
2130
|
+
delete: {
|
|
2131
|
+
args: Prisma.DocumentationPlanDeleteArgs<ExtArgs>;
|
|
2132
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
|
|
2133
|
+
};
|
|
2134
|
+
update: {
|
|
2135
|
+
args: Prisma.DocumentationPlanUpdateArgs<ExtArgs>;
|
|
2136
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
|
|
2137
|
+
};
|
|
2138
|
+
deleteMany: {
|
|
2139
|
+
args: Prisma.DocumentationPlanDeleteManyArgs<ExtArgs>;
|
|
2140
|
+
result: BatchPayload;
|
|
2141
|
+
};
|
|
2142
|
+
updateMany: {
|
|
2143
|
+
args: Prisma.DocumentationPlanUpdateManyArgs<ExtArgs>;
|
|
2144
|
+
result: BatchPayload;
|
|
2145
|
+
};
|
|
2146
|
+
upsert: {
|
|
2147
|
+
args: Prisma.DocumentationPlanUpsertArgs<ExtArgs>;
|
|
2148
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanPayload>;
|
|
2149
|
+
};
|
|
2150
|
+
aggregate: {
|
|
2151
|
+
args: Prisma.DocumentationPlanAggregateArgs<ExtArgs>;
|
|
2152
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentationPlan>;
|
|
2153
|
+
};
|
|
2154
|
+
groupBy: {
|
|
2155
|
+
args: Prisma.DocumentationPlanGroupByArgs<ExtArgs>;
|
|
2156
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationPlanGroupByOutputType>[];
|
|
2157
|
+
};
|
|
2158
|
+
count: {
|
|
2159
|
+
args: Prisma.DocumentationPlanCountArgs<ExtArgs>;
|
|
2160
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationPlanCountAggregateOutputType> | number;
|
|
2161
|
+
};
|
|
2162
|
+
};
|
|
2163
|
+
};
|
|
2164
|
+
DocumentationPlanStep: {
|
|
2165
|
+
payload: Prisma.$DocumentationPlanStepPayload<ExtArgs>;
|
|
2166
|
+
fields: Prisma.DocumentationPlanStepFieldRefs;
|
|
2167
|
+
operations: {
|
|
2168
|
+
findUnique: {
|
|
2169
|
+
args: Prisma.DocumentationPlanStepFindUniqueArgs<ExtArgs>;
|
|
2170
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload> | null;
|
|
2171
|
+
};
|
|
2172
|
+
findUniqueOrThrow: {
|
|
2173
|
+
args: Prisma.DocumentationPlanStepFindUniqueOrThrowArgs<ExtArgs>;
|
|
2174
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
|
|
2175
|
+
};
|
|
2176
|
+
findFirst: {
|
|
2177
|
+
args: Prisma.DocumentationPlanStepFindFirstArgs<ExtArgs>;
|
|
2178
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload> | null;
|
|
2179
|
+
};
|
|
2180
|
+
findFirstOrThrow: {
|
|
2181
|
+
args: Prisma.DocumentationPlanStepFindFirstOrThrowArgs<ExtArgs>;
|
|
2182
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
|
|
2183
|
+
};
|
|
2184
|
+
findMany: {
|
|
2185
|
+
args: Prisma.DocumentationPlanStepFindManyArgs<ExtArgs>;
|
|
2186
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>[];
|
|
2187
|
+
};
|
|
2188
|
+
create: {
|
|
2189
|
+
args: Prisma.DocumentationPlanStepCreateArgs<ExtArgs>;
|
|
2190
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
|
|
2191
|
+
};
|
|
2192
|
+
createMany: {
|
|
2193
|
+
args: Prisma.DocumentationPlanStepCreateManyArgs<ExtArgs>;
|
|
2194
|
+
result: BatchPayload;
|
|
2195
|
+
};
|
|
2196
|
+
delete: {
|
|
2197
|
+
args: Prisma.DocumentationPlanStepDeleteArgs<ExtArgs>;
|
|
2198
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
|
|
2199
|
+
};
|
|
2200
|
+
update: {
|
|
2201
|
+
args: Prisma.DocumentationPlanStepUpdateArgs<ExtArgs>;
|
|
2202
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
|
|
2203
|
+
};
|
|
2204
|
+
deleteMany: {
|
|
2205
|
+
args: Prisma.DocumentationPlanStepDeleteManyArgs<ExtArgs>;
|
|
2206
|
+
result: BatchPayload;
|
|
2207
|
+
};
|
|
2208
|
+
updateMany: {
|
|
2209
|
+
args: Prisma.DocumentationPlanStepUpdateManyArgs<ExtArgs>;
|
|
2210
|
+
result: BatchPayload;
|
|
2211
|
+
};
|
|
2212
|
+
upsert: {
|
|
2213
|
+
args: Prisma.DocumentationPlanStepUpsertArgs<ExtArgs>;
|
|
2214
|
+
result: runtime.Types.Utils.PayloadToResult<Prisma.$DocumentationPlanStepPayload>;
|
|
2215
|
+
};
|
|
2216
|
+
aggregate: {
|
|
2217
|
+
args: Prisma.DocumentationPlanStepAggregateArgs<ExtArgs>;
|
|
2218
|
+
result: runtime.Types.Utils.Optional<Prisma.AggregateDocumentationPlanStep>;
|
|
2219
|
+
};
|
|
2220
|
+
groupBy: {
|
|
2221
|
+
args: Prisma.DocumentationPlanStepGroupByArgs<ExtArgs>;
|
|
2222
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationPlanStepGroupByOutputType>[];
|
|
2223
|
+
};
|
|
2224
|
+
count: {
|
|
2225
|
+
args: Prisma.DocumentationPlanStepCountArgs<ExtArgs>;
|
|
2226
|
+
result: runtime.Types.Utils.Optional<Prisma.DocumentationPlanStepCountAggregateOutputType> | number;
|
|
2227
|
+
};
|
|
2228
|
+
};
|
|
2229
|
+
};
|
|
2096
2230
|
PaymentPlan: {
|
|
2097
2231
|
payload: Prisma.$PaymentPlanPayload<ExtArgs>;
|
|
2098
2232
|
fields: Prisma.PaymentPlanFieldRefs;
|
|
@@ -4713,6 +4847,7 @@ export declare const DeviceEndpointScalarFieldEnum: {
|
|
|
4713
4847
|
export type DeviceEndpointScalarFieldEnum = (typeof DeviceEndpointScalarFieldEnum)[keyof typeof DeviceEndpointScalarFieldEnum];
|
|
4714
4848
|
export declare const SocialScalarFieldEnum: {
|
|
4715
4849
|
readonly id: "id";
|
|
4850
|
+
readonly tenantId: "tenantId";
|
|
4716
4851
|
readonly userId: "userId";
|
|
4717
4852
|
readonly provider: "provider";
|
|
4718
4853
|
readonly socialId: "socialId";
|
|
@@ -4729,6 +4864,7 @@ export declare const OAuthStateScalarFieldEnum: {
|
|
|
4729
4864
|
export type OAuthStateScalarFieldEnum = (typeof OAuthStateScalarFieldEnum)[keyof typeof OAuthStateScalarFieldEnum];
|
|
4730
4865
|
export declare const WalletScalarFieldEnum: {
|
|
4731
4866
|
readonly id: "id";
|
|
4867
|
+
readonly tenantId: "tenantId";
|
|
4732
4868
|
readonly balance: "balance";
|
|
4733
4869
|
readonly currency: "currency";
|
|
4734
4870
|
readonly createdAt: "createdAt";
|
|
@@ -4737,6 +4873,7 @@ export declare const WalletScalarFieldEnum: {
|
|
|
4737
4873
|
export type WalletScalarFieldEnum = (typeof WalletScalarFieldEnum)[keyof typeof WalletScalarFieldEnum];
|
|
4738
4874
|
export declare const TransactionScalarFieldEnum: {
|
|
4739
4875
|
readonly id: "id";
|
|
4876
|
+
readonly tenantId: "tenantId";
|
|
4740
4877
|
readonly walletId: "walletId";
|
|
4741
4878
|
readonly amount: "amount";
|
|
4742
4879
|
readonly type: "type";
|
|
@@ -4749,6 +4886,7 @@ export declare const TransactionScalarFieldEnum: {
|
|
|
4749
4886
|
export type TransactionScalarFieldEnum = (typeof TransactionScalarFieldEnum)[keyof typeof TransactionScalarFieldEnum];
|
|
4750
4887
|
export declare const SettingsScalarFieldEnum: {
|
|
4751
4888
|
readonly id: "id";
|
|
4889
|
+
readonly tenantId: "tenantId";
|
|
4752
4890
|
readonly key: "key";
|
|
4753
4891
|
readonly value: "value";
|
|
4754
4892
|
readonly category: "category";
|
|
@@ -4880,6 +5018,29 @@ export declare const PropertyAmenityScalarFieldEnum: {
|
|
|
4880
5018
|
readonly createdAt: "createdAt";
|
|
4881
5019
|
};
|
|
4882
5020
|
export type PropertyAmenityScalarFieldEnum = (typeof PropertyAmenityScalarFieldEnum)[keyof typeof PropertyAmenityScalarFieldEnum];
|
|
5021
|
+
export declare const DocumentationPlanScalarFieldEnum: {
|
|
5022
|
+
readonly id: "id";
|
|
5023
|
+
readonly tenantId: "tenantId";
|
|
5024
|
+
readonly name: "name";
|
|
5025
|
+
readonly description: "description";
|
|
5026
|
+
readonly isActive: "isActive";
|
|
5027
|
+
readonly requiredDocumentTypes: "requiredDocumentTypes";
|
|
5028
|
+
readonly createdAt: "createdAt";
|
|
5029
|
+
readonly updatedAt: "updatedAt";
|
|
5030
|
+
};
|
|
5031
|
+
export type DocumentationPlanScalarFieldEnum = (typeof DocumentationPlanScalarFieldEnum)[keyof typeof DocumentationPlanScalarFieldEnum];
|
|
5032
|
+
export declare const DocumentationPlanStepScalarFieldEnum: {
|
|
5033
|
+
readonly id: "id";
|
|
5034
|
+
readonly planId: "planId";
|
|
5035
|
+
readonly name: "name";
|
|
5036
|
+
readonly stepType: "stepType";
|
|
5037
|
+
readonly order: "order";
|
|
5038
|
+
readonly documentType: "documentType";
|
|
5039
|
+
readonly metadata: "metadata";
|
|
5040
|
+
readonly createdAt: "createdAt";
|
|
5041
|
+
readonly updatedAt: "updatedAt";
|
|
5042
|
+
};
|
|
5043
|
+
export type DocumentationPlanStepScalarFieldEnum = (typeof DocumentationPlanStepScalarFieldEnum)[keyof typeof DocumentationPlanStepScalarFieldEnum];
|
|
4883
5044
|
export declare const PaymentPlanScalarFieldEnum: {
|
|
4884
5045
|
readonly id: "id";
|
|
4885
5046
|
readonly tenantId: "tenantId";
|
|
@@ -4929,6 +5090,7 @@ export declare const PropertyPaymentMethodPhaseScalarFieldEnum: {
|
|
|
4929
5090
|
readonly tenantId: "tenantId";
|
|
4930
5091
|
readonly paymentMethodId: "paymentMethodId";
|
|
4931
5092
|
readonly paymentPlanId: "paymentPlanId";
|
|
5093
|
+
readonly documentationPlanId: "documentationPlanId";
|
|
4932
5094
|
readonly name: "name";
|
|
4933
5095
|
readonly description: "description";
|
|
4934
5096
|
readonly phaseCategory: "phaseCategory";
|
|
@@ -5103,6 +5265,7 @@ export declare const DocumentationPhaseScalarFieldEnum: {
|
|
|
5103
5265
|
readonly id: "id";
|
|
5104
5266
|
readonly tenantId: "tenantId";
|
|
5105
5267
|
readonly phaseId: "phaseId";
|
|
5268
|
+
readonly documentationPlanId: "documentationPlanId";
|
|
5106
5269
|
readonly currentStepId: "currentStepId";
|
|
5107
5270
|
readonly approvedDocumentsCount: "approvedDocumentsCount";
|
|
5108
5271
|
readonly requiredDocumentsCount: "requiredDocumentsCount";
|
|
@@ -5478,6 +5641,7 @@ export declare const EventHandlerExecutionScalarFieldEnum: {
|
|
|
5478
5641
|
export type EventHandlerExecutionScalarFieldEnum = (typeof EventHandlerExecutionScalarFieldEnum)[keyof typeof EventHandlerExecutionScalarFieldEnum];
|
|
5479
5642
|
export declare const DomainEventScalarFieldEnum: {
|
|
5480
5643
|
readonly id: "id";
|
|
5644
|
+
readonly tenantId: "tenantId";
|
|
5481
5645
|
readonly eventType: "eventType";
|
|
5482
5646
|
readonly aggregateType: "aggregateType";
|
|
5483
5647
|
readonly aggregateId: "aggregateId";
|
|
@@ -5697,6 +5861,7 @@ export declare const DeviceEndpointOrderByRelevanceFieldEnum: {
|
|
|
5697
5861
|
export type DeviceEndpointOrderByRelevanceFieldEnum = (typeof DeviceEndpointOrderByRelevanceFieldEnum)[keyof typeof DeviceEndpointOrderByRelevanceFieldEnum];
|
|
5698
5862
|
export declare const SocialOrderByRelevanceFieldEnum: {
|
|
5699
5863
|
readonly id: "id";
|
|
5864
|
+
readonly tenantId: "tenantId";
|
|
5700
5865
|
readonly userId: "userId";
|
|
5701
5866
|
readonly provider: "provider";
|
|
5702
5867
|
readonly socialId: "socialId";
|
|
@@ -5709,11 +5874,13 @@ export declare const OAuthStateOrderByRelevanceFieldEnum: {
|
|
|
5709
5874
|
export type OAuthStateOrderByRelevanceFieldEnum = (typeof OAuthStateOrderByRelevanceFieldEnum)[keyof typeof OAuthStateOrderByRelevanceFieldEnum];
|
|
5710
5875
|
export declare const WalletOrderByRelevanceFieldEnum: {
|
|
5711
5876
|
readonly id: "id";
|
|
5877
|
+
readonly tenantId: "tenantId";
|
|
5712
5878
|
readonly currency: "currency";
|
|
5713
5879
|
};
|
|
5714
5880
|
export type WalletOrderByRelevanceFieldEnum = (typeof WalletOrderByRelevanceFieldEnum)[keyof typeof WalletOrderByRelevanceFieldEnum];
|
|
5715
5881
|
export declare const TransactionOrderByRelevanceFieldEnum: {
|
|
5716
5882
|
readonly id: "id";
|
|
5883
|
+
readonly tenantId: "tenantId";
|
|
5717
5884
|
readonly walletId: "walletId";
|
|
5718
5885
|
readonly type: "type";
|
|
5719
5886
|
readonly status: "status";
|
|
@@ -5723,6 +5890,7 @@ export declare const TransactionOrderByRelevanceFieldEnum: {
|
|
|
5723
5890
|
export type TransactionOrderByRelevanceFieldEnum = (typeof TransactionOrderByRelevanceFieldEnum)[keyof typeof TransactionOrderByRelevanceFieldEnum];
|
|
5724
5891
|
export declare const SettingsOrderByRelevanceFieldEnum: {
|
|
5725
5892
|
readonly id: "id";
|
|
5893
|
+
readonly tenantId: "tenantId";
|
|
5726
5894
|
readonly key: "key";
|
|
5727
5895
|
readonly value: "value";
|
|
5728
5896
|
readonly category: "category";
|
|
@@ -5814,6 +5982,20 @@ export declare const PropertyAmenityOrderByRelevanceFieldEnum: {
|
|
|
5814
5982
|
readonly amenityId: "amenityId";
|
|
5815
5983
|
};
|
|
5816
5984
|
export type PropertyAmenityOrderByRelevanceFieldEnum = (typeof PropertyAmenityOrderByRelevanceFieldEnum)[keyof typeof PropertyAmenityOrderByRelevanceFieldEnum];
|
|
5985
|
+
export declare const DocumentationPlanOrderByRelevanceFieldEnum: {
|
|
5986
|
+
readonly id: "id";
|
|
5987
|
+
readonly tenantId: "tenantId";
|
|
5988
|
+
readonly name: "name";
|
|
5989
|
+
readonly description: "description";
|
|
5990
|
+
};
|
|
5991
|
+
export type DocumentationPlanOrderByRelevanceFieldEnum = (typeof DocumentationPlanOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanOrderByRelevanceFieldEnum];
|
|
5992
|
+
export declare const DocumentationPlanStepOrderByRelevanceFieldEnum: {
|
|
5993
|
+
readonly id: "id";
|
|
5994
|
+
readonly planId: "planId";
|
|
5995
|
+
readonly name: "name";
|
|
5996
|
+
readonly documentType: "documentType";
|
|
5997
|
+
};
|
|
5998
|
+
export type DocumentationPlanStepOrderByRelevanceFieldEnum = (typeof DocumentationPlanStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanStepOrderByRelevanceFieldEnum];
|
|
5817
5999
|
export declare const PaymentPlanOrderByRelevanceFieldEnum: {
|
|
5818
6000
|
readonly id: "id";
|
|
5819
6001
|
readonly tenantId: "tenantId";
|
|
@@ -5839,6 +6021,7 @@ export declare const PropertyPaymentMethodPhaseOrderByRelevanceFieldEnum: {
|
|
|
5839
6021
|
readonly tenantId: "tenantId";
|
|
5840
6022
|
readonly paymentMethodId: "paymentMethodId";
|
|
5841
6023
|
readonly paymentPlanId: "paymentPlanId";
|
|
6024
|
+
readonly documentationPlanId: "documentationPlanId";
|
|
5842
6025
|
readonly name: "name";
|
|
5843
6026
|
readonly description: "description";
|
|
5844
6027
|
};
|
|
@@ -5936,6 +6119,7 @@ export declare const DocumentationPhaseOrderByRelevanceFieldEnum: {
|
|
|
5936
6119
|
readonly id: "id";
|
|
5937
6120
|
readonly tenantId: "tenantId";
|
|
5938
6121
|
readonly phaseId: "phaseId";
|
|
6122
|
+
readonly documentationPlanId: "documentationPlanId";
|
|
5939
6123
|
readonly currentStepId: "currentStepId";
|
|
5940
6124
|
};
|
|
5941
6125
|
export type DocumentationPhaseOrderByRelevanceFieldEnum = (typeof DocumentationPhaseOrderByRelevanceFieldEnum)[keyof typeof DocumentationPhaseOrderByRelevanceFieldEnum];
|
|
@@ -6138,6 +6322,7 @@ export declare const EventHandlerExecutionOrderByRelevanceFieldEnum: {
|
|
|
6138
6322
|
export type EventHandlerExecutionOrderByRelevanceFieldEnum = (typeof EventHandlerExecutionOrderByRelevanceFieldEnum)[keyof typeof EventHandlerExecutionOrderByRelevanceFieldEnum];
|
|
6139
6323
|
export declare const DomainEventOrderByRelevanceFieldEnum: {
|
|
6140
6324
|
readonly id: "id";
|
|
6325
|
+
readonly tenantId: "tenantId";
|
|
6141
6326
|
readonly eventType: "eventType";
|
|
6142
6327
|
readonly aggregateType: "aggregateType";
|
|
6143
6328
|
readonly aggregateId: "aggregateId";
|
|
@@ -6223,6 +6408,10 @@ export type FloatFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, '
|
|
|
6223
6408
|
* Reference to a field of type 'Int'
|
|
6224
6409
|
*/
|
|
6225
6410
|
export type IntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int'>;
|
|
6411
|
+
/**
|
|
6412
|
+
* Reference to a field of type 'StepType'
|
|
6413
|
+
*/
|
|
6414
|
+
export type EnumStepTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'StepType'>;
|
|
6226
6415
|
/**
|
|
6227
6416
|
* Reference to a field of type 'PaymentFrequency'
|
|
6228
6417
|
*/
|
|
@@ -6243,10 +6432,6 @@ export type EnumCompletionCriterionFieldRefInput<$PrismaModel> = FieldRefInputTy
|
|
|
6243
6432
|
* Reference to a field of type 'PhaseTrigger'
|
|
6244
6433
|
*/
|
|
6245
6434
|
export type EnumPhaseTriggerFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'PhaseTrigger'>;
|
|
6246
|
-
/**
|
|
6247
|
-
* Reference to a field of type 'StepType'
|
|
6248
|
-
*/
|
|
6249
|
-
export type EnumStepTypeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'StepType'>;
|
|
6250
6435
|
/**
|
|
6251
6436
|
* Reference to a field of type 'StepTrigger'
|
|
6252
6437
|
*/
|
|
@@ -6492,6 +6677,8 @@ export type GlobalOmitConfig = {
|
|
|
6492
6677
|
propertyVariantMedia?: Prisma.PropertyVariantMediaOmit;
|
|
6493
6678
|
propertyUnit?: Prisma.PropertyUnitOmit;
|
|
6494
6679
|
propertyAmenity?: Prisma.PropertyAmenityOmit;
|
|
6680
|
+
documentationPlan?: Prisma.DocumentationPlanOmit;
|
|
6681
|
+
documentationPlanStep?: Prisma.DocumentationPlanStepOmit;
|
|
6495
6682
|
paymentPlan?: Prisma.PaymentPlanOmit;
|
|
6496
6683
|
propertyPaymentMethod?: Prisma.PropertyPaymentMethodOmit;
|
|
6497
6684
|
propertyPaymentMethodLink?: Prisma.PropertyPaymentMethodLinkOmit;
|
|
@@ -94,6 +94,8 @@ export const ModelName = {
|
|
|
94
94
|
PropertyVariantMedia: 'PropertyVariantMedia',
|
|
95
95
|
PropertyUnit: 'PropertyUnit',
|
|
96
96
|
PropertyAmenity: 'PropertyAmenity',
|
|
97
|
+
DocumentationPlan: 'DocumentationPlan',
|
|
98
|
+
DocumentationPlanStep: 'DocumentationPlanStep',
|
|
97
99
|
PaymentPlan: 'PaymentPlan',
|
|
98
100
|
PropertyPaymentMethod: 'PropertyPaymentMethod',
|
|
99
101
|
PropertyPaymentMethodLink: 'PropertyPaymentMethodLink',
|
|
@@ -272,6 +274,7 @@ export const DeviceEndpointScalarFieldEnum = {
|
|
|
272
274
|
};
|
|
273
275
|
export const SocialScalarFieldEnum = {
|
|
274
276
|
id: 'id',
|
|
277
|
+
tenantId: 'tenantId',
|
|
275
278
|
userId: 'userId',
|
|
276
279
|
provider: 'provider',
|
|
277
280
|
socialId: 'socialId',
|
|
@@ -286,6 +289,7 @@ export const OAuthStateScalarFieldEnum = {
|
|
|
286
289
|
};
|
|
287
290
|
export const WalletScalarFieldEnum = {
|
|
288
291
|
id: 'id',
|
|
292
|
+
tenantId: 'tenantId',
|
|
289
293
|
balance: 'balance',
|
|
290
294
|
currency: 'currency',
|
|
291
295
|
createdAt: 'createdAt',
|
|
@@ -293,6 +297,7 @@ export const WalletScalarFieldEnum = {
|
|
|
293
297
|
};
|
|
294
298
|
export const TransactionScalarFieldEnum = {
|
|
295
299
|
id: 'id',
|
|
300
|
+
tenantId: 'tenantId',
|
|
296
301
|
walletId: 'walletId',
|
|
297
302
|
amount: 'amount',
|
|
298
303
|
type: 'type',
|
|
@@ -304,6 +309,7 @@ export const TransactionScalarFieldEnum = {
|
|
|
304
309
|
};
|
|
305
310
|
export const SettingsScalarFieldEnum = {
|
|
306
311
|
id: 'id',
|
|
312
|
+
tenantId: 'tenantId',
|
|
307
313
|
key: 'key',
|
|
308
314
|
value: 'value',
|
|
309
315
|
category: 'category',
|
|
@@ -425,6 +431,27 @@ export const PropertyAmenityScalarFieldEnum = {
|
|
|
425
431
|
amenityId: 'amenityId',
|
|
426
432
|
createdAt: 'createdAt'
|
|
427
433
|
};
|
|
434
|
+
export const DocumentationPlanScalarFieldEnum = {
|
|
435
|
+
id: 'id',
|
|
436
|
+
tenantId: 'tenantId',
|
|
437
|
+
name: 'name',
|
|
438
|
+
description: 'description',
|
|
439
|
+
isActive: 'isActive',
|
|
440
|
+
requiredDocumentTypes: 'requiredDocumentTypes',
|
|
441
|
+
createdAt: 'createdAt',
|
|
442
|
+
updatedAt: 'updatedAt'
|
|
443
|
+
};
|
|
444
|
+
export const DocumentationPlanStepScalarFieldEnum = {
|
|
445
|
+
id: 'id',
|
|
446
|
+
planId: 'planId',
|
|
447
|
+
name: 'name',
|
|
448
|
+
stepType: 'stepType',
|
|
449
|
+
order: 'order',
|
|
450
|
+
documentType: 'documentType',
|
|
451
|
+
metadata: 'metadata',
|
|
452
|
+
createdAt: 'createdAt',
|
|
453
|
+
updatedAt: 'updatedAt'
|
|
454
|
+
};
|
|
428
455
|
export const PaymentPlanScalarFieldEnum = {
|
|
429
456
|
id: 'id',
|
|
430
457
|
tenantId: 'tenantId',
|
|
@@ -471,6 +498,7 @@ export const PropertyPaymentMethodPhaseScalarFieldEnum = {
|
|
|
471
498
|
tenantId: 'tenantId',
|
|
472
499
|
paymentMethodId: 'paymentMethodId',
|
|
473
500
|
paymentPlanId: 'paymentPlanId',
|
|
501
|
+
documentationPlanId: 'documentationPlanId',
|
|
474
502
|
name: 'name',
|
|
475
503
|
description: 'description',
|
|
476
504
|
phaseCategory: 'phaseCategory',
|
|
@@ -635,6 +663,7 @@ export const DocumentationPhaseScalarFieldEnum = {
|
|
|
635
663
|
id: 'id',
|
|
636
664
|
tenantId: 'tenantId',
|
|
637
665
|
phaseId: 'phaseId',
|
|
666
|
+
documentationPlanId: 'documentationPlanId',
|
|
638
667
|
currentStepId: 'currentStepId',
|
|
639
668
|
approvedDocumentsCount: 'approvedDocumentsCount',
|
|
640
669
|
requiredDocumentsCount: 'requiredDocumentsCount',
|
|
@@ -990,6 +1019,7 @@ export const EventHandlerExecutionScalarFieldEnum = {
|
|
|
990
1019
|
};
|
|
991
1020
|
export const DomainEventScalarFieldEnum = {
|
|
992
1021
|
id: 'id',
|
|
1022
|
+
tenantId: 'tenantId',
|
|
993
1023
|
eventType: 'eventType',
|
|
994
1024
|
aggregateType: 'aggregateType',
|
|
995
1025
|
aggregateId: 'aggregateId',
|
|
@@ -1186,6 +1216,7 @@ export const DeviceEndpointOrderByRelevanceFieldEnum = {
|
|
|
1186
1216
|
};
|
|
1187
1217
|
export const SocialOrderByRelevanceFieldEnum = {
|
|
1188
1218
|
id: 'id',
|
|
1219
|
+
tenantId: 'tenantId',
|
|
1189
1220
|
userId: 'userId',
|
|
1190
1221
|
provider: 'provider',
|
|
1191
1222
|
socialId: 'socialId'
|
|
@@ -1196,10 +1227,12 @@ export const OAuthStateOrderByRelevanceFieldEnum = {
|
|
|
1196
1227
|
};
|
|
1197
1228
|
export const WalletOrderByRelevanceFieldEnum = {
|
|
1198
1229
|
id: 'id',
|
|
1230
|
+
tenantId: 'tenantId',
|
|
1199
1231
|
currency: 'currency'
|
|
1200
1232
|
};
|
|
1201
1233
|
export const TransactionOrderByRelevanceFieldEnum = {
|
|
1202
1234
|
id: 'id',
|
|
1235
|
+
tenantId: 'tenantId',
|
|
1203
1236
|
walletId: 'walletId',
|
|
1204
1237
|
type: 'type',
|
|
1205
1238
|
status: 'status',
|
|
@@ -1208,6 +1241,7 @@ export const TransactionOrderByRelevanceFieldEnum = {
|
|
|
1208
1241
|
};
|
|
1209
1242
|
export const SettingsOrderByRelevanceFieldEnum = {
|
|
1210
1243
|
id: 'id',
|
|
1244
|
+
tenantId: 'tenantId',
|
|
1211
1245
|
key: 'key',
|
|
1212
1246
|
value: 'value',
|
|
1213
1247
|
category: 'category'
|
|
@@ -1289,6 +1323,18 @@ export const PropertyAmenityOrderByRelevanceFieldEnum = {
|
|
|
1289
1323
|
propertyId: 'propertyId',
|
|
1290
1324
|
amenityId: 'amenityId'
|
|
1291
1325
|
};
|
|
1326
|
+
export const DocumentationPlanOrderByRelevanceFieldEnum = {
|
|
1327
|
+
id: 'id',
|
|
1328
|
+
tenantId: 'tenantId',
|
|
1329
|
+
name: 'name',
|
|
1330
|
+
description: 'description'
|
|
1331
|
+
};
|
|
1332
|
+
export const DocumentationPlanStepOrderByRelevanceFieldEnum = {
|
|
1333
|
+
id: 'id',
|
|
1334
|
+
planId: 'planId',
|
|
1335
|
+
name: 'name',
|
|
1336
|
+
documentType: 'documentType'
|
|
1337
|
+
};
|
|
1292
1338
|
export const PaymentPlanOrderByRelevanceFieldEnum = {
|
|
1293
1339
|
id: 'id',
|
|
1294
1340
|
tenantId: 'tenantId',
|
|
@@ -1311,6 +1357,7 @@ export const PropertyPaymentMethodPhaseOrderByRelevanceFieldEnum = {
|
|
|
1311
1357
|
tenantId: 'tenantId',
|
|
1312
1358
|
paymentMethodId: 'paymentMethodId',
|
|
1313
1359
|
paymentPlanId: 'paymentPlanId',
|
|
1360
|
+
documentationPlanId: 'documentationPlanId',
|
|
1314
1361
|
name: 'name',
|
|
1315
1362
|
description: 'description'
|
|
1316
1363
|
};
|
|
@@ -1398,6 +1445,7 @@ export const DocumentationPhaseOrderByRelevanceFieldEnum = {
|
|
|
1398
1445
|
id: 'id',
|
|
1399
1446
|
tenantId: 'tenantId',
|
|
1400
1447
|
phaseId: 'phaseId',
|
|
1448
|
+
documentationPlanId: 'documentationPlanId',
|
|
1401
1449
|
currentStepId: 'currentStepId'
|
|
1402
1450
|
};
|
|
1403
1451
|
export const PaymentPhaseOrderByRelevanceFieldEnum = {
|
|
@@ -1580,6 +1628,7 @@ export const EventHandlerExecutionOrderByRelevanceFieldEnum = {
|
|
|
1580
1628
|
};
|
|
1581
1629
|
export const DomainEventOrderByRelevanceFieldEnum = {
|
|
1582
1630
|
id: 'id',
|
|
1631
|
+
tenantId: 'tenantId',
|
|
1583
1632
|
eventType: 'eventType',
|
|
1584
1633
|
aggregateType: 'aggregateType',
|
|
1585
1634
|
aggregateId: 'aggregateId',
|
|
@@ -53,6 +53,8 @@ export declare const ModelName: {
|
|
|
53
53
|
readonly PropertyVariantMedia: "PropertyVariantMedia";
|
|
54
54
|
readonly PropertyUnit: "PropertyUnit";
|
|
55
55
|
readonly PropertyAmenity: "PropertyAmenity";
|
|
56
|
+
readonly DocumentationPlan: "DocumentationPlan";
|
|
57
|
+
readonly DocumentationPlanStep: "DocumentationPlanStep";
|
|
56
58
|
readonly PaymentPlan: "PaymentPlan";
|
|
57
59
|
readonly PropertyPaymentMethod: "PropertyPaymentMethod";
|
|
58
60
|
readonly PropertyPaymentMethodLink: "PropertyPaymentMethodLink";
|
|
@@ -243,6 +245,7 @@ export declare const DeviceEndpointScalarFieldEnum: {
|
|
|
243
245
|
export type DeviceEndpointScalarFieldEnum = (typeof DeviceEndpointScalarFieldEnum)[keyof typeof DeviceEndpointScalarFieldEnum];
|
|
244
246
|
export declare const SocialScalarFieldEnum: {
|
|
245
247
|
readonly id: "id";
|
|
248
|
+
readonly tenantId: "tenantId";
|
|
246
249
|
readonly userId: "userId";
|
|
247
250
|
readonly provider: "provider";
|
|
248
251
|
readonly socialId: "socialId";
|
|
@@ -259,6 +262,7 @@ export declare const OAuthStateScalarFieldEnum: {
|
|
|
259
262
|
export type OAuthStateScalarFieldEnum = (typeof OAuthStateScalarFieldEnum)[keyof typeof OAuthStateScalarFieldEnum];
|
|
260
263
|
export declare const WalletScalarFieldEnum: {
|
|
261
264
|
readonly id: "id";
|
|
265
|
+
readonly tenantId: "tenantId";
|
|
262
266
|
readonly balance: "balance";
|
|
263
267
|
readonly currency: "currency";
|
|
264
268
|
readonly createdAt: "createdAt";
|
|
@@ -267,6 +271,7 @@ export declare const WalletScalarFieldEnum: {
|
|
|
267
271
|
export type WalletScalarFieldEnum = (typeof WalletScalarFieldEnum)[keyof typeof WalletScalarFieldEnum];
|
|
268
272
|
export declare const TransactionScalarFieldEnum: {
|
|
269
273
|
readonly id: "id";
|
|
274
|
+
readonly tenantId: "tenantId";
|
|
270
275
|
readonly walletId: "walletId";
|
|
271
276
|
readonly amount: "amount";
|
|
272
277
|
readonly type: "type";
|
|
@@ -279,6 +284,7 @@ export declare const TransactionScalarFieldEnum: {
|
|
|
279
284
|
export type TransactionScalarFieldEnum = (typeof TransactionScalarFieldEnum)[keyof typeof TransactionScalarFieldEnum];
|
|
280
285
|
export declare const SettingsScalarFieldEnum: {
|
|
281
286
|
readonly id: "id";
|
|
287
|
+
readonly tenantId: "tenantId";
|
|
282
288
|
readonly key: "key";
|
|
283
289
|
readonly value: "value";
|
|
284
290
|
readonly category: "category";
|
|
@@ -410,6 +416,29 @@ export declare const PropertyAmenityScalarFieldEnum: {
|
|
|
410
416
|
readonly createdAt: "createdAt";
|
|
411
417
|
};
|
|
412
418
|
export type PropertyAmenityScalarFieldEnum = (typeof PropertyAmenityScalarFieldEnum)[keyof typeof PropertyAmenityScalarFieldEnum];
|
|
419
|
+
export declare const DocumentationPlanScalarFieldEnum: {
|
|
420
|
+
readonly id: "id";
|
|
421
|
+
readonly tenantId: "tenantId";
|
|
422
|
+
readonly name: "name";
|
|
423
|
+
readonly description: "description";
|
|
424
|
+
readonly isActive: "isActive";
|
|
425
|
+
readonly requiredDocumentTypes: "requiredDocumentTypes";
|
|
426
|
+
readonly createdAt: "createdAt";
|
|
427
|
+
readonly updatedAt: "updatedAt";
|
|
428
|
+
};
|
|
429
|
+
export type DocumentationPlanScalarFieldEnum = (typeof DocumentationPlanScalarFieldEnum)[keyof typeof DocumentationPlanScalarFieldEnum];
|
|
430
|
+
export declare const DocumentationPlanStepScalarFieldEnum: {
|
|
431
|
+
readonly id: "id";
|
|
432
|
+
readonly planId: "planId";
|
|
433
|
+
readonly name: "name";
|
|
434
|
+
readonly stepType: "stepType";
|
|
435
|
+
readonly order: "order";
|
|
436
|
+
readonly documentType: "documentType";
|
|
437
|
+
readonly metadata: "metadata";
|
|
438
|
+
readonly createdAt: "createdAt";
|
|
439
|
+
readonly updatedAt: "updatedAt";
|
|
440
|
+
};
|
|
441
|
+
export type DocumentationPlanStepScalarFieldEnum = (typeof DocumentationPlanStepScalarFieldEnum)[keyof typeof DocumentationPlanStepScalarFieldEnum];
|
|
413
442
|
export declare const PaymentPlanScalarFieldEnum: {
|
|
414
443
|
readonly id: "id";
|
|
415
444
|
readonly tenantId: "tenantId";
|
|
@@ -459,6 +488,7 @@ export declare const PropertyPaymentMethodPhaseScalarFieldEnum: {
|
|
|
459
488
|
readonly tenantId: "tenantId";
|
|
460
489
|
readonly paymentMethodId: "paymentMethodId";
|
|
461
490
|
readonly paymentPlanId: "paymentPlanId";
|
|
491
|
+
readonly documentationPlanId: "documentationPlanId";
|
|
462
492
|
readonly name: "name";
|
|
463
493
|
readonly description: "description";
|
|
464
494
|
readonly phaseCategory: "phaseCategory";
|
|
@@ -633,6 +663,7 @@ export declare const DocumentationPhaseScalarFieldEnum: {
|
|
|
633
663
|
readonly id: "id";
|
|
634
664
|
readonly tenantId: "tenantId";
|
|
635
665
|
readonly phaseId: "phaseId";
|
|
666
|
+
readonly documentationPlanId: "documentationPlanId";
|
|
636
667
|
readonly currentStepId: "currentStepId";
|
|
637
668
|
readonly approvedDocumentsCount: "approvedDocumentsCount";
|
|
638
669
|
readonly requiredDocumentsCount: "requiredDocumentsCount";
|
|
@@ -1008,6 +1039,7 @@ export declare const EventHandlerExecutionScalarFieldEnum: {
|
|
|
1008
1039
|
export type EventHandlerExecutionScalarFieldEnum = (typeof EventHandlerExecutionScalarFieldEnum)[keyof typeof EventHandlerExecutionScalarFieldEnum];
|
|
1009
1040
|
export declare const DomainEventScalarFieldEnum: {
|
|
1010
1041
|
readonly id: "id";
|
|
1042
|
+
readonly tenantId: "tenantId";
|
|
1011
1043
|
readonly eventType: "eventType";
|
|
1012
1044
|
readonly aggregateType: "aggregateType";
|
|
1013
1045
|
readonly aggregateId: "aggregateId";
|
|
@@ -1227,6 +1259,7 @@ export declare const DeviceEndpointOrderByRelevanceFieldEnum: {
|
|
|
1227
1259
|
export type DeviceEndpointOrderByRelevanceFieldEnum = (typeof DeviceEndpointOrderByRelevanceFieldEnum)[keyof typeof DeviceEndpointOrderByRelevanceFieldEnum];
|
|
1228
1260
|
export declare const SocialOrderByRelevanceFieldEnum: {
|
|
1229
1261
|
readonly id: "id";
|
|
1262
|
+
readonly tenantId: "tenantId";
|
|
1230
1263
|
readonly userId: "userId";
|
|
1231
1264
|
readonly provider: "provider";
|
|
1232
1265
|
readonly socialId: "socialId";
|
|
@@ -1239,11 +1272,13 @@ export declare const OAuthStateOrderByRelevanceFieldEnum: {
|
|
|
1239
1272
|
export type OAuthStateOrderByRelevanceFieldEnum = (typeof OAuthStateOrderByRelevanceFieldEnum)[keyof typeof OAuthStateOrderByRelevanceFieldEnum];
|
|
1240
1273
|
export declare const WalletOrderByRelevanceFieldEnum: {
|
|
1241
1274
|
readonly id: "id";
|
|
1275
|
+
readonly tenantId: "tenantId";
|
|
1242
1276
|
readonly currency: "currency";
|
|
1243
1277
|
};
|
|
1244
1278
|
export type WalletOrderByRelevanceFieldEnum = (typeof WalletOrderByRelevanceFieldEnum)[keyof typeof WalletOrderByRelevanceFieldEnum];
|
|
1245
1279
|
export declare const TransactionOrderByRelevanceFieldEnum: {
|
|
1246
1280
|
readonly id: "id";
|
|
1281
|
+
readonly tenantId: "tenantId";
|
|
1247
1282
|
readonly walletId: "walletId";
|
|
1248
1283
|
readonly type: "type";
|
|
1249
1284
|
readonly status: "status";
|
|
@@ -1253,6 +1288,7 @@ export declare const TransactionOrderByRelevanceFieldEnum: {
|
|
|
1253
1288
|
export type TransactionOrderByRelevanceFieldEnum = (typeof TransactionOrderByRelevanceFieldEnum)[keyof typeof TransactionOrderByRelevanceFieldEnum];
|
|
1254
1289
|
export declare const SettingsOrderByRelevanceFieldEnum: {
|
|
1255
1290
|
readonly id: "id";
|
|
1291
|
+
readonly tenantId: "tenantId";
|
|
1256
1292
|
readonly key: "key";
|
|
1257
1293
|
readonly value: "value";
|
|
1258
1294
|
readonly category: "category";
|
|
@@ -1344,6 +1380,20 @@ export declare const PropertyAmenityOrderByRelevanceFieldEnum: {
|
|
|
1344
1380
|
readonly amenityId: "amenityId";
|
|
1345
1381
|
};
|
|
1346
1382
|
export type PropertyAmenityOrderByRelevanceFieldEnum = (typeof PropertyAmenityOrderByRelevanceFieldEnum)[keyof typeof PropertyAmenityOrderByRelevanceFieldEnum];
|
|
1383
|
+
export declare const DocumentationPlanOrderByRelevanceFieldEnum: {
|
|
1384
|
+
readonly id: "id";
|
|
1385
|
+
readonly tenantId: "tenantId";
|
|
1386
|
+
readonly name: "name";
|
|
1387
|
+
readonly description: "description";
|
|
1388
|
+
};
|
|
1389
|
+
export type DocumentationPlanOrderByRelevanceFieldEnum = (typeof DocumentationPlanOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanOrderByRelevanceFieldEnum];
|
|
1390
|
+
export declare const DocumentationPlanStepOrderByRelevanceFieldEnum: {
|
|
1391
|
+
readonly id: "id";
|
|
1392
|
+
readonly planId: "planId";
|
|
1393
|
+
readonly name: "name";
|
|
1394
|
+
readonly documentType: "documentType";
|
|
1395
|
+
};
|
|
1396
|
+
export type DocumentationPlanStepOrderByRelevanceFieldEnum = (typeof DocumentationPlanStepOrderByRelevanceFieldEnum)[keyof typeof DocumentationPlanStepOrderByRelevanceFieldEnum];
|
|
1347
1397
|
export declare const PaymentPlanOrderByRelevanceFieldEnum: {
|
|
1348
1398
|
readonly id: "id";
|
|
1349
1399
|
readonly tenantId: "tenantId";
|
|
@@ -1369,6 +1419,7 @@ export declare const PropertyPaymentMethodPhaseOrderByRelevanceFieldEnum: {
|
|
|
1369
1419
|
readonly tenantId: "tenantId";
|
|
1370
1420
|
readonly paymentMethodId: "paymentMethodId";
|
|
1371
1421
|
readonly paymentPlanId: "paymentPlanId";
|
|
1422
|
+
readonly documentationPlanId: "documentationPlanId";
|
|
1372
1423
|
readonly name: "name";
|
|
1373
1424
|
readonly description: "description";
|
|
1374
1425
|
};
|
|
@@ -1466,6 +1517,7 @@ export declare const DocumentationPhaseOrderByRelevanceFieldEnum: {
|
|
|
1466
1517
|
readonly id: "id";
|
|
1467
1518
|
readonly tenantId: "tenantId";
|
|
1468
1519
|
readonly phaseId: "phaseId";
|
|
1520
|
+
readonly documentationPlanId: "documentationPlanId";
|
|
1469
1521
|
readonly currentStepId: "currentStepId";
|
|
1470
1522
|
};
|
|
1471
1523
|
export type DocumentationPhaseOrderByRelevanceFieldEnum = (typeof DocumentationPhaseOrderByRelevanceFieldEnum)[keyof typeof DocumentationPhaseOrderByRelevanceFieldEnum];
|
|
@@ -1668,6 +1720,7 @@ export declare const EventHandlerExecutionOrderByRelevanceFieldEnum: {
|
|
|
1668
1720
|
export type EventHandlerExecutionOrderByRelevanceFieldEnum = (typeof EventHandlerExecutionOrderByRelevanceFieldEnum)[keyof typeof EventHandlerExecutionOrderByRelevanceFieldEnum];
|
|
1669
1721
|
export declare const DomainEventOrderByRelevanceFieldEnum: {
|
|
1670
1722
|
readonly id: "id";
|
|
1723
|
+
readonly tenantId: "tenantId";
|
|
1671
1724
|
readonly eventType: "eventType";
|
|
1672
1725
|
readonly aggregateType: "aggregateType";
|
|
1673
1726
|
readonly aggregateId: "aggregateId";
|