valentina-python-client 1.0.1__tar.gz → 1.0.2__tar.gz

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 (46) hide show
  1. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/PKG-INFO +1 -1
  2. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/pyproject.toml +1 -1
  3. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/campaign_book_chapters.py +0 -4
  4. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/campaign_books.py +0 -4
  5. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/campaigns.py +0 -4
  6. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/character_traits.py +0 -1
  7. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/characters.py +0 -6
  8. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/companies.py +0 -2
  9. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/developers.py +0 -1
  10. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/dicerolls.py +0 -1
  11. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/dictionary.py +0 -2
  12. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/global_admin.py +0 -2
  13. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/users.py +0 -6
  14. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/LICENSE +0 -0
  15. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/README.md +0 -0
  16. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/__init__.py +0 -0
  17. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/client.py +0 -0
  18. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/config.py +0 -0
  19. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/constants.py +0 -0
  20. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/endpoints.py +0 -0
  21. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/exceptions.py +0 -0
  22. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/__init__.py +0 -0
  23. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/books.py +0 -0
  24. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/campaigns.py +0 -0
  25. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/chapters.py +0 -0
  26. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/character_autogen.py +0 -0
  27. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/character_blueprint.py +0 -0
  28. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/character_trait.py +0 -0
  29. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/characters.py +0 -0
  30. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/companies.py +0 -0
  31. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/developers.py +0 -0
  32. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/diceroll.py +0 -0
  33. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/dictionary.py +0 -0
  34. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/global_admin.py +0 -0
  35. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/pagination.py +0 -0
  36. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/shared.py +0 -0
  37. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/system.py +0 -0
  38. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/models/users.py +0 -0
  39. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/py.typed +0 -0
  40. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/registry.py +0 -0
  41. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/__init__.py +0 -0
  42. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/base.py +0 -0
  43. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/character_autogen.py +0 -0
  44. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/character_blueprint.py +0 -0
  45. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/options.py +0 -0
  46. {valentina_python_client-1.0.1 → valentina_python_client-1.0.2}/src/vclient/services/system.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: valentina-python-client
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Async Python client library for the Valentina Noir API
5
5
  Author: Nate Landau
6
6
  Author-email: Nate Landau <github@natenate.org>
@@ -10,7 +10,7 @@
10
10
  name = "valentina-python-client"
11
11
  readme = "README.md"
12
12
  requires-python = ">=3.13"
13
- version = "1.0.1"
13
+ version = "1.0.2"
14
14
 
15
15
  [project.urls]
16
16
  Homepage = "https://docs.valentina-noir.com/python-api-client/"
@@ -89,7 +89,6 @@ class ChaptersService(BaseService):
89
89
  async def create(
90
90
  self,
91
91
  request: ChapterCreate | None = None,
92
- /,
93
92
  **kwargs,
94
93
  ) -> CampaignChapter:
95
94
  """Create a new campaign book chapter.
@@ -110,7 +109,6 @@ class ChaptersService(BaseService):
110
109
  self,
111
110
  chapter_id: str,
112
111
  request: ChapterUpdate | None = None,
113
- /,
114
112
  **kwargs,
115
113
  ) -> CampaignChapter:
116
114
  """Update a campaign book chapter.
@@ -252,7 +250,6 @@ class ChaptersService(BaseService):
252
250
  self,
253
251
  chapter_id: str,
254
252
  request: NoteCreate | None = None,
255
- /,
256
253
  **kwargs,
257
254
  ) -> Note:
258
255
  """Create a new note for a chapter.
@@ -286,7 +283,6 @@ class ChaptersService(BaseService):
286
283
  chapter_id: str,
287
284
  note_id: str,
288
285
  request: NoteUpdate | None = None,
289
- /,
290
286
  **kwargs,
291
287
  ) -> Note:
292
288
  """Modify a note's content.
@@ -145,7 +145,6 @@ class BooksService(BaseService):
145
145
  async def create(
146
146
  self,
147
147
  request: BookCreate | None = None,
148
- /,
149
148
  **kwargs,
150
149
  ) -> CampaignBook:
151
150
  """Create a new campaign book.
@@ -174,7 +173,6 @@ class BooksService(BaseService):
174
173
  self,
175
174
  book_id: str,
176
175
  request: BookUpdate | None = None,
177
- /,
178
176
  **kwargs,
179
177
  ) -> CampaignBook:
180
178
  """Modify a campaign book's properties.
@@ -352,7 +350,6 @@ class BooksService(BaseService):
352
350
  self,
353
351
  book_id: str,
354
352
  request: NoteCreate | None = None,
355
- /,
356
353
  **kwargs,
357
354
  ) -> Note:
358
355
  """Create a new note for a book.
@@ -386,7 +383,6 @@ class BooksService(BaseService):
386
383
  book_id: str,
387
384
  note_id: str,
388
385
  request: NoteUpdate | None = None,
389
- /,
390
386
  **kwargs,
391
387
  ) -> Note:
392
388
  """Modify a note's content.
@@ -144,7 +144,6 @@ class CampaignsService(BaseService):
144
144
  async def create(
145
145
  self,
146
146
  request: CampaignCreate | None = None,
147
- /,
148
147
  **kwargs,
149
148
  ) -> Campaign:
150
149
  """Create a new campaign.
@@ -174,7 +173,6 @@ class CampaignsService(BaseService):
174
173
  self,
175
174
  campaign_id: str,
176
175
  request: CampaignUpdate | None = None,
177
- /,
178
176
  **kwargs,
179
177
  ) -> Campaign:
180
178
  """Modify a campaign's properties.
@@ -465,7 +463,6 @@ class CampaignsService(BaseService):
465
463
  self,
466
464
  campaign_id: str,
467
465
  request: NoteCreate | None = None,
468
- /,
469
466
  **kwargs,
470
467
  ) -> Note:
471
468
  """Create a new note for a campaign.
@@ -499,7 +496,6 @@ class CampaignsService(BaseService):
499
496
  campaign_id: str,
500
497
  note_id: str,
501
498
  request: NoteUpdate | None = None,
502
- /,
503
499
  **kwargs,
504
500
  ) -> Note:
505
501
  """Modify a note's content.
@@ -186,7 +186,6 @@ class CharacterTraitsService(BaseService):
186
186
  async def create(
187
187
  self,
188
188
  request: TraitCreate | None = None,
189
- /,
190
189
  **kwargs,
191
190
  ) -> CharacterTrait:
192
191
  """Create a new character trait.
@@ -216,7 +216,6 @@ class CharactersService(BaseService):
216
216
  async def create(
217
217
  self,
218
218
  request: CharacterCreate | None = None,
219
- /,
220
219
  **kwargs,
221
220
  ) -> Character:
222
221
  """Create a new character within the campaign.
@@ -253,7 +252,6 @@ class CharactersService(BaseService):
253
252
  self,
254
253
  character_id: str,
255
254
  request: CharacterUpdate | None = None,
256
- /,
257
255
  **kwargs,
258
256
  ) -> Character:
259
257
  """Modify a character's properties.
@@ -551,7 +549,6 @@ class CharactersService(BaseService):
551
549
  self,
552
550
  character_id: str,
553
551
  request: NoteCreate | None = None,
554
- /,
555
552
  **kwargs,
556
553
  ) -> Note:
557
554
  """Create a new note for a character.
@@ -585,7 +582,6 @@ class CharactersService(BaseService):
585
582
  character_id: str,
586
583
  note_id: str,
587
584
  request: NoteUpdate | None = None,
588
- /,
589
585
  **kwargs,
590
586
  ) -> Note:
591
587
  """Modify a note's content.
@@ -750,7 +746,6 @@ class CharactersService(BaseService):
750
746
  self,
751
747
  character_id: str,
752
748
  request: InventoryItemCreate | None = None,
753
- /,
754
749
  **kwargs,
755
750
  ) -> InventoryItem:
756
751
  """Create a new inventory item for a character.
@@ -787,7 +782,6 @@ class CharactersService(BaseService):
787
782
  character_id: str,
788
783
  item_id: str,
789
784
  request: InventoryItemUpdate | None = None,
790
- /,
791
785
  **kwargs,
792
786
  ) -> InventoryItem:
793
787
  """Modify an inventory item's content.
@@ -103,7 +103,6 @@ class CompaniesService(BaseService):
103
103
  async def create(
104
104
  self,
105
105
  request: CompanyCreate | None = None,
106
- /,
107
106
  **kwargs,
108
107
  ) -> NewCompanyResponse:
109
108
  """Create a new company in the system.
@@ -136,7 +135,6 @@ class CompaniesService(BaseService):
136
135
  self,
137
136
  company_id: str,
138
137
  request: CompanyUpdate | None = None,
139
- /,
140
138
  **kwargs,
141
139
  ) -> Company:
142
140
  """Modify a company's properties.
@@ -39,7 +39,6 @@ class DeveloperService(BaseService):
39
39
  async def update_me(
40
40
  self,
41
41
  request: MeDeveloperUpdate | None = None,
42
- /,
43
42
  **kwargs,
44
43
  ) -> MeDeveloper:
45
44
  """Update the current developer's profile.
@@ -107,7 +107,6 @@ class DicerollService(BaseService):
107
107
  async def create(
108
108
  self,
109
109
  request: DicerollCreate | None = None,
110
- /,
111
110
  **kwargs,
112
111
  ) -> Diceroll:
113
112
  """Create a new dice roll.
@@ -79,7 +79,6 @@ class DictionaryService(BaseService):
79
79
  async def create(
80
80
  self,
81
81
  request: DictionaryTermCreate | None = None,
82
- /,
83
82
  **kwargs,
84
83
  ) -> DictionaryTerm:
85
84
  """Create a new dictionary term.
@@ -101,7 +100,6 @@ class DictionaryService(BaseService):
101
100
  self,
102
101
  term_id: str,
103
102
  request: DictionaryTermUpdate | None = None,
104
- /,
105
103
  **kwargs,
106
104
  ) -> DictionaryTerm:
107
105
  """Update a specific dictionary term.
@@ -120,7 +120,6 @@ class GlobalAdminService(BaseService):
120
120
  async def create(
121
121
  self,
122
122
  request: DeveloperCreate | None = None,
123
- /,
124
123
  **kwargs,
125
124
  ) -> Developer:
126
125
  """Create a new developer account.
@@ -153,7 +152,6 @@ class GlobalAdminService(BaseService):
153
152
  self,
154
153
  developer_id: str,
155
154
  request: DeveloperUpdate | None = None,
156
- /,
157
155
  **kwargs,
158
156
  ) -> Developer:
159
157
  """Modify a developer account's properties.
@@ -157,7 +157,6 @@ class UsersService(BaseService):
157
157
  async def create(
158
158
  self,
159
159
  request: UserCreate | None = None,
160
- /,
161
160
  **kwargs,
162
161
  ) -> User:
163
162
  """Create a new user within a company.
@@ -192,7 +191,6 @@ class UsersService(BaseService):
192
191
  self,
193
192
  user_id: str,
194
193
  request: UserUpdate | None = None,
195
- /,
196
194
  **kwargs,
197
195
  ) -> User:
198
196
  """Modify a user's properties.
@@ -626,7 +624,6 @@ class UsersService(BaseService):
626
624
  self,
627
625
  user_id: str,
628
626
  request: NoteCreate | None = None,
629
- /,
630
627
  **kwargs,
631
628
  ) -> Note:
632
629
  """Create a new note for a user.
@@ -660,7 +657,6 @@ class UsersService(BaseService):
660
657
  user_id: str,
661
658
  note_id: str,
662
659
  request: NoteUpdate | None = None,
663
- /,
664
660
  **kwargs,
665
661
  ) -> Note:
666
662
  """Modify a note's content.
@@ -824,7 +820,6 @@ class UsersService(BaseService):
824
820
  self,
825
821
  user_id: str,
826
822
  request: QuickrollCreate | None = None,
827
- /,
828
823
  **kwargs,
829
824
  ) -> Quickroll:
830
825
  """Create a new quickroll for a user.
@@ -860,7 +855,6 @@ class UsersService(BaseService):
860
855
  user_id: str,
861
856
  quickroll_id: str,
862
857
  request: QuickrollUpdate | None = None,
863
- /,
864
858
  **kwargs,
865
859
  ) -> Quickroll:
866
860
  """Modify a quickroll's name or trait configuration.