@rippling/rippling-sdk 0.2.0-alpha.85 → 0.2.0-alpha.86

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 (140) hide show
  1. package/core/platform/custom-objects/category.d.mts +125 -0
  2. package/core/platform/custom-objects/category.d.mts.map +1 -0
  3. package/core/platform/custom-objects/category.d.ts +125 -0
  4. package/core/platform/custom-objects/category.d.ts.map +1 -0
  5. package/core/platform/custom-objects/category.js +188 -0
  6. package/core/platform/custom-objects/category.js.map +1 -0
  7. package/core/platform/custom-objects/category.mjs +178 -0
  8. package/core/platform/custom-objects/category.mjs.map +1 -0
  9. package/core/platform/custom-objects/definition.d.mts +147 -0
  10. package/core/platform/custom-objects/definition.d.mts.map +1 -0
  11. package/core/platform/custom-objects/definition.d.ts +147 -0
  12. package/core/platform/custom-objects/definition.d.ts.map +1 -0
  13. package/core/platform/custom-objects/definition.js +200 -0
  14. package/core/platform/custom-objects/definition.js.map +1 -0
  15. package/core/platform/custom-objects/definition.mjs +190 -0
  16. package/core/platform/custom-objects/definition.mjs.map +1 -0
  17. package/core/platform/custom-objects/fields.d.mts +302 -0
  18. package/core/platform/custom-objects/fields.d.mts.map +1 -0
  19. package/core/platform/custom-objects/fields.d.ts +302 -0
  20. package/core/platform/custom-objects/fields.d.ts.map +1 -0
  21. package/core/platform/custom-objects/fields.js +369 -0
  22. package/core/platform/custom-objects/fields.js.map +1 -0
  23. package/core/platform/custom-objects/fields.mjs +347 -0
  24. package/core/platform/custom-objects/fields.mjs.map +1 -0
  25. package/core/platform/custom-objects/function-runtime.d.mts +42 -0
  26. package/core/platform/custom-objects/function-runtime.d.mts.map +1 -0
  27. package/core/platform/custom-objects/function-runtime.d.ts +42 -0
  28. package/core/platform/custom-objects/function-runtime.d.ts.map +1 -0
  29. package/core/platform/custom-objects/function-runtime.js +38 -0
  30. package/core/platform/custom-objects/function-runtime.js.map +1 -0
  31. package/core/platform/custom-objects/function-runtime.mjs +35 -0
  32. package/core/platform/custom-objects/function-runtime.mjs.map +1 -0
  33. package/core/platform/custom-objects/lifecycle.d.mts +83 -0
  34. package/core/platform/custom-objects/lifecycle.d.mts.map +1 -0
  35. package/core/platform/custom-objects/lifecycle.d.ts +83 -0
  36. package/core/platform/custom-objects/lifecycle.d.ts.map +1 -0
  37. package/core/platform/custom-objects/lifecycle.js +372 -0
  38. package/core/platform/custom-objects/lifecycle.js.map +1 -0
  39. package/core/platform/custom-objects/lifecycle.mjs +367 -0
  40. package/core/platform/custom-objects/lifecycle.mjs.map +1 -0
  41. package/core/platform/custom-objects/manager.d.mts +354 -0
  42. package/core/platform/custom-objects/manager.d.mts.map +1 -0
  43. package/core/platform/custom-objects/manager.d.ts +354 -0
  44. package/core/platform/custom-objects/manager.d.ts.map +1 -0
  45. package/core/platform/custom-objects/manager.js +646 -0
  46. package/core/platform/custom-objects/manager.js.map +1 -0
  47. package/core/platform/custom-objects/manager.mjs +637 -0
  48. package/core/platform/custom-objects/manager.mjs.map +1 -0
  49. package/core/platform/custom-objects/provisioning.d.mts +138 -0
  50. package/core/platform/custom-objects/provisioning.d.mts.map +1 -0
  51. package/core/platform/custom-objects/provisioning.d.ts +138 -0
  52. package/core/platform/custom-objects/provisioning.d.ts.map +1 -0
  53. package/core/platform/custom-objects/provisioning.js +455 -0
  54. package/core/platform/custom-objects/provisioning.js.map +1 -0
  55. package/core/platform/custom-objects/provisioning.mjs +447 -0
  56. package/core/platform/custom-objects/provisioning.mjs.map +1 -0
  57. package/core/platform/custom-objects/rql.d.mts +122 -0
  58. package/core/platform/custom-objects/rql.d.mts.map +1 -0
  59. package/core/platform/custom-objects/rql.d.ts +122 -0
  60. package/core/platform/custom-objects/rql.d.ts.map +1 -0
  61. package/core/platform/custom-objects/rql.js +225 -0
  62. package/core/platform/custom-objects/rql.js.map +1 -0
  63. package/core/platform/custom-objects/rql.mjs +222 -0
  64. package/core/platform/custom-objects/rql.mjs.map +1 -0
  65. package/core/platform/custom-objects/schema-manager.d.mts +203 -0
  66. package/core/platform/custom-objects/schema-manager.d.mts.map +1 -0
  67. package/core/platform/custom-objects/schema-manager.d.ts +203 -0
  68. package/core/platform/custom-objects/schema-manager.d.ts.map +1 -0
  69. package/core/platform/custom-objects/schema-manager.js +256 -0
  70. package/core/platform/custom-objects/schema-manager.js.map +1 -0
  71. package/core/platform/custom-objects/schema-manager.mjs +249 -0
  72. package/core/platform/custom-objects/schema-manager.mjs.map +1 -0
  73. package/core/platform/custom-objects/typed-rql.d.mts +157 -0
  74. package/core/platform/custom-objects/typed-rql.d.mts.map +1 -0
  75. package/core/platform/custom-objects/typed-rql.d.ts +157 -0
  76. package/core/platform/custom-objects/typed-rql.d.ts.map +1 -0
  77. package/core/platform/custom-objects/typed-rql.js +583 -0
  78. package/core/platform/custom-objects/typed-rql.js.map +1 -0
  79. package/core/platform/custom-objects/typed-rql.mjs +580 -0
  80. package/core/platform/custom-objects/typed-rql.mjs.map +1 -0
  81. package/core/platform/custom-objects/types.d.mts +549 -0
  82. package/core/platform/custom-objects/types.d.mts.map +1 -0
  83. package/core/platform/custom-objects/types.d.ts +549 -0
  84. package/core/platform/custom-objects/types.d.ts.map +1 -0
  85. package/core/platform/custom-objects/types.js +20 -0
  86. package/core/platform/custom-objects/types.js.map +1 -0
  87. package/core/platform/custom-objects/types.mjs +17 -0
  88. package/core/platform/custom-objects/types.mjs.map +1 -0
  89. package/core/platform/custom-objects/validation.d.mts +97 -0
  90. package/core/platform/custom-objects/validation.d.mts.map +1 -0
  91. package/core/platform/custom-objects/validation.d.ts +97 -0
  92. package/core/platform/custom-objects/validation.d.ts.map +1 -0
  93. package/core/platform/custom-objects/validation.js +477 -0
  94. package/core/platform/custom-objects/validation.js.map +1 -0
  95. package/core/platform/custom-objects/validation.mjs +465 -0
  96. package/core/platform/custom-objects/validation.mjs.map +1 -0
  97. package/core/platform/custom-objects.d.mts +67 -0
  98. package/core/platform/custom-objects.d.mts.map +1 -0
  99. package/core/platform/custom-objects.d.ts +67 -0
  100. package/core/platform/custom-objects.d.ts.map +1 -0
  101. package/core/platform/custom-objects.js +118 -0
  102. package/core/platform/custom-objects.js.map +1 -0
  103. package/core/platform/custom-objects.mjs +45 -0
  104. package/core/platform/custom-objects.mjs.map +1 -0
  105. package/package.json +1 -1
  106. package/resources/custom-objects/custom-objects.d.mts +7 -0
  107. package/resources/custom-objects/custom-objects.d.mts.map +1 -1
  108. package/resources/custom-objects/custom-objects.d.ts +7 -0
  109. package/resources/custom-objects/custom-objects.d.ts.map +1 -1
  110. package/resources/custom-objects/custom-objects.js.map +1 -1
  111. package/resources/custom-objects/custom-objects.mjs.map +1 -1
  112. package/resources/custom-objects/fields.d.mts +129 -54
  113. package/resources/custom-objects/fields.d.mts.map +1 -1
  114. package/resources/custom-objects/fields.d.ts +129 -54
  115. package/resources/custom-objects/fields.d.ts.map +1 -1
  116. package/resources/levels.d.mts +25 -4
  117. package/resources/levels.d.mts.map +1 -1
  118. package/resources/levels.d.ts +25 -4
  119. package/resources/levels.d.ts.map +1 -1
  120. package/src/core/platform/custom-objects/category.ts +294 -0
  121. package/src/core/platform/custom-objects/definition.ts +373 -0
  122. package/src/core/platform/custom-objects/fields.ts +653 -0
  123. package/src/core/platform/custom-objects/function-runtime.ts +76 -0
  124. package/src/core/platform/custom-objects/lifecycle.ts +557 -0
  125. package/src/core/platform/custom-objects/manager.ts +959 -0
  126. package/src/core/platform/custom-objects/provisioning.ts +672 -0
  127. package/src/core/platform/custom-objects/rql.ts +375 -0
  128. package/src/core/platform/custom-objects/schema-manager.ts +351 -0
  129. package/src/core/platform/custom-objects/typed-rql.ts +1273 -0
  130. package/src/core/platform/custom-objects/types.ts +753 -0
  131. package/src/core/platform/custom-objects/validation.ts +573 -0
  132. package/src/core/platform/custom-objects.ts +269 -0
  133. package/src/resources/custom-objects/custom-objects.ts +8 -0
  134. package/src/resources/custom-objects/fields.ts +192 -59
  135. package/src/resources/levels.ts +28 -4
  136. package/src/version.ts +1 -1
  137. package/version.d.mts +1 -1
  138. package/version.d.ts +1 -1
  139. package/version.js +1 -1
  140. package/version.mjs +1 -1
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.2.0-alpha.85";
1
+ export declare const VERSION = "0.2.0-alpha.86";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.2.0-alpha.85";
1
+ export declare const VERSION = "0.2.0-alpha.86";
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.2.0-alpha.85'; // x-release-please-version
4
+ exports.VERSION = '0.2.0-alpha.86'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.2.0-alpha.85'; // x-release-please-version
1
+ export const VERSION = '0.2.0-alpha.86'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map