@usenotra/sdk 1.0.3 → 1.0.4

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 (102) hide show
  1. package/README.md +12 -1
  2. package/dist/commonjs/funcs/schedules-create-schedule.d.ts +15 -0
  3. package/dist/commonjs/funcs/schedules-create-schedule.d.ts.map +1 -0
  4. package/dist/commonjs/funcs/schedules-create-schedule.js +117 -0
  5. package/dist/commonjs/funcs/schedules-create-schedule.js.map +1 -0
  6. package/dist/commonjs/funcs/schedules-delete-schedule.d.ts +15 -0
  7. package/dist/commonjs/funcs/schedules-delete-schedule.d.ts.map +1 -0
  8. package/dist/commonjs/funcs/schedules-delete-schedule.js +122 -0
  9. package/dist/commonjs/funcs/schedules-delete-schedule.js.map +1 -0
  10. package/dist/commonjs/funcs/schedules-list-schedules.d.ts +15 -0
  11. package/dist/commonjs/funcs/schedules-list-schedules.d.ts.map +1 -0
  12. package/dist/commonjs/funcs/schedules-list-schedules.js +120 -0
  13. package/dist/commonjs/funcs/schedules-list-schedules.js.map +1 -0
  14. package/dist/commonjs/funcs/schedules-update-schedule.d.ts +15 -0
  15. package/dist/commonjs/funcs/schedules-update-schedule.d.ts.map +1 -0
  16. package/dist/commonjs/funcs/schedules-update-schedule.js +123 -0
  17. package/dist/commonjs/funcs/schedules-update-schedule.js.map +1 -0
  18. package/dist/commonjs/lib/config.d.ts +2 -2
  19. package/dist/commonjs/lib/config.js +2 -2
  20. package/dist/commonjs/models/operations/create-post-generation.d.ts +8 -8
  21. package/dist/commonjs/models/operations/create-post-generation.d.ts.map +1 -1
  22. package/dist/commonjs/models/operations/create-post-generation.js +7 -8
  23. package/dist/commonjs/models/operations/create-post-generation.js.map +1 -1
  24. package/dist/commonjs/models/operations/create-schedule.d.ts +229 -0
  25. package/dist/commonjs/models/operations/create-schedule.d.ts.map +1 -0
  26. package/dist/commonjs/models/operations/create-schedule.js +248 -0
  27. package/dist/commonjs/models/operations/create-schedule.js.map +1 -0
  28. package/dist/commonjs/models/operations/delete-schedule.d.ts +33 -0
  29. package/dist/commonjs/models/operations/delete-schedule.d.ts.map +1 -0
  30. package/dist/commonjs/models/operations/delete-schedule.js +72 -0
  31. package/dist/commonjs/models/operations/delete-schedule.js.map +1 -0
  32. package/dist/commonjs/models/operations/index.d.ts +4 -0
  33. package/dist/commonjs/models/operations/index.d.ts.map +1 -1
  34. package/dist/commonjs/models/operations/index.js +4 -0
  35. package/dist/commonjs/models/operations/index.js.map +1 -1
  36. package/dist/commonjs/models/operations/list-schedules.d.ts +128 -0
  37. package/dist/commonjs/models/operations/list-schedules.d.ts.map +1 -0
  38. package/dist/commonjs/models/operations/list-schedules.js +167 -0
  39. package/dist/commonjs/models/operations/list-schedules.js.map +1 -0
  40. package/dist/commonjs/models/operations/update-schedule.d.ts +241 -0
  41. package/dist/commonjs/models/operations/update-schedule.d.ts.map +1 -0
  42. package/dist/commonjs/models/operations/update-schedule.js +257 -0
  43. package/dist/commonjs/models/operations/update-schedule.js.map +1 -0
  44. package/dist/commonjs/sdk/schedules.d.ts +21 -0
  45. package/dist/commonjs/sdk/schedules.d.ts.map +1 -0
  46. package/dist/commonjs/sdk/schedules.js +41 -0
  47. package/dist/commonjs/sdk/schedules.js.map +1 -0
  48. package/dist/commonjs/sdk/sdk.d.ts +3 -0
  49. package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
  50. package/dist/commonjs/sdk/sdk.js +4 -0
  51. package/dist/commonjs/sdk/sdk.js.map +1 -1
  52. package/dist/esm/funcs/schedules-create-schedule.d.ts +15 -0
  53. package/dist/esm/funcs/schedules-create-schedule.d.ts.map +1 -0
  54. package/dist/esm/funcs/schedules-create-schedule.js +81 -0
  55. package/dist/esm/funcs/schedules-create-schedule.js.map +1 -0
  56. package/dist/esm/funcs/schedules-delete-schedule.d.ts +15 -0
  57. package/dist/esm/funcs/schedules-delete-schedule.d.ts.map +1 -0
  58. package/dist/esm/funcs/schedules-delete-schedule.js +86 -0
  59. package/dist/esm/funcs/schedules-delete-schedule.js.map +1 -0
  60. package/dist/esm/funcs/schedules-list-schedules.d.ts +15 -0
  61. package/dist/esm/funcs/schedules-list-schedules.d.ts.map +1 -0
  62. package/dist/esm/funcs/schedules-list-schedules.js +84 -0
  63. package/dist/esm/funcs/schedules-list-schedules.js.map +1 -0
  64. package/dist/esm/funcs/schedules-update-schedule.d.ts +15 -0
  65. package/dist/esm/funcs/schedules-update-schedule.d.ts.map +1 -0
  66. package/dist/esm/funcs/schedules-update-schedule.js +87 -0
  67. package/dist/esm/funcs/schedules-update-schedule.js.map +1 -0
  68. package/dist/esm/lib/config.d.ts +2 -2
  69. package/dist/esm/lib/config.js +2 -2
  70. package/dist/esm/models/operations/create-post-generation.d.ts +8 -8
  71. package/dist/esm/models/operations/create-post-generation.d.ts.map +1 -1
  72. package/dist/esm/models/operations/create-post-generation.js +6 -7
  73. package/dist/esm/models/operations/create-post-generation.js.map +1 -1
  74. package/dist/esm/models/operations/create-schedule.d.ts +229 -0
  75. package/dist/esm/models/operations/create-schedule.d.ts.map +1 -0
  76. package/dist/esm/models/operations/create-schedule.js +200 -0
  77. package/dist/esm/models/operations/create-schedule.js.map +1 -0
  78. package/dist/esm/models/operations/delete-schedule.d.ts +33 -0
  79. package/dist/esm/models/operations/delete-schedule.d.ts.map +1 -0
  80. package/dist/esm/models/operations/delete-schedule.js +33 -0
  81. package/dist/esm/models/operations/delete-schedule.js.map +1 -0
  82. package/dist/esm/models/operations/index.d.ts +4 -0
  83. package/dist/esm/models/operations/index.d.ts.map +1 -1
  84. package/dist/esm/models/operations/index.js +4 -0
  85. package/dist/esm/models/operations/index.js.map +1 -1
  86. package/dist/esm/models/operations/list-schedules.d.ts +128 -0
  87. package/dist/esm/models/operations/list-schedules.d.ts.map +1 -0
  88. package/dist/esm/models/operations/list-schedules.js +123 -0
  89. package/dist/esm/models/operations/list-schedules.js.map +1 -0
  90. package/dist/esm/models/operations/update-schedule.d.ts +241 -0
  91. package/dist/esm/models/operations/update-schedule.d.ts.map +1 -0
  92. package/dist/esm/models/operations/update-schedule.js +208 -0
  93. package/dist/esm/models/operations/update-schedule.js.map +1 -0
  94. package/dist/esm/sdk/schedules.d.ts +21 -0
  95. package/dist/esm/sdk/schedules.d.ts.map +1 -0
  96. package/dist/esm/sdk/schedules.js +37 -0
  97. package/dist/esm/sdk/schedules.js.map +1 -0
  98. package/dist/esm/sdk/sdk.d.ts +3 -0
  99. package/dist/esm/sdk/sdk.d.ts.map +1 -1
  100. package/dist/esm/sdk/sdk.js +4 -0
  101. package/dist/esm/sdk/sdk.js.map +1 -1
  102. package/package.json +1 -1
@@ -0,0 +1,229 @@
1
+ import * as z from "zod/v4-mini";
2
+ import { ClosedEnum, OpenEnum } from "../../types/enums.js";
3
+ import { Result as SafeParseResult } from "../../types/fp.js";
4
+ import { SDKValidationError } from "../errors/sdk-validation-error.js";
5
+ export declare const CreateScheduleSourceTypeRequest: {
6
+ readonly Cron: "cron";
7
+ };
8
+ export type CreateScheduleSourceTypeRequest = ClosedEnum<typeof CreateScheduleSourceTypeRequest>;
9
+ export declare const CreateScheduleFrequencyRequest: {
10
+ readonly Daily: "daily";
11
+ readonly Weekly: "weekly";
12
+ readonly Monthly: "monthly";
13
+ };
14
+ export type CreateScheduleFrequencyRequest = ClosedEnum<typeof CreateScheduleFrequencyRequest>;
15
+ export type CreateScheduleCronRequest = {
16
+ frequency: CreateScheduleFrequencyRequest;
17
+ hour: number;
18
+ minute: number;
19
+ dayOfWeek?: number | undefined;
20
+ dayOfMonth?: number | undefined;
21
+ };
22
+ export type CreateScheduleSourceConfigRequest = {
23
+ cron: CreateScheduleCronRequest;
24
+ };
25
+ export type CreateScheduleTargetsRequest = {
26
+ repositoryIds: Array<string>;
27
+ };
28
+ export declare const CreateScheduleOutputTypeRequest: {
29
+ readonly Changelog: "changelog";
30
+ readonly BlogPost: "blog_post";
31
+ readonly LinkedinPost: "linkedin_post";
32
+ readonly TwitterPost: "twitter_post";
33
+ };
34
+ export type CreateScheduleOutputTypeRequest = ClosedEnum<typeof CreateScheduleOutputTypeRequest>;
35
+ export declare const CreateSchedulePublishDestinationRequest: {
36
+ readonly Webflow: "webflow";
37
+ readonly Framer: "framer";
38
+ readonly Custom: "custom";
39
+ };
40
+ export type CreateSchedulePublishDestinationRequest = ClosedEnum<typeof CreateSchedulePublishDestinationRequest>;
41
+ export type CreateScheduleOutputConfigRequest = {
42
+ publishDestination?: CreateSchedulePublishDestinationRequest | undefined;
43
+ brandVoiceId?: string | undefined;
44
+ };
45
+ export declare const CreateScheduleLookbackWindowRequest: {
46
+ readonly CurrentDay: "current_day";
47
+ readonly Yesterday: "yesterday";
48
+ readonly Last7Days: "last_7_days";
49
+ readonly Last14Days: "last_14_days";
50
+ readonly Last30Days: "last_30_days";
51
+ };
52
+ export type CreateScheduleLookbackWindowRequest = ClosedEnum<typeof CreateScheduleLookbackWindowRequest>;
53
+ export type CreateScheduleRequest = {
54
+ name: string;
55
+ sourceType: CreateScheduleSourceTypeRequest;
56
+ sourceConfig: CreateScheduleSourceConfigRequest;
57
+ targets: CreateScheduleTargetsRequest;
58
+ outputType: CreateScheduleOutputTypeRequest;
59
+ outputConfig?: CreateScheduleOutputConfigRequest | undefined;
60
+ enabled: boolean;
61
+ autoPublish?: boolean | undefined;
62
+ lookbackWindow?: CreateScheduleLookbackWindowRequest | undefined;
63
+ };
64
+ export declare const CreateScheduleSourceTypeResponse: {
65
+ readonly Cron: "cron";
66
+ };
67
+ export type CreateScheduleSourceTypeResponse = ClosedEnum<typeof CreateScheduleSourceTypeResponse>;
68
+ export declare const CreateScheduleFrequencyResponse: {
69
+ readonly Daily: "daily";
70
+ readonly Weekly: "weekly";
71
+ readonly Monthly: "monthly";
72
+ };
73
+ export type CreateScheduleFrequencyResponse = OpenEnum<typeof CreateScheduleFrequencyResponse>;
74
+ export type CreateScheduleCronResponse = {
75
+ frequency: CreateScheduleFrequencyResponse;
76
+ hour: number;
77
+ minute: number;
78
+ dayOfWeek?: number | undefined;
79
+ dayOfMonth?: number | undefined;
80
+ };
81
+ export type CreateScheduleSourceConfigResponse = {
82
+ cron: CreateScheduleCronResponse;
83
+ };
84
+ export type CreateScheduleTargetsResponse = {
85
+ repositoryIds: Array<string>;
86
+ };
87
+ export declare const CreateScheduleOutputTypeResponse: {
88
+ readonly Changelog: "changelog";
89
+ readonly BlogPost: "blog_post";
90
+ readonly LinkedinPost: "linkedin_post";
91
+ readonly TwitterPost: "twitter_post";
92
+ };
93
+ export type CreateScheduleOutputTypeResponse = OpenEnum<typeof CreateScheduleOutputTypeResponse>;
94
+ export declare const CreateSchedulePublishDestinationResponse: {
95
+ readonly Webflow: "webflow";
96
+ readonly Framer: "framer";
97
+ readonly Custom: "custom";
98
+ };
99
+ export type CreateSchedulePublishDestinationResponse = OpenEnum<typeof CreateSchedulePublishDestinationResponse>;
100
+ export type CreateScheduleOutputConfigResponse = {
101
+ publishDestination?: CreateSchedulePublishDestinationResponse | undefined;
102
+ brandVoiceId?: string | undefined;
103
+ };
104
+ export declare const CreateScheduleLookbackWindowResponse: {
105
+ readonly CurrentDay: "current_day";
106
+ readonly Yesterday: "yesterday";
107
+ readonly Last7Days: "last_7_days";
108
+ readonly Last14Days: "last_14_days";
109
+ readonly Last30Days: "last_30_days";
110
+ };
111
+ export type CreateScheduleLookbackWindowResponse = OpenEnum<typeof CreateScheduleLookbackWindowResponse>;
112
+ export type CreateScheduleSchedule = {
113
+ id: string;
114
+ organizationId: string;
115
+ name: string;
116
+ sourceType: CreateScheduleSourceTypeResponse;
117
+ sourceConfig: CreateScheduleSourceConfigResponse;
118
+ targets: CreateScheduleTargetsResponse;
119
+ outputType: CreateScheduleOutputTypeResponse;
120
+ outputConfig?: CreateScheduleOutputConfigResponse | null | undefined;
121
+ enabled: boolean;
122
+ autoPublish: boolean;
123
+ createdAt: string;
124
+ updatedAt: string;
125
+ lookbackWindow: CreateScheduleLookbackWindowResponse;
126
+ };
127
+ export type CreateScheduleOrganization = {
128
+ id: string;
129
+ slug: string;
130
+ name: string;
131
+ logo: string | null;
132
+ };
133
+ /**
134
+ * Schedule created successfully
135
+ */
136
+ export type CreateScheduleResponse = {
137
+ schedule: CreateScheduleSchedule;
138
+ organization: CreateScheduleOrganization;
139
+ };
140
+ /** @internal */
141
+ export declare const CreateScheduleSourceTypeRequest$outboundSchema: z.ZodMiniEnum<typeof CreateScheduleSourceTypeRequest>;
142
+ /** @internal */
143
+ export declare const CreateScheduleFrequencyRequest$outboundSchema: z.ZodMiniEnum<typeof CreateScheduleFrequencyRequest>;
144
+ /** @internal */
145
+ export type CreateScheduleCronRequest$Outbound = {
146
+ frequency: string;
147
+ hour: number;
148
+ minute: number;
149
+ dayOfWeek?: number | undefined;
150
+ dayOfMonth?: number | undefined;
151
+ };
152
+ /** @internal */
153
+ export declare const CreateScheduleCronRequest$outboundSchema: z.ZodMiniType<CreateScheduleCronRequest$Outbound, CreateScheduleCronRequest>;
154
+ export declare function createScheduleCronRequestToJSON(createScheduleCronRequest: CreateScheduleCronRequest): string;
155
+ /** @internal */
156
+ export type CreateScheduleSourceConfigRequest$Outbound = {
157
+ cron: CreateScheduleCronRequest$Outbound;
158
+ };
159
+ /** @internal */
160
+ export declare const CreateScheduleSourceConfigRequest$outboundSchema: z.ZodMiniType<CreateScheduleSourceConfigRequest$Outbound, CreateScheduleSourceConfigRequest>;
161
+ export declare function createScheduleSourceConfigRequestToJSON(createScheduleSourceConfigRequest: CreateScheduleSourceConfigRequest): string;
162
+ /** @internal */
163
+ export type CreateScheduleTargetsRequest$Outbound = {
164
+ repositoryIds: Array<string>;
165
+ };
166
+ /** @internal */
167
+ export declare const CreateScheduleTargetsRequest$outboundSchema: z.ZodMiniType<CreateScheduleTargetsRequest$Outbound, CreateScheduleTargetsRequest>;
168
+ export declare function createScheduleTargetsRequestToJSON(createScheduleTargetsRequest: CreateScheduleTargetsRequest): string;
169
+ /** @internal */
170
+ export declare const CreateScheduleOutputTypeRequest$outboundSchema: z.ZodMiniEnum<typeof CreateScheduleOutputTypeRequest>;
171
+ /** @internal */
172
+ export declare const CreateSchedulePublishDestinationRequest$outboundSchema: z.ZodMiniEnum<typeof CreateSchedulePublishDestinationRequest>;
173
+ /** @internal */
174
+ export type CreateScheduleOutputConfigRequest$Outbound = {
175
+ publishDestination?: string | undefined;
176
+ brandVoiceId?: string | undefined;
177
+ };
178
+ /** @internal */
179
+ export declare const CreateScheduleOutputConfigRequest$outboundSchema: z.ZodMiniType<CreateScheduleOutputConfigRequest$Outbound, CreateScheduleOutputConfigRequest>;
180
+ export declare function createScheduleOutputConfigRequestToJSON(createScheduleOutputConfigRequest: CreateScheduleOutputConfigRequest): string;
181
+ /** @internal */
182
+ export declare const CreateScheduleLookbackWindowRequest$outboundSchema: z.ZodMiniEnum<typeof CreateScheduleLookbackWindowRequest>;
183
+ /** @internal */
184
+ export type CreateScheduleRequest$Outbound = {
185
+ name: string;
186
+ sourceType: string;
187
+ sourceConfig: CreateScheduleSourceConfigRequest$Outbound;
188
+ targets: CreateScheduleTargetsRequest$Outbound;
189
+ outputType: string;
190
+ outputConfig?: CreateScheduleOutputConfigRequest$Outbound | undefined;
191
+ enabled: boolean;
192
+ autoPublish: boolean;
193
+ lookbackWindow: string;
194
+ };
195
+ /** @internal */
196
+ export declare const CreateScheduleRequest$outboundSchema: z.ZodMiniType<CreateScheduleRequest$Outbound, CreateScheduleRequest>;
197
+ export declare function createScheduleRequestToJSON(createScheduleRequest: CreateScheduleRequest): string;
198
+ /** @internal */
199
+ export declare const CreateScheduleSourceTypeResponse$inboundSchema: z.ZodMiniEnum<typeof CreateScheduleSourceTypeResponse>;
200
+ /** @internal */
201
+ export declare const CreateScheduleFrequencyResponse$inboundSchema: z.ZodMiniType<CreateScheduleFrequencyResponse, unknown>;
202
+ /** @internal */
203
+ export declare const CreateScheduleCronResponse$inboundSchema: z.ZodMiniType<CreateScheduleCronResponse, unknown>;
204
+ export declare function createScheduleCronResponseFromJSON(jsonString: string): SafeParseResult<CreateScheduleCronResponse, SDKValidationError>;
205
+ /** @internal */
206
+ export declare const CreateScheduleSourceConfigResponse$inboundSchema: z.ZodMiniType<CreateScheduleSourceConfigResponse, unknown>;
207
+ export declare function createScheduleSourceConfigResponseFromJSON(jsonString: string): SafeParseResult<CreateScheduleSourceConfigResponse, SDKValidationError>;
208
+ /** @internal */
209
+ export declare const CreateScheduleTargetsResponse$inboundSchema: z.ZodMiniType<CreateScheduleTargetsResponse, unknown>;
210
+ export declare function createScheduleTargetsResponseFromJSON(jsonString: string): SafeParseResult<CreateScheduleTargetsResponse, SDKValidationError>;
211
+ /** @internal */
212
+ export declare const CreateScheduleOutputTypeResponse$inboundSchema: z.ZodMiniType<CreateScheduleOutputTypeResponse, unknown>;
213
+ /** @internal */
214
+ export declare const CreateSchedulePublishDestinationResponse$inboundSchema: z.ZodMiniType<CreateSchedulePublishDestinationResponse, unknown>;
215
+ /** @internal */
216
+ export declare const CreateScheduleOutputConfigResponse$inboundSchema: z.ZodMiniType<CreateScheduleOutputConfigResponse, unknown>;
217
+ export declare function createScheduleOutputConfigResponseFromJSON(jsonString: string): SafeParseResult<CreateScheduleOutputConfigResponse, SDKValidationError>;
218
+ /** @internal */
219
+ export declare const CreateScheduleLookbackWindowResponse$inboundSchema: z.ZodMiniType<CreateScheduleLookbackWindowResponse, unknown>;
220
+ /** @internal */
221
+ export declare const CreateScheduleSchedule$inboundSchema: z.ZodMiniType<CreateScheduleSchedule, unknown>;
222
+ export declare function createScheduleScheduleFromJSON(jsonString: string): SafeParseResult<CreateScheduleSchedule, SDKValidationError>;
223
+ /** @internal */
224
+ export declare const CreateScheduleOrganization$inboundSchema: z.ZodMiniType<CreateScheduleOrganization, unknown>;
225
+ export declare function createScheduleOrganizationFromJSON(jsonString: string): SafeParseResult<CreateScheduleOrganization, SDKValidationError>;
226
+ /** @internal */
227
+ export declare const CreateScheduleResponse$inboundSchema: z.ZodMiniType<CreateScheduleResponse, unknown>;
228
+ export declare function createScheduleResponseFromJSON(jsonString: string): SafeParseResult<CreateScheduleResponse, SDKValidationError>;
229
+ //# sourceMappingURL=create-schedule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-schedule.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/create-schedule.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,200 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ * @generated-id: 34978b6e683a
4
+ */
5
+ import * as z from "zod/v4-mini";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import * as openEnums from "../../types/enums.js";
8
+ import * as types from "../../types/primitives.js";
9
+ export const CreateScheduleSourceTypeRequest = {
10
+ Cron: "cron",
11
+ };
12
+ export const CreateScheduleFrequencyRequest = {
13
+ Daily: "daily",
14
+ Weekly: "weekly",
15
+ Monthly: "monthly",
16
+ };
17
+ export const CreateScheduleOutputTypeRequest = {
18
+ Changelog: "changelog",
19
+ BlogPost: "blog_post",
20
+ LinkedinPost: "linkedin_post",
21
+ TwitterPost: "twitter_post",
22
+ };
23
+ export const CreateSchedulePublishDestinationRequest = {
24
+ Webflow: "webflow",
25
+ Framer: "framer",
26
+ Custom: "custom",
27
+ };
28
+ export const CreateScheduleLookbackWindowRequest = {
29
+ CurrentDay: "current_day",
30
+ Yesterday: "yesterday",
31
+ Last7Days: "last_7_days",
32
+ Last14Days: "last_14_days",
33
+ Last30Days: "last_30_days",
34
+ };
35
+ export const CreateScheduleSourceTypeResponse = {
36
+ Cron: "cron",
37
+ };
38
+ export const CreateScheduleFrequencyResponse = {
39
+ Daily: "daily",
40
+ Weekly: "weekly",
41
+ Monthly: "monthly",
42
+ };
43
+ export const CreateScheduleOutputTypeResponse = {
44
+ Changelog: "changelog",
45
+ BlogPost: "blog_post",
46
+ LinkedinPost: "linkedin_post",
47
+ TwitterPost: "twitter_post",
48
+ };
49
+ export const CreateSchedulePublishDestinationResponse = {
50
+ Webflow: "webflow",
51
+ Framer: "framer",
52
+ Custom: "custom",
53
+ };
54
+ export const CreateScheduleLookbackWindowResponse = {
55
+ CurrentDay: "current_day",
56
+ Yesterday: "yesterday",
57
+ Last7Days: "last_7_days",
58
+ Last14Days: "last_14_days",
59
+ Last30Days: "last_30_days",
60
+ };
61
+ /** @internal */
62
+ export const CreateScheduleSourceTypeRequest$outboundSchema = z.enum(CreateScheduleSourceTypeRequest);
63
+ /** @internal */
64
+ export const CreateScheduleFrequencyRequest$outboundSchema = z.enum(CreateScheduleFrequencyRequest);
65
+ /** @internal */
66
+ export const CreateScheduleCronRequest$outboundSchema = z.object({
67
+ frequency: CreateScheduleFrequencyRequest$outboundSchema,
68
+ hour: z.int(),
69
+ minute: z.int(),
70
+ dayOfWeek: z.optional(z.int()),
71
+ dayOfMonth: z.optional(z.int()),
72
+ });
73
+ export function createScheduleCronRequestToJSON(createScheduleCronRequest) {
74
+ return JSON.stringify(CreateScheduleCronRequest$outboundSchema.parse(createScheduleCronRequest));
75
+ }
76
+ /** @internal */
77
+ export const CreateScheduleSourceConfigRequest$outboundSchema = z.object({
78
+ cron: z.lazy(() => CreateScheduleCronRequest$outboundSchema),
79
+ });
80
+ export function createScheduleSourceConfigRequestToJSON(createScheduleSourceConfigRequest) {
81
+ return JSON.stringify(CreateScheduleSourceConfigRequest$outboundSchema.parse(createScheduleSourceConfigRequest));
82
+ }
83
+ /** @internal */
84
+ export const CreateScheduleTargetsRequest$outboundSchema = z.object({
85
+ repositoryIds: z.array(z.string()),
86
+ });
87
+ export function createScheduleTargetsRequestToJSON(createScheduleTargetsRequest) {
88
+ return JSON.stringify(CreateScheduleTargetsRequest$outboundSchema.parse(createScheduleTargetsRequest));
89
+ }
90
+ /** @internal */
91
+ export const CreateScheduleOutputTypeRequest$outboundSchema = z.enum(CreateScheduleOutputTypeRequest);
92
+ /** @internal */
93
+ export const CreateSchedulePublishDestinationRequest$outboundSchema = z.enum(CreateSchedulePublishDestinationRequest);
94
+ /** @internal */
95
+ export const CreateScheduleOutputConfigRequest$outboundSchema = z.object({
96
+ publishDestination: z.optional(CreateSchedulePublishDestinationRequest$outboundSchema),
97
+ brandVoiceId: z.optional(z.string()),
98
+ });
99
+ export function createScheduleOutputConfigRequestToJSON(createScheduleOutputConfigRequest) {
100
+ return JSON.stringify(CreateScheduleOutputConfigRequest$outboundSchema.parse(createScheduleOutputConfigRequest));
101
+ }
102
+ /** @internal */
103
+ export const CreateScheduleLookbackWindowRequest$outboundSchema = z.enum(CreateScheduleLookbackWindowRequest);
104
+ /** @internal */
105
+ export const CreateScheduleRequest$outboundSchema = z.object({
106
+ name: z.string(),
107
+ sourceType: CreateScheduleSourceTypeRequest$outboundSchema,
108
+ sourceConfig: z.lazy(() => CreateScheduleSourceConfigRequest$outboundSchema),
109
+ targets: z.lazy(() => CreateScheduleTargetsRequest$outboundSchema),
110
+ outputType: CreateScheduleOutputTypeRequest$outboundSchema,
111
+ outputConfig: z.optional(z.lazy(() => CreateScheduleOutputConfigRequest$outboundSchema)),
112
+ enabled: z.boolean(),
113
+ autoPublish: z._default(z.boolean(), false),
114
+ lookbackWindow: z._default(CreateScheduleLookbackWindowRequest$outboundSchema, "last_7_days"),
115
+ });
116
+ export function createScheduleRequestToJSON(createScheduleRequest) {
117
+ return JSON.stringify(CreateScheduleRequest$outboundSchema.parse(createScheduleRequest));
118
+ }
119
+ /** @internal */
120
+ export const CreateScheduleSourceTypeResponse$inboundSchema = z.enum(CreateScheduleSourceTypeResponse);
121
+ /** @internal */
122
+ export const CreateScheduleFrequencyResponse$inboundSchema = openEnums.inboundSchema(CreateScheduleFrequencyResponse);
123
+ /** @internal */
124
+ export const CreateScheduleCronResponse$inboundSchema = z.object({
125
+ frequency: CreateScheduleFrequencyResponse$inboundSchema,
126
+ hour: types.number(),
127
+ minute: types.number(),
128
+ dayOfWeek: types.optional(types.number()),
129
+ dayOfMonth: types.optional(types.number()),
130
+ });
131
+ export function createScheduleCronResponseFromJSON(jsonString) {
132
+ return safeParse(jsonString, (x) => CreateScheduleCronResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateScheduleCronResponse' from JSON`);
133
+ }
134
+ /** @internal */
135
+ export const CreateScheduleSourceConfigResponse$inboundSchema = z.object({
136
+ cron: z.lazy(() => CreateScheduleCronResponse$inboundSchema),
137
+ });
138
+ export function createScheduleSourceConfigResponseFromJSON(jsonString) {
139
+ return safeParse(jsonString, (x) => CreateScheduleSourceConfigResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateScheduleSourceConfigResponse' from JSON`);
140
+ }
141
+ /** @internal */
142
+ export const CreateScheduleTargetsResponse$inboundSchema = z.object({
143
+ repositoryIds: z.array(types.string()),
144
+ });
145
+ export function createScheduleTargetsResponseFromJSON(jsonString) {
146
+ return safeParse(jsonString, (x) => CreateScheduleTargetsResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateScheduleTargetsResponse' from JSON`);
147
+ }
148
+ /** @internal */
149
+ export const CreateScheduleOutputTypeResponse$inboundSchema = openEnums.inboundSchema(CreateScheduleOutputTypeResponse);
150
+ /** @internal */
151
+ export const CreateSchedulePublishDestinationResponse$inboundSchema = openEnums
152
+ .inboundSchema(CreateSchedulePublishDestinationResponse);
153
+ /** @internal */
154
+ export const CreateScheduleOutputConfigResponse$inboundSchema = z.object({
155
+ publishDestination: types.optional(CreateSchedulePublishDestinationResponse$inboundSchema),
156
+ brandVoiceId: types.optional(types.string()),
157
+ });
158
+ export function createScheduleOutputConfigResponseFromJSON(jsonString) {
159
+ return safeParse(jsonString, (x) => CreateScheduleOutputConfigResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateScheduleOutputConfigResponse' from JSON`);
160
+ }
161
+ /** @internal */
162
+ export const CreateScheduleLookbackWindowResponse$inboundSchema = openEnums.inboundSchema(CreateScheduleLookbackWindowResponse);
163
+ /** @internal */
164
+ export const CreateScheduleSchedule$inboundSchema = z.object({
165
+ id: types.string(),
166
+ organizationId: types.string(),
167
+ name: types.string(),
168
+ sourceType: CreateScheduleSourceTypeResponse$inboundSchema,
169
+ sourceConfig: z.lazy(() => CreateScheduleSourceConfigResponse$inboundSchema),
170
+ targets: z.lazy(() => CreateScheduleTargetsResponse$inboundSchema),
171
+ outputType: CreateScheduleOutputTypeResponse$inboundSchema,
172
+ outputConfig: z.optional(z.nullable(z.lazy(() => CreateScheduleOutputConfigResponse$inboundSchema))),
173
+ enabled: types.boolean(),
174
+ autoPublish: types.boolean(),
175
+ createdAt: types.string(),
176
+ updatedAt: types.string(),
177
+ lookbackWindow: CreateScheduleLookbackWindowResponse$inboundSchema,
178
+ });
179
+ export function createScheduleScheduleFromJSON(jsonString) {
180
+ return safeParse(jsonString, (x) => CreateScheduleSchedule$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateScheduleSchedule' from JSON`);
181
+ }
182
+ /** @internal */
183
+ export const CreateScheduleOrganization$inboundSchema = z.object({
184
+ id: types.string(),
185
+ slug: types.string(),
186
+ name: types.string(),
187
+ logo: types.nullable(types.string()),
188
+ });
189
+ export function createScheduleOrganizationFromJSON(jsonString) {
190
+ return safeParse(jsonString, (x) => CreateScheduleOrganization$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateScheduleOrganization' from JSON`);
191
+ }
192
+ /** @internal */
193
+ export const CreateScheduleResponse$inboundSchema = z.object({
194
+ schedule: z.lazy(() => CreateScheduleSchedule$inboundSchema),
195
+ organization: z.lazy(() => CreateScheduleOrganization$inboundSchema),
196
+ });
197
+ export function createScheduleResponseFromJSON(jsonString) {
198
+ return safeParse(jsonString, (x) => CreateScheduleResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateScheduleResponse' from JSON`);
199
+ }
200
+ //# sourceMappingURL=create-schedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-schedule.js","sourceRoot":"","sources":["../../../../src/models/operations/create-schedule.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,33 @@
1
+ import * as z from "zod/v4-mini";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdk-validation-error.js";
4
+ export type DeleteScheduleRequest = {
5
+ scheduleId: string;
6
+ };
7
+ export type DeleteScheduleOrganization = {
8
+ id: string;
9
+ slug: string;
10
+ name: string;
11
+ logo: string | null;
12
+ };
13
+ /**
14
+ * Schedule deleted successfully
15
+ */
16
+ export type DeleteScheduleResponse = {
17
+ id: string;
18
+ organization: DeleteScheduleOrganization;
19
+ };
20
+ /** @internal */
21
+ export type DeleteScheduleRequest$Outbound = {
22
+ scheduleId: string;
23
+ };
24
+ /** @internal */
25
+ export declare const DeleteScheduleRequest$outboundSchema: z.ZodMiniType<DeleteScheduleRequest$Outbound, DeleteScheduleRequest>;
26
+ export declare function deleteScheduleRequestToJSON(deleteScheduleRequest: DeleteScheduleRequest): string;
27
+ /** @internal */
28
+ export declare const DeleteScheduleOrganization$inboundSchema: z.ZodMiniType<DeleteScheduleOrganization, unknown>;
29
+ export declare function deleteScheduleOrganizationFromJSON(jsonString: string): SafeParseResult<DeleteScheduleOrganization, SDKValidationError>;
30
+ /** @internal */
31
+ export declare const DeleteScheduleResponse$inboundSchema: z.ZodMiniType<DeleteScheduleResponse, unknown>;
32
+ export declare function deleteScheduleResponseFromJSON(jsonString: string): SafeParseResult<DeleteScheduleResponse, SDKValidationError>;
33
+ //# sourceMappingURL=delete-schedule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-schedule.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/delete-schedule.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAEvE,MAAM,MAAM,qBAAqB,GAAG;IAClC,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,0BAA0B,CAAC;CAC1C,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,8BAA8B,GAAG;IAC3C,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,WAAW,CAC9D,8BAA8B,EAC9B,qBAAqB,CAGrB,CAAC;AAEH,wBAAgB,2BAA2B,CACzC,qBAAqB,EAAE,qBAAqB,GAC3C,MAAM,CAIR;AAED,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,WAAW,CAClE,0BAA0B,EAC1B,OAAO,CAMP,CAAC;AAEH,wBAAgB,kCAAkC,CAChD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,0BAA0B,EAAE,kBAAkB,CAAC,CAMjE;AAED,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,WAAW,CAC9D,sBAAsB,EACtB,OAAO,CAIP,CAAC;AAEH,wBAAgB,8BAA8B,CAC5C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,sBAAsB,EAAE,kBAAkB,CAAC,CAM7D"}
@@ -0,0 +1,33 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ * @generated-id: cc653f3e14a0
4
+ */
5
+ import * as z from "zod/v4-mini";
6
+ import { safeParse } from "../../lib/schemas.js";
7
+ import * as types from "../../types/primitives.js";
8
+ /** @internal */
9
+ export const DeleteScheduleRequest$outboundSchema = z.object({
10
+ scheduleId: z.string(),
11
+ });
12
+ export function deleteScheduleRequestToJSON(deleteScheduleRequest) {
13
+ return JSON.stringify(DeleteScheduleRequest$outboundSchema.parse(deleteScheduleRequest));
14
+ }
15
+ /** @internal */
16
+ export const DeleteScheduleOrganization$inboundSchema = z.object({
17
+ id: types.string(),
18
+ slug: types.string(),
19
+ name: types.string(),
20
+ logo: types.nullable(types.string()),
21
+ });
22
+ export function deleteScheduleOrganizationFromJSON(jsonString) {
23
+ return safeParse(jsonString, (x) => DeleteScheduleOrganization$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DeleteScheduleOrganization' from JSON`);
24
+ }
25
+ /** @internal */
26
+ export const DeleteScheduleResponse$inboundSchema = z.object({
27
+ id: types.string(),
28
+ organization: z.lazy(() => DeleteScheduleOrganization$inboundSchema),
29
+ });
30
+ export function deleteScheduleResponseFromJSON(jsonString) {
31
+ return safeParse(jsonString, (x) => DeleteScheduleResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DeleteScheduleResponse' from JSON`);
32
+ }
33
+ //# sourceMappingURL=delete-schedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-schedule.js","sourceRoot":"","sources":["../../../../src/models/operations/delete-schedule.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,OAAO,KAAK,KAAK,MAAM,2BAA2B,CAAC;AA2BnD,gBAAgB;AAChB,MAAM,CAAC,MAAM,oCAAoC,GAG7C,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;CACvB,CAAC,CAAC;AAEH,MAAM,UAAU,2BAA2B,CACzC,qBAA4C;IAE5C,OAAO,IAAI,CAAC,SAAS,CACnB,oCAAoC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAClE,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,wCAAwC,GAGjD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE;IACpB,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE;IACpB,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;CACrC,CAAC,CAAC;AAEH,MAAM,UAAU,kCAAkC,CAChD,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,wCAAwC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACpE,wDAAwD,CACzD,CAAC;AACJ,CAAC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,oCAAoC,GAG7C,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE;IAClB,YAAY,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,wCAAwC,CAAC;CACrE,CAAC,CAAC;AAEH,MAAM,UAAU,8BAA8B,CAC5C,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oCAAoC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAChE,oDAAoD,CACrD,CAAC;AACJ,CAAC"}
@@ -1,9 +1,11 @@
1
1
  export * from "./create-brand-identity.js";
2
2
  export * from "./create-git-hub-integration.js";
3
3
  export * from "./create-post-generation.js";
4
+ export * from "./create-schedule.js";
4
5
  export * from "./delete-brand-identity.js";
5
6
  export * from "./delete-integration.js";
6
7
  export * from "./delete-post.js";
8
+ export * from "./delete-schedule.js";
7
9
  export * from "./get-brand-identity-generation.js";
8
10
  export * from "./get-brand-identity.js";
9
11
  export * from "./get-post-generation.js";
@@ -11,6 +13,8 @@ export * from "./get-post.js";
11
13
  export * from "./list-brand-identities.js";
12
14
  export * from "./list-integrations.js";
13
15
  export * from "./list-posts.js";
16
+ export * from "./list-schedules.js";
14
17
  export * from "./update-brand-identity.js";
15
18
  export * from "./update-post.js";
19
+ export * from "./update-schedule.js";
16
20
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/index.ts"],"names":[],"mappings":"AAKA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/index.ts"],"names":[],"mappings":"AAKA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC"}
@@ -5,9 +5,11 @@
5
5
  export * from "./create-brand-identity.js";
6
6
  export * from "./create-git-hub-integration.js";
7
7
  export * from "./create-post-generation.js";
8
+ export * from "./create-schedule.js";
8
9
  export * from "./delete-brand-identity.js";
9
10
  export * from "./delete-integration.js";
10
11
  export * from "./delete-post.js";
12
+ export * from "./delete-schedule.js";
11
13
  export * from "./get-brand-identity-generation.js";
12
14
  export * from "./get-brand-identity.js";
13
15
  export * from "./get-post-generation.js";
@@ -15,6 +17,8 @@ export * from "./get-post.js";
15
17
  export * from "./list-brand-identities.js";
16
18
  export * from "./list-integrations.js";
17
19
  export * from "./list-posts.js";
20
+ export * from "./list-schedules.js";
18
21
  export * from "./update-brand-identity.js";
19
22
  export * from "./update-post.js";
23
+ export * from "./update-schedule.js";
20
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/operations/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/operations/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC"}