@justins-home/api-services 1.2.34 → 1.2.36

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.
package/dist/index.d.mts CHANGED
@@ -3142,10 +3142,34 @@ declare const listings: {
3142
3142
  owner?: {
3143
3143
  uid?: string;
3144
3144
  name?: string;
3145
+ phone?: string;
3146
+ email?: string;
3147
+ avatar?: string;
3148
+ plan?: {
3149
+ key?: string;
3150
+ name?: string;
3151
+ user_type?: string;
3152
+ is_active?: boolean;
3153
+ capabilities?: unknown[];
3154
+ entitlements?: unknown[];
3155
+ verification_requirements?: unknown[];
3156
+ };
3145
3157
  };
3146
3158
  created_by?: {
3147
3159
  uid?: string;
3148
3160
  name?: string;
3161
+ phone?: string;
3162
+ email?: string;
3163
+ avatar?: string;
3164
+ plan?: {
3165
+ key?: string;
3166
+ name?: string;
3167
+ user_type?: string;
3168
+ is_active?: boolean;
3169
+ capabilities?: unknown[];
3170
+ entitlements?: unknown[];
3171
+ verification_requirements?: unknown[];
3172
+ };
3149
3173
  };
3150
3174
  state?: string;
3151
3175
  published_at?: string;
@@ -3170,9 +3194,29 @@ declare const listings: {
3170
3194
  };
3171
3195
  };
3172
3196
  media?: {
3197
+ gallery?: {
3198
+ uid?: string;
3199
+ media_type?: string;
3200
+ storage_path?: string;
3201
+ order_index?: number;
3202
+ is_cover?: boolean;
3203
+ }[];
3173
3204
  cover?: string;
3174
3205
  count?: number;
3175
3206
  };
3207
+ tenant_preferences?: {
3208
+ key?: string;
3209
+ value?: string;
3210
+ }[];
3211
+ features?: {
3212
+ id?: number;
3213
+ category_id?: number;
3214
+ name?: string;
3215
+ description?: string;
3216
+ icon?: string;
3217
+ is_active?: boolean;
3218
+ is_filterable?: boolean;
3219
+ }[];
3176
3220
  compliances?: {
3177
3221
  id?: number;
3178
3222
  compliance_key?: string;
package/dist/index.d.ts CHANGED
@@ -3142,10 +3142,34 @@ declare const listings: {
3142
3142
  owner?: {
3143
3143
  uid?: string;
3144
3144
  name?: string;
3145
+ phone?: string;
3146
+ email?: string;
3147
+ avatar?: string;
3148
+ plan?: {
3149
+ key?: string;
3150
+ name?: string;
3151
+ user_type?: string;
3152
+ is_active?: boolean;
3153
+ capabilities?: unknown[];
3154
+ entitlements?: unknown[];
3155
+ verification_requirements?: unknown[];
3156
+ };
3145
3157
  };
3146
3158
  created_by?: {
3147
3159
  uid?: string;
3148
3160
  name?: string;
3161
+ phone?: string;
3162
+ email?: string;
3163
+ avatar?: string;
3164
+ plan?: {
3165
+ key?: string;
3166
+ name?: string;
3167
+ user_type?: string;
3168
+ is_active?: boolean;
3169
+ capabilities?: unknown[];
3170
+ entitlements?: unknown[];
3171
+ verification_requirements?: unknown[];
3172
+ };
3149
3173
  };
3150
3174
  state?: string;
3151
3175
  published_at?: string;
@@ -3170,9 +3194,29 @@ declare const listings: {
3170
3194
  };
3171
3195
  };
3172
3196
  media?: {
3197
+ gallery?: {
3198
+ uid?: string;
3199
+ media_type?: string;
3200
+ storage_path?: string;
3201
+ order_index?: number;
3202
+ is_cover?: boolean;
3203
+ }[];
3173
3204
  cover?: string;
3174
3205
  count?: number;
3175
3206
  };
3207
+ tenant_preferences?: {
3208
+ key?: string;
3209
+ value?: string;
3210
+ }[];
3211
+ features?: {
3212
+ id?: number;
3213
+ category_id?: number;
3214
+ name?: string;
3215
+ description?: string;
3216
+ icon?: string;
3217
+ is_active?: boolean;
3218
+ is_filterable?: boolean;
3219
+ }[];
3176
3220
  compliances?: {
3177
3221
  id?: number;
3178
3222
  compliance_key?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justins-home/api-services",
3
- "version": "1.2.34",
3
+ "version": "1.2.36",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -16,8 +16,8 @@
16
16
  "dist"
17
17
  ],
18
18
  "dependencies": {
19
- "@justins-home/http-client": "1.1.28",
20
- "@justins-home/types": "1.1.28"
19
+ "@justins-home/http-client": "1.1.30",
20
+ "@justins-home/types": "1.1.29"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "public"