@infisale-client/api 1.3.16 → 1.3.17

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 (2) hide show
  1. package/dist/api/api.d.ts +18 -35
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -4268,22 +4268,10 @@ export type IContactFormCollectionQueryParamsDateFieldEnum = typeof IContactForm
4268
4268
  export interface IContactFormPostRequest {
4269
4269
  /**
4270
4270
  *
4271
- * @type {string}
4272
- * @memberof IContactFormPostRequest
4273
- */
4274
- 'name'?: string;
4275
- /**
4276
- *
4277
- * @type {string}
4278
- * @memberof IContactFormPostRequest
4279
- */
4280
- 'email': string;
4281
- /**
4282
- *
4283
- * @type {string}
4271
+ * @type {Array<IContactFormResponseDataInner>}
4284
4272
  * @memberof IContactFormPostRequest
4285
4273
  */
4286
- 'message': string;
4274
+ 'data': Array<IContactFormResponseDataInner>;
4287
4275
  /**
4288
4276
  *
4289
4277
  * @type {string}
@@ -4332,25 +4320,32 @@ export interface IContactFormResponse {
4332
4320
  * @type {string}
4333
4321
  * @memberof IContactFormResponse
4334
4322
  */
4335
- 'email': string;
4323
+ 'ip': string;
4336
4324
  /**
4337
4325
  *
4338
- * @type {string}
4326
+ * @type {Array<IContactFormResponseDataInner>}
4339
4327
  * @memberof IContactFormResponse
4340
4328
  */
4341
- 'name'?: string;
4329
+ 'data': Array<IContactFormResponseDataInner>;
4330
+ }
4331
+ /**
4332
+ *
4333
+ * @export
4334
+ * @interface IContactFormResponseDataInner
4335
+ */
4336
+ export interface IContactFormResponseDataInner {
4342
4337
  /**
4343
4338
  *
4344
4339
  * @type {string}
4345
- * @memberof IContactFormResponse
4340
+ * @memberof IContactFormResponseDataInner
4346
4341
  */
4347
- 'message': string;
4342
+ 'value': string;
4348
4343
  /**
4349
4344
  *
4350
4345
  * @type {string}
4351
- * @memberof IContactFormResponse
4346
+ * @memberof IContactFormResponseDataInner
4352
4347
  */
4353
- 'ip': string;
4348
+ 'key': string;
4354
4349
  }
4355
4350
  /**
4356
4351
  *
@@ -10498,22 +10493,10 @@ export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUse
10498
10493
  export interface PickIContactFormExcludeKeyofIContactFormKeyofMongoResponseOrCompanyOrIp {
10499
10494
  /**
10500
10495
  *
10501
- * @type {string}
10496
+ * @type {Array<IContactFormResponseDataInner>}
10502
10497
  * @memberof PickIContactFormExcludeKeyofIContactFormKeyofMongoResponseOrCompanyOrIp
10503
10498
  */
10504
- 'name'?: string;
10505
- /**
10506
- *
10507
- * @type {string}
10508
- * @memberof PickIContactFormExcludeKeyofIContactFormKeyofMongoResponseOrCompanyOrIp
10509
- */
10510
- 'email': string;
10511
- /**
10512
- *
10513
- * @type {string}
10514
- * @memberof PickIContactFormExcludeKeyofIContactFormKeyofMongoResponseOrCompanyOrIp
10515
- */
10516
- 'message': string;
10499
+ 'data': Array<IContactFormResponseDataInner>;
10517
10500
  }
10518
10501
  /**
10519
10502
  * From T, pick a set of properties whose keys are in the union K
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.3.16",
3
+ "version": "1.3.17",
4
4
  "description": "api-sdk",
5
5
  "author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/infisale/infisale-client#readme",
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/infisale/infisale-client/issues"
39
39
  },
40
- "gitHead": "5be8a1e91cbb68a81fc78ece586c9028aeb1e1be"
40
+ "gitHead": "6d9bea3a0ec14c5d80e25b6f7ee0deb96bc3bea5"
41
41
  }