@adaptware/eagles-db 0.1.76 → 0.1.78
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/client/edge.js +5 -39
- package/client/index-browser.js +0 -34
- package/client/index.d.ts +13606 -17850
- package/client/index.js +5 -39
- package/client/libquery_engine-darwin.dylib.node +0 -0
- package/client/package.json +1 -1
- package/client/schema.prisma +0 -46
- package/client/wasm.js +0 -34
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -2
- package/prisma/schema/applications.prisma +8 -3
package/client/index-browser.js
CHANGED
|
@@ -289,22 +289,6 @@ exports.Prisma.AssignmentLibraryScalarFieldEnum = {
|
|
|
289
289
|
is_active: 'is_active'
|
|
290
290
|
};
|
|
291
291
|
|
|
292
|
-
exports.Prisma.AuthModuleScalarFieldEnum = {
|
|
293
|
-
id: 'id',
|
|
294
|
-
user_id: 'user_id',
|
|
295
|
-
provider: 'provider',
|
|
296
|
-
provider_account_id: 'provider_account_id',
|
|
297
|
-
access_token: 'access_token',
|
|
298
|
-
refresh_token: 'refresh_token',
|
|
299
|
-
id_token: 'id_token',
|
|
300
|
-
expires_at: 'expires_at',
|
|
301
|
-
token_type: 'token_type',
|
|
302
|
-
scope: 'scope',
|
|
303
|
-
is_active: 'is_active',
|
|
304
|
-
created_at: 'created_at',
|
|
305
|
-
updated_at: 'updated_at'
|
|
306
|
-
};
|
|
307
|
-
|
|
308
292
|
exports.Prisma.BudgetScalarFieldEnum = {
|
|
309
293
|
id: 'id',
|
|
310
294
|
job_type: 'job_type',
|
|
@@ -746,23 +730,12 @@ exports.Prisma.QuestionScalarFieldEnum = {
|
|
|
746
730
|
is_active: 'is_active'
|
|
747
731
|
};
|
|
748
732
|
|
|
749
|
-
exports.Prisma.RefreshTokenScalarFieldEnum = {
|
|
750
|
-
id: 'id',
|
|
751
|
-
user_id: 'user_id',
|
|
752
|
-
token: 'token',
|
|
753
|
-
is_active: 'is_active',
|
|
754
|
-
expires_at: 'expires_at',
|
|
755
|
-
created_at: 'created_at',
|
|
756
|
-
updated_at: 'updated_at'
|
|
757
|
-
};
|
|
758
|
-
|
|
759
733
|
exports.Prisma.ResumeScalarFieldEnum = {
|
|
760
734
|
id: 'id',
|
|
761
735
|
user_id: 'user_id',
|
|
762
736
|
organisation_id: 'organisation_id',
|
|
763
737
|
job_description_id: 'job_description_id',
|
|
764
738
|
uploaded_resume_path: 'uploaded_resume_path',
|
|
765
|
-
file_hash: 'file_hash',
|
|
766
739
|
summary: 'summary',
|
|
767
740
|
created_at: 'created_at',
|
|
768
741
|
updated_at: 'updated_at',
|
|
@@ -939,11 +912,6 @@ exports.AssignmentStatus = exports.$Enums.AssignmentStatus = {
|
|
|
939
912
|
CANCELLED: 'CANCELLED'
|
|
940
913
|
};
|
|
941
914
|
|
|
942
|
-
exports.AuthProvider = exports.$Enums.AuthProvider = {
|
|
943
|
-
GOOGLE: 'GOOGLE',
|
|
944
|
-
MICROSOFT: 'MICROSOFT'
|
|
945
|
-
};
|
|
946
|
-
|
|
947
915
|
exports.JobType = exports.$Enums.JobType = {
|
|
948
916
|
Full_time: 'Full_time',
|
|
949
917
|
Part_time: 'Part_time',
|
|
@@ -1134,7 +1102,6 @@ exports.Prisma.ModelName = {
|
|
|
1134
1102
|
AssessmentQuestion: 'AssessmentQuestion',
|
|
1135
1103
|
Assignment: 'Assignment',
|
|
1136
1104
|
AssignmentLibrary: 'AssignmentLibrary',
|
|
1137
|
-
AuthModule: 'AuthModule',
|
|
1138
1105
|
Budget: 'Budget',
|
|
1139
1106
|
Calendly: 'Calendly',
|
|
1140
1107
|
CandidateProfile: 'CandidateProfile',
|
|
@@ -1158,7 +1125,6 @@ exports.Prisma.ModelName = {
|
|
|
1158
1125
|
Permission: 'Permission',
|
|
1159
1126
|
AsyncOperation: 'AsyncOperation',
|
|
1160
1127
|
Question: 'Question',
|
|
1161
|
-
RefreshToken: 'RefreshToken',
|
|
1162
1128
|
Resume: 'Resume',
|
|
1163
1129
|
ResumeData: 'ResumeData',
|
|
1164
1130
|
Suggestion: 'Suggestion',
|