@rippling/rippling-sdk 0.2.0-alpha.39 → 0.2.0-alpha.40

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.
@@ -31,6 +31,11 @@ export {
31
31
 
32
32
  export {
33
33
  CustomObjectPageLayout,
34
+ type AddHeaderFieldOptions,
35
+ type AddPageLayoutFieldOptions,
36
+ type AddPageLayoutFieldsOptions,
37
+ type AddPageLayoutSectionOptions,
38
+ type AddPageLayoutTabOptions,
34
39
  type CustomObjectPageLayoutLoadFromExistingOptions,
35
40
  type CustomObjectPageLayoutProps,
36
41
  type CustomTab,
@@ -38,8 +43,13 @@ export {
38
43
  type HeaderEdits,
39
44
  type NewHeaderField,
40
45
  type PageLayoutDeletionIdentifier,
46
+ type PageLayoutMutationPosition,
41
47
  type PageLayoutSection,
42
48
  type PageLayoutTab,
49
+ type RemoveHeaderFieldOptions,
50
+ type RemovePageLayoutFieldOptions,
51
+ type RemovePageLayoutSectionOptions,
52
+ type RemovePageLayoutTabOptions,
43
53
  type SectionField,
44
54
  type SectionFieldOptions,
45
55
  type SectionFieldRef,
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.2.0-alpha.39'; // x-release-please-version
1
+ export const VERSION = '0.2.0-alpha.40'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.2.0-alpha.39";
1
+ export declare const VERSION = "0.2.0-alpha.40";
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.39";
1
+ export declare const VERSION = "0.2.0-alpha.40";
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.39'; // x-release-please-version
4
+ exports.VERSION = '0.2.0-alpha.40'; // 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.39'; // x-release-please-version
1
+ export const VERSION = '0.2.0-alpha.40'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map