magicbell-js 0.2.0 → 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 (187) hide show
  1. package/README.md +10 -25
  2. package/dist/commonjs/project-client/http/transport/request-builder.js.map +1 -1
  3. package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +26 -26
  4. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +16 -16
  5. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.js +3 -3
  6. package/dist/commonjs/project-client/services/broadcasts/models/broadcast.js.map +1 -1
  7. package/dist/commonjs/project-client/services/integrations/integrations-service.d.ts +1 -105
  8. package/dist/commonjs/project-client/services/integrations/integrations-service.d.ts.map +1 -1
  9. package/dist/commonjs/project-client/services/integrations/integrations-service.js +0 -419
  10. package/dist/commonjs/project-client/services/integrations/integrations-service.js.map +1 -1
  11. package/dist/commonjs/project-client/services/integrations/models/index.d.ts +0 -14
  12. package/dist/commonjs/project-client/services/integrations/models/index.d.ts.map +1 -1
  13. package/dist/commonjs/project-client/services/integrations/models/index.js.map +1 -1
  14. package/dist/commonjs/project-client/services/integrations/request-params.d.ts +0 -15
  15. package/dist/commonjs/project-client/services/integrations/request-params.d.ts.map +1 -1
  16. package/dist/commonjs/user-client/http/transport/request-builder.js.map +1 -1
  17. package/dist/commonjs/user-client/services/integrations/integrations-service.d.ts +0 -7
  18. package/dist/commonjs/user-client/services/integrations/integrations-service.d.ts.map +1 -1
  19. package/dist/commonjs/user-client/services/integrations/integrations-service.js +0 -28
  20. package/dist/commonjs/user-client/services/integrations/integrations-service.js.map +1 -1
  21. package/dist/commonjs/user-client/services/integrations/models/index.d.ts +0 -1
  22. package/dist/commonjs/user-client/services/integrations/models/index.d.ts.map +1 -1
  23. package/dist/esm/project-client/http/transport/request-builder.js.map +1 -1
  24. package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +26 -26
  25. package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +16 -16
  26. package/dist/esm/project-client/services/broadcasts/models/broadcast.js +3 -3
  27. package/dist/esm/project-client/services/broadcasts/models/broadcast.js.map +1 -1
  28. package/dist/esm/project-client/services/integrations/integrations-service.d.ts +1 -105
  29. package/dist/esm/project-client/services/integrations/integrations-service.d.ts.map +1 -1
  30. package/dist/esm/project-client/services/integrations/integrations-service.js +0 -419
  31. package/dist/esm/project-client/services/integrations/integrations-service.js.map +1 -1
  32. package/dist/esm/project-client/services/integrations/models/index.d.ts +0 -14
  33. package/dist/esm/project-client/services/integrations/models/index.d.ts.map +1 -1
  34. package/dist/esm/project-client/services/integrations/models/index.js.map +1 -1
  35. package/dist/esm/project-client/services/integrations/request-params.d.ts +0 -15
  36. package/dist/esm/project-client/services/integrations/request-params.d.ts.map +1 -1
  37. package/dist/esm/user-client/http/transport/request-builder.js.map +1 -1
  38. package/dist/esm/user-client/services/integrations/integrations-service.d.ts +0 -7
  39. package/dist/esm/user-client/services/integrations/integrations-service.d.ts.map +1 -1
  40. package/dist/esm/user-client/services/integrations/integrations-service.js +0 -28
  41. package/dist/esm/user-client/services/integrations/integrations-service.js.map +1 -1
  42. package/dist/esm/user-client/services/integrations/models/index.d.ts +0 -1
  43. package/dist/esm/user-client/services/integrations/models/index.d.ts.map +1 -1
  44. package/package.json +1 -1
  45. package/src/project-client/http/transport/request-builder.ts +1 -1
  46. package/src/project-client/services/broadcasts/models/broadcast.ts +3 -3
  47. package/src/project-client/services/integrations/integrations-service.ts +0 -485
  48. package/src/project-client/services/integrations/models/index.ts +0 -14
  49. package/src/project-client/services/integrations/request-params.ts +0 -20
  50. package/src/user-client/http/transport/request-builder.ts +1 -1
  51. package/src/user-client/services/integrations/integrations-service.ts +0 -36
  52. package/src/user-client/services/integrations/models/index.ts +0 -1
  53. package/dist/commonjs/project-client/services/integrations/models/awssns-config-collection.d.ts +0 -312
  54. package/dist/commonjs/project-client/services/integrations/models/awssns-config-collection.d.ts.map +0 -1
  55. package/dist/commonjs/project-client/services/integrations/models/awssns-config-collection.js +0 -46
  56. package/dist/commonjs/project-client/services/integrations/models/awssns-config-collection.js.map +0 -1
  57. package/dist/commonjs/project-client/services/integrations/models/awssns-config-payload.d.ts +0 -48
  58. package/dist/commonjs/project-client/services/integrations/models/awssns-config-payload.d.ts.map +0 -1
  59. package/dist/commonjs/project-client/services/integrations/models/awssns-config-payload.js +0 -39
  60. package/dist/commonjs/project-client/services/integrations/models/awssns-config-payload.js.map +0 -1
  61. package/dist/commonjs/project-client/services/integrations/models/awssns-config.d.ts +0 -122
  62. package/dist/commonjs/project-client/services/integrations/models/awssns-config.d.ts.map +0 -1
  63. package/dist/commonjs/project-client/services/integrations/models/awssns-config.js +0 -50
  64. package/dist/commonjs/project-client/services/integrations/models/awssns-config.js.map +0 -1
  65. package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.d.ts +0 -312
  66. package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.d.ts.map +0 -1
  67. package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.js +0 -46
  68. package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.js.map +0 -1
  69. package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.d.ts +0 -48
  70. package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.d.ts.map +0 -1
  71. package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.js +0 -39
  72. package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.js.map +0 -1
  73. package/dist/commonjs/project-client/services/integrations/models/event-source-config.d.ts +0 -122
  74. package/dist/commonjs/project-client/services/integrations/models/event-source-config.d.ts.map +0 -1
  75. package/dist/commonjs/project-client/services/integrations/models/event-source-config.js +0 -50
  76. package/dist/commonjs/project-client/services/integrations/models/event-source-config.js.map +0 -1
  77. package/dist/commonjs/project-client/services/integrations/models/github-config-collection.d.ts +0 -312
  78. package/dist/commonjs/project-client/services/integrations/models/github-config-collection.d.ts.map +0 -1
  79. package/dist/commonjs/project-client/services/integrations/models/github-config-collection.js +0 -46
  80. package/dist/commonjs/project-client/services/integrations/models/github-config-collection.js.map +0 -1
  81. package/dist/commonjs/project-client/services/integrations/models/github-config-payload.d.ts +0 -48
  82. package/dist/commonjs/project-client/services/integrations/models/github-config-payload.d.ts.map +0 -1
  83. package/dist/commonjs/project-client/services/integrations/models/github-config-payload.js +0 -39
  84. package/dist/commonjs/project-client/services/integrations/models/github-config-payload.js.map +0 -1
  85. package/dist/commonjs/project-client/services/integrations/models/github-config.d.ts +0 -122
  86. package/dist/commonjs/project-client/services/integrations/models/github-config.d.ts.map +0 -1
  87. package/dist/commonjs/project-client/services/integrations/models/github-config.js +0 -50
  88. package/dist/commonjs/project-client/services/integrations/models/github-config.js.map +0 -1
  89. package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.d.ts +0 -312
  90. package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.d.ts.map +0 -1
  91. package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.js +0 -46
  92. package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.js.map +0 -1
  93. package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.d.ts +0 -48
  94. package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.d.ts.map +0 -1
  95. package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.js +0 -39
  96. package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.js.map +0 -1
  97. package/dist/commonjs/project-client/services/integrations/models/stripe-config.d.ts +0 -122
  98. package/dist/commonjs/project-client/services/integrations/models/stripe-config.d.ts.map +0 -1
  99. package/dist/commonjs/project-client/services/integrations/models/stripe-config.js +0 -50
  100. package/dist/commonjs/project-client/services/integrations/models/stripe-config.js.map +0 -1
  101. package/dist/commonjs/project-client/services/integrations/models/templates-config-collection.d.ts +0 -246
  102. package/dist/commonjs/project-client/services/integrations/models/templates-config-collection.d.ts.map +0 -1
  103. package/dist/commonjs/project-client/services/integrations/models/templates-config-collection.js +0 -46
  104. package/dist/commonjs/project-client/services/integrations/models/templates-config-collection.js.map +0 -1
  105. package/dist/commonjs/project-client/services/integrations/models/templates-config.d.ts +0 -76
  106. package/dist/commonjs/project-client/services/integrations/models/templates-config.d.ts.map +0 -1
  107. package/dist/commonjs/project-client/services/integrations/models/templates-config.js +0 -49
  108. package/dist/commonjs/project-client/services/integrations/models/templates-config.js.map +0 -1
  109. package/dist/commonjs/user-client/services/integrations/models/templates-installation.d.ts +0 -76
  110. package/dist/commonjs/user-client/services/integrations/models/templates-installation.d.ts.map +0 -1
  111. package/dist/commonjs/user-client/services/integrations/models/templates-installation.js +0 -49
  112. package/dist/commonjs/user-client/services/integrations/models/templates-installation.js.map +0 -1
  113. package/dist/esm/project-client/services/integrations/models/awssns-config-collection.d.ts +0 -312
  114. package/dist/esm/project-client/services/integrations/models/awssns-config-collection.d.ts.map +0 -1
  115. package/dist/esm/project-client/services/integrations/models/awssns-config-collection.js +0 -43
  116. package/dist/esm/project-client/services/integrations/models/awssns-config-collection.js.map +0 -1
  117. package/dist/esm/project-client/services/integrations/models/awssns-config-payload.d.ts +0 -48
  118. package/dist/esm/project-client/services/integrations/models/awssns-config-payload.d.ts.map +0 -1
  119. package/dist/esm/project-client/services/integrations/models/awssns-config-payload.js +0 -36
  120. package/dist/esm/project-client/services/integrations/models/awssns-config-payload.js.map +0 -1
  121. package/dist/esm/project-client/services/integrations/models/awssns-config.d.ts +0 -122
  122. package/dist/esm/project-client/services/integrations/models/awssns-config.d.ts.map +0 -1
  123. package/dist/esm/project-client/services/integrations/models/awssns-config.js +0 -47
  124. package/dist/esm/project-client/services/integrations/models/awssns-config.js.map +0 -1
  125. package/dist/esm/project-client/services/integrations/models/event-source-config-collection.d.ts +0 -312
  126. package/dist/esm/project-client/services/integrations/models/event-source-config-collection.d.ts.map +0 -1
  127. package/dist/esm/project-client/services/integrations/models/event-source-config-collection.js +0 -43
  128. package/dist/esm/project-client/services/integrations/models/event-source-config-collection.js.map +0 -1
  129. package/dist/esm/project-client/services/integrations/models/event-source-config-payload.d.ts +0 -48
  130. package/dist/esm/project-client/services/integrations/models/event-source-config-payload.d.ts.map +0 -1
  131. package/dist/esm/project-client/services/integrations/models/event-source-config-payload.js +0 -36
  132. package/dist/esm/project-client/services/integrations/models/event-source-config-payload.js.map +0 -1
  133. package/dist/esm/project-client/services/integrations/models/event-source-config.d.ts +0 -122
  134. package/dist/esm/project-client/services/integrations/models/event-source-config.d.ts.map +0 -1
  135. package/dist/esm/project-client/services/integrations/models/event-source-config.js +0 -47
  136. package/dist/esm/project-client/services/integrations/models/event-source-config.js.map +0 -1
  137. package/dist/esm/project-client/services/integrations/models/github-config-collection.d.ts +0 -312
  138. package/dist/esm/project-client/services/integrations/models/github-config-collection.d.ts.map +0 -1
  139. package/dist/esm/project-client/services/integrations/models/github-config-collection.js +0 -43
  140. package/dist/esm/project-client/services/integrations/models/github-config-collection.js.map +0 -1
  141. package/dist/esm/project-client/services/integrations/models/github-config-payload.d.ts +0 -48
  142. package/dist/esm/project-client/services/integrations/models/github-config-payload.d.ts.map +0 -1
  143. package/dist/esm/project-client/services/integrations/models/github-config-payload.js +0 -36
  144. package/dist/esm/project-client/services/integrations/models/github-config-payload.js.map +0 -1
  145. package/dist/esm/project-client/services/integrations/models/github-config.d.ts +0 -122
  146. package/dist/esm/project-client/services/integrations/models/github-config.d.ts.map +0 -1
  147. package/dist/esm/project-client/services/integrations/models/github-config.js +0 -47
  148. package/dist/esm/project-client/services/integrations/models/github-config.js.map +0 -1
  149. package/dist/esm/project-client/services/integrations/models/stripe-config-collection.d.ts +0 -312
  150. package/dist/esm/project-client/services/integrations/models/stripe-config-collection.d.ts.map +0 -1
  151. package/dist/esm/project-client/services/integrations/models/stripe-config-collection.js +0 -43
  152. package/dist/esm/project-client/services/integrations/models/stripe-config-collection.js.map +0 -1
  153. package/dist/esm/project-client/services/integrations/models/stripe-config-payload.d.ts +0 -48
  154. package/dist/esm/project-client/services/integrations/models/stripe-config-payload.d.ts.map +0 -1
  155. package/dist/esm/project-client/services/integrations/models/stripe-config-payload.js +0 -36
  156. package/dist/esm/project-client/services/integrations/models/stripe-config-payload.js.map +0 -1
  157. package/dist/esm/project-client/services/integrations/models/stripe-config.d.ts +0 -122
  158. package/dist/esm/project-client/services/integrations/models/stripe-config.d.ts.map +0 -1
  159. package/dist/esm/project-client/services/integrations/models/stripe-config.js +0 -47
  160. package/dist/esm/project-client/services/integrations/models/stripe-config.js.map +0 -1
  161. package/dist/esm/project-client/services/integrations/models/templates-config-collection.d.ts +0 -246
  162. package/dist/esm/project-client/services/integrations/models/templates-config-collection.d.ts.map +0 -1
  163. package/dist/esm/project-client/services/integrations/models/templates-config-collection.js +0 -43
  164. package/dist/esm/project-client/services/integrations/models/templates-config-collection.js.map +0 -1
  165. package/dist/esm/project-client/services/integrations/models/templates-config.d.ts +0 -76
  166. package/dist/esm/project-client/services/integrations/models/templates-config.d.ts.map +0 -1
  167. package/dist/esm/project-client/services/integrations/models/templates-config.js +0 -46
  168. package/dist/esm/project-client/services/integrations/models/templates-config.js.map +0 -1
  169. package/dist/esm/user-client/services/integrations/models/templates-installation.d.ts +0 -76
  170. package/dist/esm/user-client/services/integrations/models/templates-installation.d.ts.map +0 -1
  171. package/dist/esm/user-client/services/integrations/models/templates-installation.js +0 -46
  172. package/dist/esm/user-client/services/integrations/models/templates-installation.js.map +0 -1
  173. package/src/project-client/services/integrations/models/awssns-config-collection.ts +0 -54
  174. package/src/project-client/services/integrations/models/awssns-config-payload.ts +0 -45
  175. package/src/project-client/services/integrations/models/awssns-config.ts +0 -64
  176. package/src/project-client/services/integrations/models/event-source-config-collection.ts +0 -59
  177. package/src/project-client/services/integrations/models/event-source-config-payload.ts +0 -45
  178. package/src/project-client/services/integrations/models/event-source-config.ts +0 -64
  179. package/src/project-client/services/integrations/models/github-config-collection.ts +0 -54
  180. package/src/project-client/services/integrations/models/github-config-payload.ts +0 -45
  181. package/src/project-client/services/integrations/models/github-config.ts +0 -64
  182. package/src/project-client/services/integrations/models/stripe-config-collection.ts +0 -54
  183. package/src/project-client/services/integrations/models/stripe-config-payload.ts +0 -45
  184. package/src/project-client/services/integrations/models/stripe-config.ts +0 -64
  185. package/src/project-client/services/integrations/models/templates-config-collection.ts +0 -59
  186. package/src/project-client/services/integrations/models/templates-config.ts +0 -57
  187. package/src/user-client/services/integrations/models/templates-installation.ts +0 -57
@@ -1,246 +0,0 @@
1
- import { z } from 'zod';
2
- /**
3
- * The shape of the model inside the application code - what the users use
4
- */
5
- export declare const templatesConfigCollection: z.ZodLazy<z.ZodObject<{
6
- data: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
7
- config: z.ZodAny;
8
- id: z.ZodString;
9
- name: z.ZodString;
10
- }, "strip", z.ZodTypeAny, {
11
- id: string;
12
- name: string;
13
- config?: any;
14
- }, {
15
- id: string;
16
- name: string;
17
- config?: any;
18
- }>>, "many">>;
19
- links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
20
- first: z.ZodOptional<z.ZodString>;
21
- next: z.ZodNullable<z.ZodOptional<z.ZodString>>;
22
- prev: z.ZodNullable<z.ZodOptional<z.ZodString>>;
23
- }, "strip", z.ZodTypeAny, {
24
- first?: string | undefined;
25
- next?: string | null | undefined;
26
- prev?: string | null | undefined;
27
- }, {
28
- first?: string | undefined;
29
- next?: string | null | undefined;
30
- prev?: string | null | undefined;
31
- }>>>;
32
- }, "strip", z.ZodTypeAny, {
33
- data?: {
34
- id: string;
35
- name: string;
36
- config?: any;
37
- }[] | undefined;
38
- links?: {
39
- first?: string | undefined;
40
- next?: string | null | undefined;
41
- prev?: string | null | undefined;
42
- } | undefined;
43
- }, {
44
- data?: {
45
- id: string;
46
- name: string;
47
- config?: any;
48
- }[] | undefined;
49
- links?: {
50
- first?: string | undefined;
51
- next?: string | null | undefined;
52
- prev?: string | null | undefined;
53
- } | undefined;
54
- }>>;
55
- /**
56
- *
57
- * @typedef {TemplatesConfigCollection} templatesConfigCollection
58
- * @property {TemplatesConfig[]}
59
- * @property {Links}
60
- */
61
- export type TemplatesConfigCollection = z.infer<typeof templatesConfigCollection>;
62
- /**
63
- * The shape of the model mapping from the api schema into the application shape.
64
- * Is equal to application shape if all property names match the api schema
65
- */
66
- export declare const templatesConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
67
- data: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodEffects<z.ZodObject<{
68
- config: z.ZodAny;
69
- id: z.ZodString;
70
- name: z.ZodString;
71
- }, "strip", z.ZodTypeAny, {
72
- id: string;
73
- name: string;
74
- config?: any;
75
- }, {
76
- id: string;
77
- name: string;
78
- config?: any;
79
- }>, {
80
- config: any;
81
- id: string;
82
- name: string;
83
- }, {
84
- id: string;
85
- name: string;
86
- config?: any;
87
- }>>, "many">>;
88
- links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
89
- first: z.ZodOptional<z.ZodString>;
90
- next: z.ZodNullable<z.ZodOptional<z.ZodString>>;
91
- prev: z.ZodNullable<z.ZodOptional<z.ZodString>>;
92
- }, "strip", z.ZodTypeAny, {
93
- first?: string | undefined;
94
- next?: string | null | undefined;
95
- prev?: string | null | undefined;
96
- }, {
97
- first?: string | undefined;
98
- next?: string | null | undefined;
99
- prev?: string | null | undefined;
100
- }>, {
101
- first: string | undefined;
102
- next: string | null | undefined;
103
- prev: string | null | undefined;
104
- }, {
105
- first?: string | undefined;
106
- next?: string | null | undefined;
107
- prev?: string | null | undefined;
108
- }>>>;
109
- }, "strip", z.ZodTypeAny, {
110
- data?: {
111
- config: any;
112
- id: string;
113
- name: string;
114
- }[] | undefined;
115
- links?: {
116
- first: string | undefined;
117
- next: string | null | undefined;
118
- prev: string | null | undefined;
119
- } | undefined;
120
- }, {
121
- data?: {
122
- id: string;
123
- name: string;
124
- config?: any;
125
- }[] | undefined;
126
- links?: {
127
- first?: string | undefined;
128
- next?: string | null | undefined;
129
- prev?: string | null | undefined;
130
- } | undefined;
131
- }>, {
132
- data: {
133
- config: any;
134
- id: string;
135
- name: string;
136
- }[] | undefined;
137
- links: {
138
- first: string | undefined;
139
- next: string | null | undefined;
140
- prev: string | null | undefined;
141
- } | undefined;
142
- }, {
143
- data?: {
144
- id: string;
145
- name: string;
146
- config?: any;
147
- }[] | undefined;
148
- links?: {
149
- first?: string | undefined;
150
- next?: string | null | undefined;
151
- prev?: string | null | undefined;
152
- } | undefined;
153
- }>>;
154
- /**
155
- * The shape of the model mapping from the application shape into the api schema.
156
- * Is equal to application shape if all property names match the api schema
157
- */
158
- export declare const templatesConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
159
- data: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodEffects<z.ZodObject<{
160
- config: z.ZodAny;
161
- id: z.ZodString;
162
- name: z.ZodString;
163
- }, "strip", z.ZodTypeAny, {
164
- id: string;
165
- name: string;
166
- config?: any;
167
- }, {
168
- id: string;
169
- name: string;
170
- config?: any;
171
- }>, {
172
- config: any;
173
- id: string;
174
- name: string;
175
- }, {
176
- id: string;
177
- name: string;
178
- config?: any;
179
- }>>, "many">>;
180
- links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
181
- first: z.ZodOptional<z.ZodString>;
182
- next: z.ZodNullable<z.ZodOptional<z.ZodString>>;
183
- prev: z.ZodNullable<z.ZodOptional<z.ZodString>>;
184
- }, "strip", z.ZodTypeAny, {
185
- first?: string | undefined;
186
- next?: string | null | undefined;
187
- prev?: string | null | undefined;
188
- }, {
189
- first?: string | undefined;
190
- next?: string | null | undefined;
191
- prev?: string | null | undefined;
192
- }>, {
193
- first: string | undefined;
194
- next: string | null | undefined;
195
- prev: string | null | undefined;
196
- }, {
197
- first?: string | undefined;
198
- next?: string | null | undefined;
199
- prev?: string | null | undefined;
200
- }>>>;
201
- }, "strip", z.ZodTypeAny, {
202
- data?: {
203
- config: any;
204
- id: string;
205
- name: string;
206
- }[] | undefined;
207
- links?: {
208
- first: string | undefined;
209
- next: string | null | undefined;
210
- prev: string | null | undefined;
211
- } | undefined;
212
- }, {
213
- data?: {
214
- id: string;
215
- name: string;
216
- config?: any;
217
- }[] | undefined;
218
- links?: {
219
- first?: string | undefined;
220
- next?: string | null | undefined;
221
- prev?: string | null | undefined;
222
- } | undefined;
223
- }>, {
224
- data: {
225
- config: any;
226
- id: string;
227
- name: string;
228
- }[] | undefined;
229
- links: {
230
- first: string | undefined;
231
- next: string | null | undefined;
232
- prev: string | null | undefined;
233
- } | undefined;
234
- }, {
235
- data?: {
236
- id: string;
237
- name: string;
238
- config?: any;
239
- }[] | undefined;
240
- links?: {
241
- first?: string | undefined;
242
- next?: string | null | undefined;
243
- prev?: string | null | undefined;
244
- } | undefined;
245
- }>>;
246
- //# sourceMappingURL=templates-config-collection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"templates-config-collection.d.ts","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/templates-config-collection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAUxB;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKpC,CAAC;AAEH;;;;;GAKG;AACH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAElF;;;GAGG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAU5C,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAU3C,CAAC"}
@@ -1,46 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.templatesConfigCollectionRequest = exports.templatesConfigCollectionResponse = exports.templatesConfigCollection = void 0;
4
- const zod_1 = require("zod");
5
- const links_js_1 = require("../../common/links.js");
6
- const templates_config_js_1 = require("./templates-config.js");
7
- /**
8
- * The shape of the model inside the application code - what the users use
9
- */
10
- exports.templatesConfigCollection = zod_1.z.lazy(() => {
11
- return zod_1.z.object({
12
- data: zod_1.z.array(templates_config_js_1.templatesConfig).optional(),
13
- links: links_js_1.links.optional(),
14
- });
15
- });
16
- /**
17
- * The shape of the model mapping from the api schema into the application shape.
18
- * Is equal to application shape if all property names match the api schema
19
- */
20
- exports.templatesConfigCollectionResponse = zod_1.z.lazy(() => {
21
- return zod_1.z
22
- .object({
23
- data: zod_1.z.array(templates_config_js_1.templatesConfigResponse).optional(),
24
- links: links_js_1.linksResponse.optional(),
25
- })
26
- .transform((data) => ({
27
- data: data['data'],
28
- links: data['links'],
29
- }));
30
- });
31
- /**
32
- * The shape of the model mapping from the application shape into the api schema.
33
- * Is equal to application shape if all property names match the api schema
34
- */
35
- exports.templatesConfigCollectionRequest = zod_1.z.lazy(() => {
36
- return zod_1.z
37
- .object({
38
- data: zod_1.z.array(templates_config_js_1.templatesConfigRequest).optional(),
39
- links: links_js_1.linksRequest.optional(),
40
- })
41
- .transform((data) => ({
42
- data: data['data'],
43
- links: data['links'],
44
- }));
45
- });
46
- //# sourceMappingURL=templates-config-collection.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"templates-config-collection.js","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/templates-config-collection.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,oDAAkF;AAClF,+DAK+B;AAE/B;;GAEG;AACU,QAAA,yBAAyB,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACnD,OAAO,OAAC,CAAC,MAAM,CAAC;QACd,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,qCAAe,CAAC,CAAC,QAAQ,EAAE;QACzC,KAAK,EAAE,gBAAK,CAAC,QAAQ,EAAE;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAUH;;;GAGG;AACU,QAAA,iCAAiC,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IAC3D,OAAO,OAAC;SACL,MAAM,CAAC;QACN,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,6CAAuB,CAAC,CAAC,QAAQ,EAAE;QACjD,KAAK,EAAE,wBAAa,CAAC,QAAQ,EAAE;KAChC,CAAC;SACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACU,QAAA,gCAAgC,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IAC1D,OAAO,OAAC;SACL,MAAM,CAAC;QACN,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,4CAAsB,CAAC,CAAC,QAAQ,EAAE;QAChD,KAAK,EAAE,uBAAY,CAAC,QAAQ,EAAE;KAC/B,CAAC;SACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC"}
@@ -1,76 +0,0 @@
1
- import { z } from 'zod';
2
- /**
3
- * The shape of the model inside the application code - what the users use
4
- */
5
- export declare const templatesConfig: z.ZodLazy<z.ZodObject<{
6
- config: z.ZodAny;
7
- id: z.ZodString;
8
- name: z.ZodString;
9
- }, "strip", z.ZodTypeAny, {
10
- id: string;
11
- name: string;
12
- config?: any;
13
- }, {
14
- id: string;
15
- name: string;
16
- config?: any;
17
- }>>;
18
- /**
19
- *
20
- * @typedef {TemplatesConfig} templatesConfig
21
- * @property {any}
22
- * @property {string}
23
- * @property {string}
24
- */
25
- export type TemplatesConfig = z.infer<typeof templatesConfig>;
26
- /**
27
- * The shape of the model mapping from the api schema into the application shape.
28
- * Is equal to application shape if all property names match the api schema
29
- */
30
- export declare const templatesConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
31
- config: z.ZodAny;
32
- id: z.ZodString;
33
- name: z.ZodString;
34
- }, "strip", z.ZodTypeAny, {
35
- id: string;
36
- name: string;
37
- config?: any;
38
- }, {
39
- id: string;
40
- name: string;
41
- config?: any;
42
- }>, {
43
- config: any;
44
- id: string;
45
- name: string;
46
- }, {
47
- id: string;
48
- name: string;
49
- config?: any;
50
- }>>;
51
- /**
52
- * The shape of the model mapping from the application shape into the api schema.
53
- * Is equal to application shape if all property names match the api schema
54
- */
55
- export declare const templatesConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
56
- config: z.ZodAny;
57
- id: z.ZodString;
58
- name: z.ZodString;
59
- }, "strip", z.ZodTypeAny, {
60
- id: string;
61
- name: string;
62
- config?: any;
63
- }, {
64
- id: string;
65
- name: string;
66
- config?: any;
67
- }>, {
68
- config: any;
69
- id: string;
70
- name: string;
71
- }, {
72
- id: string;
73
- name: string;
74
- config?: any;
75
- }>>;
76
- //# sourceMappingURL=templates-config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"templates-config.d.ts","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/templates-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;GAM1B,CAAC;AAEH;;;;;;GAMG;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;GAYlC,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;GAYjC,CAAC"}
@@ -1,49 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.templatesConfigRequest = exports.templatesConfigResponse = exports.templatesConfig = void 0;
4
- const zod_1 = require("zod");
5
- /**
6
- * The shape of the model inside the application code - what the users use
7
- */
8
- exports.templatesConfig = zod_1.z.lazy(() => {
9
- return zod_1.z.object({
10
- config: zod_1.z.any(),
11
- id: zod_1.z.string(),
12
- name: zod_1.z.string(),
13
- });
14
- });
15
- /**
16
- * The shape of the model mapping from the api schema into the application shape.
17
- * Is equal to application shape if all property names match the api schema
18
- */
19
- exports.templatesConfigResponse = zod_1.z.lazy(() => {
20
- return zod_1.z
21
- .object({
22
- config: zod_1.z.any(),
23
- id: zod_1.z.string(),
24
- name: zod_1.z.string(),
25
- })
26
- .transform((data) => ({
27
- config: data['config'],
28
- id: data['id'],
29
- name: data['name'],
30
- }));
31
- });
32
- /**
33
- * The shape of the model mapping from the application shape into the api schema.
34
- * Is equal to application shape if all property names match the api schema
35
- */
36
- exports.templatesConfigRequest = zod_1.z.lazy(() => {
37
- return zod_1.z
38
- .object({
39
- config: zod_1.z.any(),
40
- id: zod_1.z.string(),
41
- name: zod_1.z.string(),
42
- })
43
- .transform((data) => ({
44
- config: data['config'],
45
- id: data['id'],
46
- name: data['name'],
47
- }));
48
- });
49
- //# sourceMappingURL=templates-config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"templates-config.js","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/templates-config.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB;;GAEG;AACU,QAAA,eAAe,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACzC,OAAO,OAAC,CAAC,MAAM,CAAC;QACd,MAAM,EAAE,OAAC,CAAC,GAAG,EAAE;QACf,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;QACd,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;KACjB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAWH;;;GAGG;AACU,QAAA,uBAAuB,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACjD,OAAO,OAAC;SACL,MAAM,CAAC;QACN,MAAM,EAAE,OAAC,CAAC,GAAG,EAAE;QACf,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;QACd,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;KACjB,CAAC;SACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACpB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACU,QAAA,sBAAsB,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IAChD,OAAO,OAAC;SACL,MAAM,CAAC;QACN,MAAM,EAAE,OAAC,CAAC,GAAG,EAAE;QACf,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;QACd,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;KACjB,CAAC;SACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACpB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC;QACtB,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC;QACd,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC"}
@@ -1,76 +0,0 @@
1
- import { z } from 'zod';
2
- /**
3
- * The shape of the model inside the application code - what the users use
4
- */
5
- export declare const templatesInstallation: z.ZodLazy<z.ZodObject<{
6
- category: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7
- channel: z.ZodString;
8
- text: z.ZodString;
9
- }, "strip", z.ZodTypeAny, {
10
- text: string;
11
- channel: string;
12
- category?: string | null | undefined;
13
- }, {
14
- text: string;
15
- channel: string;
16
- category?: string | null | undefined;
17
- }>>;
18
- /**
19
- *
20
- * @typedef {TemplatesInstallation} templatesInstallation
21
- * @property {string}
22
- * @property {string}
23
- * @property {string}
24
- */
25
- export type TemplatesInstallation = z.infer<typeof templatesInstallation>;
26
- /**
27
- * The shape of the model mapping from the api schema into the application shape.
28
- * Is equal to application shape if all property names match the api schema
29
- */
30
- export declare const templatesInstallationResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
31
- category: z.ZodNullable<z.ZodOptional<z.ZodString>>;
32
- channel: z.ZodString;
33
- text: z.ZodString;
34
- }, "strip", z.ZodTypeAny, {
35
- text: string;
36
- channel: string;
37
- category?: string | null | undefined;
38
- }, {
39
- text: string;
40
- channel: string;
41
- category?: string | null | undefined;
42
- }>, {
43
- category: string | null | undefined;
44
- channel: string;
45
- text: string;
46
- }, {
47
- text: string;
48
- channel: string;
49
- category?: string | null | undefined;
50
- }>>;
51
- /**
52
- * The shape of the model mapping from the application shape into the api schema.
53
- * Is equal to application shape if all property names match the api schema
54
- */
55
- export declare const templatesInstallationRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
56
- category: z.ZodNullable<z.ZodOptional<z.ZodString>>;
57
- channel: z.ZodString;
58
- text: z.ZodString;
59
- }, "strip", z.ZodTypeAny, {
60
- text: string;
61
- channel: string;
62
- category?: string | null | undefined;
63
- }, {
64
- text: string;
65
- channel: string;
66
- category?: string | null | undefined;
67
- }>, {
68
- category: string | null | undefined;
69
- channel: string;
70
- text: string;
71
- }, {
72
- text: string;
73
- channel: string;
74
- category?: string | null | undefined;
75
- }>>;
76
- //# sourceMappingURL=templates-installation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"templates-installation.d.ts","sourceRoot":"","sources":["../../../../../../src/user-client/services/integrations/models/templates-installation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;GAMhC,CAAC;AAEH;;;;;;GAMG;AACH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE1E;;;GAGG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;GAYxC,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;GAYvC,CAAC"}
@@ -1,49 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.templatesInstallationRequest = exports.templatesInstallationResponse = exports.templatesInstallation = void 0;
4
- const zod_1 = require("zod");
5
- /**
6
- * The shape of the model inside the application code - what the users use
7
- */
8
- exports.templatesInstallation = zod_1.z.lazy(() => {
9
- return zod_1.z.object({
10
- category: zod_1.z.string().optional().nullable(),
11
- channel: zod_1.z.string(),
12
- text: zod_1.z.string(),
13
- });
14
- });
15
- /**
16
- * The shape of the model mapping from the api schema into the application shape.
17
- * Is equal to application shape if all property names match the api schema
18
- */
19
- exports.templatesInstallationResponse = zod_1.z.lazy(() => {
20
- return zod_1.z
21
- .object({
22
- category: zod_1.z.string().optional().nullable(),
23
- channel: zod_1.z.string(),
24
- text: zod_1.z.string(),
25
- })
26
- .transform((data) => ({
27
- category: data['category'],
28
- channel: data['channel'],
29
- text: data['text'],
30
- }));
31
- });
32
- /**
33
- * The shape of the model mapping from the application shape into the api schema.
34
- * Is equal to application shape if all property names match the api schema
35
- */
36
- exports.templatesInstallationRequest = zod_1.z.lazy(() => {
37
- return zod_1.z
38
- .object({
39
- category: zod_1.z.string().optional().nullable(),
40
- channel: zod_1.z.string(),
41
- text: zod_1.z.string(),
42
- })
43
- .transform((data) => ({
44
- category: data['category'],
45
- channel: data['channel'],
46
- text: data['text'],
47
- }));
48
- });
49
- //# sourceMappingURL=templates-installation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"templates-installation.js","sourceRoot":"","sources":["../../../../../../src/user-client/services/integrations/models/templates-installation.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB;;GAEG;AACU,QAAA,qBAAqB,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IAC/C,OAAO,OAAC,CAAC,MAAM,CAAC;QACd,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;QAC1C,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;QACnB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;KACjB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAWH;;;GAGG;AACU,QAAA,6BAA6B,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACvD,OAAO,OAAC;SACL,MAAM,CAAC;QACN,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;QAC1C,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;QACnB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;KACjB,CAAC;SACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACpB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACU,QAAA,4BAA4B,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACtD,OAAO,OAAC;SACL,MAAM,CAAC;QACN,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;QAC1C,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE;QACnB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;KACjB,CAAC;SACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACpB,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC1B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC;QACxB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;KACnB,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC"}