@infisale-client/api-client 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
@@ -4255,22 +4255,10 @@ export type IContactFormCollectionQueryParamsDateFieldEnum = typeof IContactForm
4255
4255
  export interface IContactFormPostRequest {
4256
4256
  /**
4257
4257
  *
4258
- * @type {string}
4259
- * @memberof IContactFormPostRequest
4260
- */
4261
- 'name'?: string;
4262
- /**
4263
- *
4264
- * @type {string}
4265
- * @memberof IContactFormPostRequest
4266
- */
4267
- 'email': string;
4268
- /**
4269
- *
4270
- * @type {string}
4258
+ * @type {Array<IContactFormResponseDataInner>}
4271
4259
  * @memberof IContactFormPostRequest
4272
4260
  */
4273
- 'message': string;
4261
+ 'data': Array<IContactFormResponseDataInner>;
4274
4262
  /**
4275
4263
  *
4276
4264
  * @type {string}
@@ -4319,25 +4307,32 @@ export interface IContactFormResponse {
4319
4307
  * @type {string}
4320
4308
  * @memberof IContactFormResponse
4321
4309
  */
4322
- 'email': string;
4310
+ 'ip': string;
4323
4311
  /**
4324
4312
  *
4325
- * @type {string}
4313
+ * @type {Array<IContactFormResponseDataInner>}
4326
4314
  * @memberof IContactFormResponse
4327
4315
  */
4328
- 'name'?: string;
4316
+ 'data': Array<IContactFormResponseDataInner>;
4317
+ }
4318
+ /**
4319
+ *
4320
+ * @export
4321
+ * @interface IContactFormResponseDataInner
4322
+ */
4323
+ export interface IContactFormResponseDataInner {
4329
4324
  /**
4330
4325
  *
4331
4326
  * @type {string}
4332
- * @memberof IContactFormResponse
4327
+ * @memberof IContactFormResponseDataInner
4333
4328
  */
4334
- 'message': string;
4329
+ 'value': string;
4335
4330
  /**
4336
4331
  *
4337
4332
  * @type {string}
4338
- * @memberof IContactFormResponse
4333
+ * @memberof IContactFormResponseDataInner
4339
4334
  */
4340
- 'ip': string;
4335
+ 'key': string;
4341
4336
  }
4342
4337
  /**
4343
4338
  *
@@ -10485,22 +10480,10 @@ export interface PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUse
10485
10480
  export interface PickIContactFormExcludeKeyofIContactFormKeyofMongoResponseOrCompanyOrIp {
10486
10481
  /**
10487
10482
  *
10488
- * @type {string}
10483
+ * @type {Array<IContactFormResponseDataInner>}
10489
10484
  * @memberof PickIContactFormExcludeKeyofIContactFormKeyofMongoResponseOrCompanyOrIp
10490
10485
  */
10491
- 'name'?: string;
10492
- /**
10493
- *
10494
- * @type {string}
10495
- * @memberof PickIContactFormExcludeKeyofIContactFormKeyofMongoResponseOrCompanyOrIp
10496
- */
10497
- 'email': string;
10498
- /**
10499
- *
10500
- * @type {string}
10501
- * @memberof PickIContactFormExcludeKeyofIContactFormKeyofMongoResponseOrCompanyOrIp
10502
- */
10503
- 'message': string;
10486
+ 'data': Array<IContactFormResponseDataInner>;
10504
10487
  }
10505
10488
  /**
10506
10489
  * 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-client",
3
- "version": "1.3.16",
3
+ "version": "1.3.17",
4
4
  "description": "api-client-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
  }