diff options
| author | pablof7z <p@f7z.io> | 2023-07-25 17:20:24 +0300 |
|---|---|---|
| committer | pablof7z <p@f7z.io> | 2023-07-25 17:26:09 +0300 |
| commit | 948ee24775fe89e779efe7680ca6a27dc5a6207f (patch) | |
| tree | ae6e0d7d7e25d65c919c16229bf267730fc346b1 | |
| parent | 723103506030749fc2bba9d5b4ddaf607dd24da3 (diff) | |
rename file
| -rw-r--r-- | 90.md (renamed from vending-machine.md) | 1 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/vending-machine.md b/90.md index c41ccce..99f313d 100644 --- a/vending-machine.md +++ b/90.md | |||
| @@ -417,7 +417,6 @@ that would interest pubkey `pubkey1`. | |||
| 417 | | `processing` | Service Provider is processing the job. | | 417 | | `processing` | Service Provider is processing the job. | |
| 418 | | `error` | Service Provider was unable to process the job. | | 418 | | `error` | Service Provider was unable to process the job. | |
| 419 | | `success` | Service Provider successfully processed the job. | | 419 | | `success` | Service Provider successfully processed the job. | |
| 420 | | `failure` | Service Provider failed to process the job. | | ||
| 421 | | `partial` | Service Provider partially processed the job. The `.content` might include a sample of the partial results. | | 420 | | `partial` | Service Provider partially processed the job. The `.content` might include a sample of the partial results. | |
| 422 | 421 | ||
| 423 | Any job feedback event MIGHT include results in the `.content` field, as described in the [Job Result](#job-result) section. This is useful for service providers to provide a sample of the results that have been processed so far. | 422 | Any job feedback event MIGHT include results in the `.content` field, as described in the [Job Result](#job-result) section. This is useful for service providers to provide a sample of the results that have been processed so far. |
| @@ -64,6 +64,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 64 | - [NIP-65: Relay List Metadata](65.md) | 64 | - [NIP-65: Relay List Metadata](65.md) |
| 65 | - [NIP-78: Application-specific data](78.md) | 65 | - [NIP-78: Application-specific data](78.md) |
| 66 | - [NIP-89: Recommended Application Handlers](89.md) | 66 | - [NIP-89: Recommended Application Handlers](89.md) |
| 67 | - [NIP-90: Data Vending Machines](90.md) | ||
| 67 | - [NIP-94: File Metadata](94.md) | 68 | - [NIP-94: File Metadata](94.md) |
| 68 | - [NIP-98: HTTP Auth](98.md) | 69 | - [NIP-98: HTTP Auth](98.md) |
| 69 | 70 | ||
| @@ -110,6 +111,8 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 110 | | `30078` | Application-specific Data | [78](78.md) | | 111 | | `30078` | Application-specific Data | [78](78.md) | |
| 111 | | `31989` | Handler recommendation | [89](89.md) | | 112 | | `31989` | Handler recommendation | [89](89.md) | |
| 112 | | `31990` | Handler information | [89](89.md) | | 113 | | `31990` | Handler information | [89](89.md) | |
| 114 | | `65000` | Job Feedback | [90](90.md) | | ||
| 115 | | `65001` | Job Result | [90](90.md) | | ||
| 113 | 116 | ||
| 114 | ### Event Kind Ranges | 117 | ### Event Kind Ranges |
| 115 | 118 | ||
| @@ -119,6 +122,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 119 | | `10000`--`19999` | Replaceable Events | [16](16.md) | | 122 | | `10000`--`19999` | Replaceable Events | [16](16.md) | |
| 120 | | `20000`--`29999` | Ephemeral Events | [16](16.md) | | 123 | | `20000`--`29999` | Ephemeral Events | [16](16.md) | |
| 121 | | `30000`--`39999` | Parameterized Replaceable Events | [33](33.md) | | 124 | | `30000`--`39999` | Parameterized Replaceable Events | [33](33.md) | |
| 125 | | `65002`--`66000` | Job Requests | [90](90.md) | | ||
| 122 | 126 | ||
| 123 | ## Message types | 127 | ## Message types |
| 124 | 128 | ||