@cadenya/cadenya 0.62.0 → 0.63.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 (66) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/client.d.mts +13 -0
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +13 -0
  5. package/client.d.ts.map +1 -1
  6. package/client.js +13 -0
  7. package/client.js.map +1 -1
  8. package/client.mjs +13 -0
  9. package/client.mjs.map +1 -1
  10. package/internal/types.d.mts +6 -6
  11. package/internal/types.d.mts.map +1 -1
  12. package/internal/types.d.ts +6 -6
  13. package/internal/types.d.ts.map +1 -1
  14. package/package.json +1 -1
  15. package/resources/bulk-workspace-resources/bulk-workspace-resources.d.mts +288 -0
  16. package/resources/bulk-workspace-resources/bulk-workspace-resources.d.mts.map +1 -0
  17. package/resources/bulk-workspace-resources/bulk-workspace-resources.d.ts +288 -0
  18. package/resources/bulk-workspace-resources/bulk-workspace-resources.d.ts.map +1 -0
  19. package/resources/bulk-workspace-resources/bulk-workspace-resources.js +51 -0
  20. package/resources/bulk-workspace-resources/bulk-workspace-resources.js.map +1 -0
  21. package/resources/bulk-workspace-resources/bulk-workspace-resources.mjs +46 -0
  22. package/resources/bulk-workspace-resources/bulk-workspace-resources.mjs.map +1 -0
  23. package/resources/bulk-workspace-resources/index.d.mts +3 -0
  24. package/resources/bulk-workspace-resources/index.d.mts.map +1 -0
  25. package/resources/bulk-workspace-resources/index.d.ts +3 -0
  26. package/resources/bulk-workspace-resources/index.d.ts.map +1 -0
  27. package/resources/bulk-workspace-resources/index.js +9 -0
  28. package/resources/bulk-workspace-resources/index.js.map +1 -0
  29. package/resources/bulk-workspace-resources/index.mjs +4 -0
  30. package/resources/bulk-workspace-resources/index.mjs.map +1 -0
  31. package/resources/bulk-workspace-resources/results.d.mts +638 -0
  32. package/resources/bulk-workspace-resources/results.d.mts.map +1 -0
  33. package/resources/bulk-workspace-resources/results.d.ts +638 -0
  34. package/resources/bulk-workspace-resources/results.d.ts.map +1 -0
  35. package/resources/bulk-workspace-resources/results.js +27 -0
  36. package/resources/bulk-workspace-resources/results.js.map +1 -0
  37. package/resources/bulk-workspace-resources/results.mjs +23 -0
  38. package/resources/bulk-workspace-resources/results.mjs.map +1 -0
  39. package/resources/bulk-workspace-resources.d.mts +2 -0
  40. package/resources/bulk-workspace-resources.d.mts.map +1 -0
  41. package/resources/bulk-workspace-resources.d.ts +2 -0
  42. package/resources/bulk-workspace-resources.d.ts.map +1 -0
  43. package/resources/bulk-workspace-resources.js +6 -0
  44. package/resources/bulk-workspace-resources.js.map +1 -0
  45. package/resources/bulk-workspace-resources.mjs +3 -0
  46. package/resources/bulk-workspace-resources.mjs.map +1 -0
  47. package/resources/index.d.mts +1 -0
  48. package/resources/index.d.mts.map +1 -1
  49. package/resources/index.d.ts +1 -0
  50. package/resources/index.d.ts.map +1 -1
  51. package/resources/index.js +3 -1
  52. package/resources/index.js.map +1 -1
  53. package/resources/index.mjs +1 -0
  54. package/resources/index.mjs.map +1 -1
  55. package/src/client.ts +51 -0
  56. package/src/internal/types.ts +6 -8
  57. package/src/resources/bulk-workspace-resources/bulk-workspace-resources.ts +409 -0
  58. package/src/resources/bulk-workspace-resources/index.ts +37 -0
  59. package/src/resources/bulk-workspace-resources/results.ts +821 -0
  60. package/src/resources/bulk-workspace-resources.ts +3 -0
  61. package/src/resources/index.ts +19 -0
  62. package/src/version.ts +1 -1
  63. package/version.d.mts +1 -1
  64. package/version.d.ts +1 -1
  65. package/version.js +1 -1
  66. package/version.mjs +1 -1
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export * from './bulk-workspace-resources/index';
@@ -30,6 +30,25 @@ export {
30
30
  type AgentListParams,
31
31
  type AgentsCursorPagination,
32
32
  } from './agents/agents';
33
+ export {
34
+ BulkWorkspaceResources,
35
+ type AgentEntry,
36
+ type AgentScheduleEntry,
37
+ type AgentVariationEntry,
38
+ type BulkWorkspaceApply,
39
+ type BulkWorkspaceApplyData,
40
+ type BulkWorkspaceApplyInfo,
41
+ type BulkWorkspaceApplyStatus,
42
+ type MemoryEntryItem,
43
+ type MemoryLayerEntry,
44
+ type ToolEntry,
45
+ type ToolSetEntry,
46
+ type VariationAssignmentEntry,
47
+ type VariationMemoryLayerEntry,
48
+ type BulkWorkspaceResourceListParams,
49
+ type BulkWorkspaceResourceApplyParams,
50
+ type BulkWorkspaceAppliesCursorPagination,
51
+ } from './bulk-workspace-resources/bulk-workspace-resources';
33
52
  export {
34
53
  MemoryLayers,
35
54
  type MemoryLayer,
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.62.0'; // x-release-please-version
1
+ export const VERSION = '0.63.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.62.0";
1
+ export declare const VERSION = "0.63.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.62.0";
1
+ export declare const VERSION = "0.63.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.62.0'; // x-release-please-version
4
+ exports.VERSION = '0.63.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.62.0'; // x-release-please-version
1
+ export const VERSION = '0.63.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map