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 githubConfigCollection: 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 {GithubConfigCollection} githubConfigCollection
72
- * @property {GithubConfig[]}
73
- * @property {Links}
74
- */
75
- export type GithubConfigCollection = z.infer<typeof githubConfigCollection>;
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 githubConfigCollectionResponse: 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 githubConfigCollectionRequest: 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=github-config-collection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"github-config-collection.d.ts","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/github-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,46 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.githubConfigCollectionRequest = exports.githubConfigCollectionResponse = exports.githubConfigCollection = void 0;
4
- const zod_1 = require("zod");
5
- const links_js_1 = require("../../common/links.js");
6
- const github_config_js_1 = require("./github-config.js");
7
- /**
8
- * The shape of the model inside the application code - what the users use
9
- */
10
- exports.githubConfigCollection = zod_1.z.lazy(() => {
11
- return zod_1.z.object({
12
- data: zod_1.z.array(github_config_js_1.githubConfig).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.githubConfigCollectionResponse = zod_1.z.lazy(() => {
21
- return zod_1.z
22
- .object({
23
- data: zod_1.z.array(github_config_js_1.githubConfigResponse).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.githubConfigCollectionRequest = zod_1.z.lazy(() => {
36
- return zod_1.z
37
- .object({
38
- data: zod_1.z.array(github_config_js_1.githubConfigRequest).optional(),
39
- links: links_js_1.linksRequest.optional(),
40
- })
41
- .transform((data) => ({
42
- data: data['data'],
43
- links: data['links'],
44
- }));
45
- });
46
- //# sourceMappingURL=github-config-collection.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"github-config-collection.js","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/github-config-collection.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,oDAAkF;AAClF,yDAA2G;AAE3G;;GAEG;AACU,QAAA,sBAAsB,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IAChD,OAAO,OAAC,CAAC,MAAM,CAAC;QACd,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,+BAAY,CAAC,CAAC,QAAQ,EAAE;QACtC,KAAK,EAAE,gBAAK,CAAC,QAAQ,EAAE;KACxB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAUH;;;GAGG;AACU,QAAA,8BAA8B,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACxD,OAAO,OAAC;SACL,MAAM,CAAC;QACN,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,uCAAoB,CAAC,CAAC,QAAQ,EAAE;QAC9C,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,6BAA6B,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACvD,OAAO,OAAC;SACL,MAAM,CAAC;QACN,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,sCAAmB,CAAC,CAAC,QAAQ,EAAE;QAC7C,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,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 githubConfigPayload: z.ZodLazy<z.ZodObject<{
6
- webhookSigningSecret: z.ZodString;
7
- }, "strip", z.ZodTypeAny, {
8
- webhookSigningSecret: string;
9
- }, {
10
- webhookSigningSecret: string;
11
- }>>;
12
- /**
13
- *
14
- * @typedef {GithubConfigPayload} githubConfigPayload
15
- * @property {string} - The signing secret to verify incoming requests from Github
16
- */
17
- export type GithubConfigPayload = z.infer<typeof githubConfigPayload>;
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 githubConfigPayloadResponse: 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 githubConfigPayloadRequest: 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=github-config-payload.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"github-config-payload.d.ts","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/github-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,39 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.githubConfigPayloadRequest = exports.githubConfigPayloadResponse = exports.githubConfigPayload = 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.githubConfigPayload = zod_1.z.lazy(() => {
9
- return zod_1.z.object({
10
- webhookSigningSecret: zod_1.z.string().min(1).max(100),
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
- exports.githubConfigPayloadResponse = zod_1.z.lazy(() => {
18
- return zod_1.z
19
- .object({
20
- webhook_signing_secret: zod_1.z.string().min(1).max(100),
21
- })
22
- .transform((data) => ({
23
- webhookSigningSecret: data['webhook_signing_secret'],
24
- }));
25
- });
26
- /**
27
- * The shape of the model mapping from the application shape into the api schema.
28
- * Is equal to application shape if all property names match the api schema
29
- */
30
- exports.githubConfigPayloadRequest = zod_1.z.lazy(() => {
31
- return zod_1.z
32
- .object({
33
- webhookSigningSecret: zod_1.z.string().min(1).max(100),
34
- })
35
- .transform((data) => ({
36
- webhook_signing_secret: data['webhookSigningSecret'],
37
- }));
38
- });
39
- //# sourceMappingURL=github-config-payload.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"github-config-payload.js","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/github-config-payload.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB;;GAEG;AACU,QAAA,mBAAmB,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IAC7C,OAAO,OAAC,CAAC,MAAM,CAAC;QACd,oBAAoB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC;KACjD,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AASH;;;GAGG;AACU,QAAA,2BAA2B,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACrD,OAAO,OAAC;SACL,MAAM,CAAC;QACN,sBAAsB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC;KACnD,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;AACU,QAAA,0BAA0B,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACpD,OAAO,OAAC;SACL,MAAM,CAAC;QACN,oBAAoB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC;KACjD,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 githubConfig: 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 {GithubConfig} githubConfig
31
- * @property {GithubConfigPayload}
32
- * @property {string}
33
- * @property {string}
34
- */
35
- export type GithubConfig = z.infer<typeof githubConfig>;
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 githubConfigResponse: 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 githubConfigRequest: 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=github-config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"github-config.d.ts","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/github-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,50 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.githubConfigRequest = exports.githubConfigResponse = exports.githubConfig = void 0;
4
- const zod_1 = require("zod");
5
- const github_config_payload_js_1 = require("./github-config-payload.js");
6
- /**
7
- * The shape of the model inside the application code - what the users use
8
- */
9
- exports.githubConfig = zod_1.z.lazy(() => {
10
- return zod_1.z.object({
11
- config: github_config_payload_js_1.githubConfigPayload,
12
- id: zod_1.z.string(),
13
- name: zod_1.z.string(),
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.githubConfigResponse = zod_1.z.lazy(() => {
21
- return zod_1.z
22
- .object({
23
- config: github_config_payload_js_1.githubConfigPayloadResponse,
24
- id: zod_1.z.string(),
25
- name: zod_1.z.string(),
26
- })
27
- .transform((data) => ({
28
- config: data['config'],
29
- id: data['id'],
30
- name: data['name'],
31
- }));
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
- exports.githubConfigRequest = zod_1.z.lazy(() => {
38
- return zod_1.z
39
- .object({
40
- config: github_config_payload_js_1.githubConfigPayloadRequest,
41
- id: zod_1.z.string(),
42
- name: zod_1.z.string(),
43
- })
44
- .transform((data) => ({
45
- config: data['config'],
46
- id: data['id'],
47
- name: data['name'],
48
- }));
49
- });
50
- //# sourceMappingURL=github-config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"github-config.js","sourceRoot":"","sources":["../../../../../../src/project-client/services/integrations/models/github-config.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,yEAKoC;AAEpC;;GAEG;AACU,QAAA,YAAY,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IACtC,OAAO,OAAC,CAAC,MAAM,CAAC;QACd,MAAM,EAAE,8CAAmB;QAC3B,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;QACd,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;KACjB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAWH;;;GAGG;AACU,QAAA,oBAAoB,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IAC9C,OAAO,OAAC;SACL,MAAM,CAAC;QACN,MAAM,EAAE,sDAA2B;QACnC,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,mBAAmB,GAAG,OAAC,CAAC,IAAI,CAAC,GAAG,EAAE;IAC7C,OAAO,OAAC;SACL,MAAM,CAAC;QACN,MAAM,EAAE,qDAA0B;QAClC,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"}