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.
Files changed (45) hide show
  1. package/Account.cjs +4 -12
  2. package/Alert.cjs +11 -33
  3. package/Allocation.cjs +11 -33
  4. package/AlpacaAccount.cjs +8 -24
  5. package/Authenticator.cjs +8 -24
  6. package/Customer.cjs +8 -24
  7. package/Session.cjs +8 -24
  8. package/User.cjs +5 -15
  9. package/esm/Account.d.ts.map +1 -1
  10. package/esm/Account.js.map +1 -1
  11. package/esm/Account.mjs +4 -12
  12. package/esm/Alert.d.ts.map +1 -1
  13. package/esm/Alert.js.map +1 -1
  14. package/esm/Alert.mjs +11 -33
  15. package/esm/Allocation.d.ts.map +1 -1
  16. package/esm/Allocation.js.map +1 -1
  17. package/esm/Allocation.mjs +11 -33
  18. package/esm/AlpacaAccount.d.ts.map +1 -1
  19. package/esm/AlpacaAccount.js.map +1 -1
  20. package/esm/AlpacaAccount.mjs +8 -24
  21. package/esm/Authenticator.d.ts.map +1 -1
  22. package/esm/Authenticator.js.map +1 -1
  23. package/esm/Authenticator.mjs +8 -24
  24. package/esm/Customer.d.ts.map +1 -1
  25. package/esm/Customer.js.map +1 -1
  26. package/esm/Customer.mjs +8 -24
  27. package/esm/Session.d.ts.map +1 -1
  28. package/esm/Session.js.map +1 -1
  29. package/esm/Session.mjs +8 -24
  30. package/esm/User.d.ts.map +1 -1
  31. package/esm/User.js.map +1 -1
  32. package/esm/User.mjs +5 -15
  33. package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
  34. package/esm/generated/typegraphql-prisma/enhance.mjs +1 -1
  35. package/esm/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.d.ts +1 -1
  36. package/esm/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.d.ts.map +1 -1
  37. package/esm/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.js.map +1 -1
  38. package/esm/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.mjs +7 -7
  39. package/generated/typegraphql-prisma/enhance.cjs +1 -1
  40. package/generated/typegraphql-prisma/enhance.js.map +1 -1
  41. package/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.cjs +6 -6
  42. package/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.d.ts +1 -1
  43. package/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.d.ts.map +1 -1
  44. package/generated/typegraphql-prisma/resolvers/inputs/AccountWhereUniqueInput.js.map +1 -1
  45. package/package.json +1 -1
@@ -214,12 +214,10 @@ export const Allocation = {
214
214
  : { connectOrCreate: props.alpacaAccount.user.accounts.map((item) => ({
215
215
  where: {
216
216
  id: item.id !== undefined ? item.id : undefined,
217
+ providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
217
218
  userId: item.userId !== undefined ? {
218
219
  equals: item.userId
219
220
  } : undefined,
220
- providerAccountId: item.providerAccountId !== undefined ? {
221
- equals: item.providerAccountId
222
- } : undefined,
223
221
  },
224
222
  create: {
225
223
  type: item.type !== undefined ? item.type : undefined,
@@ -680,12 +678,10 @@ export const Allocation = {
680
678
  } : { upsert: props.alpacaAccount.user.accounts.map((item) => ({
681
679
  where: {
682
680
  id: item.id !== undefined ? item.id : undefined,
681
+ providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
683
682
  userId: item.userId !== undefined ? {
684
683
  equals: item.userId
685
684
  } : undefined,
686
- providerAccountId: item.providerAccountId !== undefined ? {
687
- equals: item.providerAccountId
688
- } : undefined,
689
685
  },
690
686
  update: {
691
687
  id: item.id !== undefined ? {
@@ -852,12 +848,10 @@ export const Allocation = {
852
848
  : { connectOrCreate: props.alpacaAccount.user.accounts.map((item) => ({
853
849
  where: {
854
850
  id: item.id !== undefined ? item.id : undefined,
851
+ providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
855
852
  userId: item.userId !== undefined ? {
856
853
  equals: item.userId
857
854
  } : undefined,
858
- providerAccountId: item.providerAccountId !== undefined ? {
859
- equals: item.providerAccountId
860
- } : undefined,
861
855
  },
862
856
  create: {
863
857
  type: item.type !== undefined ? item.type : undefined,
@@ -1041,12 +1035,10 @@ export const Allocation = {
1041
1035
  : { connectOrCreate: props.alpacaAccount.user.accounts.map((item) => ({
1042
1036
  where: {
1043
1037
  id: item.id !== undefined ? item.id : undefined,
1038
+ providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
1044
1039
  userId: item.userId !== undefined ? {
1045
1040
  equals: item.userId
1046
1041
  } : undefined,
1047
- providerAccountId: item.providerAccountId !== undefined ? {
1048
- equals: item.providerAccountId
1049
- } : undefined,
1050
1042
  },
1051
1043
  create: {
1052
1044
  type: item.type !== undefined ? item.type : undefined,
@@ -1310,12 +1302,10 @@ export const Allocation = {
1310
1302
  : { connectOrCreate: props.alpacaAccount.user.accounts.map((item) => ({
1311
1303
  where: {
1312
1304
  id: item.id !== undefined ? item.id : undefined,
1305
+ providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
1313
1306
  userId: item.userId !== undefined ? {
1314
1307
  equals: item.userId
1315
1308
  } : undefined,
1316
- providerAccountId: item.providerAccountId !== undefined ? {
1317
- equals: item.providerAccountId
1318
- } : undefined,
1319
1309
  },
1320
1310
  create: {
1321
1311
  type: item.type !== undefined ? item.type : undefined,
@@ -1619,12 +1609,10 @@ export const Allocation = {
1619
1609
  } : { upsert: props.alpacaAccount.user.accounts.map((item) => ({
1620
1610
  where: {
1621
1611
  id: item.id !== undefined ? item.id : undefined,
1612
+ providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
1622
1613
  userId: item.userId !== undefined ? {
1623
1614
  equals: item.userId
1624
1615
  } : undefined,
1625
- providerAccountId: item.providerAccountId !== undefined ? {
1626
- equals: item.providerAccountId
1627
- } : undefined,
1628
1616
  },
1629
1617
  update: {
1630
1618
  id: item.id !== undefined ? {
@@ -1791,12 +1779,10 @@ export const Allocation = {
1791
1779
  : { connectOrCreate: props.alpacaAccount.user.accounts.map((item) => ({
1792
1780
  where: {
1793
1781
  id: item.id !== undefined ? item.id : undefined,
1782
+ providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
1794
1783
  userId: item.userId !== undefined ? {
1795
1784
  equals: item.userId
1796
1785
  } : undefined,
1797
- providerAccountId: item.providerAccountId !== undefined ? {
1798
- equals: item.providerAccountId
1799
- } : undefined,
1800
1786
  },
1801
1787
  create: {
1802
1788
  type: item.type !== undefined ? item.type : undefined,
@@ -1980,12 +1966,10 @@ export const Allocation = {
1980
1966
  : { connectOrCreate: props.alpacaAccount.user.accounts.map((item) => ({
1981
1967
  where: {
1982
1968
  id: item.id !== undefined ? item.id : undefined,
1969
+ providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
1983
1970
  userId: item.userId !== undefined ? {
1984
1971
  equals: item.userId
1985
1972
  } : undefined,
1986
- providerAccountId: item.providerAccountId !== undefined ? {
1987
- equals: item.providerAccountId
1988
- } : undefined,
1989
1973
  },
1990
1974
  create: {
1991
1975
  type: item.type !== undefined ? item.type : undefined,
@@ -2371,12 +2355,10 @@ export const Allocation = {
2371
2355
  } : { upsert: prop.alpacaAccount.user.accounts.map((item) => ({
2372
2356
  where: {
2373
2357
  id: item.id !== undefined ? item.id : undefined,
2358
+ providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
2374
2359
  userId: item.userId !== undefined ? {
2375
2360
  equals: item.userId
2376
2361
  } : undefined,
2377
- providerAccountId: item.providerAccountId !== undefined ? {
2378
- equals: item.providerAccountId
2379
- } : undefined,
2380
2362
  },
2381
2363
  update: {
2382
2364
  id: item.id !== undefined ? {
@@ -2543,12 +2525,10 @@ export const Allocation = {
2543
2525
  : { connectOrCreate: prop.alpacaAccount.user.accounts.map((item) => ({
2544
2526
  where: {
2545
2527
  id: item.id !== undefined ? item.id : undefined,
2528
+ providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
2546
2529
  userId: item.userId !== undefined ? {
2547
2530
  equals: item.userId
2548
2531
  } : undefined,
2549
- providerAccountId: item.providerAccountId !== undefined ? {
2550
- equals: item.providerAccountId
2551
- } : undefined,
2552
2532
  },
2553
2533
  create: {
2554
2534
  type: item.type !== undefined ? item.type : undefined,
@@ -2732,12 +2712,10 @@ export const Allocation = {
2732
2712
  : { connectOrCreate: prop.alpacaAccount.user.accounts.map((item) => ({
2733
2713
  where: {
2734
2714
  id: item.id !== undefined ? item.id : undefined,
2715
+ providerAccountId: item.providerAccountId !== undefined ? item.providerAccountId : undefined,
2735
2716
  userId: item.userId !== undefined ? {
2736
2717
  equals: item.userId
2737
2718
  } : undefined,
2738
- providerAccountId: item.providerAccountId !== undefined ? {
2739
- equals: item.providerAccountId
2740
- } : undefined,
2741
2719
  },
2742
2720
  create: {
2743
2721
  type: item.type !== undefined ? item.type : undefined,
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccount.d.ts","sourceRoot":"","sources":["../../src/AlpacaAccount.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,IAAI,iBAAiB,EAAE,MAAM,qDAAqD,CAAC;AACzG,OAAO,EAA4B,gBAAgB,EAAE,qBAAqB,EAAoB,MAAM,UAAU,CAAC;AA4E7G,eAAO,MAAM,aAAa;IAExB;;;;;OAKG;IAEH;;;;;;OAMG;kBACiB,iBAAiB,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,iBAAiB,CAAC;IA4Q5H;;;;;;OAMG;sBACqB,iBAAiB,EAAE,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAmGvI;;;;;;OAMG;kBACiB,iBAAiB,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,iBAAiB,CAAC;IA0kB1H;;;;;;OAMG;kBACiB,iBAAiB,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAmwB1H;;;;;;OAMG;sBACqB,iBAAiB,EAAE,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IA4kBvI;;;;;;OAMG;kBACiB,iBAAiB,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,iBAAiB,CAAC;IA2E1H;;;;;;;OAOG;eACc,iBAAiB,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,eAAe,GAAG,GAAG,OAAO,CAAC,iBAAiB,GAAG,IAAI,CAAC;IA6EhJ;;;;;OAKG;0BACyB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,iBAAiB,EAAE,GAAG,IAAI,CAAC;IAkEzG;;;;;;;OAOG;oBACmB,iBAAiB,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,eAAe,GAAG,GAAG,OAAO,CAAC,iBAAiB,EAAE,GAAG,IAAI,CAAC;CAmFxJ,CAAC"}
1
+ {"version":3,"file":"AlpacaAccount.d.ts","sourceRoot":"","sources":["../../src/AlpacaAccount.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,IAAI,iBAAiB,EAAE,MAAM,qDAAqD,CAAC;AACzG,OAAO,EAA4B,gBAAgB,EAAE,qBAAqB,EAAoB,MAAM,UAAU,CAAC;AA4E7G,eAAO,MAAM,aAAa;IAExB;;;;;OAKG;IAEH;;;;;;OAMG;kBACiB,iBAAiB,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,iBAAiB,CAAC;IA0Q5H;;;;;;OAMG;sBACqB,iBAAiB,EAAE,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAmGvI;;;;;;OAMG;kBACiB,iBAAiB,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAskB1H;;;;;;OAMG;kBACiB,iBAAiB,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,iBAAiB,CAAC;IA6vB1H;;;;;;OAMG;sBACqB,iBAAiB,EAAE,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAwkBvI;;;;;;OAMG;kBACiB,iBAAiB,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,iBAAiB,CAAC;IA2E1H;;;;;;;OAOG;eACc,iBAAiB,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,eAAe,GAAG,GAAG,OAAO,CAAC,iBAAiB,GAAG,IAAI,CAAC;IA6EhJ;;;;;OAKG;0BACyB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,iBAAiB,EAAE,GAAG,IAAI,CAAC;IAkEzG;;;;;;;OAOG;oBACmB,iBAAiB,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,eAAe,GAAG,GAAG,OAAO,CAAC,iBAAiB,EAAE,GAAG,IAAI,CAAC;CAmFxJ,CAAC"}