Skip to content

Commit fd8169f

Browse files
authored
Merge pull request #162 from topcoder-platform/dev
Prod - April release
2 parents edc65e4 + c31b6f4 commit fd8169f

48 files changed

Lines changed: 1587 additions & 132 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ workflows:
7575
only:
7676
- dev
7777
- engagements
78-
- PM-4165_allow-editing-credited-payments
78+
- PM-4789_payment-migrations
7979
- 'build-prod':
8080
context: org-global
8181
filters:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

22
/* !!! This is code generated by Prisma. Do not edit directly. !!!
33
/* eslint-disable */
4+
// biome-ignore-all lint: generated file
45
module.exports = { ...require('.') }
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

22
/* !!! This is code generated by Prisma. Do not edit directly. !!!
33
/* eslint-disable */
4+
// biome-ignore-all lint: generated file
45
module.exports = { ...require('#main-entry-point') }

packages/finance-prisma-client/edge.js

Lines changed: 17 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/finance-prisma-client/index-browser.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
/* !!! This is code generated by Prisma. Do not edit directly. !!!
33
/* eslint-disable */
4+
// biome-ignore-all lint: generated file
45

56
Object.defineProperty(exports, "__esModule", { value: true });
67

@@ -20,12 +21,12 @@ exports.Prisma = Prisma
2021
exports.$Enums = {}
2122

2223
/**
23-
* Prisma Client JS version: 6.18.0
24-
* Query Engine version: 34b5a692b7bd79939a9a2c3ef97d816e749cda2f
24+
* Prisma Client JS version: 6.19.2
25+
* Query Engine version: c2990dca591cba766e3b7ef5d9e8a84796e47ab7
2526
*/
2627
Prisma.prismaVersion = {
27-
client: "6.18.0",
28-
engine: "34b5a692b7bd79939a9a2c3ef97d816e749cda2f"
28+
client: "6.19.2",
29+
engine: "c2990dca591cba766e3b7ef5d9e8a84796e47ab7"
2930
}
3031

3132
Prisma.PrismaClientKnownRequestError = () => {
@@ -330,7 +331,6 @@ exports.tax_form_status = exports.$Enums.tax_form_status = {
330331
exports.winnings_type = exports.$Enums.winnings_type = {
331332
PAYMENT: 'PAYMENT',
332333
REWARD: 'REWARD',
333-
ENGAGEMENT: 'ENGAGEMENT',
334334
POINTS: 'POINTS'
335335
};
336336

@@ -405,6 +405,8 @@ exports.winnings_category = exports.$Enums.winnings_category = {
405405
PROJECT_COPILOT_PAYMENT: 'PROJECT_COPILOT_PAYMENT',
406406
PROJECT_DEPLOYMENT_TASK_PAYMENT: 'PROJECT_DEPLOYMENT_TASK_PAYMENT',
407407
PROJECT_ENHANCEMENTS_PAYMENT: 'PROJECT_ENHANCEMENTS_PAYMENT',
408+
TAAS_PAYMENT: 'TAAS_PAYMENT',
409+
TOPGEAR_PAYMENT: 'TOPGEAR_PAYMENT',
408410
TASK_PAYMENT: 'TASK_PAYMENT',
409411
TASK_REVIEW_PAYMENT: 'TASK_REVIEW_PAYMENT',
410412
TASK_COPILOT_PAYMENT: 'TASK_COPILOT_PAYMENT',

packages/finance-prisma-client/index.d.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ export const winnings_category: {
249249
PROJECT_COPILOT_PAYMENT: 'PROJECT_COPILOT_PAYMENT',
250250
PROJECT_DEPLOYMENT_TASK_PAYMENT: 'PROJECT_DEPLOYMENT_TASK_PAYMENT',
251251
PROJECT_ENHANCEMENTS_PAYMENT: 'PROJECT_ENHANCEMENTS_PAYMENT',
252+
TAAS_PAYMENT: 'TAAS_PAYMENT',
253+
TOPGEAR_PAYMENT: 'TOPGEAR_PAYMENT',
252254
TASK_PAYMENT: 'TASK_PAYMENT',
253255
TASK_REVIEW_PAYMENT: 'TASK_REVIEW_PAYMENT',
254256
TASK_COPILOT_PAYMENT: 'TASK_COPILOT_PAYMENT',
@@ -261,7 +263,6 @@ export type winnings_category = (typeof winnings_category)[keyof typeof winnings
261263
export const winnings_type: {
262264
PAYMENT: 'PAYMENT',
263265
REWARD: 'REWARD',
264-
ENGAGEMENT: 'ENGAGEMENT',
265266
POINTS: 'POINTS'
266267
};
267268

@@ -634,8 +635,8 @@ export namespace Prisma {
634635
export import Exact = $Public.Exact
635636

636637
/**
637-
* Prisma Client JS version: 6.18.0
638-
* Query Engine version: 34b5a692b7bd79939a9a2c3ef97d816e749cda2f
638+
* Prisma Client JS version: 6.19.2
639+
* Query Engine version: c2990dca591cba766e3b7ef5d9e8a84796e47ab7
639640
*/
640641
export type PrismaVersion = {
641642
client: string

packages/finance-prisma-client/index.js

Lines changed: 19 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

packages/finance-prisma-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "prisma-client-e17c36f18681bf015999b8d76d0baf8e6478dbd38d1ad849f2eb1d7e04dc23e9",
2+
"name": "prisma-client-8e6584db420344c104dfb4ed4bc1d325cd5765efdf218c5bc263260e360dc646",
33
"main": "index.js",
44
"types": "index.d.ts",
55
"browser": "default.js",
@@ -151,7 +151,7 @@
151151
},
152152
"./*": "./*"
153153
},
154-
"version": "6.18.0",
154+
"version": "6.19.2",
155155
"sideEffects": false,
156156
"imports": {
157157
"#wasm-engine-loader": {

0 commit comments

Comments
 (0)