@smartspace/api-client 0.1.0-pr.720.d01a9a4 → 0.1.0-pr.721.65aa4d7

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.
@@ -11,8 +11,6 @@ export interface NotificationNotification {
11
11
  /** @nullable */
12
12
  createdBy?: string | null;
13
13
  /** @nullable */
14
- createdByUserId?: string | null;
15
- /** @nullable */
16
14
  description?: string | null;
17
15
  /** @nullable */
18
16
  dismissedAt?: string | null;
@@ -524,7 +524,6 @@ export declare const notificationGetResponse: zod.ZodObject<{
524
524
  data: zod.ZodArray<zod.ZodObject<{
525
525
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
526
526
  createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
527
- createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
528
527
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
529
528
  dismissedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
530
529
  id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -466,7 +466,6 @@ exports.notificationGetResponse = zod_1.default.object({
466
466
  "data": zod_1.default.array(zod_1.default.object({
467
467
  "createdAt": zod_1.default.iso.datetime({}).nullish(),
468
468
  "createdBy": zod_1.default.string().nullish(),
469
- "createdByUserId": zod_1.default.string().nullish(),
470
469
  "description": zod_1.default.string().nullish(),
471
470
  "dismissedAt": zod_1.default.iso.datetime({}).nullish(),
472
471
  "id": zod_1.default.string().regex(exports.notificationGetResponseDataItemIdRegExp).nullish(),
@@ -11,8 +11,6 @@ export interface NotificationNotification {
11
11
  /** @nullable */
12
12
  createdBy?: string | null;
13
13
  /** @nullable */
14
- createdByUserId?: string | null;
15
- /** @nullable */
16
14
  description?: string | null;
17
15
  /** @nullable */
18
16
  dismissedAt?: string | null;
@@ -2140,7 +2140,6 @@ export declare const notificationGetResponse: zod.ZodObject<{
2140
2140
  data: zod.ZodArray<zod.ZodObject<{
2141
2141
  createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2142
2142
  createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2143
- createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2144
2143
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2145
2144
  dismissedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2146
2145
  id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -1714,7 +1714,6 @@ exports.notificationGetResponse = zod_1.default.object({
1714
1714
  "data": zod_1.default.array(zod_1.default.object({
1715
1715
  "createdAt": zod_1.default.iso.datetime({}).nullish(),
1716
1716
  "createdBy": zod_1.default.string().nullish(),
1717
- "createdByUserId": zod_1.default.string().nullish(),
1718
1717
  "description": zod_1.default.string().nullish(),
1719
1718
  "dismissedAt": zod_1.default.iso.datetime({}).nullish(),
1720
1719
  "id": zod_1.default.string().regex(exports.notificationGetResponseDataItemIdRegExpOne).nullish(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartspace/api-client",
3
- "version": "0.1.0-pr.720.d01a9a4",
3
+ "version": "0.1.0-pr.721.65aa4d7",
4
4
  "description": "Generated TypeScript client for SmartSpace APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",