···266266 },
267267} as const;
268268269269+export const $ModelWithStringError = {
270270+ description: 'This is a model with one string property',
271271+ type: 'object',
272272+ properties: {
273273+ prop: {
274274+ description: 'This is a simple string property',
275275+ type: 'string',
276276+ },
277277+ },
278278+} as const;
279279+269280export const $ModelWithNullableString = {
270281 description: 'This is a model with one string property',
271282 type: 'object',
···364364 },
365365} as const;
366366367367+export const $ModelWithStringError = {
368368+ description: 'This is a model with one string property',
369369+ type: 'object',
370370+ properties: {
371371+ prop: {
372372+ description: 'This is a simple string property',
373373+ type: 'string',
374374+ },
375375+ },
376376+} as const;
377377+367378export const $Model_From_Zendesk = {
368379 description: `\`Comment\` or \`VoiceComment\`. The JSON object for adding voice comments to tickets is different. See [Adding voice comments to tickets](/documentation/ticketing/managing-tickets/adding-voice-comments-to-tickets)`,
369380 type: 'string',
···1010 prop?: string;
1111};
12121313+/**
1414+ * This is a model with one string property
1515+ */
1616+export type ModelWithStringError = {
1717+ /**
1818+ * This is a simple string property
1919+ */
2020+ prop?: string;
2121+};
2222+1323export type $OpenApiTs = {
1424 '/api/v{api-version}/defaults': {
1525 get: {
···270270};
271271272272/**
273273+ * This is a model with one string property
274274+ */
275275+export type ModelWithStringError = {
276276+ /**
277277+ * This is a simple string property
278278+ */
279279+ prop?: string;
280280+};
281281+282282+/**
273283 * `Comment` or `VoiceComment`. The JSON object for adding voice comments to tickets is different. See [Adding voice comments to tickets](/documentation/ticketing/managing-tickets/adding-voice-comments-to-tickets)
274284 */
275285export type Model_From_Zendesk = string;
···1010 prop?: string;
1111};
12121313+/**
1414+ * This is a model with one string property
1515+ */
1616+export type ModelWithStringError = {
1717+ /**
1818+ * This is a simple string property
1919+ */
2020+ prop?: string;
2121+};
2222+1323export type $OpenApiTs = {
1424 '/api/v{api-version}/defaults': {
1525 get: {
···364364 },
365365} as const;
366366367367+export const $ModelWithStringError = {
368368+ description: 'This is a model with one string property',
369369+ type: 'object',
370370+ properties: {
371371+ prop: {
372372+ description: 'This is a simple string property',
373373+ type: 'string',
374374+ },
375375+ },
376376+} as const;
377377+367378export const $Model_From_Zendesk = {
368379 description: `\`Comment\` or \`VoiceComment\`. The JSON object for adding voice comments to tickets is different. See [Adding voice comments to tickets](/documentation/ticketing/managing-tickets/adding-voice-comments-to-tickets)`,
369380 type: 'string',