@alpic-ai/api 1.167.0 → 1.168.0

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 (2) hide show
  1. package/dist/index.mjs +0 -6
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1398,12 +1398,6 @@ const chatgptSubmissionSchemaInternal = submissionMetaFieldsSchema.extend({
1398
1398
  });
1399
1399
  z.discriminatedUnion("platform", [claudeSubmissionSchemaInternal, chatgptSubmissionSchemaInternal]);
1400
1400
  z.union([claudeSubmissionDraftSchema, chatgptSubmissionDraftSchema]);
1401
- ({
1402
- free: 1e4,
1403
- pro: 2e5,
1404
- business: 2e6,
1405
- enterprise: null
1406
- }).free;
1407
1401
  z.literal([
1408
1402
  100,
1409
1403
  75,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alpic-ai/api",
3
- "version": "1.167.0",
3
+ "version": "1.168.0",
4
4
  "description": "Contract for the Alpic API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",