|
527 | 527 | },
|
528 | 528 | "/plugins/{team_name}/{plugin_kind}/{plugin_name}/upcoming-price-changes": {
|
529 | 529 | "get": {
|
530 |
| - "description": "List upcoming price changes for a given plugin. If the plugin has no upcoming price changes, an empty list is returned. At most one upcoming price change is returned.", |
| 530 | + "deprecated": true, |
| 531 | + "description": "DEPRECATED. Plugin prices are now managed by category. This endpoint will be removed in the near future and currently returns only empty data.", |
531 | 532 | "operationId": "ListPluginUpcomingPriceChanges",
|
532 | 533 | "parameters": [
|
533 | 534 | {
|
|
584 | 585 | ]
|
585 | 586 | },
|
586 | 587 | "post": {
|
587 |
| - "description": "Create an upcoming plugin price change. If the plugin has no upcoming price change, a new one is created. If the plugin already has an upcoming price change, this call will fail. (Delete pending price changes with the appropriate delete call.) The effective date of the price change must be at least 8 days in the future.", |
| 588 | + "deprecated": true, |
| 589 | + "description": "DEPRECATED. Plugin prices are now managed by category. This endpoint will be removed in the near future and currently returns only empty data.", |
588 | 590 | "operationId": "CreatePluginUpcomingPriceChange",
|
589 | 591 | "parameters": [
|
590 | 592 | {
|
|
638 | 640 | ]
|
639 | 641 | },
|
640 | 642 | "delete": {
|
641 |
| - "description": "Delete all pending plugin price changes.", |
| 643 | + "deprecated": true, |
| 644 | + "description": "DEPRECATED. Plugin prices are now managed by category. This endpoint will be removed in the near future and currently returns only empty data.", |
642 | 645 | "operationId": "DeletePluginUpcomingPriceChanges",
|
643 | 646 | "parameters": [
|
644 | 647 | {
|
|
6303 | 6306 | ]
|
6304 | 6307 | },
|
6305 | 6308 | "PluginTier": {
|
6306 |
| - "description": "Supported tiers for plugins", |
| 6309 | + "description": "Supported tiers for plugins.\n - free: Free tier, with no paid tables.\n - paid: Paid tier. These plugins may have paid tables, but can also have free tables. They require login to access.\n - open-core: This option is deprecated, please use either free or paid.\n", |
6307 | 6310 | "type": "string",
|
6308 | 6311 | "enum": [
|
6309 | 6312 | "free",
|
|
6380 | 6383 | "type": "boolean"
|
6381 | 6384 | },
|
6382 | 6385 | "usd_per_row": {
|
| 6386 | + "deprecated": true, |
6383 | 6387 | "type": "string",
|
6384 | 6388 | "pattern": "^\\d+(?:\\.\\d{1,10})?$",
|
6385 |
| - "description": "The price per row in USD. This is used to calculate the price of a sync.", |
| 6389 | + "description": "Deprecated. Refer to `price_category` instead.", |
6386 | 6390 | "example": "0.0001",
|
6387 | 6391 | "x-go-name": "USDPerRow"
|
6388 | 6392 | },
|
6389 | 6393 | "free_rows_per_month": {
|
| 6394 | + "deprecated": true, |
6390 | 6395 | "type": "integer",
|
6391 | 6396 | "format": "int64",
|
6392 |
| - "description": "The number of rows that can be synced for free each month.", |
| 6397 | + "description": "Deprecated. Refer to `price_category` instead.", |
6393 | 6398 | "example": 1000
|
6394 | 6399 | },
|
6395 | 6400 | "minimum_cloud_version": {
|
|
6516 | 6521 | "example": "https://images.cloudquery.io/logos/aws.png"
|
6517 | 6522 | },
|
6518 | 6523 | "usd_per_row": {
|
| 6524 | + "deprecated": true, |
6519 | 6525 | "type": "string",
|
6520 | 6526 | "pattern": "^\\d+(?:\\.\\d{1,10})?$",
|
6521 |
| - "description": "The price per row in USD. This is used to calculate the price of a sync.", |
| 6527 | + "description": "Deprecated. Use `price_category` instead.", |
6522 | 6528 | "example": "0.00001",
|
6523 | 6529 | "x-go-name": "USDPerRow"
|
6524 | 6530 | },
|
6525 | 6531 | "free_rows_per_month": {
|
| 6532 | + "deprecated": true, |
6526 | 6533 | "type": "integer",
|
6527 | 6534 | "format": "int64",
|
6528 |
| - "description": "The number of rows that can be synced for free each month.", |
| 6535 | + "description": "Deprecated. Use `price_category` instead.", |
6529 | 6536 | "example": 10000
|
6530 | 6537 | }
|
6531 | 6538 | }
|
|
6586 | 6593 | "$ref": "#/components/schemas/PluginReleaseStageUpdate"
|
6587 | 6594 | },
|
6588 | 6595 | "usd_per_row": {
|
| 6596 | + "deprecated": true, |
6589 | 6597 | "type": "string",
|
6590 | 6598 | "pattern": "^\\d+(?:\\.\\d{1,10})?$",
|
6591 |
| - "description": "The price per row in USD. This is used to calculate the price of a sync.", |
| 6599 | + "description": "Deprecated. Update `price_category` instead.", |
6592 | 6600 | "example": "0.0001",
|
6593 | 6601 | "x-go-name": "USDPerRow"
|
6594 | 6602 | },
|
6595 | 6603 | "free_rows_per_month": {
|
| 6604 | + "deprecated": true, |
6596 | 6605 | "type": "integer",
|
6597 | 6606 | "format": "int64",
|
6598 |
| - "description": "The number of rows that can be synced for free each month.", |
| 6607 | + "description": "Deprecated. Update `price_category` instead.", |
6599 | 6608 | "example": 1000
|
6600 | 6609 | }
|
6601 | 6610 | }
|
|
0 commit comments