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,312 +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 awssnsConfigCollection: z.ZodLazy<z.ZodObject<{
6
- data: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodObject<{
7
- config: z.ZodLazy<z.ZodObject<{
8
- webhookSigningSecret: z.ZodString;
9
- }, "strip", z.ZodTypeAny, {
10
- webhookSigningSecret: string;
11
- }, {
12
- webhookSigningSecret: string;
13
- }>>;
14
- id: z.ZodString;
15
- name: z.ZodString;
16
- }, "strip", z.ZodTypeAny, {
17
- config: {
18
- webhookSigningSecret: string;
19
- };
20
- id: string;
21
- name: string;
22
- }, {
23
- config: {
24
- webhookSigningSecret: string;
25
- };
26
- id: string;
27
- name: string;
28
- }>>, "many">>;
29
- links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
30
- first: z.ZodOptional<z.ZodString>;
31
- next: z.ZodNullable<z.ZodOptional<z.ZodString>>;
32
- prev: z.ZodNullable<z.ZodOptional<z.ZodString>>;
33
- }, "strip", z.ZodTypeAny, {
34
- first?: string | undefined;
35
- next?: string | null | undefined;
36
- prev?: string | null | undefined;
37
- }, {
38
- first?: string | undefined;
39
- next?: string | null | undefined;
40
- prev?: string | null | undefined;
41
- }>>>;
42
- }, "strip", z.ZodTypeAny, {
43
- data?: {
44
- config: {
45
- webhookSigningSecret: string;
46
- };
47
- id: string;
48
- name: string;
49
- }[] | undefined;
50
- links?: {
51
- first?: string | undefined;
52
- next?: string | null | undefined;
53
- prev?: string | null | undefined;
54
- } | undefined;
55
- }, {
56
- data?: {
57
- config: {
58
- webhookSigningSecret: string;
59
- };
60
- id: string;
61
- name: string;
62
- }[] | undefined;
63
- links?: {
64
- first?: string | undefined;
65
- next?: string | null | undefined;
66
- prev?: string | null | undefined;
67
- } | undefined;
68
- }>>;
69
- /**
70
- *
71
- * @typedef {AwssnsConfigCollection} awssnsConfigCollection
72
- * @property {AwssnsConfig[]}
73
- * @property {Links}
74
- */
75
- export type AwssnsConfigCollection = z.infer<typeof awssnsConfigCollection>;
76
- /**
77
- * The shape of the model mapping from the api schema into the application shape.
78
- * Is equal to application shape if all property names match the api schema
79
- */
80
- export declare const awssnsConfigCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
81
- data: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodEffects<z.ZodObject<{
82
- config: z.ZodLazy<z.ZodEffects<z.ZodObject<{
83
- webhook_signing_secret: z.ZodString;
84
- }, "strip", z.ZodTypeAny, {
85
- webhook_signing_secret: string;
86
- }, {
87
- webhook_signing_secret: string;
88
- }>, {
89
- webhookSigningSecret: string;
90
- }, {
91
- webhook_signing_secret: string;
92
- }>>;
93
- id: z.ZodString;
94
- name: z.ZodString;
95
- }, "strip", z.ZodTypeAny, {
96
- config: {
97
- webhookSigningSecret: string;
98
- };
99
- id: string;
100
- name: string;
101
- }, {
102
- config: {
103
- webhook_signing_secret: string;
104
- };
105
- id: string;
106
- name: string;
107
- }>, {
108
- config: {
109
- webhookSigningSecret: string;
110
- };
111
- id: string;
112
- name: string;
113
- }, {
114
- config: {
115
- webhook_signing_secret: string;
116
- };
117
- id: string;
118
- name: string;
119
- }>>, "many">>;
120
- links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
121
- first: z.ZodOptional<z.ZodString>;
122
- next: z.ZodNullable<z.ZodOptional<z.ZodString>>;
123
- prev: z.ZodNullable<z.ZodOptional<z.ZodString>>;
124
- }, "strip", z.ZodTypeAny, {
125
- first?: string | undefined;
126
- next?: string | null | undefined;
127
- prev?: string | null | undefined;
128
- }, {
129
- first?: string | undefined;
130
- next?: string | null | undefined;
131
- prev?: string | null | undefined;
132
- }>, {
133
- first: string | undefined;
134
- next: string | null | undefined;
135
- prev: string | null | undefined;
136
- }, {
137
- first?: string | undefined;
138
- next?: string | null | undefined;
139
- prev?: string | null | undefined;
140
- }>>>;
141
- }, "strip", z.ZodTypeAny, {
142
- data?: {
143
- config: {
144
- webhookSigningSecret: string;
145
- };
146
- id: string;
147
- name: string;
148
- }[] | undefined;
149
- links?: {
150
- first: string | undefined;
151
- next: string | null | undefined;
152
- prev: string | null | undefined;
153
- } | undefined;
154
- }, {
155
- data?: {
156
- config: {
157
- webhook_signing_secret: string;
158
- };
159
- id: string;
160
- name: string;
161
- }[] | undefined;
162
- links?: {
163
- first?: string | undefined;
164
- next?: string | null | undefined;
165
- prev?: string | null | undefined;
166
- } | undefined;
167
- }>, {
168
- data: {
169
- config: {
170
- webhookSigningSecret: string;
171
- };
172
- id: string;
173
- name: string;
174
- }[] | undefined;
175
- links: {
176
- first: string | undefined;
177
- next: string | null | undefined;
178
- prev: string | null | undefined;
179
- } | undefined;
180
- }, {
181
- data?: {
182
- config: {
183
- webhook_signing_secret: string;
184
- };
185
- id: string;
186
- name: string;
187
- }[] | undefined;
188
- links?: {
189
- first?: string | undefined;
190
- next?: string | null | undefined;
191
- prev?: string | null | undefined;
192
- } | undefined;
193
- }>>;
194
- /**
195
- * The shape of the model mapping from the application shape into the api schema.
196
- * Is equal to application shape if all property names match the api schema
197
- */
198
- export declare const awssnsConfigCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
199
- data: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodEffects<z.ZodObject<{
200
- config: z.ZodLazy<z.ZodEffects<z.ZodObject<{
201
- webhookSigningSecret: z.ZodString;
202
- }, "strip", z.ZodTypeAny, {
203
- webhookSigningSecret: string;
204
- }, {
205
- webhookSigningSecret: string;
206
- }>, {
207
- webhook_signing_secret: string;
208
- }, {
209
- webhookSigningSecret: string;
210
- }>>;
211
- id: z.ZodString;
212
- name: z.ZodString;
213
- }, "strip", z.ZodTypeAny, {
214
- config: {
215
- webhook_signing_secret: string;
216
- };
217
- id: string;
218
- name: string;
219
- }, {
220
- config: {
221
- webhookSigningSecret: string;
222
- };
223
- id: string;
224
- name: string;
225
- }>, {
226
- config: {
227
- webhook_signing_secret: string;
228
- };
229
- id: string;
230
- name: string;
231
- }, {
232
- config: {
233
- webhookSigningSecret: string;
234
- };
235
- id: string;
236
- name: string;
237
- }>>, "many">>;
238
- links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
239
- first: z.ZodOptional<z.ZodString>;
240
- next: z.ZodNullable<z.ZodOptional<z.ZodString>>;
241
- prev: z.ZodNullable<z.ZodOptional<z.ZodString>>;
242
- }, "strip", z.ZodTypeAny, {
243
- first?: string | undefined;
244
- next?: string | null | undefined;
245
- prev?: string | null | undefined;
246
- }, {
247
- first?: string | undefined;
248
- next?: string | null | undefined;
249
- prev?: string | null | undefined;
250
- }>, {
251
- first: string | undefined;
252
- next: string | null | undefined;
253
- prev: string | null | undefined;
254
- }, {
255
- first?: string | undefined;
256
- next?: string | null | undefined;
257
- prev?: string | null | undefined;
258
- }>>>;
259
- }, "strip", z.ZodTypeAny, {
260
- data?: {
261
- config: {
262
- webhook_signing_secret: string;
263
- };
264
- id: string;
265
- name: string;
266
- }[] | undefined;
267
- links?: {
268
- first: string | undefined;
269
- next: string | null | undefined;
270
- prev: string | null | undefined;
271
- } | undefined;
272
- }, {
273
- data?: {
274
- config: {
275
- webhookSigningSecret: string;
276
- };
277
- id: string;
278
- name: string;
279
- }[] | undefined;
280
- links?: {
281
- first?: string | undefined;
282
- next?: string | null | undefined;
283
- prev?: string | null | undefined;
284
- } | undefined;
285
- }>, {
286
- data: {
287
- config: {
288
- webhook_signing_secret: string;
289
- };
290
- id: string;
291
- name: string;
292
- }[] | undefined;
293
- links: {
294
- first: string | undefined;
295
- next: string | null | undefined;
296
- prev: string | null | undefined;
297
- } | undefined;
298
- }, {
299
- data?: {
300
- config: {
301
- webhookSigningSecret: string;
302
- };
303
- id: string;
304
- name: string;
305
- }[] | undefined;
306
- links?: {
307
- first?: string | undefined;
308
- next?: string | null | undefined;
309
- prev?: string | null | undefined;
310
- } | undefined;
311
- }>>;
312
- //# sourceMappingURL=awssns-config-collection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"awssns-config-collection.d.ts","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/awssns-config-collection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKjC,CAAC;AAEH;;;;;GAKG;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E;;;GAGG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUzC,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUxC,CAAC"}
@@ -1,43 +0,0 @@
1
- import { z } from 'zod';
2
- import { links, linksRequest, linksResponse } from '../../common/links.js';
3
- import { awssnsConfig, awssnsConfigRequest, awssnsConfigResponse } from './awssns-config.js';
4
- /**
5
- * The shape of the model inside the application code - what the users use
6
- */
7
- export const awssnsConfigCollection = z.lazy(() => {
8
- return z.object({
9
- data: z.array(awssnsConfig).optional(),
10
- links: links.optional(),
11
- });
12
- });
13
- /**
14
- * The shape of the model mapping from the api schema into the application shape.
15
- * Is equal to application shape if all property names match the api schema
16
- */
17
- export const awssnsConfigCollectionResponse = z.lazy(() => {
18
- return z
19
- .object({
20
- data: z.array(awssnsConfigResponse).optional(),
21
- links: linksResponse.optional(),
22
- })
23
- .transform((data) => ({
24
- data: data['data'],
25
- links: data['links'],
26
- }));
27
- });
28
- /**
29
- * The shape of the model mapping from the application shape into the api schema.
30
- * Is equal to application shape if all property names match the api schema
31
- */
32
- export const awssnsConfigCollectionRequest = z.lazy(() => {
33
- return z
34
- .object({
35
- data: z.array(awssnsConfigRequest).optional(),
36
- links: linksRequest.optional(),
37
- })
38
- .transform((data) => ({
39
- data: data['data'],
40
- links: data['links'],
41
- }));
42
- });
43
- //# sourceMappingURL=awssns-config-collection.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"awssns-config-collection.js","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/awssns-config-collection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAS,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAClF,OAAO,EAAgB,YAAY,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE3G;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IAChD,OAAO,CAAC,CAAC,MAAM,CAAC;QACd,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,QAAQ,EAAE;QACtC,KAAK,EAAE,KAAK,CAAC,QAAQ,EAAE;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAUH;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACxD,OAAO,CAAC;SACL,MAAM,CAAC;QACN,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CAAC,QAAQ,EAAE;QAC9C,KAAK,EAAE,aAAa,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;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACvD,OAAO,CAAC;SACL,MAAM,CAAC;QACN,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC,QAAQ,EAAE;QAC7C,KAAK,EAAE,YAAY,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,48 +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 awssnsConfigPayload: z.ZodLazy<z.ZodObject<{
6
- webhookSigningSecret: z.ZodString;
7
- }, "strip", z.ZodTypeAny, {
8
- webhookSigningSecret: string;
9
- }, {
10
- webhookSigningSecret: string;
11
- }>>;
12
- /**
13
- *
14
- * @typedef {AwssnsConfigPayload} awssnsConfigPayload
15
- * @property {string} - The signing certificate from AWS SNS
16
- */
17
- export type AwssnsConfigPayload = z.infer<typeof awssnsConfigPayload>;
18
- /**
19
- * The shape of the model mapping from the api schema into the application shape.
20
- * Is equal to application shape if all property names match the api schema
21
- */
22
- export declare const awssnsConfigPayloadResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
23
- webhook_signing_secret: z.ZodString;
24
- }, "strip", z.ZodTypeAny, {
25
- webhook_signing_secret: string;
26
- }, {
27
- webhook_signing_secret: string;
28
- }>, {
29
- webhookSigningSecret: string;
30
- }, {
31
- webhook_signing_secret: string;
32
- }>>;
33
- /**
34
- * The shape of the model mapping from the application shape into the api schema.
35
- * Is equal to application shape if all property names match the api schema
36
- */
37
- export declare const awssnsConfigPayloadRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
38
- webhookSigningSecret: z.ZodString;
39
- }, "strip", z.ZodTypeAny, {
40
- webhookSigningSecret: string;
41
- }, {
42
- webhookSigningSecret: string;
43
- }>, {
44
- webhook_signing_secret: string;
45
- }, {
46
- webhookSigningSecret: string;
47
- }>>;
48
- //# sourceMappingURL=awssns-config-payload.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"awssns-config-payload.d.ts","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/awssns-config-payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;GAI9B,CAAC;AAEH;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE;;;GAGG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;GAQtC,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;GAQrC,CAAC"}
@@ -1,36 +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 const awssnsConfigPayload = z.lazy(() => {
6
- return z.object({
7
- webhookSigningSecret: z.string().min(1),
8
- });
9
- });
10
- /**
11
- * The shape of the model mapping from the api schema into the application shape.
12
- * Is equal to application shape if all property names match the api schema
13
- */
14
- export const awssnsConfigPayloadResponse = z.lazy(() => {
15
- return z
16
- .object({
17
- webhook_signing_secret: z.string().min(1),
18
- })
19
- .transform((data) => ({
20
- webhookSigningSecret: data['webhook_signing_secret'],
21
- }));
22
- });
23
- /**
24
- * The shape of the model mapping from the application shape into the api schema.
25
- * Is equal to application shape if all property names match the api schema
26
- */
27
- export const awssnsConfigPayloadRequest = z.lazy(() => {
28
- return z
29
- .object({
30
- webhookSigningSecret: z.string().min(1),
31
- })
32
- .transform((data) => ({
33
- webhook_signing_secret: data['webhookSigningSecret'],
34
- }));
35
- });
36
- //# sourceMappingURL=awssns-config-payload.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"awssns-config-payload.js","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/awssns-config-payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IAC7C,OAAO,CAAC,CAAC,MAAM,CAAC;QACd,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;KACxC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AASH;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACrD,OAAO,CAAC;SACL,MAAM,CAAC;QACN,sBAAsB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;KAC1C,CAAC;SACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACpB,oBAAoB,EAAE,IAAI,CAAC,wBAAwB,CAAC;KACrD,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACpD,OAAO,CAAC;SACL,MAAM,CAAC;QACN,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;KACxC,CAAC;SACD,SAAS,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QACpB,sBAAsB,EAAE,IAAI,CAAC,sBAAsB,CAAC;KACrD,CAAC,CAAC,CAAC;AACR,CAAC,CAAC,CAAC"}
@@ -1,122 +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 awssnsConfig: z.ZodLazy<z.ZodObject<{
6
- config: z.ZodLazy<z.ZodObject<{
7
- webhookSigningSecret: z.ZodString;
8
- }, "strip", z.ZodTypeAny, {
9
- webhookSigningSecret: string;
10
- }, {
11
- webhookSigningSecret: string;
12
- }>>;
13
- id: z.ZodString;
14
- name: z.ZodString;
15
- }, "strip", z.ZodTypeAny, {
16
- config: {
17
- webhookSigningSecret: string;
18
- };
19
- id: string;
20
- name: string;
21
- }, {
22
- config: {
23
- webhookSigningSecret: string;
24
- };
25
- id: string;
26
- name: string;
27
- }>>;
28
- /**
29
- *
30
- * @typedef {AwssnsConfig} awssnsConfig
31
- * @property {AwssnsConfigPayload}
32
- * @property {string}
33
- * @property {string}
34
- */
35
- export type AwssnsConfig = z.infer<typeof awssnsConfig>;
36
- /**
37
- * The shape of the model mapping from the api schema into the application shape.
38
- * Is equal to application shape if all property names match the api schema
39
- */
40
- export declare const awssnsConfigResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
41
- config: z.ZodLazy<z.ZodEffects<z.ZodObject<{
42
- webhook_signing_secret: z.ZodString;
43
- }, "strip", z.ZodTypeAny, {
44
- webhook_signing_secret: string;
45
- }, {
46
- webhook_signing_secret: string;
47
- }>, {
48
- webhookSigningSecret: string;
49
- }, {
50
- webhook_signing_secret: string;
51
- }>>;
52
- id: z.ZodString;
53
- name: z.ZodString;
54
- }, "strip", z.ZodTypeAny, {
55
- config: {
56
- webhookSigningSecret: string;
57
- };
58
- id: string;
59
- name: string;
60
- }, {
61
- config: {
62
- webhook_signing_secret: string;
63
- };
64
- id: string;
65
- name: string;
66
- }>, {
67
- config: {
68
- webhookSigningSecret: string;
69
- };
70
- id: string;
71
- name: string;
72
- }, {
73
- config: {
74
- webhook_signing_secret: string;
75
- };
76
- id: string;
77
- name: string;
78
- }>>;
79
- /**
80
- * The shape of the model mapping from the application shape into the api schema.
81
- * Is equal to application shape if all property names match the api schema
82
- */
83
- export declare const awssnsConfigRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
84
- config: z.ZodLazy<z.ZodEffects<z.ZodObject<{
85
- webhookSigningSecret: z.ZodString;
86
- }, "strip", z.ZodTypeAny, {
87
- webhookSigningSecret: string;
88
- }, {
89
- webhookSigningSecret: string;
90
- }>, {
91
- webhook_signing_secret: string;
92
- }, {
93
- webhookSigningSecret: string;
94
- }>>;
95
- id: z.ZodString;
96
- name: z.ZodString;
97
- }, "strip", z.ZodTypeAny, {
98
- config: {
99
- webhook_signing_secret: string;
100
- };
101
- id: string;
102
- name: string;
103
- }, {
104
- config: {
105
- webhookSigningSecret: string;
106
- };
107
- id: string;
108
- name: string;
109
- }>, {
110
- config: {
111
- webhook_signing_secret: string;
112
- };
113
- id: string;
114
- name: string;
115
- }, {
116
- config: {
117
- webhookSigningSecret: string;
118
- };
119
- id: string;
120
- name: string;
121
- }>>;
122
- //# sourceMappingURL=awssns-config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"awssns-config.d.ts","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/awssns-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AASxB;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;GAMvB,CAAC;AAEH;;;;;;GAMG;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAExD;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAY/B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAY9B,CAAC"}
@@ -1,47 +0,0 @@
1
- import { z } from 'zod';
2
- import { awssnsConfigPayload, awssnsConfigPayloadRequest, awssnsConfigPayloadResponse, } from './awssns-config-payload.js';
3
- /**
4
- * The shape of the model inside the application code - what the users use
5
- */
6
- export const awssnsConfig = z.lazy(() => {
7
- return z.object({
8
- config: awssnsConfigPayload,
9
- id: z.string(),
10
- name: z.string(),
11
- });
12
- });
13
- /**
14
- * The shape of the model mapping from the api schema into the application shape.
15
- * Is equal to application shape if all property names match the api schema
16
- */
17
- export const awssnsConfigResponse = z.lazy(() => {
18
- return z
19
- .object({
20
- config: awssnsConfigPayloadResponse,
21
- id: z.string(),
22
- name: z.string(),
23
- })
24
- .transform((data) => ({
25
- config: data['config'],
26
- id: data['id'],
27
- name: data['name'],
28
- }));
29
- });
30
- /**
31
- * The shape of the model mapping from the application shape into the api schema.
32
- * Is equal to application shape if all property names match the api schema
33
- */
34
- export const awssnsConfigRequest = z.lazy(() => {
35
- return z
36
- .object({
37
- config: awssnsConfigPayloadRequest,
38
- id: z.string(),
39
- name: z.string(),
40
- })
41
- .transform((data) => ({
42
- config: data['config'],
43
- id: data['id'],
44
- name: data['name'],
45
- }));
46
- });
47
- //# sourceMappingURL=awssns-config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"awssns-config.js","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/awssns-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAEL,mBAAmB,EACnB,0BAA0B,EAC1B,2BAA2B,GAC5B,MAAM,4BAA4B,CAAC;AAEpC;;GAEG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACtC,OAAO,CAAC,CAAC,MAAM,CAAC;QACd,MAAM,EAAE,mBAAmB;QAC3B,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;QACd,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;KACjB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAWH;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IAC9C,OAAO,CAAC;SACL,MAAM,CAAC;QACN,MAAM,EAAE,2BAA2B;QACnC,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;QACd,IAAI,EAAE,CAAC,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;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IAC7C,OAAO,CAAC;SACL,MAAM,CAAC;QACN,MAAM,EAAE,0BAA0B;QAClC,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;QACd,IAAI,EAAE,CAAC,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"}