Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: "pnpm"

- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update CI to rely on updated lockfile after patching updated version of etsy-ts sdk


- name: Check formatting
run: pnpm run format:check
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"cmdk": "^1.1.1",
"cookies-next": "^6.0.0",
"date-fns": "^4.1.0",
"etsy-ts": "^4.2.0",
"etsy-ts": "4.2.0",
"discord-api-types": "^0.38.17",
"exa-js": "^1.8.8",
"fast-deep-equal": "^3.1.3",
Expand Down Expand Up @@ -140,6 +140,9 @@
"typescript": "^5.8.2",
"typescript-eslint": "^8.27.0"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
},
"ct3aMetadata": {
"initVersion": "7.39.3"
},
Expand Down
13 changes: 13 additions & 0 deletions patches/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/dist/api/data-contracts.d.ts b/dist/api/data-contracts.d.ts
index 5e8b06b081a84e93153e2e325ed76d53669fb033..675b39b3240104358379d1ef7ddc1d46bc1a3384 100644
--- a/dist/api/data-contracts.d.ts
+++ b/dist/api/data-contracts.d.ts
@@ -2082,7 +2082,7 @@ export interface ICreateDraftListingPayload {
/** An enumerated string indicating who made the product. Helps buyers locate the listing under the Handmade heading. Requires 'is_supply' and 'when_made'. */
who_made: "i_did" | "someone_else" | "collective";
/** An enumerated string for the era in which the maker made the product in this listing. Helps buyers locate the listing under the Vintage heading. Requires 'is_supply' and 'who_made'. */
- when_made: "made_to_order" | "2020_2023" | "2010_2019" | "2004_2009" | "before_2004" | "2000_2003" | "1990s" | "1980s" | "1970s" | "1960s" | "1950s" | "1940s" | "1930s" | "1920s" | "1910s" | "1900s" | "1800s" | "1700s" | "before_1700";
+ when_made: "made_to_order" | "2020_2025" | "2010_2019" | "2006_2009" | "before_2006" | "2000_2005" | "1990s" | "1980s" | "1970s" | "1960s" | "1950s" | "1940s" | "1930s" | "1920s" | "1910s" | "1900s" | "1800s" | "1700s" | "before_1700";
/**
* The numerical taxonomy ID of the listing. See [SellerTaxonomy](/documentation/reference#tag/SellerTaxonomy) and [BuyerTaxonomy](/documentation/reference#tag/BuyerTaxonomy) for more information.
* @min 1
Loading
Loading