jamespot-user-api 1.0.202 → 1.0.204

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 (66) hide show
  1. package/documentation/classes/AdminLicenseApi.html +14 -14
  2. package/documentation/classes/AdminStoreApi.html +1 -1
  3. package/documentation/classes/AdminUtilsApi.html +1 -1
  4. package/documentation/classes/JApplicationApi.html +8 -8
  5. package/documentation/classes/JArticleApi.html +1 -1
  6. package/documentation/classes/JAssetReservation.html +1 -1
  7. package/documentation/classes/JAudienceApi.html +1 -1
  8. package/documentation/classes/JBaseApi.html +1 -1
  9. package/documentation/classes/JBbbApi.html +1 -1
  10. package/documentation/classes/JBookmarkApi.html +1 -1
  11. package/documentation/classes/JBusinessNetworkingApi.html +1 -1
  12. package/documentation/classes/JCalendarApi.html +1 -1
  13. package/documentation/classes/JCommunityApi.html +1 -1
  14. package/documentation/classes/JDatasourceApi.html +1 -1
  15. package/documentation/classes/JDiapazoneApi.html +1 -1
  16. package/documentation/classes/JExternalAppApi.html +1 -1
  17. package/documentation/classes/JFaqApi.html +1 -1
  18. package/documentation/classes/JFileApi.html +5 -5
  19. package/documentation/classes/JFilebankApi.html +1 -1
  20. package/documentation/classes/JGlobalApi.html +1 -1
  21. package/documentation/classes/JGroupApi.html +12 -12
  22. package/documentation/classes/JIAApi.html +1 -1
  23. package/documentation/classes/JLandApi.html +1 -1
  24. package/documentation/classes/JMessengerApi.html +1 -1
  25. package/documentation/classes/JModuleApi.html +1 -1
  26. package/documentation/classes/JObjectApi.html +1 -1
  27. package/documentation/classes/JSearchApi.html +6 -6
  28. package/documentation/classes/JShareApi.html +1 -1
  29. package/documentation/classes/JSocialActionApi.html +1 -1
  30. package/documentation/classes/JTaxonomyApi.html +2 -2
  31. package/documentation/classes/JUserApi.html +7 -7
  32. package/documentation/classes/JWedocApi.html +1 -1
  33. package/documentation/classes/JWidgetApi.html +1 -1
  34. package/documentation/classes/JamespotUserApi.html +1 -1
  35. package/documentation/classes/Network.html +1 -1
  36. package/documentation/classes/TVDisplayApi.html +1 -1
  37. package/documentation/classes/WindowBrowser.html +1 -1
  38. package/documentation/enums/BookmarkType.html +1 -1
  39. package/documentation/enums/Format.html +1 -1
  40. package/documentation/enums/GroupModerateStatus.html +1 -1
  41. package/documentation/enums/StudioApplicationStatus.html +1 -1
  42. package/documentation/enums/WidgetsName.html +1 -1
  43. package/documentation/interfaces/AccessRightObject.html +1 -1
  44. package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
  45. package/documentation/interfaces/ApiWrapper.html +1 -1
  46. package/documentation/interfaces/BaseMessage.html +1 -1
  47. package/documentation/interfaces/FileBankProps.html +1 -1
  48. package/documentation/interfaces/FolderProps.html +1 -1
  49. package/documentation/interfaces/ListFilterSpec.html +1 -1
  50. package/documentation/interfaces/OF.html +1 -1
  51. package/documentation/interfaces/PagingResults.html +1 -1
  52. package/documentation/interfaces/RootFolderProps.html +1 -1
  53. package/documentation/interfaces/SpotProps.html +1 -1
  54. package/documentation/interfaces/TaxonomyCreate.html +1 -1
  55. package/documentation/interfaces/WidgetType.html +1 -1
  56. package/documentation/interfaces/WindowInterface.html +1 -1
  57. package/documentation/modules.html +11 -11
  58. package/lib/jamespot-user-api.js +1 -1
  59. package/lib/jamespot-user-api.js.map +1 -1
  60. package/lib/src/types/animations.d.ts +4 -4
  61. package/package.json +1 -1
  62. package/phpunitMock/studioGet-install-V2.json +3 -1
  63. package/phpunitMock/studioInstall-V2.json +3 -1
  64. package/phpunitMock/studioList-install-V2.json +4 -1
  65. package/phpunitMock/studioRestart-V2.json +3 -1
  66. package/phpunitMock/studioSuspend-V2.json +3 -1
@@ -1,20 +1,20 @@
1
1
  import { z } from 'zod';
2
- export declare const animationVariantSchema: z.ZodUnion<[z.ZodLiteral<"Halloween">, z.ZodLiteral<"Celebration">, z.ZodLiteral<"Olympics">, z.ZodLiteral<"Maythefourth">, z.ZodLiteral<"Spring">, z.ZodLiteral<"MusicFestival">, z.ZodLiteral<"EasterEggs">, z.ZodLiteral<"CustomAnimation">]>;
2
+ export declare const animationVariantSchema: z.ZodUnion<[z.ZodLiteral<"Christmas">, z.ZodLiteral<"Halloween">, z.ZodLiteral<"Celebration">, z.ZodLiteral<"Olympics">, z.ZodLiteral<"Maythefourth">, z.ZodLiteral<"Spring">, z.ZodLiteral<"MusicFestival">, z.ZodLiteral<"EasterEggs">, z.ZodLiteral<"CustomAnimation">]>;
3
3
  export type AnimationVariant = z.infer<typeof animationVariantSchema>;
4
4
  export declare const animationConfigurationTypeSchema: z.ZodObject<{
5
- name: z.ZodUnion<[z.ZodLiteral<"Halloween">, z.ZodLiteral<"Celebration">, z.ZodLiteral<"Olympics">, z.ZodLiteral<"Maythefourth">, z.ZodLiteral<"Spring">, z.ZodLiteral<"MusicFestival">, z.ZodLiteral<"EasterEggs">, z.ZodLiteral<"CustomAnimation">]>;
5
+ name: z.ZodUnion<[z.ZodLiteral<"Christmas">, z.ZodLiteral<"Halloween">, z.ZodLiteral<"Celebration">, z.ZodLiteral<"Olympics">, z.ZodLiteral<"Maythefourth">, z.ZodLiteral<"Spring">, z.ZodLiteral<"MusicFestival">, z.ZodLiteral<"EasterEggs">, z.ZodLiteral<"CustomAnimation">]>;
6
6
  activeClickEffect: z.ZodNumber;
7
7
  activeDecor: z.ZodNumber;
8
8
  auto: z.ZodBoolean;
9
9
  audience: z.ZodArray<z.ZodString, "many">;
10
10
  }, "strip", z.ZodTypeAny, {
11
- name: "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
11
+ name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
12
12
  audience: string[];
13
13
  activeClickEffect: number;
14
14
  activeDecor: number;
15
15
  auto: boolean;
16
16
  }, {
17
- name: "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
17
+ name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
18
18
  audience: string[];
19
19
  activeClickEffect: number;
20
20
  activeDecor: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-user-api",
3
- "version": "1.0.202",
3
+ "version": "1.0.204",
4
4
  "main": "lib/jamespot-user-api.js",
5
5
  "types": "lib/src/index.d.ts",
6
6
  "directories": {
@@ -205,7 +205,9 @@
205
205
  "typeFile": null,
206
206
  "format": null,
207
207
  "multiple": false,
208
- "params": [],
208
+ "params": {
209
+ "strict": "1"
210
+ },
209
211
  "options": []
210
212
  },
211
213
  "labelDisplay": "Titre"
@@ -205,7 +205,9 @@
205
205
  "typeFile": null,
206
206
  "format": null,
207
207
  "multiple": false,
208
- "params": [],
208
+ "params": {
209
+ "strict": "1"
210
+ },
209
211
  "options": []
210
212
  },
211
213
  "labelDisplay": "Titre"
@@ -23,7 +23,10 @@
23
23
  "author": "user/4",
24
24
  "dateCreation": "2024-07-03",
25
25
  "suspended": false,
26
- "action": { "action": "typeApplication", "nameApp": "8d90a676-3ebb-4268-8734-5aa644cf726b" },
26
+ "action": {
27
+ "action": "typeApplication",
28
+ "nameApp": "8d90a676-3ebb-4268-8734-5aa644cf726b"
29
+ },
27
30
  "view": "solr",
28
31
  "display": "table",
29
32
  "columns": {
@@ -205,7 +205,9 @@
205
205
  "typeFile": null,
206
206
  "format": null,
207
207
  "multiple": false,
208
- "params": [],
208
+ "params": {
209
+ "strict": "1"
210
+ },
209
211
  "options": []
210
212
  },
211
213
  "labelDisplay": "Titre"
@@ -205,7 +205,9 @@
205
205
  "typeFile": null,
206
206
  "format": null,
207
207
  "multiple": false,
208
- "params": [],
208
+ "params": {
209
+ "strict": "1"
210
+ },
209
211
  "options": []
210
212
  },
211
213
  "labelDisplay": "Titre"