@getrheo/contracts 1.0.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 (81) hide show
  1. package/dist/animations.d.ts +226 -0
  2. package/dist/animations.js +1160 -0
  3. package/dist/animations.js.map +1 -0
  4. package/dist/appIntegrations.d.ts +175 -0
  5. package/dist/appIntegrations.js +60 -0
  6. package/dist/appIntegrations.js.map +1 -0
  7. package/dist/billingPeriod.d.ts +26 -0
  8. package/dist/billingPeriod.js +39 -0
  9. package/dist/billingPeriod.js.map +1 -0
  10. package/dist/canvasEditorGates.d.ts +81 -0
  11. package/dist/canvasEditorGates.js +1460 -0
  12. package/dist/canvasEditorGates.js.map +1 -0
  13. package/dist/constants/index.d.ts +30 -0
  14. package/dist/constants/index.js +67 -0
  15. package/dist/constants/index.js.map +1 -0
  16. package/dist/dashboard.d.ts +181856 -0
  17. package/dist/dashboard.js +3348 -0
  18. package/dist/dashboard.js.map +1 -0
  19. package/dist/decisions.d.ts +575 -0
  20. package/dist/decisions.js +1209 -0
  21. package/dist/decisions.js.map +1 -0
  22. package/dist/events.d.ts +231 -0
  23. package/dist/events.js +63 -0
  24. package/dist/events.js.map +1 -0
  25. package/dist/experiments-DN8pQa_D.d.ts +530 -0
  26. package/dist/externalSurfaceIntegrations.d.ts +20 -0
  27. package/dist/externalSurfaceIntegrations.js +49 -0
  28. package/dist/externalSurfaceIntegrations.js.map +1 -0
  29. package/dist/externalSurfaces.d.ts +177 -0
  30. package/dist/externalSurfaces.js +1190 -0
  31. package/dist/externalSurfaces.js.map +1 -0
  32. package/dist/fields.d.ts +8 -0
  33. package/dist/fields.js +15 -0
  34. package/dist/fields.js.map +1 -0
  35. package/dist/flowManifestSchema-CtqygXCK.d.ts +50857 -0
  36. package/dist/flowTemplateComments.d.ts +23 -0
  37. package/dist/flowTemplateComments.js +14 -0
  38. package/dist/flowTemplateComments.js.map +1 -0
  39. package/dist/flowTemplates.d.ts +22 -0
  40. package/dist/flowTemplates.js +73 -0
  41. package/dist/flowTemplates.js.map +1 -0
  42. package/dist/identity.d.ts +35 -0
  43. package/dist/identity.js +18 -0
  44. package/dist/identity.js.map +1 -0
  45. package/dist/imageContentType.d.ts +11 -0
  46. package/dist/imageContentType.js +54 -0
  47. package/dist/imageContentType.js.map +1 -0
  48. package/dist/index.d.ts +224 -0
  49. package/dist/index.js +4557 -0
  50. package/dist/index.js.map +1 -0
  51. package/dist/layerUnion-BzXoAJLY.d.ts +34 -0
  52. package/dist/layers.d.ts +89844 -0
  53. package/dist/layers.js +1507 -0
  54. package/dist/layers.js.map +1 -0
  55. package/dist/layout-D0LpaKG-.d.ts +12896 -0
  56. package/dist/localized.d.ts +17 -0
  57. package/dist/localized.js +18 -0
  58. package/dist/localized.js.map +1 -0
  59. package/dist/manifest.d.ts +22192 -0
  60. package/dist/manifest.js +2163 -0
  61. package/dist/manifest.js.map +1 -0
  62. package/dist/media.d.ts +53 -0
  63. package/dist/media.js +55 -0
  64. package/dist/media.js.map +1 -0
  65. package/dist/planEntitlements.d.ts +65 -0
  66. package/dist/planEntitlements.js +117 -0
  67. package/dist/planEntitlements.js.map +1 -0
  68. package/dist/publish-exports.json +102 -0
  69. package/dist/screens.d.ts +33586 -0
  70. package/dist/screens.js +1439 -0
  71. package/dist/screens.js.map +1 -0
  72. package/dist/sdk.d.ts +145942 -0
  73. package/dist/sdk.js +3424 -0
  74. package/dist/sdk.js.map +1 -0
  75. package/dist/sdkAttributes.d.ts +11 -0
  76. package/dist/sdkAttributes.js +17 -0
  77. package/dist/sdkAttributes.js.map +1 -0
  78. package/dist/workspaceCapabilities.d.ts +15 -0
  79. package/dist/workspaceCapabilities.js +116 -0
  80. package/dist/workspaceCapabilities.js.map +1 -0
  81. package/package.json +162 -0
@@ -0,0 +1,34 @@
1
+ import { B as BackButtonLayerRaw, a as ButtonLayerRaw, C as CarouselLayerRaw, b as CheckboxLayerRaw, c as CounterLayerRaw, E as EmailPasswordAuthLayerRaw, d as EmailPasswordFieldLayerRaw, e as EmailPasswordSubmitLayerRaw, H as HyperlinkLayerRaw, I as IconLayerRaw, f as ImageLayerRaw, S as SingleChoiceLayerRaw, M as MultipleChoiceLayerRaw, T as TextInputLayerRaw, g as ScaleInputLayerRaw, L as LayerRaw, h as LoaderLayerRaw, i as LoaderOnCompleteRaw, j as LottieLayerRaw, O as OAuthLoginLayerRaw, k as OAuthProviderCustomLayerRaw, l as OAuthProviderLayerRaw, m as OAuthProviderPresetLayerRaw, P as ProgressLayerRaw, n as StackLayerRaw, o as TextLayerRaw, V as VideoLayerRaw } from './layout-D0LpaKG-.js';
2
+
3
+ type Layer = LayerRaw;
4
+ type StackLayer = StackLayerRaw;
5
+ type TextLayer = TextLayerRaw;
6
+ type ImageLayer = ImageLayerRaw;
7
+ type LottieLayer = LottieLayerRaw;
8
+ type VideoLayer = VideoLayerRaw;
9
+ type IconLayer = IconLayerRaw;
10
+ type ButtonLayer = ButtonLayerRaw;
11
+ type BackButtonLayer = BackButtonLayerRaw;
12
+ type ProgressLayer = ProgressLayerRaw;
13
+ type LoaderOnComplete = LoaderOnCompleteRaw;
14
+ type LoaderLayer = LoaderLayerRaw;
15
+ type CounterLayer = CounterLayerRaw;
16
+ type CheckboxLayer = CheckboxLayerRaw;
17
+ type SingleChoiceLayer = SingleChoiceLayerRaw;
18
+ type MultipleChoiceLayer = MultipleChoiceLayerRaw;
19
+ type TextInputLayer = TextInputLayerRaw;
20
+ type ScaleInputLayer = ScaleInputLayerRaw;
21
+ type OAuthLoginLayer = OAuthLoginLayerRaw;
22
+ type EmailPasswordAuthLayer = EmailPasswordAuthLayerRaw;
23
+ type EmailPasswordFieldLayer = EmailPasswordFieldLayerRaw;
24
+ type EmailPasswordSubmitLayer = EmailPasswordSubmitLayerRaw;
25
+ type OAuthProviderPresetLayer = OAuthProviderPresetLayerRaw;
26
+ type OAuthProviderCustomLayer = OAuthProviderCustomLayerRaw;
27
+ type OAuthProviderLayer = OAuthProviderLayerRaw;
28
+ type CarouselLayer = CarouselLayerRaw;
29
+ type HyperlinkLayer = HyperlinkLayerRaw;
30
+ type InputLayer = SingleChoiceLayer | MultipleChoiceLayer | TextInputLayer | ScaleInputLayer;
31
+ declare const isInputLayer: (l: Layer) => l is InputLayer;
32
+ declare const isParentLayer: (l: Layer) => l is StackLayer | CarouselLayer | ButtonLayer | BackButtonLayer | HyperlinkLayer | SingleChoiceLayer | MultipleChoiceLayer | TextInputLayer | ScaleInputLayer | OAuthLoginLayer | OAuthProviderCustomLayer | EmailPasswordAuthLayer | EmailPasswordFieldLayer | EmailPasswordSubmitLayer;
33
+
34
+ export { type BackButtonLayer as B, type CarouselLayer as C, type EmailPasswordAuthLayer as E, type HyperlinkLayer as H, type IconLayer as I, type Layer as L, type MultipleChoiceLayer as M, type OAuthLoginLayer as O, type ProgressLayer as P, type StackLayer as S, type TextInputLayer as T, type VideoLayer as V, type ButtonLayer as a, type CheckboxLayer as b, type CounterLayer as c, type EmailPasswordFieldLayer as d, type EmailPasswordSubmitLayer as e, type ImageLayer as f, type InputLayer as g, type LoaderLayer as h, type LoaderOnComplete as i, type LottieLayer as j, type OAuthProviderCustomLayer as k, type OAuthProviderLayer as l, type OAuthProviderPresetLayer as m, type ScaleInputLayer as n, type SingleChoiceLayer as o, type TextLayer as p, isInputLayer as q, isParentLayer as r };