adaptic-backend 1.0.341 → 1.0.343
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/Account.cjs +4 -12
- package/Alert.cjs +11 -33
- package/Allocation.cjs +11 -33
- package/AlpacaAccount.cjs +8 -24
- package/Authenticator.cjs +8 -24
- package/Customer.cjs +8 -24
- package/Session.cjs +8 -24
- package/User.cjs +5 -15
- package/esm/Account.d.ts.map +1 -1
- package/esm/Account.js.map +1 -1
- package/esm/Account.mjs +4 -12
- package/esm/Alert.d.ts.map +1 -1
- package/esm/Alert.js.map +1 -1
- package/esm/Alert.mjs +11 -33
- package/esm/Allocation.d.ts.map +1 -1
- package/esm/Allocation.js.map +1 -1
- package/esm/Allocation.mjs +11 -33
- package/esm/AlpacaAccount.d.ts.map +1 -1
- package/esm/AlpacaAccount.js.map +1 -1
- package/esm/AlpacaAccount.mjs +8 -24
- package/esm/Authenticator.d.ts.map +1 -1
- package/esm/Authenticator.js.map +1 -1
- package/esm/Authenticator.mjs +8 -24
- package/esm/Customer.d.ts.map +1 -1
- package/esm/Customer.js.map +1 -1
- package/esm/Customer.mjs +8 -24
- package/esm/Session.d.ts.map +1 -1
- package/esm/Session.js.map +1 -1
- package/esm/Session.mjs +8 -24
- package/esm/User.d.ts.map +1 -1
- package/esm/User.js.map +1 -1
- package/esm/User.mjs +5 -15
- package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enhance.mjs +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.mjs +7 -7
- package/generated/typegraphql-prisma/enhance.cjs +1 -1
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.cjs +6 -6
- package/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.js.map +1 -1
- package/package.json +1 -1
package/esm/Customer.mjs
CHANGED
@@ -196,12 +196,10 @@ export const Customer = {
|
|
196
196
|
: { connectOrCreate: item.accounts.map((item) => ({
|
197
197
|
where: {
|
198
198
|
id: item.id !== undefined ? item.id : undefined,
|
199
|
+
providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
|
199
200
|
userId: item.userId !== undefined ? {
|
200
201
|
equals: item.userId
|
201
202
|
} : undefined,
|
202
|
-
providerAccountId: item.providerAccountId !== undefined ? {
|
203
|
-
equals: item.providerAccountId
|
204
|
-
} : undefined,
|
205
203
|
},
|
206
204
|
create: {
|
207
205
|
type: item.type !== undefined ? item.type : undefined,
|
@@ -589,12 +587,10 @@ export const Customer = {
|
|
589
587
|
} : { upsert: item.accounts.map((item) => ({
|
590
588
|
where: {
|
591
589
|
id: item.id !== undefined ? item.id : undefined,
|
590
|
+
providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
|
592
591
|
userId: item.userId !== undefined ? {
|
593
592
|
equals: item.userId
|
594
593
|
} : undefined,
|
595
|
-
providerAccountId: item.providerAccountId !== undefined ? {
|
596
|
-
equals: item.providerAccountId
|
597
|
-
} : undefined,
|
598
594
|
},
|
599
595
|
update: {
|
600
596
|
id: item.id !== undefined ? {
|
@@ -947,12 +943,10 @@ export const Customer = {
|
|
947
943
|
: { connectOrCreate: item.accounts.map((item) => ({
|
948
944
|
where: {
|
949
945
|
id: item.id !== undefined ? item.id : undefined,
|
946
|
+
providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
|
950
947
|
userId: item.userId !== undefined ? {
|
951
948
|
equals: item.userId
|
952
949
|
} : undefined,
|
953
|
-
providerAccountId: item.providerAccountId !== undefined ? {
|
954
|
-
equals: item.providerAccountId
|
955
|
-
} : undefined,
|
956
950
|
},
|
957
951
|
create: {
|
958
952
|
type: item.type !== undefined ? item.type : undefined,
|
@@ -1216,12 +1210,10 @@ export const Customer = {
|
|
1216
1210
|
: { connectOrCreate: item.accounts.map((item) => ({
|
1217
1211
|
where: {
|
1218
1212
|
id: item.id !== undefined ? item.id : undefined,
|
1213
|
+
providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
|
1219
1214
|
userId: item.userId !== undefined ? {
|
1220
1215
|
equals: item.userId
|
1221
1216
|
} : undefined,
|
1222
|
-
providerAccountId: item.providerAccountId !== undefined ? {
|
1223
|
-
equals: item.providerAccountId
|
1224
|
-
} : undefined,
|
1225
1217
|
},
|
1226
1218
|
create: {
|
1227
1219
|
type: item.type !== undefined ? item.type : undefined,
|
@@ -1442,12 +1434,10 @@ export const Customer = {
|
|
1442
1434
|
} : { upsert: item.accounts.map((item) => ({
|
1443
1435
|
where: {
|
1444
1436
|
id: item.id !== undefined ? item.id : undefined,
|
1437
|
+
providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
|
1445
1438
|
userId: item.userId !== undefined ? {
|
1446
1439
|
equals: item.userId
|
1447
1440
|
} : undefined,
|
1448
|
-
providerAccountId: item.providerAccountId !== undefined ? {
|
1449
|
-
equals: item.providerAccountId
|
1450
|
-
} : undefined,
|
1451
1441
|
},
|
1452
1442
|
update: {
|
1453
1443
|
id: item.id !== undefined ? {
|
@@ -1800,12 +1790,10 @@ export const Customer = {
|
|
1800
1790
|
: { connectOrCreate: item.accounts.map((item) => ({
|
1801
1791
|
where: {
|
1802
1792
|
id: item.id !== undefined ? item.id : undefined,
|
1793
|
+
providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
|
1803
1794
|
userId: item.userId !== undefined ? {
|
1804
1795
|
equals: item.userId
|
1805
1796
|
} : undefined,
|
1806
|
-
providerAccountId: item.providerAccountId !== undefined ? {
|
1807
|
-
equals: item.providerAccountId
|
1808
|
-
} : undefined,
|
1809
1797
|
},
|
1810
1798
|
create: {
|
1811
1799
|
type: item.type !== undefined ? item.type : undefined,
|
@@ -2115,12 +2103,10 @@ export const Customer = {
|
|
2115
2103
|
} : { upsert: item.accounts.map((item) => ({
|
2116
2104
|
where: {
|
2117
2105
|
id: item.id !== undefined ? item.id : undefined,
|
2106
|
+
providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
|
2118
2107
|
userId: item.userId !== undefined ? {
|
2119
2108
|
equals: item.userId
|
2120
2109
|
} : undefined,
|
2121
|
-
providerAccountId: item.providerAccountId !== undefined ? {
|
2122
|
-
equals: item.providerAccountId
|
2123
|
-
} : undefined,
|
2124
2110
|
},
|
2125
2111
|
update: {
|
2126
2112
|
id: item.id !== undefined ? {
|
@@ -2473,12 +2459,10 @@ export const Customer = {
|
|
2473
2459
|
: { connectOrCreate: item.accounts.map((item) => ({
|
2474
2460
|
where: {
|
2475
2461
|
id: item.id !== undefined ? item.id : undefined,
|
2462
|
+
providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
|
2476
2463
|
userId: item.userId !== undefined ? {
|
2477
2464
|
equals: item.userId
|
2478
2465
|
} : undefined,
|
2479
|
-
providerAccountId: item.providerAccountId !== undefined ? {
|
2480
|
-
equals: item.providerAccountId
|
2481
|
-
} : undefined,
|
2482
2466
|
},
|
2483
2467
|
create: {
|
2484
2468
|
type: item.type !== undefined ? item.type : undefined,
|
package/esm/Session.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Session.d.ts","sourceRoot":"","sources":["../../src/Session.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,+CAA+C,CAAC;AACvF,OAAO,EAA4B,gBAAgB,EAAE,qBAAqB,EAAoB,MAAM,UAAU,CAAC;AA2E7G,eAAO,MAAM,OAAO;IAElB;;;;;OAKG;IAEH;;;;;;OAMG;kBACiB,WAAW,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,WAAW,CAAC;
|
1
|
+
{"version":3,"file":"Session.d.ts","sourceRoot":"","sources":["../../src/Session.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,+CAA+C,CAAC;AACvF,OAAO,EAA4B,gBAAgB,EAAE,qBAAqB,EAAoB,MAAM,UAAU,CAAC;AA2E7G,eAAO,MAAM,OAAO;IAElB;;;;;OAKG;IAEH;;;;;;OAMG;kBACiB,WAAW,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,WAAW,CAAC;IA0QhH;;;;;;OAMG;sBACqB,WAAW,EAAE,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IA6EjI;;;;;;OAMG;kBACiB,WAAW,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,WAAW,CAAC;IA8rB9G;;;;;;OAMG;kBACiB,WAAW,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,WAAW,CAAC;IAq3B9G;;;;;;OAMG;sBACqB,WAAW,EAAE,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAgsBjI;;;;;;OAMG;kBACiB,WAAW,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,WAAW,CAAC;IA2E9G;;;;;;;OAOG;eACc,WAAW,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,eAAe,GAAG,GAAG,OAAO,CAAC,WAAW,GAAG,IAAI,CAAC;IA6EpI;;;;;OAKG;0BACyB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,WAAW,EAAE,GAAG,IAAI,CAAC;IAkEnG;;;;;;;OAOG;oBACmB,WAAW,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,eAAe,GAAG,GAAG,OAAO,CAAC,WAAW,EAAE,GAAG,IAAI,CAAC;CAmF5I,CAAC"}
|